/* DUPLICATOR-LITE (MYSQL-DUMP BUILD MODE) MYSQL SCRIPT CREATED ON : 2019-02-19 14:12:36 */

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

LOCK TABLES `wp_commentmeta` WRITE;
/*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;
/*!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=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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/','','2017-06-08 20:42:17','2017-06-08 20:42:17','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,'1','','',0,0);
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_duplicator_packages` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `hash` varchar(50) COLLATE utf8_unicode_ci NOT NULL,
  `status` int(11) NOT NULL,
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `owner` varchar(60) COLLATE utf8_unicode_ci NOT NULL,
  `package` mediumblob NOT NULL,
  PRIMARY KEY (`id`),
  KEY `hash` (`hash`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

LOCK TABLES `wp_duplicator_packages` WRITE;
/*!40000 ALTER TABLE `wp_duplicator_packages` DISABLE KEYS */;
INSERT INTO `wp_duplicator_packages` VALUES (3,'20190219_rey','4063248c92caa1d39324_20190219140532',20,'2019-02-19 14:12:35','unknown',0x4F3A31313A224455505F5061636B616765223A32353A7B733A373A2243726561746564223B733A31393A22323031392D30322D31392031343A30353A3332223B733A373A2256657273696F6E223B733A353A22312E332E34223B733A393A2256657273696F6E5750223B733A353A22352E302E33223B733A393A2256657273696F6E4442223B733A363A22352E362E3431223B733A31303A2256657273696F6E504850223B733A363A22352E362E3330223B733A393A2256657273696F6E4F53223B733A353A224C696E7578223B733A323A224944223B693A333B733A343A224E616D65223B733A31323A2232303139303231395F726579223B733A343A2248617368223B733A33353A2234303633323438633932636161316433393332345F3230313930323139313430353332223B733A383A224E616D6548617368223B733A34383A2232303139303231395F7265795F34303633323438633932636161316433393332345F3230313930323139313430353332223B733A343A2254797065223B693A303B733A353A224E6F746573223B733A303A22223B733A393A2253746F726550617468223B733A34393A222F686F6D65322F7861706F6E2F7075626C69635F68746D6C2F726579323031392F77702D736E617073686F74732F746D70223B733A383A2253746F726555524C223B733A32383A2268747470733A2F2F7265792E69732F77702D736E617073686F74732F223B733A383A225363616E46696C65223B733A35383A2232303139303231395F7265795F34303633323438633932636161316433393332345F32303139303231393134303533325F7363616E2E6A736F6E223B733A31303A2254696D65725374617274223B693A2D313B733A373A2252756E74696D65223B4E3B733A373A2245786553697A65223B4E3B733A373A225A697053697A65223B4E3B733A363A22537461747573223B693A32303B733A363A22575055736572223B733A373A22756E6B6E6F776E223B733A373A2241726368697665223B4F3A31313A224455505F41726368697665223A32303A7B733A31303A2246696C74657244697273223B733A303A22223B733A31313A2246696C74657246696C6573223B733A303A22223B733A31303A2246696C74657245787473223B733A303A22223B733A31333A2246696C74657244697273416C6C223B613A303A7B7D733A31343A2246696C74657246696C6573416C6C223B613A303A7B7D733A31333A2246696C74657245787473416C6C223B613A303A7B7D733A383A2246696C7465724F6E223B693A303B733A31323A224578706F72744F6E6C794442223B693A303B733A343A2246696C65223B733A36303A2232303139303231395F7265795F34303633323438633932636161316433393332345F32303139303231393134303533325F617263686976652E7A6970223B733A363A22466F726D6174223B733A333A225A4950223B733A373A225061636B446972223B733A33323A222F686F6D65322F7861706F6E2F7075626C69635F68746D6C2F72657932303139223B733A343A2253697A65223B693A303B733A343A2244697273223B613A303A7B7D733A353A2246696C6573223B613A303A7B7D733A31303A2246696C746572496E666F223B4F3A32333A224455505F417263686976655F46696C7465725F496E666F223A383A7B733A343A2244697273223B4F3A33343A224455505F417263686976655F46696C7465725F53636F70655F4469726563746F7279223A353A7B733A373A225761726E696E67223B613A303A7B7D733A31303A22556E7265616461626C65223B613A303A7B7D733A343A22436F7265223B613A303A7B7D733A363A22476C6F62616C223B613A303A7B7D733A383A22496E7374616E6365223B613A303A7B7D7D733A353A2246696C6573223B4F3A32393A224455505F417263686976655F46696C7465725F53636F70655F46696C65223A363A7B733A343A2253697A65223B613A303A7B7D733A373A225761726E696E67223B613A303A7B7D733A31303A22556E7265616461626C65223B613A303A7B7D733A343A22436F7265223B613A303A7B7D733A363A22476C6F62616C223B613A303A7B7D733A383A22496E7374616E6365223B613A303A7B7D7D733A343A2245787473223B4F3A32393A224455505F417263686976655F46696C7465725F53636F70655F42617365223A333A7B733A343A22436F7265223B613A303A7B7D733A363A22476C6F62616C223B613A303A7B7D733A383A22496E7374616E6365223B613A303A7B7D7D733A393A2255446972436F756E74223B693A303B733A31303A225546696C65436F756E74223B693A303B733A393A2255457874436F756E74223B693A303B733A383A225472656553697A65223B613A303A7B7D733A31313A22547265655761726E696E67223B613A303A7B7D7D733A31343A225265637572736976654C696E6B73223B613A303A7B7D733A31303A22002A005061636B616765223B4F3A31313A224455505F5061636B616765223A32353A7B733A373A2243726561746564223B733A31393A22323031392D30322D31392031343A30353A3332223B733A373A2256657273696F6E223B733A353A22312E332E34223B733A393A2256657273696F6E5750223B733A353A22352E302E33223B733A393A2256657273696F6E4442223B733A363A22352E362E3431223B733A31303A2256657273696F6E504850223B733A363A22352E362E3330223B733A393A2256657273696F6E4F53223B733A353A224C696E7578223B733A323A224944223B4E3B733A343A224E616D65223B733A31323A2232303139303231395F726579223B733A343A2248617368223B733A33353A2234303633323438633932636161316433393332345F3230313930323139313430353332223B733A383A224E616D6548617368223B733A34383A2232303139303231395F7265795F34303633323438633932636161316433393332345F3230313930323139313430353332223B733A343A2254797065223B693A303B733A353A224E6F746573223B733A303A22223B733A393A2253746F726550617468223B733A34393A222F686F6D65322F7861706F6E2F7075626C69635F68746D6C2F726579323031392F77702D736E617073686F74732F746D70223B733A383A2253746F726555524C223B733A32383A2268747470733A2F2F7265792E69732F77702D736E617073686F74732F223B733A383A225363616E46696C65223B4E3B733A31303A2254696D65725374617274223B693A2D313B733A373A2252756E74696D65223B4E3B733A373A2245786553697A65223B4E3B733A373A225A697053697A65223B4E3B733A363A22537461747573223B693A303B733A363A22575055736572223B4E3B733A373A2241726368697665223B723A32333B733A393A22496E7374616C6C6572223B4F3A31333A224455505F496E7374616C6C6572223A31313A7B733A343A2246696C65223B733A36323A2232303139303231395F7265795F34303633323438633932636161316433393332345F32303139303231393134303533325F696E7374616C6C65722E706870223B733A343A2253697A65223B693A303B733A31303A224F7074734442486F7374223B733A303A22223B733A31303A224F7074734442506F7274223B733A303A22223B733A31303A224F70747344424E616D65223B733A303A22223B733A31303A224F707473444255736572223B733A303A22223B733A31323A224F7074735365637572654F6E223B693A303B733A31343A224F70747353656375726550617373223B733A303A22223B733A31333A226E756D46696C65734164646564223B693A303B733A31323A226E756D446972734164646564223B693A303B733A31303A22002A005061636B616765223B723A36323B7D733A383A224461746162617365223B4F3A31323A224455505F4461746162617365223A31343A7B733A343A2254797065223B733A353A224D7953514C223B733A343A2253697A65223B4E3B733A343A2246696C65223B733A36313A2232303139303231395F7265795F34303633323438633932636161316433393332345F32303139303231393134303533325F64617461626173652E73716C223B733A343A2250617468223B4E3B733A31323A2246696C7465725461626C6573223B733A303A22223B733A383A2246696C7465724F6E223B693A303B733A343A224E616D65223B4E3B733A31303A22436F6D70617469626C65223B733A303A22223B733A383A22436F6D6D656E7473223B733A35323A22506572636F6E6120536572766572202847504C292C2052656C656173652038342E312C205265766973696F6E2062333038363139223B733A31303A22002A005061636B616765223B723A313B733A32353A22004455505F446174616261736500646253746F726550617468223B4E3B733A32333A22004455505F446174616261736500454F464D61726B6572223B733A303A22223B733A32363A22004455505F4461746162617365006E6574776F726B466C757368223B623A303B733A343A22696E666F223B4F3A31363A224455505F4461746162617365496E666F223A333A7B733A31333A22636F6C6C6174696F6E4C697374223B613A303A7B7D733A31353A2269734E616D65557070657243617365223B4E3B733A343A226E616D65223B4E3B7D7D733A31333A224275696C6450726F6772657373223B4F3A31383A224455505F4275696C645F50726F6772657373223A31323A7B733A31373A227468726561645F73746172745F74696D65223B4E3B733A31313A22696E697469616C697A6564223B623A303B733A31353A22696E7374616C6C65725F6275696C74223B623A303B733A31353A22617263686976655F73746172746564223B623A303B733A32303A22617263686976655F6861735F6461746162617365223B623A303B733A31333A22617263686976655F6275696C74223B623A303B733A32313A2264617461626173655F7363726970745F6275696C74223B623A303B733A363A226661696C6564223B623A303B733A373A2272657472696573223B693A303B733A31343A226275696C645F6661696C75726573223B613A303A7B7D733A31393A2276616C69646174696F6E5F6661696C75726573223B613A303A7B7D733A32373A22004455505F4275696C645F50726F6772657373007061636B616765223B723A36323B7D7D733A32393A22004455505F4172636869766500746D7046696C74657244697273416C6C223B613A303A7B7D733A32343A22004455505F41726368697665007770436F72655061746873223B613A353A7B693A303B733A34313A222F686F6D65322F7861706F6E2F7075626C69635F68746D6C2F726579323031392F77702D61646D696E223B693A313B733A35313A222F686F6D65322F7861706F6E2F7075626C69635F68746D6C2F726579323031392F77702D636F6E74656E742F75706C6F616473223B693A323B733A35333A222F686F6D65322F7861706F6E2F7075626C69635F68746D6C2F726579323031392F77702D636F6E74656E742F6C616E677561676573223B693A333B733A35303A222F686F6D65322F7861706F6E2F7075626C69635F68746D6C2F726579323031392F77702D636F6E74656E742F7468656D6573223B693A343B733A34343A222F686F6D65322F7861706F6E2F7075626C69635F68746D6C2F726579323031392F77702D696E636C75646573223B7D733A32393A22004455505F41726368697665007770436F726545786163745061746873223B613A323A7B693A303B733A33323A222F686F6D65322F7861706F6E2F7075626C69635F68746D6C2F72657932303139223B693A313B733A34333A222F686F6D65322F7861706F6E2F7075626C69635F68746D6C2F726579323031392F77702D636F6E74656E74223B7D7D733A393A22496E7374616C6C6572223B723A38353B733A383A224461746162617365223B723A39373B733A31333A224275696C6450726F6772657373223B723A3131353B7D);
/*!40000 ALTER TABLE `wp_duplicator_packages` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_layerslider` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `author` int(10) NOT NULL DEFAULT '0',
  `name` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT '',
  `slug` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT '',
  `data` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `date_c` int(10) NOT NULL,
  `date_m` int(10) NOT NULL,
  `schedule_start` int(10) NOT NULL DEFAULT '0',
  `schedule_end` int(10) NOT NULL DEFAULT '0',
  `flag_hidden` tinyint(1) NOT NULL DEFAULT '0',
  `flag_deleted` tinyint(1) NOT NULL DEFAULT '0',
  `flag_popup` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

LOCK TABLES `wp_layerslider` WRITE;
/*!40000 ALTER TABLE `wp_layerslider` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_layerslider` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_layerslider_revisions` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `slider_id` int(10) NOT NULL,
  `author` int(10) NOT NULL DEFAULT '0',
  `data` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `date_c` int(10) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

LOCK TABLES `wp_layerslider_revisions` WRITE;
/*!40000 ALTER TABLE `wp_layerslider_revisions` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_layerslider_revisions` ENABLE KEYS */;
UNLOCK TABLES;
/*!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=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

LOCK TABLES `wp_links` WRITE;
/*!40000 ALTER TABLE `wp_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_links` ENABLE KEYS */;
UNLOCK TABLES;
/*!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`)
) ENGINE=MyISAM AUTO_INCREMENT=46883 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` VALUES (1,'siteurl','https://rey.is','yes'),(2,'home','https://rey.is','yes'),(3,'blogname','Rey','yes'),(4,'blogdescription','','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','milan@zap.rs','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/index.php/%year%/%monthnum%/%day%/%postname%/','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:14:{i:0;s:19:\"akismet/akismet.php\";i:1;s:21:\"bateaux-core/init.php\";i:2;s:33:\"classic-editor/classic-editor.php\";i:3;s:25:\"duplicator/duplicator.php\";i:4;s:31:\"envato-market/envato-market.php\";i:5;s:50:\"google-analytics-for-wordpress/googleanalytics.php\";i:6;s:9:\"hello.php\";i:7;s:19:\"jetpack/jetpack.php\";i:8;s:47:\"mojo-marketplace-wp-plugin/mojo-marketplace.php\";i:9;s:37:\"optinmonster/optin-monster-wp-api.php\";i:10;s:50:\"quttera-web-malware-scanner/quttera_wm_scanner.php\";i:11;s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";i:12;s:31:\"wp-google-maps/wpGoogleMaps.php\";i:13;s:24:\"wpforms-lite/wpforms.php\";}','yes'),(46872,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1550595253','no'),(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','bateaux','yes'),(41,'stylesheet','bateaux','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','43764','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','page','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','1','yes'),(70,'close_comments_days_old','28','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','0','yes'),(74,'comments_per_page','20','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:5:{s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:35:\"monsterinsights_lite_uninstall_hook\";s:37:\"optinmonster/optin-monster-wp-api.php\";s:32:\"optin_monster_api_uninstall_hook\";s:33:\"classic-editor/classic-editor.php\";a:2:{i:0;s:14:\"Classic_Editor\";i:1;s:9:\"uninstall\";}s:50:\"quttera-web-malware-scanner/quttera_wm_scanner.php\";s:24:\"on_qtr_scanner_uninstall\";s:27:\"LayerSlider/layerslider.php\";s:29:\"layerslider_uninstall_scripts\";}','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,'initial_db_version','38590','yes'),(92,'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'),(95,'fresh_site','0','yes'),(96,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(98,'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'),(99,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(101,'sidebars_widgets','a:15:{s:19:\"wp_inactive_widgets\";a:0:{}s:15:\"bateaux-sidebar\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:16:\"bateaux-footer-1\";a:0:{}s:16:\"bateaux-footer-2\";a:0:{}s:16:\"bateaux-footer-3\";N;s:16:\"bateaux-footer-4\";N;s:16:\"bateaux-topbar-1\";N;s:16:\"bateaux-topbar-2\";N;s:16:\"bateaux-topbar-3\";N;s:16:\"bateaux-topbar-4\";N;s:22:\"bateaux-headerwidget-1\";N;s:22:\"bateaux-headerwidget-2\";N;s:22:\"bateaux-headerwidget-3\";N;s:22:\"bateaux-headerwidget-4\";N;s:13:\"array_version\";i:3;}','yes'),(102,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'cron','a:14:{i:1550585871;a:1:{s:14:\"mm_cron_hourly\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1550586739;a:1:{s:20:\"jetpack_clean_nonces\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1550587137;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:1550596805;a:1:{s:20:\"wp_maybe_auto_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1550608937;a:3:{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;}}s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1550608966;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1550611071;a:1:{s:18:\"mm_cron_twicedaily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1550654271;a:1:{s:13:\"mm_cron_daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1550655161;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1550668601;a:1:{s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1550820346;a:1:{s:35:\"monsterinsights_usage_tracking_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1551172671;a:1:{s:14:\"mm_cron_weekly\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1552987071;a:1:{s:15:\"mm_cron_monthly\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2419200;}}}s:7:\"version\";i:2;}','yes'),(110,'theme_mods_twentyseventeen','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1509441738;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(185,'logged_in_salt','xSB[0J(U7#G$R47|fwrAM(:.`/+k`([A@!hqK5mv%kJgc:dSxQ(qw*l%*%F;e2zP','no'),(154,'nonce_key','nduW?t:>aC0908lyrJp}CWuLE`N/q,{)~R8Uv!D,,bW)6>z@ha~tn6hd=o<.?HUB','no'),(155,'nonce_salt','Y(3t/HI8<uk_:u 6EH$G? *U],;XH $L[k(#,{z-R^%jz22~P}xc.~/8<Bxy44UW','no'),(156,'widget_optin-monster-api','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(157,'widget_wpforms-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(158,'optin_monster_api','a:6:{s:3:\"api\";a:0:{}s:6:\"optins\";a:0:{}s:10:\"is_expired\";b:0;s:11:\"is_disabled\";b:0;s:10:\"is_invalid\";b:0;s:7:\"welcome\";a:3:{s:6:\"status\";s:8:\"welcomed\";s:6:\"review\";s:3:\"ask\";s:7:\"version\";s:4:\"1141\";}}','yes'),(159,'monsterinsights_over_time','a:3:{s:17:\"installed_version\";s:5:\"6.2.0\";s:14:\"installed_date\";i:1509441456;s:13:\"installed_pro\";b:0;}','yes'),(160,'monsterinsights_db_version','7.4.0','yes'),(162,'monsterinsights_current_version','7.4.0','yes'),(163,'monsterinsights_settings','a:22:{s:17:\"analytics_profile\";s:0:\"\";s:22:\"analytics_profile_code\";s:0:\"\";s:14:\"manual_ua_code\";s:0:\"\";s:26:\"track_internal_as_outbound\";i:0;s:23:\"track_internal_as_label\";s:0:\"\";s:14:\"allow_tracking\";i:0;s:13:\"tracking_mode\";s:9:\"analytics\";s:11:\"events_mode\";s:2:\"js\";s:12:\"demographics\";i:1;s:12:\"ignore_users\";a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}s:19:\"dashboards_disabled\";i:0;s:13:\"anonymize_ips\";i:0;s:19:\"extensions_of_files\";s:30:\"doc,exe,js,pdf,ppt,tgz,zip,xls\";s:18:\"subdomain_tracking\";s:0:\"\";s:16:\"tag_links_in_rss\";i:0;s:12:\"allow_anchor\";i:0;s:16:\"add_allow_linker\";i:0;s:11:\"custom_code\";s:0:\"\";s:10:\"debug_mode\";i:0;s:14:\"anonymous_data\";i:0;s:13:\"save_settings\";a:0:{}s:12:\"view_reports\";a:0:{}}','yes'),(226,'widget_bateaux_widget_social','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(227,'widget_bateaux_widget_banner','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(222,'current_theme','Bateaux','yes'),(223,'theme_mods_bateaux','a:472:{i:0;b:0;s:17:\"btx_post_settings\";a:46:{s:6:\"layout\";s:8:\"standard\";s:21:\"featured_media_layout\";s:8:\"standard\";s:23:\"featured_media_parallax\";b:1;s:7:\"sidebar\";b:0;s:10:\"sidebar_id\";s:15:\"bateaux-sidebar\";s:16:\"sidebar_position\";s:5:\"right\";s:24:\"sidebar_background_color\";s:7:\"default\";s:20:\"sidebar_color_scheme\";s:5:\"light\";s:10:\"breadcrumb\";b:0;s:16:\"breadcrumb_color\";s:7:\"default\";s:21:\"breadcrumb_background\";s:7:\"default\";s:18:\"breadcrumb_opacity\";i:100;s:20:\"breadcrumb_alignment\";s:4:\"left\";s:14:\"category_style\";s:5:\"plain\";s:8:\"category\";b:1;s:6:\"author\";b:1;s:4:\"date\";b:1;s:3:\"tag\";b:1;s:10:\"author_box\";b:0;s:7:\"comment\";b:1;s:13:\"comment_style\";s:8:\"standard\";s:6:\"social\";b:1;s:12:\"social_style\";s:4:\"icon\";s:17:\"social_components\";a:5:{i:0;s:8:\"facebook\";i:1;s:7:\"twitter\";i:2;s:9:\"pinterest\";i:3;s:11:\"google-plus\";i:4;s:6:\"tumblr\";}s:14:\"social_divider\";b:0;s:11:\"social_size\";i:15;s:17:\"social_auto_color\";b:0;s:12:\"social_color\";s:11:\"btx_color_4\";s:17:\"social_icon_style\";s:5:\"plain\";s:23:\"social_icon_hover_style\";s:5:\"plain\";s:23:\"social_icon_hover_color\";s:11:\"btx_color_1\";s:16:\"social_alignment\";s:6:\"center\";s:10:\"navigation\";b:1;s:16:\"navigation_style\";s:3:\"bar\";s:21:\"navigation_border_top\";b:1;s:24:\"navigation_border_bottom\";b:1;s:24:\"navigation_bar_thumbnail\";b:0;s:20:\"navigation_alignment\";s:6:\"center\";s:7:\"related\";b:1;s:13:\"related_title\";s:13:\"Related Posts\";s:13:\"related_style\";s:4:\"grid\";s:13:\"related_items\";i:4;s:14:\"related_column\";i:4;s:17:\"related_thumbnail\";b:0;s:12:\"related_date\";b:1;s:18:\"related_background\";s:11:\"transparent\";}s:24:\"btx_default_color_scheme\";s:5:\"light\";s:23:\"btx_topbar_color_scheme\";s:4:\"dark\";s:23:\"btx_navbar_color_scheme\";s:5:\"light\";s:30:\"btx_header_widget_color_scheme\";s:4:\"dark\";s:23:\"btx_footer_color_scheme\";s:4:\"dark\";s:27:\"btx_page_title_color_scheme\";s:7:\"default\";s:24:\"btx_sidebar_color_scheme\";s:7:\"default\";s:16:\"btx_logo_favicon\";s:65:\"http://ray.vefur.co/wp-content/uploads/2017/11/REY-favicon-01.png\";s:24:\"btx_logo_homescreen_icon\";s:0:\"\";s:23:\"btx_navbar_logo_section\";s:0:\"\";s:13:\"btx_logo_type\";s:5:\"image\";s:8:\"btx_logo\";s:61:\"http://ray.vefur.co/wp-content/uploads/2017/10/REYlogo-01.png\";s:14:\"btx_logo_width\";s:3:\"144\";s:19:\"btx_logo_text_title\";s:7:\"bateaux\";s:19:\"btx_logo_typography\";s:9:\"secondary\";s:19:\"btx_logo_font_color\";s:7:\"default\";s:18:\"btx_logo_font_size\";i:20;s:23:\"btx_logo_letter_spacing\";d:-0.01000000000000000020816681711721685132943093776702880859375;s:30:\"btx_mobile_navbar_logo_section\";s:0:\"\";s:22:\"btx_mobile_navbar_logo\";s:61:\"http://ray.vefur.co/wp-content/uploads/2017/10/REYlogo-01.png\";s:28:\"btx_mobile_navbar_logo_width\";s:2:\"85\";s:29:\"btx_fixed_navbar_logo_section\";s:0:\"\";s:21:\"btx_fixed_navbar_logo\";s:0:\"\";s:34:\"btx_fixed_navbar_logo_light_scheme\";s:0:\"\";s:33:\"btx_fixed_navbar_logo_dark_scheme\";s:0:\"\";s:27:\"btx_fixed_navbar_logo_width\";i:60;s:15:\"btx_site_layout\";s:4:\"wide\";s:15:\"btx_frame_color\";s:7:\"default\";s:15:\"btx_frame_width\";i:30;s:21:\"btx_content_max_width\";i:1200;s:16:\"btx_side_padding\";i:10;s:19:\"btx_header_on_frame\";i:0;s:11:\"btx_sidebar\";i:0;s:20:\"btx_sidebar_position\";s:5:\"right\";s:18:\"btx_sidebar_select\";s:15:\"bateaux-sidebar\";s:28:\"btx_sidebar_background_color\";s:7:\"default\";s:17:\"btx_sidebar_width\";d:22.5;s:23:\"btx_sidebar_top_padding\";i:40;s:22:\"btx_content_background\";i:0;s:28:\"btx_content_background_color\";s:7:\"default\";s:28:\"btx_content_background_image\";s:0:\"\";s:29:\"btx_content_background_repeat\";s:6:\"repeat\";s:27:\"btx_content_background_size\";s:5:\"cover\";s:31:\"btx_content_background_position\";s:13:\"center center\";s:33:\"btx_content_background_attachment\";i:1;s:19:\"btx_body_background\";i:0;s:25:\"btx_body_background_color\";s:7:\"default\";s:25:\"btx_body_background_image\";s:0:\"\";s:26:\"btx_body_background_repeat\";s:6:\"repeat\";s:24:\"btx_body_background_size\";s:5:\"cover\";s:28:\"btx_body_background_position\";s:13:\"center center\";s:30:\"btx_body_background_attachment\";i:1;s:16:\"btx_boxed_shadow\";s:29:\"0 0 30px 0 rgba(0, 0, 0, 0.1)\";s:19:\"btx_site_responsive\";i:1;s:26:\"btx_enable_mobile_parallax\";i:0;s:24:\"btx_enable_mobile_topbar\";i:0;s:20:\"btx_style_typography\";s:7:\"primary\";s:19:\"btx_style_font_size\";i:14;s:17:\"btx_heading_style\";s:5:\"plain\";s:22:\"btx_heading_typography\";s:9:\"secondary\";s:19:\"btx_heading_size_h1\";i:36;s:19:\"btx_heading_size_h2\";i:28;s:19:\"btx_heading_size_h3\";i:20;s:19:\"btx_heading_size_h4\";i:16;s:19:\"btx_heading_size_h5\";i:14;s:19:\"btx_heading_size_h6\";i:12;s:16:\"btx_button_style\";s:4:\"fill\";s:22:\"btx_button_hover_style\";s:7:\"inverse\";s:15:\"btx_button_size\";s:5:\"small\";s:21:\"btx_button_typography\";s:9:\"secondary\";s:20:\"btx_button_uppercase\";i:1;s:17:\"btx_button_border\";i:1;s:17:\"btx_button_radius\";i:20;s:29:\"btx_carousel_arrow_background\";s:11:\"transparent\";s:24:\"btx_carousel_arrow_style\";s:10:\"ln-chevron\";s:17:\"btx_preload_style\";s:4:\"none\";s:28:\"btx_preload_background_color\";s:7:\"default\";s:16:\"btx_preload_logo\";s:0:\"\";s:15:\"btx_back_to_top\";b:1;s:26:\"btx_back_to_top_background\";s:6:\"square\";s:32:\"btx_back_to_top_background_color\";s:7:\"default\";s:21:\"btx_back_to_top_style\";s:10:\"ln-chevron\";s:27:\"btx_back_to_top_arrow_color\";s:7:\"default\";s:19:\"btx_navbar_position\";s:3:\"top\";s:16:\"btx_navbar_style\";s:6:\"inline\";s:20:\"btx_navbar_fullwidth\";b:1;s:21:\"btx_side_navbar_style\";s:5:\"fixed\";s:24:\"btx_navbar_menu_position\";s:5:\"right\";s:30:\"btx_side_navbar_menu_alignment\";s:4:\"left\";s:31:\"btx_inline_navbar_menu_position\";s:5:\"inner\";s:29:\"btx_minimal_navbar_menu_style\";s:4:\"full\";s:15:\"btx_navbar_size\";s:5:\"small\";s:17:\"btx_navbar_height\";i:90;s:27:\"btx_navbar_menu_hover_style\";s:7:\"default\";s:22:\"btx_navbar_menu_border\";s:0:\"\";s:32:\"btx_navbar_menu_border_thickness\";s:1:\"0\";s:28:\"btx_navbar_menu_border_color\";s:7:\"default\";s:17:\"btx_navbar_offset\";s:0:\"\";s:26:\"btx_navbar_logo_offset_top\";s:0:\"\";s:26:\"btx_navbar_menu_offset_top\";s:2:\"60\";s:20:\"btx_navbar_component\";s:0:\"\";s:23:\"btx_mega_menu_separator\";i:0;s:17:\"btx_navbar_search\";b:0;s:15:\"btx_navbar_cart\";i:0;s:20:\"btx_navbar_cart_icon\";s:7:\"ln-cart\";s:28:\"btx_navbar_background_custom\";i:0;s:27:\"btx_navbar_background_color\";s:7:\"default\";s:18:\"btx_navbar_opacity\";i:100;s:27:\"btx_navbar_background_image\";s:0:\"\";s:28:\"btx_navbar_background_repeat\";s:6:\"repeat\";s:26:\"btx_navbar_background_size\";s:5:\"cover\";s:30:\"btx_navbar_background_position\";s:13:\"center center\";s:32:\"btx_navbar_background_attachment\";i:0;s:22:\"btx_navbar_menu_custom\";b:1;s:21:\"btx_navbar_menu_color\";s:7:\"#4a4a4a\";s:28:\"btx_navbar_menu_active_color\";s:7:\"default\";s:27:\"btx_navbar_menu_hover_color\";s:7:\"default\";s:26:\"btx_navbar_menu_typography\";s:7:\"primary\";s:25:\"btx_navbar_menu_uppercase\";b:0;s:25:\"btx_navbar_menu_font_size\";s:2:\"14\";s:30:\"btx_navbar_menu_letter_spacing\";d:0.1000000000000000055511151231257827021181583404541015625;s:25:\"btx_navbar_menu_separator\";s:4:\"none\";s:17:\"btx_dropdown_menu\";i:0;s:27:\"btx_dropdown_menu_uppercase\";i:0;s:27:\"btx_dropdown_menu_font_size\";i:12;s:27:\"btx_dropdown_menu_min_width\";i:220;s:25:\"btx_dropdown_color_scheme\";s:4:\"dark\";s:29:\"btx_dropdown_background_color\";s:7:\"default\";s:20:\"btx_dropdown_opacity\";i:100;s:23:\"btx_dropdown_menu_color\";s:7:\"default\";s:24:\"btx_dropdown_hover_color\";s:7:\"default\";s:26:\"btx_navbar_full_background\";i:0;s:32:\"btx_navbar_full_background_color\";s:7:\"default\";s:23:\"btx_navbar_full_opacity\";i:100;s:32:\"btx_navbar_full_background_image\";s:0:\"\";s:33:\"btx_navbar_full_background_repeat\";s:6:\"repeat\";s:31:\"btx_navbar_full_background_size\";s:5:\"cover\";s:35:\"btx_navbar_full_background_position\";s:13:\"center center\";s:27:\"btx_navbar_full_menu_custom\";i:0;s:26:\"btx_navbar_full_menu_color\";s:7:\"default\";s:33:\"btx_navbar_full_menu_active_color\";s:7:\"default\";s:32:\"btx_navbar_full_menu_hover_color\";s:7:\"default\";s:31:\"btx_navbar_full_menu_typography\";s:9:\"secondary\";s:30:\"btx_navbar_full_menu_font_size\";i:16;s:35:\"btx_navbar_full_menu_letter_spacing\";s:0:\"\";s:23:\"btx_mobile_navbar_style\";s:4:\"full\";s:35:\"btx_mobile_navbar_background_custom\";i:0;s:34:\"btx_mobile_navbar_background_color\";s:7:\"default\";s:25:\"btx_mobile_navbar_opacity\";i:100;s:34:\"btx_mobile_navbar_background_image\";s:0:\"\";s:35:\"btx_mobile_navbar_background_repeat\";s:6:\"repeat\";s:33:\"btx_mobile_navbar_background_size\";s:5:\"cover\";s:37:\"btx_mobile_navbar_background_position\";s:13:\"center center\";s:29:\"btx_mobile_navbar_menu_custom\";i:0;s:28:\"btx_mobile_navbar_menu_color\";s:7:\"default\";s:35:\"btx_mobile_navbar_menu_active_color\";s:7:\"default\";s:34:\"btx_mobile_navbar_menu_hover_color\";s:7:\"default\";s:33:\"btx_mobile_navbar_menu_typography\";s:7:\"primary\";s:32:\"btx_mobile_navbar_menu_uppercase\";i:0;s:32:\"btx_mobile_navbar_menu_font_size\";i:14;s:37:\"btx_mobile_navbar_menu_letter_spacing\";s:0:\"\";s:16:\"btx_fixed_navbar\";i:0;s:21:\"btx_fixed_navbar_hide\";i:0;s:22:\"btx_fixed_navbar_style\";s:7:\"default\";s:23:\"btx_fixed_navbar_height\";i:60;s:27:\"btx_fixed_navbar_transition\";s:4:\"show\";s:33:\"btx_fixed_navbar_transition_point\";s:0:\"\";s:30:\"btx_fixed_navbar_bottom_border\";s:0:\"\";s:40:\"btx_fixed_navbar_bottom_border_thickness\";i:1;s:36:\"btx_fixed_navbar_bottom_border_color\";s:7:\"default\";s:24:\"btx_fixed_navbar_advance\";i:0;s:33:\"btx_fixed_navbar_background_color\";s:7:\"default\";s:24:\"btx_fixed_navbar_opacity\";i:100;s:31:\"btx_fixed_navbar_menu_font_size\";i:12;s:27:\"btx_fixed_navbar_menu_color\";s:7:\"default\";s:34:\"btx_fixed_navbar_menu_active_color\";s:7:\"default\";s:33:\"btx_fixed_navbar_menu_hover_color\";s:7:\"default\";s:10:\"btx_topbar\";i:0;s:17:\"btx_topbar_column\";i:2;s:17:\"btx_topbar_height\";i:36;s:20:\"btx_topbar_separator\";i:0;s:24:\"btx_topbar_bottom_border\";s:0:\"\";s:34:\"btx_topbar_bottom_border_thickness\";i:0;s:30:\"btx_topbar_bottom_border_color\";s:7:\"default\";s:18:\"btx_topbar_advance\";i:0;s:27:\"btx_topbar_background_color\";s:7:\"default\";s:29:\"btx_topbar_background_opacity\";i:100;s:21:\"btx_topbar_text_color\";s:7:\"default\";s:21:\"btx_topbar_link_color\";s:7:\"default\";s:27:\"btx_topbar_link_hover_color\";s:7:\"default\";s:24:\"btx_header_action_button\";i:0;s:27:\"btx_fixed_nav_action_button\";i:0;s:31:\"btx_action_button_style_section\";s:0:\"\";s:22:\"btx_action_button_text\";s:6:\"action\";s:22:\"btx_action_button_icon\";s:0:\"\";s:31:\"btx_action_button_icon_position\";s:6:\"before\";s:23:\"btx_action_button_style\";s:4:\"fill\";s:29:\"btx_action_button_hover_style\";s:5:\"brand\";s:24:\"btx_action_button_border\";i:1;s:24:\"btx_action_button_radius\";i:4;s:33:\"btx_action_button_setting_section\";s:0:\"\";s:15:\"btx_action_type\";s:12:\"headerwidget\";s:15:\"btx_action_link\";s:0:\"\";s:22:\"btx_action_target_self\";i:0;s:25:\"btx_action_mobile_display\";i:0;s:24:\"btx_header_widget_column\";i:4;s:27:\"btx_header_widget_alignment\";s:4:\"left\";s:28:\"btx_header_widget_max_height\";s:0:\"\";s:27:\"btx_header_widget_separator\";i:0;s:25:\"btx_header_widget_advance\";i:0;s:34:\"btx_header_widget_background_color\";s:7:\"default\";s:36:\"btx_header_widget_background_opacity\";i:100;s:34:\"btx_header_widget_background_image\";s:0:\"\";s:35:\"btx_header_widget_background_repeat\";s:6:\"repeat\";s:33:\"btx_header_widget_background_size\";s:5:\"cover\";s:37:\"btx_header_widget_background_position\";s:13:\"center center\";s:28:\"btx_header_widget_text_color\";s:7:\"default\";s:28:\"btx_header_widget_link_color\";s:7:\"default\";s:34:\"btx_header_widget_link_hover_color\";s:7:\"default\";s:10:\"btx_footer\";i:1;s:20:\"btx_footer_fullwidth\";i:0;s:19:\"btx_footer_parallax\";i:0;s:17:\"btx_footer_column\";i:4;s:20:\"btx_footer_alignment\";s:4:\"left\";s:20:\"btx_footer_separator\";i:0;s:21:\"btx_footer_top_border\";s:0:\"\";s:31:\"btx_footer_top_border_thickness\";i:0;s:27:\"btx_footer_top_border_color\";s:7:\"default\";s:18:\"btx_footer_advance\";i:0;s:27:\"btx_footer_background_color\";s:7:\"default\";s:29:\"btx_footer_background_opacity\";i:100;s:27:\"btx_footer_background_image\";s:0:\"\";s:28:\"btx_footer_background_repeat\";s:6:\"repeat\";s:26:\"btx_footer_background_size\";s:5:\"cover\";s:30:\"btx_footer_background_position\";s:13:\"center center\";s:21:\"btx_footer_text_color\";s:7:\"default\";s:21:\"btx_footer_link_color\";s:7:\"default\";s:27:\"btx_footer_link_hover_color\";s:7:\"default\";s:19:\"btx_bottom_bar_text\";i:1;s:24:\"btx_bottom_bar_text_area\";s:44:\"© 2017 Rey Apartments. All rights reserved.\";s:28:\"btx_bottom_bar_text_position\";s:4:\"left\";s:19:\"btx_bottom_bar_menu\";i:0;s:26:\"btx_bottom_bar_menu_select\";s:0:\"\";s:28:\"btx_bottom_bar_menu_position\";s:6:\"center\";s:21:\"btx_bottom_bar_social\";i:1;s:30:\"btx_bottom_bar_social_position\";s:5:\"right\";s:25:\"btx_bottom_bar_top_border\";s:0:\"\";s:35:\"btx_bottom_bar_top_border_thickness\";i:1;s:32:\"btx_bottom_bar_top_border_length\";s:7:\"divider\";s:31:\"btx_bottom_bar_top_border_color\";s:7:\"default\";s:22:\"btx_bottom_bar_advance\";i:0;s:31:\"btx_bottom_bar_background_color\";s:7:\"default\";s:33:\"btx_bottom_bar_background_opacity\";i:100;s:24:\"btx_bottom_bar_text_size\";i:14;s:25:\"btx_bottom_bar_text_color\";s:7:\"default\";s:25:\"btx_bottom_bar_link_color\";s:7:\"default\";s:31:\"btx_bottom_bar_link_hover_color\";s:7:\"default\";s:25:\"btx_page_title_full_width\";i:0;s:14:\"btx_breadcrumb\";i:1;s:24:\"btx_breadcrumb_separator\";s:11:\"angle-right\";s:25:\"btx_breadcrumb_text_color\";s:7:\"default\";s:33:\"btx_breadcrumb_background_section\";s:0:\"\";s:31:\"btx_breadcrumb_background_color\";s:7:\"default\";s:33:\"btx_breadcrumb_background_opacity\";i:100;s:30:\"btx_page_title_setting_section\";s:0:\"\";s:14:\"btx_page_title\";i:1;s:23:\"btx_breadcrumb_position\";s:3:\"top\";s:24:\"btx_page_title_alignment\";s:4:\"left\";s:25:\"btx_page_title_text_color\";s:7:\"default\";s:33:\"btx_page_title_background_section\";s:0:\"\";s:31:\"btx_page_title_background_color\";s:7:\"default\";s:33:\"btx_page_title_background_opacity\";i:100;s:31:\"btx_page_title_background_image\";s:0:\"\";s:32:\"btx_page_title_background_repeat\";s:6:\"repeat\";s:30:\"btx_page_title_background_size\";s:5:\"cover\";s:34:\"btx_page_title_background_position\";s:13:\"center center\";s:28:\"btx_page_title_label_section\";s:0:\"\";s:25:\"btx_page_title_blog_label\";s:4:\"Blog\";s:25:\"btx_page_title_shop_label\";s:8:\"Products\";s:28:\"btx_page_title_archive_label\";s:12:\"Archives of \";s:29:\"btx_page_title_category_label\";s:12:\"Archives of \";s:24:\"btx_page_title_tag_label\";s:13:\"Archives of #\";s:27:\"btx_page_title_search_label\";s:20:\"Search Results for: \";s:27:\"btx_page_title_author_label\";s:13:\"All posts of \";s:24:\"btx_page_title_day_label\";s:16:\"Archive of day: \";s:26:\"btx_page_title_month_label\";s:18:\"Archive of month: \";s:25:\"btx_page_title_year_label\";s:17:\"Archive of year: \";s:17:\"btx_blog_subtitle\";s:55:\"Edit this subtitle in customizer\'s archive blog section\";s:23:\"btx_blog_custom_archive\";s:0:\"\";s:19:\"btx_blog_full_width\";i:0;s:14:\"btx_blog_style\";s:7:\"masonry\";s:18:\"btx_blog_list_size\";s:5:\"small\";s:21:\"btx_blog_grid_columns\";i:3;s:20:\"btx_blog_entry_style\";s:9:\"columnist\";s:24:\"btx_blog_entry_alignment\";s:4:\"left\";s:23:\"btx_blog_featured_media\";s:4:\"auto\";s:19:\"btx_blog_image_size\";s:5:\"large\";s:20:\"btx_blog_image_ratio\";s:4:\"auto\";s:20:\"btx_blog_image_hover\";s:4:\"none\";s:13:\"btx_blog_load\";s:10:\"pagination\";s:25:\"btx_blog_content_on_hover\";i:0;s:25:\"btx_blog_content_position\";s:6:\"middle\";s:22:\"btx_blog_content_hover\";s:6:\"fadein\";s:27:\"btx_blog_overlay_background\";s:7:\"default\";s:24:\"btx_blog_overlay_opacity\";i:80;s:28:\"btx_blog_entry_color_section\";s:0:\"\";s:27:\"btx_blog_entry_color_scheme\";s:7:\"default\";s:25:\"btx_blog_entry_background\";s:7:\"default\";s:22:\"btx_blog_entry_opacity\";i:100;s:24:\"btx_blog_spacing_section\";s:0:\"\";s:22:\"btx_blog_entry_spacing\";i:30;s:28:\"btx_blog_entry_inner_spacing\";i:100;s:27:\"btx_blog_typography_section\";s:0:\"\";s:30:\"btx_blog_entry_title_uppercase\";i:0;s:35:\"btx_blog_entry_title_letter_spacing\";s:0:\"\";s:30:\"btx_blog_entry_title_font_size\";i:20;s:18:\"btx_blog_component\";s:0:\"\";s:15:\"btx_blog_border\";i:0;s:19:\"btx_blog_box_shadow\";i:1;s:21:\"btx_blog_hover_shadow\";i:0;s:15:\"btx_blog_filter\";i:0;s:25:\"btx_blog_filter_alignment\";s:4:\"left\";s:23:\"btx_blog_filter_sorting\";s:7:\"default\";s:20:\"btx_blog_entry_title\";i:1;s:22:\"btx_blog_entry_excerpt\";i:1;s:30:\"btx_blog_entry_excerpt_content\";s:7:\"excerpt\";s:29:\"btx_blog_entry_excerpt_length\";s:0:\"\";s:23:\"btx_blog_entry_category\";i:1;s:22:\"btx_blog_entry_comment\";i:0;s:19:\"btx_blog_entry_date\";i:1;s:21:\"btx_blog_entry_author\";i:1;s:21:\"btx_blog_entry_avatar\";i:1;s:21:\"btx_blog_entry_button\";i:0;s:27:\"btx_blog_entry_more_message\";s:9:\"Read More\";s:18:\"btx_portfolio_slug\";s:9:\"portfolio\";s:28:\"btx_portfolio_custom_archive\";s:0:\"\";s:22:\"btx_portfolio_subtitle\";s:52:\"Edit this subtitle in customizer\'s portfolio section\";s:24:\"btx_portfolio_full_width\";i:0;s:19:\"btx_portfolio_style\";s:4:\"list\";s:23:\"btx_portfolio_alignment\";s:4:\"left\";s:19:\"btx_portfolio_items\";i:12;s:20:\"btx_portfolio_column\";i:2;s:23:\"btx_portfolio_list_size\";s:5:\"small\";s:24:\"btx_portfolio_image_size\";s:5:\"large\";s:25:\"btx_portfolio_image_ratio\";s:4:\"auto\";s:25:\"btx_portfolio_image_hover\";s:4:\"none\";s:27:\"btx_portfolio_content_hover\";s:6:\"fadein\";s:18:\"btx_portfolio_load\";s:10:\"pagination\";s:24:\"btx_portfolio_entry_link\";s:4:\"post\";s:30:\"btx_portfolio_content_on_hover\";i:0;s:30:\"btx_portfolio_content_position\";s:6:\"middle\";s:27:\"btx_portfolio_color_section\";s:0:\"\";s:26:\"btx_portfolio_color_scheme\";s:7:\"default\";s:24:\"btx_portfolio_background\";s:7:\"default\";s:32:\"btx_portfolio_background_opacity\";i:50;s:32:\"btx_portfolio_overlay_background\";s:7:\"default\";s:29:\"btx_portfolio_overlay_opacity\";i:80;s:29:\"btx_portfolio_spacing_section\";s:0:\"\";s:21:\"btx_portfolio_spacing\";i:30;s:27:\"btx_portfolio_inner_spacing\";i:10;s:32:\"btx_portfolio_typography_section\";s:0:\"\";s:29:\"btx_portfolio_title_uppercase\";i:0;s:34:\"btx_portfolio_title_letter_spacing\";s:0:\"\";s:29:\"btx_portfolio_title_font_size\";i:16;s:23:\"btx_portfolio_component\";s:0:\"\";s:24:\"btx_portfolio_box_shadow\";i:1;s:26:\"btx_portfolio_hover_shadow\";i:0;s:20:\"btx_portfolio_filter\";i:1;s:30:\"btx_portfolio_filter_alignment\";s:4:\"left\";s:28:\"btx_portfolio_filter_sorting\";s:7:\"default\";s:21:\"btx_portfolio_preview\";i:1;s:22:\"btx_portfolio_category\";i:1;s:21:\"btx_portfolio_excerpt\";i:0;s:28:\"btx_portfolio_excerpt_length\";s:0:\"\";s:21:\"btx_portfolio_sidebar\";i:1;s:30:\"btx_portfolio_sidebar_position\";s:5:\"right\";s:28:\"btx_portfolio_sidebar_select\";s:15:\"bateaux-sidebar\";s:17:\"btx_shop_subtitle\";s:59:\"Edit this subtitle in customizer\'s woocommerce shop section\";s:19:\"btx_shop_full_width\";i:0;s:14:\"btx_shop_style\";s:8:\"standard\";s:15:\"btx_shop_layout\";s:4:\"grid\";s:16:\"btx_shop_product\";i:12;s:15:\"btx_shop_column\";i:4;s:18:\"btx_shop_alignment\";s:6:\"center\";s:23:\"btx_shop_vertical_align\";s:6:\"middle\";s:27:\"btx_shop_hover_image_change\";i:0;s:22:\"btx_shop_content_hover\";s:6:\"fadein\";s:22:\"btx_shop_color_section\";s:0:\"\";s:21:\"btx_shop_color_scheme\";s:7:\"default\";s:25:\"btx_shop_background_color\";s:7:\"default\";s:27:\"btx_shop_background_opacity\";i:50;s:24:\"btx_shop_spacing_section\";s:0:\"\";s:16:\"btx_shop_spacing\";i:30;s:22:\"btx_shop_inner_spacing\";i:30;s:27:\"btx_shop_typography_section\";s:0:\"\";s:24:\"btx_shop_title_uppercase\";i:0;s:29:\"btx_shop_title_letter_spacing\";s:0:\"\";s:24:\"btx_shop_title_font_size\";i:16;s:18:\"btx_shop_component\";s:0:\"\";s:19:\"btx_shop_box_shadow\";i:1;s:21:\"btx_shop_hover_shadow\";i:1;s:20:\"btx_shop_add_to_cart\";i:1;s:15:\"btx_shop_rating\";i:1;s:14:\"btx_shop_label\";i:1;s:16:\"btx_shop_sidebar\";i:0;s:25:\"btx_shop_sidebar_position\";s:4:\"left\";s:23:\"btx_shop_sidebar_select\";s:15:\"bateaux-sidebar\";s:22:\"btx_product_full_width\";i:0;s:21:\"btx_product_max_width\";i:2000;s:24:\"btx_product_side_padding\";i:10;s:24:\"btx_product_image_action\";s:8:\"lightbox\";s:30:\"btx_product_thumbnail_position\";s:6:\"bottom\";s:26:\"btx_product_thumbnail_item\";i:3;s:27:\"btx_product_detail_position\";s:5:\"right\";s:24:\"btx_product_detail_width\";i:50;s:21:\"btx_product_component\";s:0:\"\";s:19:\"btx_product_related\";i:1;s:26:\"btx_product_related_column\";i:4;s:17:\"btx_product_share\";i:1;s:19:\"btx_product_sidebar\";i:0;s:28:\"btx_product_sidebar_position\";s:5:\"right\";s:26:\"btx_product_sidebar_select\";s:15:\"bateaux-sidebar\";s:21:\"btx_social_auto_color\";i:0;s:21:\"btx_social_icon_style\";s:5:\"plain\";s:27:\"btx_social_icon_hover_style\";s:5:\"plain\";s:19:\"btx_social_facebook\";s:39:\"https://www.facebook.com/ReyApartments/\";s:18:\"btx_social_twitter\";s:0:\"\";s:18:\"btx_social_youtube\";s:0:\"\";s:16:\"btx_social_vimeo\";s:0:\"\";s:20:\"btx_social_instagram\";s:0:\"\";s:19:\"btx_social_linkedin\";s:0:\"\";s:22:\"btx_social_google-plus\";s:0:\"\";s:16:\"btx_social_skype\";s:0:\"\";s:20:\"btx_social_pinterest\";s:0:\"\";s:17:\"btx_social_flickr\";s:0:\"\";s:17:\"btx_social_tumblr\";s:0:\"\";s:19:\"btx_social_dribbble\";s:0:\"\";s:18:\"btx_social_behance\";s:0:\"\";s:16:\"btx_social_email\";s:11:\"info@rey.is\";s:25:\"btx_social_share_facebook\";i:1;s:24:\"btx_social_share_twitter\";i:1;s:26:\"btx_social_share_pinterest\";i:1;s:28:\"btx_social_share_google-plus\";i:1;s:23:\"btx_social_share_tumblr\";i:1;s:25:\"btx_social_share_linkedin\";i:0;s:28:\"btx_social_share_stumbleupon\";i:0;s:22:\"btx_social_share_email\";i:1;s:14:\"btx_custom_css\";s:0:\"\";s:16:\"btx_font_primary\";a:5:{s:4:\"type\";s:11:\"google_font\";s:6:\"family\";s:6:\"Roboto\";s:5:\"style\";s:7:\"regular\";s:8:\"category\";s:10:\"sans-serif\";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:18:\"btx_font_secondary\";a:5:{s:4:\"type\";s:11:\"google_font\";s:6:\"family\";s:6:\"Roboto\";s:5:\"style\";s:3:\"500\";s:8:\"category\";s:10:\"sans-serif\";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:11:\"btx_color_1\";s:7:\"#175f88\";s:11:\"btx_color_2\";s:7:\"#0092c7\";s:11:\"btx_color_3\";s:7:\"#898989\";s:11:\"btx_color_4\";s:7:\"#222222\";s:11:\"btx_color_5\";s:7:\"#ffffff\";s:11:\"btx_color_6\";s:7:\"#f5f5f5\";s:11:\"btx_color_7\";s:7:\"#dfdfdf\";s:11:\"btx_color_8\";s:7:\"#a4a4a4\";s:11:\"btx_color_9\";s:7:\"#ffffff\";s:12:\"btx_color_10\";s:7:\"#222222\";s:12:\"btx_color_11\";s:7:\"#1d1d1d\";s:12:\"btx_color_12\";s:7:\"#363636\";s:12:\"btx_color_13\";s:7:\"#fafafa\";s:12:\"btx_color_14\";s:7:\"#363636\";s:24:\"btx_style_custom_version\";s:8:\"0bf2bc85\";s:16:\"btx_style_custom\";s:50:\"https://rey.is/wp-content/uploads/style-custom.css\";s:12:\"btx_defaults\";b:1;s:17:\"btx_core_defaults\";b:1;s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:1:{s:16:\"btx-primary-menu\";i:2;}}','yes'),(142,'recently_activated','a:0:{}','yes'),(145,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(182,'auth_key','x$s<{dedPxJ$U`u23rDxI@[yL/v/{5bm79[J6@Eq>(2]Lz.8*kAwHAo}H~T-b=pa','no'),(147,'optinmonster_trial_id','1258907','yes'),(148,'monsterinsights_shareasale_id','1258907','yes'),(149,'wpforms_shareasale_id','1258907','yes'),(150,'wpforms_constant_contact','show','yes'),(153,'mm_master_aff','hostgator','yes'),(927,'duplicate_page_options','a:3:{s:21:\"duplicate_post_status\";s:5:\"draft\";s:23:\"duplicate_post_redirect\";s:7:\"to_list\";s:21:\"duplicate_post_suffix\";s:0:\"\";}','yes'),(184,'logged_in_key','& 4.ZMEKUn} fxnBwss@;*L:vnk 5*soPBO $7+tOXN(AF)<Nu.$@Yz~~^+4}$xy','no'),(171,'_amn_wpforms-lite_last_checked','1550534400','yes'),(240,'ls-plugin-version','6.5.8','yes'),(241,'ls-db-version','6.5.5','yes'),(242,'ls-installed','0','yes'),(243,'ls-date-installed','1509442313','yes'),(245,'revslider_servers','a:10:{i:0;s:22:\"themepunch-ext-a.tools\";i:1;s:22:\"themepunch-ext-a.tools\";i:2;s:22:\"themepunch-ext-a.tools\";i:3;s:22:\"themepunch-ext-a.tools\";i:4;s:22:\"themepunch-ext-a.tools\";i:5;s:22:\"themepunch-ext-a.tools\";i:6;s:22:\"themepunch-ext-a.tools\";i:7;s:16:\"themepunch.tools\";i:8;s:22:\"themepunch-ext-a.tools\";i:9;s:22:\"themepunch-ext-a.tools\";}','yes'),(180,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:12:\"milan@zap.rs\";s:7:\"version\";s:5:\"5.0.3\";s:9:\"timestamp\";i:1547066742;}','no'),(183,'auth_salt','MF[9R`IrP.TK+A@I}2KyM[slopz:BvQHp*6N0hP2YEyB0vg16.}z}84/!0*ydD-.','no'),(190,'mm_install_date','Oct 31, 2017','yes'),(191,'mm_cron','a:3:{s:6:\"weekly\";a:2:{s:15:\"spam_blocked_ip\";a:4:{s:1:\"t\";s:5:\"event\";s:2:\"ec\";s:9:\"scheduled\";s:2:\"ea\";s:15:\"spam_blocked_ip\";s:2:\"el\";i:0;}s:10:\"wp_version\";a:4:{s:1:\"t\";s:5:\"event\";s:2:\"ec\";s:9:\"scheduled\";s:2:\"ea\";s:10:\"wp_version\";s:2:\"el\";s:5:\"5.0.3\";}}s:5:\"daily\";a:1:{s:14:\"plugin_version\";a:4:{s:1:\"t\";s:5:\"event\";s:2:\"ec\";s:9:\"scheduled\";s:2:\"ea\";s:14:\"plugin_version\";s:2:\"el\";s:5:\"1.4.4\";}}s:7:\"monthly\";a:4:{s:11:\"php_version\";a:4:{s:1:\"t\";s:5:\"event\";s:2:\"ec\";s:9:\"scheduled\";s:2:\"ea\";s:11:\"php_version\";s:2:\"el\";s:6:\"5.6.30\";}s:12:\"plugin_count\";a:4:{s:1:\"t\";s:5:\"event\";s:2:\"ec\";s:9:\"scheduled\";s:2:\"ea\";s:12:\"plugin_count\";s:2:\"el\";i:13;}s:11:\"theme_count\";a:4:{s:1:\"t\";s:5:\"event\";s:2:\"ec\";s:9:\"scheduled\";s:2:\"ea\";s:11:\"theme_count\";s:2:\"el\";i:5;}s:13:\"current_theme\";a:4:{s:1:\"t\";s:5:\"event\";s:2:\"ec\";s:9:\"scheduled\";s:2:\"ea\";s:13:\"current_theme\";s:2:\"el\";s:7:\"bateaux\";}}}','yes'),(192,'_amn_mi-lite_last_checked','1550534400','yes'),(193,'_amn_om_last_checked','1550534400','yes'),(196,'wpforms_review','a:2:{s:4:\"time\";i:1509441472;s:9:\"dismissed\";b:0;}','yes'),(197,'wpforms_activated','a:1:{s:4:\"lite\";i:1509441472;}','yes'),(198,'jpo_firstrun','1','yes'),(224,'theme_switched','','yes'),(225,'widget_bateaux_widget_post','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(202,'mm_churn','a:4:{s:2:\"ip\";s:14:\"192.185.48.135\";s:6:\"whoami\";s:5:\"xapon\";s:3:\"key\";s:2006:\"\n\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html>\n  <head>\n    <title>404 Not Found</title>\n    <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\n    <style type=\"text/css\">\n        body {\n        	font-family: Verdana, Arial, Helvetica, sans-serif;\n        	font-size: 12px;\n        	background-color:#367E8E;\n        	scrollbar-base-color: #005B70;\n        	scrollbar-arrow-color: #F3960B;\n        	scrollbar-DarkShadow-Color: #000000;\n        	color: #FFFFFF;\n			margin:0;\n        }\n        a { color:#021f25; text-decoration:none}\n        h1 {\n        	font-size: 18px;\n        	color: #FB9802;\n        	padding-bottom: 10px;\n        	background-image: url(sys_cpanel/images/bottombody.jpg);\n        	background-repeat: repeat-x;\n        	padding:5px 0 10px 15px;\n			margin:0;\n        }\n        #body-content p {\n        	padding-left: 25px;\n        	padding-right: 25px;\n        	line-height: 18px;\n        	padding-top: 5px;\n        	padding-bottom: 5px;\n        }\n        h2 {\n        	font-size: 14px;\n        	font-weight: bold;\n        	color: #FF9900;\n        	padding-left: 15px;\n        }\n    </style>\n  </head>\n  <body>\n    <div id=\"body-content\">  \n<!-- start content-->\n\n<!-- \n instead of REQUEST_URI, we could show absolute URL via:\n http://HTTP_HOST/REQUEST_URI\n    but what if its https:// or other protocol?\n    \n    SERVER_PORT_SECURE doesn\'t seem to be used\n    SERVER_PORT logic would break if they use alternate ports\n-->\n\n<h1>404 Not Found</h1>\n<p>The server can not find the requested page:</p>\n  <blockquote>\n    162.144.133.144/api/create (port 80)\n  </blockquote> \n<p>\n    Please forward this error screen to 162.144.133.144\'s \n    <a href=\"mailto:root@server.eigchurn.com?subject=Error message [404] 404 Not Found for 162.144.133.144/api/create port 80 on Tuesday, 31-Oct-2017 09:20:03 UTC\">\n    WebMaster</a>.\n</p>\n<hr />\n\n\n<!-- end content -->\n    </div>\n  </body>\n</html>\n\";s:4:\"test\";s:0:\"\";}','yes'),(1353,'wpforms_preview_page','142','yes'),(12404,'monsterinsights_version_upgraded_from','7.0.0','yes'),(45595,'can_compress_scripts','0','no'),(46145,'envato_market','a:1:{s:17:\"installed_version\";s:5:\"2.0.1\";}','yes'),(46158,'quttera_wp_stats','s:145:\"a:6:{s:5:\"TOTAL\";i:5874;s:5:\"CLEAN\";i:5796;s:10:\"SUSPICIOUS\";i:49;s:14:\"POT_SUSPICIOUS\";i:8;s:9:\"MALICIOUS\";i:21;s:10:\"START_TIME\";i:1550425034;}\";','no'),(46873,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','O:8:\"stdClass\":100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4555;}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:3285;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2608;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2471;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:1908;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1715;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1706;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1465;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1428;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1424;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1424;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1356;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1290;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1284;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1134;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1088;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:1081;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:1046;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:976;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:915;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:843;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:833;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:820;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:759;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:720;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:715;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:710;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:701;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:695;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:686;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:676;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:676;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:662;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:649;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:638;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:637;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:622;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:615;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:611;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:609;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:576;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:566;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:560;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:556;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:554;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:547;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:530;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:526;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:524;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:522;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:519;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:507;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:501;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:494;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:492;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:490;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:473;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:468;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:467;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:457;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:456;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:456;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:455;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:438;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:431;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:424;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:419;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:418;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:415;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:401;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:399;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:393;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:384;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:384;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:381;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:379;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:377;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:375;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:365;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:363;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:359;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:355;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:353;}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";i:350;}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";i:345;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:341;}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";i:340;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:339;}s:11:\"performance\";a:3:{s:4:\"name\";s:11:\"performance\";s:4:\"slug\";s:11:\"performance\";s:5:\"count\";i:322;}s:14:\"contact-form-7\";a:3:{s:4:\"name\";s:14:\"contact form 7\";s:4:\"slug\";s:14:\"contact-form-7\";s:5:\"count\";i:320;}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";i:317;}s:16:\"custom-post-type\";a:3:{s:4:\"name\";s:16:\"custom post type\";s:4:\"slug\";s:16:\"custom-post-type\";s:5:\"count\";i:316;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:316;}s:16:\"google-analytics\";a:3:{s:4:\"name\";s:16:\"google analytics\";s:4:\"slug\";s:16:\"google-analytics\";s:5:\"count\";i:313;}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";i:312;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:308;}s:7:\"adsense\";a:3:{s:4:\"name\";s:7:\"adsense\";s:4:\"slug\";s:7:\"adsense\";s:5:\"count\";i:308;}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";i:307;}s:6:\"author\";a:3:{s:4:\"name\";s:6:\"author\";s:4:\"slug\";s:6:\"author\";s:5:\"count\";i:305;}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";i:304;}}','no'),(45685,'rlrsssl_options','a:14:{s:12:\"site_has_ssl\";b:1;s:4:\"hsts\";b:0;s:22:\"htaccess_warning_shown\";b:0;s:19:\"review_notice_shown\";b:0;s:25:\"ssl_success_message_shown\";b:0;s:26:\"autoreplace_insecure_links\";b:1;s:17:\"plugin_db_version\";s:5:\"3.1.3\";s:5:\"debug\";b:0;s:20:\"do_not_edit_htaccess\";b:0;s:17:\"htaccess_redirect\";b:0;s:11:\"ssl_enabled\";b:1;s:19:\"javascript_redirect\";b:1;s:11:\"wp_redirect\";b:1;s:31:\"switch_mixed_content_fixer_hook\";b:0;}','yes'),(45686,'_transient_timeout_rsssl_certinfo','1549719386','no'),(45693,'rsssl_activation_timestamp','1549632991','yes'),(45698,'secure_auth_key','Ra4dar:{vG.1#ro1sU~<D6c3il!WqIkWH^f_F9}9}_t9;IGe:h4 >F/`n[94V,MG','no'),(45699,'secure_auth_salt','#11($9XJ4Y~snG+LqC~eixxb6F<bFWc3?h!.f@Ff{O5:cBD_bk++[QLCLMe8SD}|','no'),(46862,'_transient_timeout_feed_99b272eaef9eaa265f30d77863073f26','1550595232','no'),(46863,'_transient_feed_99b272eaef9eaa265f30d77863073f26','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:3:{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:27:\"Dev Blog: WordPress 5.1 RC2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=6585\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/2019/02/wordpress-5-1-rc2/\";s: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:3060:\"<p>The second release candidate for WordPress 5.1 is now available!</p>\n\n\n\n<p>WordPress 5.1 will be released on <a href=\"https://make.wordpress.org/core/5-1/\"><strong>Thursday, February 21</strong></a>, but we need <em>your</em> help to get there—if you haven’t tried 5.1 yet, now is the time!</p>\n\n\n\n<p>There are two ways to test the WordPress 5.1 release candidate: try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want to select the “bleeding edge nightlies” option), or you can <a href=\"https://wordpress.org/wordpress-5.1-RC2.zip\">download the release candidate here</a> (zip).</p>\n\n\n\n<p>For details about what to expect in WordPress 5.1, please see the <a href=\"https://wordpress.org/news/2019/02/wordpress-5-1-release-candidate/\">first release candidate post</a>.</p>\n\n\n\n<p>This release includes the final About page design. It also contains fixes for:</p>\n\n\n\n<ul><li>New WordPress installs not setting the database table prefix correctly (<a href=\"https://core.trac.wordpress.org/ticket/46220\">#46220</a>).</li><li>A HTTP error occurring when opening browser developer tools (<a href=\"https://core.trac.wordpress.org/ticket/46218\">#46218</a>).</li><li>The legacy media dialog having incorrect pagination link styling (<a href=\"https://core.trac.wordpress.org/ticket/41858\">#41858</a>).</li><li>The comment form not appearing when clicking &#8220;Reply&#8221; on comments loaded via Ajax (<a href=\"https://core.trac.wordpress.org/ticket/46260\">#46260</a>).</li></ul>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.1 and update the <em>Tested up to</em> version in the readme to 5.1. 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.1 Field Guide has also been published, which goes into the details of the major changes.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://make.wordpress.org/core/2019/02/08/wordpress-5-1-field-guide/\">WordPress 5.1 Field Guide</a></blockquote>\n</div>\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><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\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>WordPress Five Point One:<br /> It&#8217;s so slick, shiny, and new.<br /> Lands in a few days!</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, 19 Feb 2019 02:58: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:15:\"Gary Pendergast\";s: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:82:\"Post Status: Children say his superpower is love: an interview with Topher DeRosia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=54809\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"https://poststatus.com/children-say-his-superpower-is-love-an-interview-with-topher-derosia/\";s: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:18569:\"<p><strong>DK: How did you first got into programming, the web, and WordPress?</strong></p>\n<p><strong>TD:</strong> Getting into programming is a long slow story. Someone mentioned the other day how they learned HTML through View Source, and I did that as well, but then it occurred to me that I learned how to do <em>that</em> through WordPerfect&#8217;s &#8220;View Codes.&#8221; Same idea, different platform.</p>\n<p>The college that I went to had a VAX/VMS computer network for the whole campus. Dumb terminals with either green or orange letters hooked up to a computer that was probably five feet tall, eight feet long, and about four feet wide. It could do email so that we could send an Electronic Message all the way across campus!  It was incredible. Then I was told we were going to be connected to The Internet. I remember where I was standing, and who I was talking to when I said the words &#8220;What&#8217;s the Internet?&#8221;</p>\n<p>A year later we got a World Wide Web client installed, called Lynx. It took me a while to figure out why it was better than Gopher, but then I loved it. One day a friend said, &#8220;Hey, look what I made!&#8221; and he had made his own web page. I was floored.  He said, &#8220;You should do it too!&#8221;  I said &#8220;No, I could never figure that out&#8221; to which he responded, &#8220;Sure, let me show you.&#8221;  That right there summarizes how I&#8217;ve tried to treat new people in my profession.</p>\n<p>He showed me how HTML worked, and I learned every single HTML tag in about an hour.  There were only about 30 tags, and the H tags were six of them.</p>\n<p>Within a year people were paying me to build web pages.  (Here&#8217;s <a href=\"https://topher1kenobe.com/wp-content/uploads/2015/02/cornerstone_college_website_lynx.png\">a screenshot of my first paid web gig</a>.)</p>\n<p>I did plain HTML for a number of years. <a href=\"https://en.wikipedia.org/wiki/Server_Side_Includes\">Server Side Includes</a> came and went. In 1997 someone asked me to build a site with <a href=\"https://en.wikipedia.org/wiki/PHP#Early_history\">PHP/FI 2.0</a>, so I went home from work, went to <a href=\"http://devshed.com/\">devshed.com</a> and looked up an article on how to do that, thus starting my career as a PHP developer.</p>\n<p>A couple of years later &#8220;cascading style sheets&#8221; looked like they were here to stay and I picked those up and became a &#8220;full stack developer&#8221; though no-one used that phrase back then.  I was a Webmaster.</p>\n<p>When WordPress was first released, I was working at a University, teaching a class on the side for fun.  It was Intro to Web Development. Each student had to do a project, so I decided to take one on as well.  I built a blogging system to compete with WordPress. To my knowledge, one other person used it, ever. But I used it for about ten years. I didn&#8217;t really like WordPress back then because it really WAS &#8220;just for blogging.&#8221; Trying to make it do other things was hard.</p>\n<p>But then came WordPress 3.0 with Custom Post Types, and everything changed. WordPress morphed into a real CMS with that one version.</p>\n<p>In 2010 I went freelance (on purpose!) about the same time 3.0 came out, and I immediately started using it, and haven&#8217;t really used anything else since.</p>\n<p><strong>DK: I&#8217;m curious, how did you come by the nickname &#8220;Topher?&#8221; Is there a good story there?</strong></p>\n<p><strong>TD:</strong> When I was three, my Aunt was babysitting, and she asked me if I knew what my middle name was.  I knew my first name was Chris, last name DeRosia, and full name Christopher DeRosia, so I assumed Topher was my middle name. She laughed and wrote it on the fridge notebook and called my Grandma etc. I still have the paper she wrote it on. People called me Topher very occasionally until college when there were four Chris&#8217; on my dorm floor. We each picked something, and I&#8217;ve been 100% Topher ever since. When I was young and vain, I considered making it a mononym, but&#8230; such a nerd.</p>\n<p><strong>DK: What have you learned from HeroPress over time? Did it surprise you in any way, what people had to say? What do you think about people and groups on the &#8220;fringe&#8221; of the WordPress community today? Who/what are we (North Americans) least attentive to/aware of?</strong></p>\n<p><strong>TD:</strong> I read your question about what I&#8217;ve learned from HeroPress over time and then sat in my chair for a good ten minutes just thinking about everything. HeroPress has become so pervasive in my personal relationships with people that it&#8217;s hard for me to separate these days. I never thought I would be such close friends with people so far away. People I laugh with, cry with, talk long into the night, have days-long conversations on Twitter.</p>\n<p>Most times when I approach someone about being a contributor I have some idea of their background, so while surprises happen they&#8217;re not usually too big. One time that really blew my mind though was at WCUS in Philly. A speaker looked like a good candidate, and so without knowing anything about her, I approached her in the hall and introduced myself. I asked if I could tell her about my project, HeroPress, and she agreed.  About 20 seconds into my pitch she started sobbing. Deeply and loudly. I was literally speechless. As it turns out she had a story that needed to be told, a story that started with a family leaving her country of origin when she was very young, and all the things that happened to her after that. I cried then with her, and I&#8217;m crying a little bit now as I write it. I will always say that HeroPress has affected me personally more than anyone else in the world.</p>\n<p>I&#8217;ve learned that people are diverse, so I can&#8217;t say anyone is like X or wants Y because of my perception of where they live. Some poor people want money.  Some don&#8217;t. Some people want freedom. Some never think about it. It doesn&#8217;t matter where they live or what they have; I can never assume about them.</p>\n<p>I have noticed that wealthier people tend to forget they&#8217;re wealthy and take it for granted. They usually don&#8217;t feel wealthy. One WordPress person might say &#8220;I&#8217;m a little short on cash this year, I&#8217;ll only go to one WordCamp.&#8221;  Another WordPress person might say &#8220;I wish attending WordCamp didn&#8217;t cost two years salary.&#8221; Or perhaps &#8220;I wish people I don&#8217;t know didn&#8217;t think I was a terrorist, so I could go learn.&#8221; I feel so flippant sometimes. I want to learn something, so I spend $100 on an online class. My friend wants to learn the same thing, and $100 is six months salary. Even in wealthy nations like America, where our poorest are among the richest internationally, WordCamp is a couple of months rent, or gas, or electricity.</p>\n<p>I could write for a long time, but it has been impressed upon me the difference in life choices between the haves and the have nots.</p>\n<p><strong>DK: How do you look at your freelance career now? What kind of work did you do? And how did that path lead to Sandhills, Modern Tribe, and now BigCommerce?</strong></p>\n<p><strong>TD:</strong> I started freelancing in college, though I didn&#8217;t know that&#8217;s what it was called, or even that people actually did it for a living. I was just picking up odd jobs. After I graduated, rather than get a Real Job, I just kept taking contracts. A few months after graduation I took a three-month contract with Kellogg&#8217;s and built their first intranet web site. Netscape 3 was the hotness at the time.</p>\n<p>After that, I took a real job at a hosting company of sorts, and I was there until 2000 when I took a job at my old university running their radio station websites for ten years.  I never quit freelancing on the side though. Always there was someone emailing me saying &#8220;Hey, my brother&#8217;s wife&#8217;s uncle&#8217;s nephew says you do internet. Can you help?&#8221; Or worse &#8220;Hi there, someone told me you know web stuff, my username and password are *****. Can you help?&#8221;</p>\n<p>Over Christmas break in 2009, my wife and I were talking, and I realized I had spent all of every evening working on side work for two years <em>solid</em>. I was spending eight hours a day at work making $25/hr (granted, with benefits etc.) and three hours every evening making $65/hr. We reasoned that if I got that day job out of the way and managed four billable hours a day, we&#8217;d be in about the same position.  Except I wouldn&#8217;t be at the office eight hours a day (nine if you include driving) and I&#8217;d get my evenings back.  What&#8217;s not to like? <a href=\"https://topher1kenobe.com/freelance-freedom/\">So in February 2010, I was done</a>.</p>\n<p>People often ask me &#8220;How do you know when it&#8217;s time to freelance?&#8221; The answer is, start now, on the side.  When you&#8217;re making enough that the day job is getting in the way, fire it.</p>\n<p>As for what kind of work I did, there&#8217;s some irony. Before 2010 I did all custom PHP/MySQL/HTML/CSS stuff. 2010 is when WordPress 3.0 came out and changed everything. I did only WordPress after that. So the metric I had based my freelance career on changed as soon as I started full time.  But it worked out.</p>\n<p>I wasn&#8217;t very good with WordPress when I started, but I was a very good PHP dev, so I quickly learned how to mess with custom post types. Most implementors didn&#8217;t know how but needed them, so I did a <i>lot</i> of work for other WordPress devs. I would say the majority of my freelance work since 2010 has been building doodads for other WordPress developers, as opposed to building websites.</p>\n<p>Somewhere around 2011, a client talked me into joining their startup. I become CTO, and it was sort of a Real Job.  Then we took investment and became a really Real Job. <a href=\"https://www.crunchbase.com/organization/varsity-news-network\">Varsity News Network</a> is still going today. While there I built a monolithic plugin that did everything I could think of — it was ridiculous.  It was my first plugin, and it showed. It was decently secure and whatnot, but I didn&#8217;t fully understand hooks and filters, and the whole thing was a bit of a mess.  But who doesn&#8217;t look at their code from eight years ago and cringe?</p>\n<p>I didn&#8217;t really enjoy my time there, and my partner knew it, so in the summer of 2013 he took me out to breakfast and fired me. It was awkward because that meant I didn&#8217;t have a job or insurance anymore, but he was right, I didn&#8217;t want to be there. It also meant I had to go tell my wife that we were out of work.</p>\n<p>There were some upsides, however. My partner went to bat for me with the board and got me my stock options, without having to work six more months to vest them. Also, there was a New Thing in the WordPress world: agencies. I&#8217;d been hearing about one called 10up, and I knew there were others. By this time I knew some people in the WordPress world, and I felt pretty confident I could get a job fast. I emailed a friend at 10up, and he said, &#8220;You need to talk to Jake.&#8221; So a few minutes later I was talking Jake at 10up.  He gave me some advice and gave me a test to take to see if I&#8217;d fit in there. I&#8217;m going to skip ahead here, because the next few months are an interesting story in and of themselves, and it would make this tome even more epic.</p>\n<p>Long story short, <a href=\"https://topher1kenobe.com/new-job/\">I started a trial with X-Team in November of 2013</a> and went full time in January. I worked there until the fall of 2013 when Dave Rosen, the owner of X-Team/XWP approached me about <a href=\"https://heropress.com/about/\">starting HeroPress</a>. HeroPress took about four months to fail, and during that time several people approached me and said &#8220;If this doesn&#8217;t work out, come see me,&#8221; which was a very nice safety net.</p>\n<p>Of course, it did fail. <a href=\"https://topher1kenobe.com/moving-forward/\">I went and saw Pippin Williamson</a> and worked for him writing docs for about a year and a half. In the spring of 2016, I wasn&#8217;t very happy writing docs. Pippin was great, the company was great, but I just didn&#8217;t fit well. I heard Peter Chester from Modern Tribe talk about how they work, and getting back to coding sounded like just the thing to me. <a href=\"https://topher1kenobe.com/a-new-job-at-modern-tribe/\">I worked there for about five months</a>. Some miscommunication during hiring put me in a position I was ill-suited for, and it wasn&#8217;t good for either of us.</p>\n<p>After that, <a href=\"https://topher1kenobe.com/a-grand-experiment/\">I joined with Tanner Moushey for about a year</a> to spin up a WordPress agency. In typical startup fashion it was a lot of hard work and not quite enough pay for either of us, so we ended that at the beginning of 2018, and I had to decide what I wanted to do next.</p>\n<p>I freelanced for about six months. What I really wanted was a community job — something where I did a lot of shaking hands and kissing babies.</p>\n<p>Then at 11:33 PM on June 11th, my friend Luke sent me this in Slack:</p>\n<p><img class=\"aligncenter size-full wp-image-54974\" src=\"https://cdn.poststatus.com/wp-content/uploads/2019/02/topher-sms.png\" alt=\"\" width=\"1294\" height=\"152\" /></p>\n<p>This may come as a surprise to you, but I WAS interested. A week later they made an offer, and I accepted. <a href=\"https://topher1kenobe.com/a-dream-job/\">I started at BigCommerce on my birthday, 17 July</a>.</p>\n<p><strong>DK: So do you get to do a lot of shaking hands and kissing babies as a WordPress Developer Evangelist?</strong></p>\n<p><strong>TD:</strong> A lot of shaking hands, not too many babies yet, which is sad, I love babies.  <img src=\"https://s.w.org/images/core/emoji/11/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" /> I&#8217;ve been tasked with going to twenty WordCamps in 2019, and I travel in person to at least one Meetup per month. On top of that, I spend a ton of time talking with people on Slack, Twitter, Hangouts, etc.</p>\n<p><strong>DK: Tell us about the good news of headless eCommerce.</strong></p>\n<p><strong>TD:</strong> The joys of headless eCommerce are many.</p>\n<ul>\n<li>You build the presentation layer of your store in whatever language you&#8217;re most comfortable with. With a good enough API, the language really doesn&#8217;t matter. PHP, .Net, React, Rails, whatever you want. If you change your mind two years later, fine, your store is all still there with everything important still configured.</li>\n<li>It makes your website much more modular. By this, I mean that you can build a website and connect it to your store.  Then you can build <em>another</em> website and also connect it to your store.  Then a mobile app. Then Amazon, or eBay, or Facebook.</li>\n<li>It leaves the hardest parts of eCommerce to people who do nothing else but that. They know all the intricacies of PCI compliance, they have entire teams dedicated to security, and there&#8217;s 24/7 support</li>\n<li>A SaaS typically has quite a bit of leverage with third-party services like shippers and credit card processors. This means they can not only get solid integrations but also at prices you can afford. For example, BigCommerce has a deal with Braintree to offer the lowest PayPal rates anywhere. A SaaS has the power of volume when negotiating on your behalf with third-party services.  There&#8217;s huge value in that.</li>\n</ul>\n<p><strong>DK: Is BigCommerce unique in the WordPress space?</strong></p>\n<p><strong>TD:</strong> Depends on how you define it.  <img src=\"https://s.w.org/images/core/emoji/11/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" />  There are other eCommerce plugins, and there are other SaaS plugins.  There&#8217;s even a Shopify plugin that works over API just like BigCommerce. That said, Shopify&#8217;s API handles two requests per second out of the box, whereas BigCommerce&#8217;s does 400 per second.  I think if you want to look at the purely SaaS angle, plugins like OptinMonster and Kraken.io started the movement.  I think larger companies like BigCommerce are going to help turn the tide toward heavy SaaSification (<a href=\"https://twitter.com/mor10/status/1084887261471072257\">that&#8217;s a @Mor10 term</a>).</p>\n<p><strong>DK: Are developers or site owners hesitant to move inventory to an API-first service where pricing is based on fixed API call limits?  Or is this what the future of WordPress looks like, as a Digital Experience Platform?</strong></p>\n<p><strong>TD:</strong> We haven&#8217;t seen that with the developers who use our platform most. The most traffic we&#8217;ve ever gotten is a small fraction of what our theoretical limits are on the API, so there hasn&#8217;t been any concern there. Mostly what we&#8217;ve seen is excitement about being able to break out of our built-in Stencil framework and build without limits, while keeping the core power of the eCommerce platform. (Here&#8217;s <a href=\"https://firewiresurfboards.com/\">a simple example</a>.) There&#8217;s a simple form where you can put in your weight and skill level, and it will tell you your surfboard volume. In WordPress, that&#8217;s ridiculously simple, but in Stencil, on BigCommerce it would be really hard.  Putting WordPress on the front end of BigCommerce gives the benefits of both platforms.</p>\n<p>Something that has really surprised me is the excitement of agencies that have been working in Stencil on BigCommerce for years. Most of them also do WordPress sites, and they are <em>thrilled</em> at the possibilities. I know of more than one agency that is giving up all other eCommerce options (like Magento or Shopify) to go exclusively BigCommerce on WordPress. It&#8217;s very exciting.</p>\n<p><strong>DK: What do you do when you&#8217;re not working to relax or to decompress when you&#8217;re off work?</strong></p>\n<p><strong>TD:</strong> I typically spend time with my family watching TV or playing games. I do have a personal vice; I play a few video games. I don&#8217;t consider myself a gamer, but there are a few I like, and I&#8217;ll occasionally take a few hours in the evening and play. <img src=\"https://cdn.poststatus.com/wp-content/uploads/2015/10/cropped-logo-blue-192x192.png\" width=\"16px\" height=\"16px\" /></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, 18 Feb 2019 22:30:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Dan Knauss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:87:\"WPTavern: Amazon Introduces Blog Blueprint to Deliver WordPress Posts as Audio on Alexa\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=87304\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"https://wptavern.com/amazon-introduces-blog-blueprint-to-deliver-wordpress-posts-as-audio-on-alexa\";s: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:4232:\"<p>Last week Amazon launched <a href=\"https://blueprints.amazon.com/\" rel=\"noopener\" target=\"_blank\">Alexa Skill Blueprints</a> that allow anyone to publish new skills to the Alexa Skills Store without having to have any coding knowledge. The blueprints are templates that provide a starting point where users can create a new skill by filling in the blanks and then publish it to the store for US customers. </p>\n<p>This first round of blueprints is targeted at content creators, bloggers, and organizations. It includes blueprints for personal trainers, flashcards, facts, quizzes, and a fable blueprint for storytellers. There are also new blueprints available called University and Spiritual Talks for live and recorded audio content from institutions and organizations.</p>\n<p>Amazon has also created a blueprint specifically for WordPress blogs. It works in connection with the <a href=\"https://wordpress.org/plugins/amazon-polly/\" rel=\"noopener\" target=\"_blank\">Amazon AI Plugin for WordPress</a> to read blogs aloud on Alexa-enabled devices. Setup is not trivial but it is much easier for users than having to create their own blueprints from scratch.</p>\n<h3>How to Get Alexa to Read Your WordPress Blog Aloud</h3>\n<p>According to Amazon&#8217;s announcement, the new <a href=\"https://blueprints.amazon.com/bp/amzn.ask.bp.560100e2-ff88-496b-846c-6fb44445d5d0\" rel=\"noopener\" target=\"_blank\">WordPress blog blueprint</a> converts posts into speech and creates an audio RSS feed:</p>\n<blockquote><p>The Amazon AI Plugin for WordPress is a sample application that enables WordPress bloggers to easily convert their blog posts into speech by leveraging Text-to-Speech (TTS) and translation tools provided by Amazon. Bloggers can generate an audio feed (RSS feed) for text-based blog content, and simply add this to the new Blog blueprint to create and publish their own Alexa skill.</p></blockquote>\n<p>If you want to get this working for your WordPress blog, the first step is to install the official <a href=\"https://wordpress.org/plugins/amazon-polly/\" rel=\"noopener\" target=\"_blank\">Amazon AI Plugin for WordPress</a>. Follow the instructions on the <a href=\"https://blueprints.amazon.com/bp/amzn.ask.bp.560100e2-ff88-496b-846c-6fb44445d5d0\" rel=\"noopener\" target=\"_blank\">Blog skill blueprint</a> page. The plugin will generate an RSS feed that you will enter into your skill content section. It also needs to be configured with the AWS access key, secret key, and AWS region. There are options available for specifying a post type, enable logging, audio player settings, the ability to exclude certain tags from generating audio, translations, audio excerpts, and more.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2019/02/amazon-plugin-for-wp.png?ssl=1\"><img /></a></p>\n<p>After setting up the plugin, you can complete the blueprint by customizing the welcome messages, naming the skill, and publishing it to the Alexa Skills Store, as demonstrated in the video below. Anyone with an Alexa-enabled device can then have Alexa read your RSS feed to them.</p>\n<p></p>\n<p>Amazon also introduced a new blueprint for creating flash briefing skills, which include short-form content in the form of an audio feed. This format lends itself well to local weather reports, news and sports updates, and other information that can be quickly communicated via an audio update. This may be another option that WordPress news site owners may want to consider. The <a href=\"https://blueprints.amazon.com/bp/amzn.ask.bp.0758a769-9b10-4089-9679-1791ee6bfa5f\" rel=\"noopener\" target=\"_blank\">flash briefing skills</a> page has instructions for creating one and there is also an unofficial WordPress plugin called <a href=\"https://wordpress.org/plugins/wp-alexa-flash-briefing/\" rel=\"noopener\" target=\"_blank\">WP Alexa Flash Briefing</a> that has its own Alexa skill already set up.</p>\n<p>If you want to go one step further and manage your WordPress blog with Alexa, the Blog Helper skill will enable you to log new drafts and moderate comments. It&#8217;s available on <a href=\"https://wptavern.com/blog-helper-an-alexa-skill-for-managing-a-wordpress-blog-with-your-voice\" rel=\"noopener\" target=\"_blank\">GitHub</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 18 Feb 2019 21:46: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:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:114:\"WPTavern: Matt Mullenweg Publishes TED Talk on the Future of Work, Prepares to Launch New Distributed.blog Website\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=87306\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:124:\"https://wptavern.com/matt-mullenweg-publishes-ted-talk-on-the-future-of-work-prepares-to-launch-new-distributed-blog-website\";s: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:3617:\"<p>Matt Mullenweg is teasing out a new website at <a href=\"https://distributed.blog/\" rel=\"noopener\" target=\"_blank\">distributed.blog</a> with the tagline &#8220;The future of work is here.&#8221; It&#8217;s not clear yet whether subscribers to the mystery blog will be on board for blog posts, a new podcast, or a book promotion, but the site has piqued curiosity.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">This should be fun&#8230; (take 2 with working form) <a href=\"https://t.co/RpAfb8jvg5\">https://t.co/RpAfb8jvg5</a></p>\n<p>&mdash; Matt Mullenweg (@photomatt) <a href=\"https://twitter.com/photomatt/status/1095843491077214208?ref_src=twsrc%5Etfw\">February 14, 2019</a></p></blockquote>\n<p></p>\n<p>Mullenweg recently recorded a talk for TED’s new video series, <a href=\"https://www.facebook.com/watch/?v=294277961234005\" rel=\"noopener\" target=\"_blank\">The Way We Work</a>. Over the past 14 years since founding Automattic, he has become an expert and an industry advocate for distributed work, having grown the company to more than 800 employees. In the video he said he prefers the term &#8220;distributed&#8221; over &#8220;remote,&#8221; as remote implies there are some people who are central and some who are not.</p>\n\n<div class=\"wp-block-embed__wrapper\">\n<div id=\"fb-root\"></div>\n<p>&version;</p>\n<div class=\"fb-video\">\n<blockquote cite=\"https://www.facebook.com/TEDsTheWayWeWork/videos/294277961234005/\" class=\"fb-xfbml-parse-ignore\"><p><a href=\"https://www.facebook.com/TEDsTheWayWeWork/videos/294277961234005/\">Why Working from Home Is Better for Business</a></p>\n<p>This company is so dedicated to remote working that they literally don&#039;t have an office. Here&#039;s why a \"distributed\" workforce is better for business — and employees:</p>\n<p>Posted by <a href=\"https://www.facebook.com/TEDsTheWayWeWork/\">The Way We Work</a> on Monday, January 14, 2019</p></blockquote>\n</div>\n</div>\n\n<p>When I first started working as a developer from home in 2008, many of my friends and family didn&#8217;t believe I had &#8220;a real job.&#8221; People would often say things like, &#8220;Remind me what it is that you do at home all day&#8230;?&#8221; Sometimes I would even receive honest questions from incredulous friends, asking, &#8220;Why don&#8217;t you go find a real job?&#8221; The culture of remote and distributed work is still not widely understood 11 years later but it is slowly improving.</p>\n<p>&#8220;I think a distributed work force is the most effective way to build a company,&#8221; Mullenweg said. &#8220;The key is that you have to approach it consciously. I believe that talent and intelligence are equally distributed throughout the world but opportunity is not.&#8221; Large tech companies, along with more traditional style companies, still struggle to get on board with this way of working. </p>\n<p>Mullenweg&#8217;s TED talk explains a few advantages of distributed work. He also anticipates responses from managers in traditional work environments, who might say, &#8220;Sure, that may work for all you fancy tech folks but not for us.&#8221; Mullenweg outlines a few tips for getting started, such as documenting everything, increasing communication online, and experimenting with collaboration tools. </p>\n<p>Automattic was the first WordPress company to operate a completely distributed workforce. Many other product companies, hosts, and agencies have followed suit. Remote and distributed teams have now become so common in the WordPress ecosystem that many who have experienced this way of working can never return to their old way of life.</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, 14 Feb 2019 19:02: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:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:82:\"WPTavern: WPBrigade Patches Critical Vulnerability in Simple Social Buttons 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=87279\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"https://wptavern.com/wpbrigade-patches-critical-vulnerability-in-simple-social-buttons-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:1750:\"<p><a href=\"https://wpbrigade.com\" rel=\"noopener\" target=\"_blank\">WPBrigade</a>, the developers behind the <a href=\"https://wordpress.org/plugins/simple-social-buttons/\" rel=\"noopener\" target=\"_blank\">Simple Social Buttons</a> plugin, have patched a critical privilege escalation vulnerability. The security issue was discovered by the team at WebARX. Developer and researcher Luka Šikić summarized the vulnerability in a <a href=\"https://www.webarxsecurity.com/wordpress-plugin-simple-social-buttons/\" rel=\"noopener\" target=\"_blank\">post</a> published this week:</p>\n<blockquote><p>Improper application design flow, chained with lack of permission check resulted in privilege escalation and unauthorized actions in WordPress installation allowing non-admin users, even subscriber user type to modify WordPress installation options from the wp_options table.</p></blockquote>\n<p>Simple Social Buttons is a plugin that makes it easy for users to add social buttons to posts, pages, archives,  and, popups, fly-ins, and custom post types. More than 40,000 users have the free version of the plugin active on their sites. A commercial version is also available through the developer&#8217;s website.</p>\n<p>The plugin&#8217;s authors released version 2.0.22 the day after WebARX disclosed the vulnerability, but some site owners and agencies may not have heard about the security issue. Not everyone checks for updates automatically or even once per month. WPBrigade has not yet alerted users to the vulnerability on their blog or Twitter account. The only mention is in the plugin&#8217;s changelog, which states: &#8220;Enhancement: Fix security issue.&#8221; Users who see an update notice in their dashboards are advised to update immediately.</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, 14 Feb 2019 06:04: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:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:99:\"WPTavern: WPWeekly Episode 345 – The Relationship Between Corporate Cash and Open Source Software\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wptavern.com/?p=87276&preview=true&preview_id=87276\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"https://wptavern.com/wpweekly-episode-345-the-relationship-between-corporate-cash-and-open-source-software\";s: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:2844:\"<p>In this episode, <a href=\"http://jjj.me\">John James Jacoby</a> and I discuss a <a href=\"https://mor10.com/on-the-corporate-takeover-of-the-cathedral-and-the-bazaar/\">thought-provoking post</a> published by Morten Rand-Hendriksen that takes a deep look at equity in open source software. Morten suggests that the mantra of <em>decisions are made by those who show up</em> be changed to <em>decisions are made by those who <strong>can afford</strong> to show up</em>.</p>\n<p>We talk about the relationship and influence money from businesses can  have on open source software, especially if they&#8217;re employing someone to contribute to that project full-time. We discuss the pros and cons of financial contributions and whether or not WordPress could fall victim to progressing only at the whims of corporate sponsors.</p>\n<p>Near the end of the show, John provides an overview of what&#8217;s new in Sugar Calendar 2.0.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://twitter.com/benUNC/status/1092778708174286848\">PetersenMediaGroup is Relaunched </a></p>\n<p><a href=\"https://www.petersenmediagroup.com/\">https://www.petersenmediagroup.com/</a></p>\n<p><a href=\"https://make.wordpress.org/core/2019/02/08/wordpress-5-1-field-guide/\">WordPress 5.1 Field Guide</a></p>\n<p><a href=\"https://wptavern.com/gutenberg-5-0-adds-new-rss-block-amazon-kindle-embed-block-and-focalpointpicker-component\">Gutenberg 5.0 Adds New RSS Block, Amazon Kindle Embed Block, and FocalPointPicker Component</a></p>\n<p><a href=\"https://wptavern.com/gutenberg-blocks-design-library-offers-pre-built-page-designs-using-existing-core-blocks\">Gutenberg Blocks Design Library Offers Pre-Built Page Designs Using Existing Core Blocks</a></p>\n<p><a href=\"https://www.seroundtable.com/google-search-console-notifications-to-remove-google-plus-27107.html\">Google+ is shutting down in April with some APIs shutting down in March</a></p>\n<p><a href=\"https://sugarcalendar.com/version-2-0-beta-1-now-available-for-testing/\">Sugar Calendar 2.0 Beta Released</a></p>\n<p>The <a href=\"https://wordpress.org/plugins/dark-mode/\">Dark Mode plugin</a> developed by Daniel James is no longer a featured plugin.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, February 20th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p>Subscribe to <a href=\"https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe\">WordPress Weekly via Google Play</a></p>\n<p><strong>Listen To Episode #345:</strong><br />\n</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, 13 Feb 2019 23:09:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s: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:65:\"WPTavern: Ultimate Blocks Plugin Adds Schema-Enabled Review Block\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=87262\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://wptavern.com/ultimate-blocks-plugin-adds-schema-enabled-review-block\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2191:\"<p><a href=\"https://ultimateblocks.io/\">Ultimate Blocks</a>, one of the many Gutenberg block collections that have sprouted up, launched before WordPress 5.0 with eight blocks. The collection has since doubled in size, adding features like accordions, social sharing buttons, tabbed content, a progress bar, and star-ratings. Many block collections are loosely organized around serving a specific user demographic. This one is aimed at bloggers and marketers.</p>\n\n\n\n<p>Ultimate Blocks&#8217; latest release includes Reviews, a new Gutenberg block that is unique to this plugin. It allows users to easily add rows of review criteria and will automatically calculate the cumulative star rating. Users can also edit the title of the review, author name, review summary, and call-to-action button.</p>\n\n\n\n<img />\n\n\n\n<p>One of the most interesting features of the plugin is that it is schema-enabled, which means that the reviews use a standard <a href=\"https://schema.org/\">schema for structured data</a> that can be easily read by applications like Google, Microsoft, Pinterest, and others. For example, when Google finds a schema-enabled review, it can display it as a rich <a href=\"https://developers.google.com/search/docs/data-types/review-snippet\">review snippet</a> with stars and other summary info. These snippets may appear in search results or in Google Knowledge Cards.</p>\n\n\n\n<p>It&#8217;s important to clarify that this block is for the site owner to write their own reviews. It&#8217;s not a block that adds a frontend form for visitors to leave reviews. It&#8217;s more useful for site owners who want a nice way to display their own reviews for books, movies, restaurants, or any other type of information.</p>\n\n\n\n<p>After testing the plugin, I was impressed by how the star rating calculations all work live inside Gutenberg while setting up the block. The back and frontend styles also match fairly well. The Reviews block is generic enough to be used for virtually any type of review a user wants to display. It would even more useful if the author expanded it to support frontend review submissions, which would allow users to create their own community review sites. </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, 13 Feb 2019 20:34:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:108:\"WPTavern: Speaker Applications Now Open for 2nd Annual JavaScript for WordPress Conference, July 11-13, 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=87220\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/speaker-applications-now-open-for-2nd-annual-javascript-for-wordpress-conference-july-11-13-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:2477:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2019/02/JS-for-WP-conf-2019.jpg?ssl=1\"><img /></a></p>\n<p>Last year Zac Gordon organized a free virtual <a href=\"https://javascriptforwp.com/conference/\" rel=\"noopener\" target=\"_blank\">JavaScript for WordPress conference</a> and the event drew 1,200 live attendees. With attendance numbers higher than most WordPress conferences and hundreds more views on the videos published afterwards, Gordon considered it a success and committed to organize another event this year.</p>\n<p>The next edition is set for July 11-13, 2019, and has been expanded to feature three free days of talks, workshops, and contribution focused on JavaScript and WordPress. The goal for the event&#8217;s contributor day is to improve Gutenberg documentation. Applications for speakers and sponsors are now open and attendees can reserve their seats by signing up on the event&#8217;s <a href=\"https://javascriptforwp.com/conference/\" rel=\"noopener\" target=\"_blank\">website</a>.</p>\n<p>&#8220;The conference aims to cover intermediate and advanced topics (not so much beginner),&#8221; Gordon said. &#8220;Most of the talks are about latest trends of how JS and WP can be used together. Accessibility is really important, as is diversity in speakers. I&#8217;d love to have more folks share about cool things they do at work.&#8221; He said topics like headless WP, Gatsby, React, state management, Gutenberg, and blockchain are a few examples that seem to be popular in this space right now. Testing and internationalization are two topics that still need speakers.</p>\n<p>Gordon teaches both beginner and more advanced <a href=\"https://javascriptforwp.com/\" rel=\"noopener\" target=\"_blank\">courses</a> on JavaScript and Gutenberg development, giving him a unique window into the landscape of JavaScript education. After Gutenberg made its way into core, Gordon said folks &#8220;finally have a tangible reason to learn JavaScript.&#8221; </p>\n<p>&#8220;Also, I think folks are finding it easier than first thought,&#8221; he said. &#8220;A lot of folks have taken my Gutenberg Development Course with zero React or tooling experience and that served as a good introduction to it all.</p>\n<p>&#8220;At first Matt said, &#8216;Learn JavaScript Deeply.&#8217; But at the last WCUS he said, &#8216;Learn Blocks Deeply.&#8217; Luckily, I think it is becoming easier to learn what we need to know with JS and React and tools to get by.&#8221;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 13 Feb 2019 03:39:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:62:\"WPTavern: WordCamp Nordic to Host Workshop for Kids on March 7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=87229\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wordcamp-nordic-to-host-workshop-for-kids-on-march-7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4786:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2019/02/kids-workshop-belgrade.jpg?ssl=1\"><img /></a>photo credit: Ivan Gatić</p>\n<p><a href=\"https://2019.nordic.wordcamp.org/\" rel=\"noopener\" target=\"_blank\">WordCamp Nordic</a>, a new regional WordCamp taking place in Helsinki, is just 23 days away. Organizers have <a href=\"https://2019.nordic.wordcamp.org/sessions/\" rel=\"noopener\" target=\"_blank\">published a list of 26 speakers and their sessions</a> this week. Topics include content design, entrepreneurship, security, leveraging AMP, WooCommerce, internationalization, Gutenberg, and general WordPress development.</p>\n<p>The event&#8217;s organizers are also embracing a growing trend of hosting a kids&#8217; camp alongside the WordCamp to introduce younger attendees to the software. WordCamp Nordic is planning a <a href=\"https://2019.nordic.wordcamp.org/contributor-day/wordpress-workshop-for-kids/\" rel=\"noopener\" target=\"_blank\">free WordPress workshop for 20 kids</a> aged 8-14 that will be held Thursday, March 7, from 13:00 to 17:00. It will run at the same time and in the same venue as the WordCamp&#8217;s Contributor Day. Attendees will learn how to set up their own WordPress websites, choose a theme, and learn how to add text, galleries, videos, and other elements to the their sites.</p>\n<p>WordPress veteran Petya Raykovska is leading the kids&#8217; workshop. She has <a href=\"http://petya.in/wordpress-workshop-for-kids-an-organiser-kit/\" rel=\"noopener\" target=\"_blank\">led similar workshops all over the world</a>, first in Bangkok 2017, followed by events in Belgrade, Sofia, Varna, and other locations. Demand for the kids&#8217; workshops has grown in the past two years and Raykovska started receiving requests from other European WordCamp organizers to lead events at their camps. As a result, she has created an <a href=\"https://paper.dropbox.com/doc/WordPress-Workshop-for-Kids-organiser-kit-kxmOjjycWysa3jFYoaBTv\" rel=\"noopener\" target=\"_blank\">organizer kit</a> for others wanting to host their own WordPress workshops for kids.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Thank you to all the kids workshop volunteers at <a href=\"https://twitter.com/hashtag/WCSOF?src=hash&ref_src=twsrc%5Etfw\">#WCSOF</a> and to all the kids who created their first <a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a> sites today. You rock! <img src=\"https://s.w.org/images/core/emoji/11/72x72/2764.png\" alt=\"❤\" class=\"wp-smiley\" /><img src=\"https://s.w.org/images/core/emoji/11/72x72/1f64c-1f3fb.png\" alt=\"??\" class=\"wp-smiley\" /> <a href=\"https://t.co/qaT3l7VSSL\">pic.twitter.com/qaT3l7VSSL</a></p>\n<p>&mdash; Petya Raykovska (@petyeah) <a href=\"https://twitter.com/petyeah/status/929704157560393729?ref_src=twsrc%5Etfw\">November 12, 2017</a></p></blockquote>\n<p></p>\n<h3>WordPress can be a gateway to the open web for the next generation</h3>\n<p>Workshops for kids are starting to become more common at WordCamps, as there is a growing demographic of WordPress users with children and technology is more accessible than ever before. <a href=\"https://2019.miami.wordcamp.org/kids/\" rel=\"noopener\" target=\"_blank\">WordCamp Miami</a> and <a href=\"https://central.wordcamp.org/news/2011/02/10/wordpress-for-kids/\" rel=\"noopener\" target=\"_blank\">WordCamp Phoenix</a> were some of the first camps to offer kids&#8217; workshops and since then <a href=\"https://wptavern.com/wordcamp-st-louis-mo-march-14th-15-will-have-a-kids-camp\" rel=\"noopener\" target=\"_blank\">St. Louis</a>, <a href=\"https://2018.capetown.wordcamp.org/2018/09/11/youth-camp/\" rel=\"noopener\" target=\"_blank\">Cape Town</a>, and many other WordPress communities have hosted their own.</p>\n<p>These workshops are important events that will foster the next generation of bloggers, business owners, and contributors to WordPress. Facebook (and soon to be Snapchat) is widely regarded as an &#8220;app for old people&#8221; and its <a href=\"https://www.newsweek.com/facebook-officially-old-people-803196\" rel=\"noopener\" target=\"_blank\">users under the age of 24 are rapidly declining</a>. WordPress is in a better position, because an influx of older users doesn&#8217;t affect the overall experience of the app the same way. However, if WordPress usage isn&#8217;t growing among the school age population, it is in danger of suffering the same fate as Facebook &#8211; becoming an application that will live and die with its current generation of users. Onboarding new young WordPressers doesn&#8217;t just help to ensure the software&#8217;s future but it also gives kids a tool that can help them find their place on the open web, a home for their content that will outlast all the ephemeral social networking apps. </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, 12 Feb 2019 23:38:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:98:\"WPTavern: Gutenberg Blocks Design Library Offers Pre-Built Page Designs Using Existing Core 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=87200\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"https://wptavern.com/gutenberg-blocks-design-library-offers-pre-built-page-designs-using-existing-core-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:2845:\"<p><a href=\"https://wordpress.org/plugins/design/\">Gutenberg Blocks Design Library</a> is a new plugin that provides pre-built page designs, including demo content, using only the default core blocks that come with WordPress. The free version comes with 50 different designs that users can import from the growing Gutenberg Blocks Design Library. These include simple designs for all kinds of page building items, such as text with images, columns with headers, call-to-action sections, team member listings, testimonials, contact page layouts, and more.</p>\n\n\n\n<img />\n\n\n\n<p>The plugin is fully compatible with other Gutenberg themes and plugins, since it simply adds styles to existing core blocks. It can be used in combination with block collections, such as Atomic Blocks, Editor Blocks, CoBlocks, Caxton, Kadence, GhostKit, WooCommerce blocks, and many others.</p>\n\n\n\n<p>There are a few major advantages to this approach. Simply adding styles to core blocks means that the plugin doesn&#8217;t introduce a bunch of new blocks for users to scroll through in the block inserter. It also ensures data portability. If a user ends up deactivating and removing the plugin for any reason, the content is still there in the default block design.</p>\n\n\n\n<p>Although Gutenberg Blocks Design Library is compatible with any WordPress theme that works with the new editor, the appearance of the the pre-made designs vary somewhat across themes. I tested various blocks with different themes and found that it seems to adapt to the active theme&#8217;s look and feel. This can be a positive feature or a negative one if the user is hoping for the designs to match the demo exactly.</p>\n\n\n\n<p>After installing the plugin, the design library is available by toggling the carrot icon in the menu at the top of the editor. The user is then prompted to import 50 free designs.</p>\n\n\n\n<p>The creators of the Gutenberg Blocks Design Library have also built a commercial subscription service to sell &#8220;<a href=\"https://wpdesignhub.com/pro/\">pro designs</a>.&#8221; Pricing during the beta period starts at $9/year for a single site.  The company aims to have 1,000 commercial designs available to subscribers by November 2019. They plan to release new designs every other week.</p>\n\n\n\n<p>The Gutenberg Blocks Design Library is helpful for users who don&#8217;t need the more advanced capabilities of a full-featured page builder plugin but still want some simple, pre-built page elements. The placeholder content makes it easy for users to know where to insert their own content. It is much more intuitive than importing an XML file for demo content. This plugin is a great example of the interesting new product opportunities that Gutenberg has introduced by replacing tools that previously might have been built with widgets or cumbersome shortcodes.</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, 11 Feb 2019 21:55:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:106:\"WPTavern: Open Source Initiative Calls Organizations to Reaffirm Support for Its Definition of Open Source\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=87165\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/open-source-initiative-calls-organizations-to-reaffirm-support-for-its-definition-of-open-source\";s: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:5611:\"<p>The Open Source Initiative (OSI) took a strong, unequivocal stance on its <a href=\"https://opensource.org/osd-annotated\" rel=\"noopener\" target=\"_blank\">definition of open source</a> this week, encouraging organizations to sign a <a href=\"https://opensource.org/node/966\" rel=\"noopener\" target=\"_blank\">public affirmation</a> of its role in maintaining and stewarding the definition. The organization has been instrumental in combatting issues caused by license proliferation, as many open source licenses cannot be legally combined and this can be detrimental to the open source ecosystem.</p>\n<p>The affirmation published this week explains the need for a standard definition of open source: </p>\n<blockquote><p>Without this single, standard definition of &#8220;open source,&#8221; software development as we know it would not be possible. There is no trust in a world where anyone can invent their own definition for open source, and without trust there is no community, no collaboration, and no innovation.</p></blockquote>\n<p>Recent controversy surrounding Redis Labs licensing some of its modules under the <a href=\"https://redislabs.com/community/commons-clause/\" rel=\"noopener\" target=\"_blank\">Apache 2.0 modified with a Commons Clause</a> has highlighted the need for an authoritative definition of open source. Salil Deshpande, who helped create the Commons Clause (written by open-source lawyer <a href=\"https://heathermeeker.com/\" rel=\"noopener\" target=\"_blank\">Heather Meeker</a>), wrote an <a href=\"https://techcrunch.com/2018/11/29/the-crusade-against-open-source-abuse/\" rel=\"noopener\" target=\"_blank\">article</a> for TechCrunch two months ago about how he perceives large cloud infrastructure providers, such as AWS in this case, to be a threat to the viability of open source. He explained why he and collaborators commissioned the Commons Clause:</p>\n<blockquote><p>We wished to define a license that prevents cloud infrastructure providers from running certain software as a commercial service, while at the same time making that software effectively open source for everyone else, i.e. everyone not running that software as a commercial service.</p>\n<p>With our first proposal, Commons Clause, we took the most straightforward approach: we constructed one clause, which can be added to any liberal open-source license, preventing the licensee from “Selling” the software  —  where “Selling” includes running it as a commercial service. (Selling other software made with Commons Clause software is allowed, of course.) Applying Commons Clause transitions a project from open source to source-available.</p></blockquote>\n<p>In referencing MongoDB&#8217;s <a href=\"https://www.mongodb.com/licensing/server-side-public-license\" rel=\"noopener\" target=\"_blank\">Server Side Public License (SSPL)</a>, Deshpande questioned the authority and relevance of OSI:</p>\n<blockquote><p>OSI, which has somehow anointed itself as the body that will “decide” whether a license is open source, has a habit of myopically debating what’s open source and what’s not. With the submission of SSPL to OSI, MongoDB has put the ball in OSI’s court to either step up and help solve an industry problem, or put their heads back in the sand.</p></blockquote>\n<p>The Commons Clause, which has no chance of being approved by OSI, was a reaction to cloud-based services making a profit from open source software without contributing much back to the software&#8217;s creators. This is a common issue encountered by maintainers of popular open source projects. However, the Commons Clause isn&#8217;t a good solution for this problem, because it effectively neuters open source software, removing the vital freedoms identified in the open source definition, including free distribution and no discrimination against a specific field of endeavor. OSI President Simon Phipps called the Commons Clause an &#8220;abrogation of software freedom&#8221; after Redis changed its license.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Redis just went proprietary, which sucks.<a href=\"https://t.co/CfIN99Cz5q\">https://t.co/CfIN99Cz5q</a></p>\n<p>No, this is not just \"a limitation concerning fair use\", it is an abrogation of software freedom.</p>\n<p>&mdash; Simon Phipps (@webmink) <a href=\"https://twitter.com/webmink/status/1032016976170967040?ref_src=twsrc%5Etfw\">August 21, 2018</a></p></blockquote>\n<p></p>\n<p>In light of these recent conversations, OSI is calling organizations to band together in recognition of its authority to maintain a single, standard definition of open source:</p>\n<blockquote><p>Recently there have been efforts to undermine the integrity of open source by claiming there is no need for a single, authoritative definition. These efforts are motivated by the interests of a few rather than the benefit of all, and are at odds with the principles that have so demonstratively served us  well in the past decades. If allowed to continue, these efforts will erode the trust of both users and contributors, and hinder the innovation that is enabled by open source software, just as surely as having multiple definitions of a kilogram would erode and undermine commerce.</p></blockquote>\n<p>OSI reached out first to its <a href=\"https://opensource.org/affiliates\" rel=\"noopener\" target=\"_blank\">Affiliate Members</a>, which includes the WordPress open source project, but not all members have responded in time for the publication of the post this week. The organization is still welcoming new signatories and will add more names to the list as it receives them.</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, 09 Feb 2019 00:18:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:119:\"WPTavern: YoastCon Overshadowed by Twitter Storm: Joost de Valk, SEO Industry Leaders Called Out for Objectifying Women\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=87084\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:128:\"https://wptavern.com/yoastcon-overshadowed-by-twitter-storm-joost-de-valk-seo-industry-leaders-called-out-for-objectifying-women\";s: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:9849:\"<p>The third edition of <a href=\"https://yoast.com/yoastcon/\" rel=\"noopener\" target=\"_blank\">YoastCon</a> kicked off today in Nijmegen, the Netherlands, but for those following remotely the conference has been overshadowed by a discussion that erupted on the <a href=\"https://twitter.com/hashtag/YoastCon\" rel=\"noopener\" target=\"_blank\">#yoastcon</a> hashtag prior to the event. Several parties began circulating tweets and unsavory videos involving Joost de Valk, for which he has since publicly apologized.</p>\n<p>The story was complicated and confusing to follow, as many of these decade-old tweets were deleted and the videos made private by the websites that are hosting them. The parties who were publishing screenshots from archive.org alleged that de Valk was sexually harassing women in the SEO industry.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/yoast?ref_src=twsrc%5Etfw\">@yoast</a> can scrub <a href=\"https://twitter.com/jdevalk?ref_src=twsrc%5Etfw\">@jdevalk</a> history of thirsty sexual harassment tweets but The Wayback Machine knows all. If it\'s not harassment why was it deleted yesterday? <a href=\"https://twitter.com/hashtag/YoastCon?src=hash&ref_src=twsrc%5Etfw\">#YoastCon</a> <a href=\"https://t.co/amctSWHqEw\">pic.twitter.com/amctSWHqEw</a></p>\n<p>&mdash; Dan Leibson (@DanLeibson) <a href=\"https://twitter.com/DanLeibson/status/1093186880927977472?ref_src=twsrc%5Etfw\">February 6, 2019</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Looks like somebody whose name rhymes with toast has been busy deleting tweets ahead of <a href=\"https://twitter.com/hashtag/YoastCon?src=hash&ref_src=twsrc%5Etfw\">#YoastCon</a> &#8230; wonder if any of them are in <a href=\"https://t.co/7s6vq2FNXD\">https://t.co/7s6vq2FNXD</a>? <img src=\"https://s.w.org/images/core/emoji/11/72x72/1f35e.png\" alt=\"?\" class=\"wp-smiley\" /><img src=\"https://s.w.org/images/core/emoji/11/72x72/1f62d.png\" alt=\"?\" class=\"wp-smiley\" /><img src=\"https://s.w.org/images/core/emoji/11/72x72/1f921.png\" alt=\"?\" class=\"wp-smiley\" /> <a href=\"https://t.co/Oi7uAexukv\">pic.twitter.com/Oi7uAexukv</a></p>\n<p>&mdash; David Cohen (@explorionary) <a href=\"https://twitter.com/explorionary/status/1093186660546809857?ref_src=twsrc%5Etfw\">February 6, 2019</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">No seriously, fucking don’t try and excuse behaviour like this. (9/41) <a href=\"https://t.co/DoK1zOl3p2\">pic.twitter.com/DoK1zOl3p2</a></p>\n<p>&mdash; Tom Rayner (@tjprayner) <a href=\"https://twitter.com/tjprayner/status/1093500855771426816?ref_src=twsrc%5Etfw\">February 7, 2019</a></p></blockquote>\n<p></p>\n<p>One of the women to whom some of the tweets were directed has publicly stated that she did not perceive them as harassment and that the tweets were taken out of context.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Hi. I didn\'t want to do this but now I have to. The tweets you\'re reading were sent to me from <a href=\"https://twitter.com/jdevalk?ref_src=twsrc%5Etfw\">@jdevalk</a> when SEO Twitter was smaller, more close-knit, and frankly, dumber. It wasn\'t harassment. It was friends being stupid. Calling it more is unfair and out of context. <a href=\"https://twitter.com/hashtag/yoastcon?src=hash&ref_src=twsrc%5Etfw\">#yoastcon</a></p>\n<p>&mdash; Lisa Barone (@LisaBarone) <a href=\"https://twitter.com/LisaBarone/status/1093260184133210112?ref_src=twsrc%5Etfw\">February 6, 2019</a></p></blockquote>\n<p></p>\n<p>de Valk responded yesterday with a public apology, acknowledging the tweets and videos.  </p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">I think and act differently now, though I know that doesn\'t change the past. If anyone felt harmed by this: I\'m truly sorry.</p>\n<p>&mdash; Joost de Valk (@jdevalk) <a href=\"https://twitter.com/jdevalk/status/1093253924256137217?ref_src=twsrc%5Etfw\">February 6, 2019</a></p></blockquote>\n<p></p>\n<p>He also provided a statement to the Tavern with more context on the after party videos. </p>\n<p>&#8220;The videos are of an event I&#8217;ve attended over the last decade called SEOktoberfest, which is an SEO conference at Oktoberfest,&#8221; de Valk said. &#8220;I&#8217;m honestly ashamed of those videos when I see them now&#8230; It looks bad and I wouldn&#8217;t behave like that now, but I don&#8217;t think anything I did myself at those events was ever out of line.&#8221; </p>\n<p>Marieke van de Rakt, who recently took on the role of CEO of Yoast, said she thought the tweets were brought to public attention in retaliation for the company announcing a project to empower women working at Yoast. de Valk left the CEO role to focus on product development at Yoast and his new role of <a href=\"https://wptavern.com/wordpress-names-josepha-haden-new-executive-director-joost-de-valk-marketing-and-communications-lead\" rel=\"noopener\" target=\"_blank\">Marketing and Communications Lead at WordPress.org</a>.</p>\n<blockquote><p>I feel like it started after I was announced CEO and later on talked about a project to empower women working at Yoast. I got some really upsetting tweets. After that it started focusing on #yoastcon. It seems like they want to show the hypocrisy in our statements about women. I never spoke at SEO events before, though I have been to SEOktoberfest. It felt totally welcoming back then. That being said, the pictures and movies aren’t something I particularly enjoy watching. I do think they&#8217;re bad, but also a bit out of context. The environment at Yoast is nothing like that. And although my husband likes to party (as do I), I feel he’s always been a strong believer in equal rights and opportunities. I think we all make mistakes and learn from them. At Yoast, we’re really trying to improve inequality with both the diversity fund and my empowerment project.</p></blockquote>\n<p>For those watching the #yoastcon hashtag, the way the situation unfolded it almost seemed like a coordinated personal attack on de Valk, especially given how the SEOktoberfest videos were spliced together with the YoastCon promotional videos. <a href=\"https://twitter.com/explorionary\" rel=\"noopener\" target=\"_blank\">David Cohen</a>, a Philadelphia-based Digital Marketing Director who previously worked at a large SEO agency, started the conversation by publishing de Valk&#8217;s old tweets that he had found years ago when researching Yoast and its founder.</p>\n<p>&#8220;As far as the tweets from Joost are concerned, I&#8217;ve known about them since 2014,&#8221; Cohen said. &#8220;I just never knew what to do with them or how to proceed questioning why that behavior was perfectly acceptable for him.</p>\n<p>&#8220;As far as the harassment and abuse in the SEO industry, particularly at the SEO conferences, I&#8217;ve known about this since 2011 after seeing it firsthand while working at a large SEO agency in Philly, Seer Interactive.&#8221;</p>\n<p>Cohen said that he began publicly criticizing people he calls &#8220;SEO celebs&#8221; in 2014, for &#8220;saying they are against the SEO harassment and abuse, claiming to be &#8216;male feminists,&#8217; yet knowingly covering up the abuse and enabling the abusers who happen to also be their friends, peers, colleagues, etc.&#8221;</p>\n<p>While the discussion on the #yoastcon hashtag seems centered around de Valk&#8217;s admitted indiscretions, Cohen said his objective in publicizing the old tweets goes beyond de Valk. He&#8217;s calling out other leaders in the industry who he alleges have harassed and abused women for years. </p>\n<p>&#8220;This started a solo mission to take action as a messenger of questions for the group of SEOs most prominent figures who hold the power of influence over the industry about the 10+ year ongoing issue of alleged harassment and abuse of women in the SEO world, particularly at SEO conferences between 2009 and 2012 era.&#8221;</p>\n<p>Cohen said the timing with YoastCon was &#8220;a mission looking for direct and public answers on this topic once and for all while they were all gathered together at the event.&#8221; He began tweeting about these issues well before the event and was using the #yoastcon hashtag to call out other SEO industry leaders for the past few months. </p>\n<p>When asked about his motive, Cohen said he simply wants answers from de Valk, Rand Fishkin, his wife Geraldine, John Doherty, Martin MacDonald, Marcus Tandler, and others regarding what he perceives to be hypocrisy in the SEO industry.</p>\n<p>&#8220;Why has it been totally cool for the SEO celebs, rock stars, ninjas, and conference speakers to be misogynists, to objectify and sexualize women, to hire Playmates for their SEO events, and to engage in behavior that would easily be classified as &#8216;toxic masculinity?\'&#8221; Cohen said. He claims that industry leaders have been covering up harassment and abuse that they have known about and have refused to help the women who have been abused. Cohen and several others who have been circulating the tweets claim that victims of this abuse have been contacting them to share their stories but have not yet gone public with them.</p>\n<p>&#8220;I chose to act on this now because I wanted answers to two questions from specific people: 1. Do you know of alleged harassment or abuse because someone went to you directly and told their story? And if so, did you refuse to use your power and influence to help them at the risk of your own professional and personal interests?&#8221; Cohen said.</p>\n<p>&#8220;As for Joost, going with the &#8216;if I offended anyone&#8217; apology approach is empty and lacks personal accountability for behaviors that are completely misaligned with words. He had to respond publicly. But the question remains open &#8211; why?&#8221;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Feb 2019 04:42:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:41:\"Dev Blog: WordPress 5.1 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=6577\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2019/02/wordpress-5-1-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:3950:\"<p>The first release candidate for WordPress 5.1 is now available!</p>\n\n\n\n<p>This is an important milestone, as the release date for WordPress 5.1 draws near. &#8220;Release Candidate&#8221; 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.1 is <a href=\"https://make.wordpress.org/core/5-1/\">scheduled to be released</a> on <strong>Thursday, February 21</strong>, but we need <em>your</em> help to get there—if you haven’t tried 5.1 yet, now is the time!</p>\n\n\n\n<p>There are two ways to test the WordPress 5.1 release candidate: try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want to select the “bleeding edge nightlies” option), or you can&nbsp;<a href=\"https://wordpress.org/wordpress-5.1-RC1.zip\">download the release candidate here</a>&nbsp;(zip).</p>\n\n\n\n<h2>What&#8217;s in WordPress 5.1?</h2>\n\n\n\n<p>Inspired by Archie Bell &amp; The Drells, WordPress&#8217;s theme for 2019 is to &#8220;tighten up&#8221;, and WordPress 5.1 focussed on exactly that.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>With security and speed in mind, this release introduces WordPress’s first <a href=\"https://make.wordpress.org/core/2019/01/14/php-site-health-mechanisms-in-5-1/\">Site Health</a> features. WordPress will start showing notices to administrators of sites that run long-outdated versions of PHP, which is the programming language that powers WordPress.</p>\n\n\n\n<p>Furthermore, when installing new plugins, WordPress&#8217;s Site Health features will check whether a plugin requires a version of PHP incompatible with your site. If so, WordPress will prevent you from installing that plugin.</p>\n\n\n\n<p>The new block editor has kept improving since its introduction in WordPress 5.0. Most significantly, WordPress 5.1 includes solid performance improvements within the editor. The editor should feel a little quicker to start, and typing should feel smoother. There are more features and performance improvements planned in upcoming WordPress releases, you can check them out in the <a href=\"https://wordpress.org/plugins/gutenberg\">Gutenberg plugin</a>.</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.1 and update the <em>Tested up to</em> version in the readme to 5.1. 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.1 Field Guide has also been published, which goes into the details of the major changes.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://make.wordpress.org/core/2019/02/08/wordpress-5-1-field-guide/\">WordPress 5.1 Field Guide</a></blockquote>\n</div>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English?&nbsp;<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>&nbsp;point of the 5.1 release schedule.</p>\n\n\n\n<p><em><strong>If you think you’ve found a bug</strong>, you can post to the&nbsp;<a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a>&nbsp;in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report,&nbsp;<a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find&nbsp;<a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</em></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>This is my release<br /> candidate. There are many<br /> like it. This is mine.</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, 08 Feb 2019 02:22:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Gary Pendergast\";s: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:101:\"WPTavern: Gutenberg 5.0 Adds New RSS Block, Amazon Kindle Embed Block, and FocalPointPicker Component\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=87075\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"https://wptavern.com/gutenberg-5-0-adds-new-rss-block-amazon-kindle-embed-block-and-focalpointpicker-component\";s: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:2675:\"<p><a href=\"https://make.wordpress.org/core/2019/02/06/whats-new-in-gutenberg-6th-february/\" rel=\"noopener\" target=\"_blank\">Version 5.0</a> of the Gutenberg plugin was released yesterday with a new RSS block. Riad Benguella, the project&#8217;s technical lead for phase 2, published a demo of the block and its settings. Users can set the number of items displayed and also toggle on/off the author, date, and excerpt.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2019/02/rss-block.gif?ssl=1\"><img /></a></p>\n<p>RSS is still relevant today as one of the linchpins of the open web and Gutenberg makes it possible to easily place a feed inside a post or page. (This feature was previously limited to widgetized areas.) The creation of this block is part of a larger effort to <a href=\"https://make.wordpress.org/core/2018/12/08/9-priorities-for-2019/\" rel=\"noopener\" target=\"_blank\">port all of WordPress&#8217; existing core widgets over to blocks</a>.</p>\n<p>Version 5.0 also introduces a new <a href=\"https://github.com/WordPress/gutenberg/pull/13510\" rel=\"noopener\" target=\"_blank\">Amazon Kindle embed block</a>, providing an <a href=\"https://www.amazon.com/b?ie=UTF8&node=13489836011\" rel=\"noopener\" target=\"_blank\">instant preview</a> from an Amazon Kindle URL. WordPress already has oembed support of Amazon Kindle URLs but it was missing from the Embeds section of the accordion in the block inserter.</p>\n<p>One of the most exciting additions in this release is a new <a href=\"https://github.com/WordPress/gutenberg/pull/10925\" rel=\"noopener\" target=\"_blank\">FocalPointPicker for the Cover block</a>. It allows users to visually select the ideal center point of an image and returns it as a pair of coordinates that are converted into &#8216;background-position&#8217; attributes. The result is that the user has more control over how the image is cropped. This feature solves so many problems users have experienced in cropping and displaying images in their WordPress themes and content. The FocalPointPicker was created as a reusable component so that developers can use it to build other blocks with the same capabilities, providing an experience that is consistent with core.</p>\n<p><a href=\"https://cloudup.com/cV33J4yy5Il\"><img src=\"https://i1.wp.com/cldup.com/aJ-h5zq4wa.gif?resize=627%2C423&ssl=1\" alt=\"Focal point picker\" width=\"627\" height=\"423\" /></a></p>\n<p>The changes included in Gutenberg 5.0 are immediately available for those running the plugin on their sites but only for WordPress 5.0+. This release drops support for earlier versions of WordPress. The updates in Gutenberg 5.0 are planned to be rolled into WordPress 5.2.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Feb 2019 18:32:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:48:\"Post Status: Building Multidots, with Anil Gupta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=55213\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://poststatus.com/building-multidots-with-anil-gupta/\";s: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:1562:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Brian Krogsgard.</p>\n<p>In this episode of Draft, I talk to Anil Gupta, the founder of <a href=\"https://www.multidots.com/\">Multidots</a>. Multidots is a 100+ person company, and Anil has established a very people-first environment there. We discuss his journey and what he&#8217;s learned about building a company.</p>\n<p>I met Anil at <a href=\"https://cabopress.com/\">CaboPress</a>. We had a great chat there, and we did again at WordCamp US, where we recorded this episode. Anil has a great story and a lot of insight. I hope you enjoy it.</p>\n<p></p>\n<h3>Sponsor: Jilt</h3>\n<p><a href=\"https://jilt.com/?utm_source=Post+Status&utm_medium=banner&utm_campaign=Post+Status+Sponsorship\">Jilt</a> offers powerful email marketing built for eCommerce. Join thousands of stores that have already earned tens of millions of dollars extra sales using Jilt. <a href=\"https://jilt.com/?utm_source=Post+Status&utm_medium=banner&utm_campaign=Post+Status+Sponsorship\">Try Jilt for free</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Feb 2019 17:04: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: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: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:52:\"WPTavern: Transcript of WordPress Weekly Episode 344\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=87083\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://wptavern.com/transcript-of-wordpress-weekly-episode-344\";s: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:2214:\"<p>Based on requests from listeners, I purchased a transcription of episode 344 of WordPress Weekly where we discussed the <a href=\"https://wpgovernance.com/\">WordPress Governance Project</a>. I purchased the transcription from <a href=\"http://rev.com/\">Rev</a>, a well-known service devoted to captions, subtitles, and audio transcriptions.</p>\n\n\n\n<p>For an 87 minute podcast, the turn-around time was 25 hours and cost $87. The transcription came out better than I expected considering the way I speak. </p>\n\n\n\n<p>The following is a sample of the conversation that took place during the show.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>The WordPress Governance Project is an effort that we booted up to surface all the conversations that are happening behind the scenes around WordPress Governance. If you&#8217;ve been around the WordPress Project for more than a couple of months, you would know there&#8217;s a lot of ongoing conversations internally in the community around who makes decisions, how are decisions made, who are the leaders, who appoints leaders, where is the direction going and who decides on the direction of this project and so on and so on.</p><p>And both Rachel and I have been part of this community for awhile and we&#8217;ve seen these conversations crop up repeatedly, and they never go anywhere, but they are really important conversations. And here&#8217;s a need in our community to surface those conversations because we are in a position now where we need to start acting, taking on the responsibility of being 34.7% of the web and actually using that responsibility for something other than just saying it as a marketing campaign.</p><cite>Morten Rand-Hendriksen </cite></blockquote>\n\n\n\n<p>The transcript is in .txt format for maximum compatibility and includes the speaker&#8217;s names. </p>\n\n\n\n<div class=\"wp-block-file\"><a href=\"https://wptavern.com/wp-content/uploads/2019/02/EPISODE-344-Introduction-to-the-WordPress-Governance-Project.txt\">EPISODE-344-Introduction-to-the-WP-Governance-Project</a><a href=\"https://wptavern.com/wp-content/uploads/2019/02/EPISODE-344-Introduction-to-the-WordPress-Governance-Project.txt\" class=\"wp-block-file__button\">Download</a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Feb 2019 23:04: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:13:\"Jeff Chandler\";s: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:34:\"HeroPress: WordPress Saved My Life\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=2679\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:120:\"https://heropress.com/essays/wordpress-saved-my-life/#utm_source=rss&utm_medium=rss&utm_campaign=wordpress-saved-my-life\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:11264:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2019/02/020619-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"I am thankful for WordPress because without it, I\'m really not sure I would have been able to live a decent life.\" /><p>This probably is the first time I will be telling my story because I have always lived a fairly secret live.</p>\n<p>I am from Nigeria where I was born and still live in. I know we are all stereotyped as scammers and thieves but trust me, a lot of us own and operate legit (online) businesses. Just like in every country, there are good and bad people and we are no exception.</p>\n<p>I had a great childhood. Everything was fine and rosy until I lost my Dad which meant I had to shoulder the responsibility of my family as the first child. I manage to finish secondary school and was awarded the best Math student.</p>\n<h3>Introduction to The Internet / Web</h3>\n<p>Back then in secondary school, I had a rich friend who owned a Nokia phone (that could browse the internet) he brings to class which he uses to play games and do fun stuff online even though we weren’t allowed to bring nor use a phone in the class. (Funny right? :D)</p>\n<p>I have always been a football lover (called soccer in the U.S). I still play very well and support Chelsea FC. So each time I have the opportunity to use his phone, I always visit Goal.com to read football news especially concerning my team Chelsea FC of England.</p>\n<p>Being a very inquisitive person, I wanted to learn how the web works as well as have my own website. I was able to buy a Nokia 3120 classic phone via the menial jobs I did after school.</p>\n<p><img class=\"aligncenter size-full wp-image-2681\" src=\"https://s20094.pcdn.co/wp-content/uploads/2019/02/img2.jpg\" alt=\"Nokia 3120\" width=\"413\" height=\"500\" /></p>\n<p>I visited Google and search how to create my <a href=\"https://en.wikipedia.org/wiki/Wireless_Application_Protocol\">wapsite</a>. We refer to mobile phones optimized sites as “wapsite”. The result of my search were filled with site builders like xtgem.com and wapzan.com.</p>\n<p>I chose the xtgem.com and discovered I needed an email address to sign up. Didn’t know what that means so I googled it and eventually created a Yahoo email address. Finally registered and built my first website. Sadly, the site is no longer online but I was able to get a screenshot of the site thanks to <a href=\"https://web.archive.org/\">Wayback Machine</a>.</p>\n<p><img class=\"aligncenter size-large wp-image-2680\" src=\"https://s20094.pcdn.co/wp-content/uploads/2019/02/img1-786x1024.png\" alt=\"WAPsite built by Collins\" width=\"786\" height=\"1024\" /></p>\n<p>I had to learn HTML and CSS from <a href=\"https://www.w3schools.com/\">w3schools</a> to build the site and it came out well didn’t it?</p>\n<p>I later moved on to wapka.mobi site builder which allows you to build dynamic websites such as a social network or forum using its own programming language called “wapka tags”. I was able to build a <a href=\"https://web.archive.org/web/20120915021200/http:/www.wapden.net:80/index.html\">community/forum</a>, <a href=\"https://web.archive.org/web/20121211011719/http:/www.smsbag.tk:80/index.html\">sms collection</a> and a <a href=\"https://web.archive.org/web/20121029021153/http:/www.wapbooks.tk:80/index.html\">file sharing</a> site.</p>\n<p>I later came across <a href=\"http://www.simplemachines.org/\">simple machine forum</a> and <a href=\"https://mybb.com/\">MyBB</a>, I learned them deeply and used them to build forums and community sites for interested people.</p>\n<h3>Meeting WordPress</h3>\n<p>I came across a Facebook group called BloggersLab and discovered I could make money blogging. Two prominent platform at the time to create a blog was Blogger.com and WordPress. I chose WordPress because WordPress blogs were always pretty.</p>\n<p>From my savings, I bought the cheapest hosting plan from a local web hosting here in Nigeria and installed WordPress using Softaculous included in cPanel and started writing wapka.mobi tutorials. See <a href=\"https://w3guy.com/?s=wapka\">https://w3guy.com/?s=wapka</a>.</p>\n<blockquote><p>I did all this with my Nokia phone.</p></blockquote>\n<p>Here’s how I publish a new post: first I write it on a notebook before publishing on my blog. I was also building mobile sites for people for small amount of money.</p>\n<p>I couldn’t go to the university because of my precarious financial situation. I continue to do menial jobs during the day and started learning PHP in the evenings and at night using my mobile phone via w3schools.com. I later was able to get a cheap old IBM Thinkpad laptop which I used in getting eBooks from torrent sites because I couldn’t afford them at the time and also to practice coding. Mind you, I was also blogging about the stuff I was learning on w3guy.com</p>\n<p>I later took up a job teaching children at a school primarily because I got tired of the menial jobs and wanted to earn enough to take care of my internet data plan. After a while, I became fairly proficient in PHP and even took up a job to build a school management system which was really slow and ugly.</p>\n<h3>WordPress Saved My Life</h3>\n<p>I needed to start making money with the PHP, HTML &amp; CSS skill I had because my blog wasn’t making any money via AdSense. I think I got to the $100 payout on my second year of blogging.</p>\n<p>I came across a post on Sitepoint.com that they were looking for writers. I applied and got in. I started writing PHP and WordPress development tutorials and got paid few hundreds of dollars per article. In Nigeria, that’s quite a lot of money. I was able to improve the life and well-being of my family and I. I also wrote for Smashing Magazine, Designmodo, Tuts+ and Hongkiat.</p>\n<p>I later got admission into a polytechnic to study computer science and decided to stop writing and try to make and sell WordPress plugins for a living.</p>\n<p>I discovered my tutorial on <a href=\"https://designmodo.com/wordpress-custom-login/\">building custom login</a> form on Designmodo was popular with lots of comment so I decided to make a plugin out of it. That was how my first premium plugin <a href=\"https://profilepress.net/\">ProfilePress</a> was born. I wanted to sell it on Codecanyon but it was rejected so I decided to sell it myself. It was and still hard doing development and marketing at the same time.</p>\n<blockquote><p>Thankfully, after a year, it started making enough revenue for me to live pretty comfortably here in Nigeria because the cost of living here is little.</p></blockquote>\n<p>Few years later, I came across a payment processing library for PHP called <a href=\"https://github.com/thephpleague/omnipay\">Omnipay</a> which included support for many payment providers like Stripe, PayPal. I use 2Checkout as my payment gateway to sell my plugins via EDD and discovered the driver for 2Checkout in Omnipay was old and unsupported so <a href=\"https://github.com/collizo4sky/omnipay-2checkout\">I built one</a>. I figured I could make money building EDD and WooCommerce payment gateways base on the Omnipay and I did and place them on Codecanyon for sale. They didn’t do well sales wise and I had to stop selling them and moved the 2Checkout gateway for WooCommerce to <a href=\"https://omnipay.io/\">omnipay.io</a>. I have since built an EDD Paddle gateway which I now sell alongside.</p>\n<p>My latest product is <a href=\"https://mailoptin.io/\">MailOptin</a>, a WordPress optin form and automated newsletter plugin. I initially built it for my own need. I figured there might be interest in it so I made a free version and a paid version.</p>\n<p>I currently live on the revenue from my plugins.</p>\n<h3>Wrap Up</h3>\n<p>I am thankful for WordPress because without it, I&#8217;m really not sure I would have been able to live a decent life. Who knows what would have become of me.</p>\n<p>I am also thankful for the community. I have made lots of friends that has been very supportive and helpful in my journey.</p>\n<p>If you live in a third world country like myself and going through hardship, I hope my story will inspire you to be great.</p>\n<blockquote><p>I tell people, life won’t give you what you want. You demand from life what you want. You make these demands by being determined and never giving up on your dreams and aspiration.</p></blockquote>\n<p>If you are poor perhaps because you came from a humble and poor background, it is not your fault. You can’t go back in time to change things. I implore you to be strong, determined and hustle hard.</p>\n<p>I will end with this story.</p>\n<p>Two guys had become shipwrecked and were directionless-ly drifting on the vast ocean, desperately holding onto a wooden plank.</p>\n<p>A big ship comes along. Elated, one of the guys let&#8217;s go of the plank and makes a bold move, using his last strength to reach the ship.</p>\n<p>The other guy holds the plank and tells himself: &#8220;God will save me.&#8221;</p>\n<p>A few days later he died and is sent to heaven.</p>\n<p>In heaven, he angrily asks God: &#8220;Why didn&#8217;t you save me?&#8221;</p>\n<p>&#8220;I sent you a boat you idiot.&#8221;</p>\n<p>No one is coming to save you. You are all alone. It’s up to you to change your fortune.</p>\n<p>Do nothing, be nothing.</p>\n<p>La fin.</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: WordPress Saved My Life\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=WordPress%20Saved%20My%20Life&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-saved-my-life%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: WordPress Saved My Life\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-saved-my-life%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%2Fwordpress-saved-my-life%2F&title=WordPress+Saved+My+Life\" rel=\"nofollow\" target=\"_blank\" title=\"Share: WordPress Saved My Life\"></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/wordpress-saved-my-life/&media=https://heropress.com/wp-content/uploads/2019/02/020619-150x150.jpg&description=WordPress Saved My Life\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: WordPress Saved My Life\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/wordpress-saved-my-life/\" title=\"WordPress Saved My Life\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/wordpress-saved-my-life/\">WordPress Saved My Life</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Feb 2019 08:00:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Collins Agbonghama\";s: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:59:\"WPTavern: Sending Positive Vibes to Alex Viper007Bond Mills\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=87067\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wptavern.com/sending-positive-vibes-to-alex-viper007bond-mills\";s: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:1083:\"<p>Alex Mills, the author of several plugins, including the popular <a href=\"https://alex.blog/wordpress-plugins/regenerate-thumbnails/\">Regenerate Thumbnails</a> plugin, <a href=\"https://alex.blog/2019/02/03/pretty-bad-news-on-the-cancer-front/\">published an update</a> on his fight with cancer and it&#8217;s not looking too good. </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>The blood test had been showing a fraction of a percent and then  later 3%. That was obviously trending in the wrong direction but the  hope was increasing <a href=\"https://en.wikipedia.org/wiki/Ponatinib\">my special medication</a> would keep things in check. It didn’t.</p><p>The bone marrow biopsy came back at a spotty 20% (amounts varied by  area). This is not good at all as it means the leukemia has morphed into  yet some other form that my donor immune system is having trouble  keeping in check, either due to a change or being overwhelmed.</p><cite>Alex Mill</cite></blockquote>\n\n\n\n<p>Please join me in sending positive thoughts and vibes to Alex as his battle against Leukemia ramps up. </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, 04 Feb 2019 23: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:13:\"Jeff Chandler\";s: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:46:\"Dev Blog: The Month in WordPress: January 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:34:\"https://wordpress.org/news/?p=6575\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2019/02/the-month-in-wordpress-january-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:4635:\"<p>The momentum from December’s WordPress 5.0 release was maintained through January with some big announcements and significant updates. Read on to find out what happened in the WordPress project last month.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress Leadership Grows</h2>\n\n\n\n<p>In a milestone announcement this month, WordPress project lead, Matt Mullenweg (<a href=\"https://profiles.wordpress.org/matt/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>matt</a>), <a href=\"https://make.wordpress.org/updates/2019/01/16/expanding-wordpress-leadership/\">named two individuals</a> who are coming on board to expand the leadership team of the project.<br /></p>\n\n\n\n<p>As Executive Director, Josepha Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chanthaboune</a>) will oversee <a href=\"https://make.wordpress.org/\">all the contribution teams</a> across the project. As Marketing &amp; Communications Lead, Joost de Valk (<a href=\"https://profiles.wordpress.org/joostdevalk/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>joostdevalk</a>) will lead <a href=\"https://make.wordpress.org/marketing/\">the Marketing team</a> and generally oversee improvements to WordPress.org.<br /></p>\n\n\n\n<p>Both Josepha and Joost have contributed to the WordPress project for many years and will certainly have a much larger impact going forward in their new roles.</p>\n\n\n\n<h2>WordPress 5.1 Development Continues</h2>\n\n\n\n<p>Immediately after the 5.0 release of WordPress, work started on version 5.1 with <a href=\"https://make.wordpress.org/core/tag/5-1/\">some highly anticipated new features</a> coming out in <a href=\"https://wordpress.org/news/2019/01/wordpress-5-1-beta-1/\">the first beta release</a>. Since then, the <a href=\"https://wordpress.org/news/2019/01/wordpress-5-1-beta-2/\">second</a> and <a href=\"https://wordpress.org/news/2019/01/wordpress-5-1-beta-3/\">third</a> betas have been made available.<br /></p>\n\n\n\n<p>One of the core updates in this release — <a href=\"https://make.wordpress.org/core/2019/01/14/php-site-health-mechanisms-in-5-1/\">a feature to improve the way in which WordPress handles PHP errors</a> — has <a href=\"https://make.wordpress.org/core/2019/01/30/wordpress-5-1-beta-3-delay/\">been pushed back</a> to version 5.2 due to unforeseen issues that would have caused significant delays to the 5.1 release.<br /></p>\n\n\n\n<p>Want to get involved in testing or building WordPress Core? You can install <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">the WordPress Beta Tester plugin</a>, follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</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<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li>The WordPress Coding Standards team <a href=\"https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/releases/tag/2.0.0\">released version 2.0</a> this month.</li><li>In her new role as Executive Director, Josepha Haden <a href=\"https://make.wordpress.org/updates/2019/01/21/our-strengths-and-challenges/\">looks at what contributors need</a> to help support them more effectively.</li><li>Approximately 2,300 tickets in the Core bug tracker <a href=\"https://make.wordpress.org/core/2019/01/14/follow-up-on-recent-trac-bulk-edit/\">were closed</a> in a large bulk edit this month due to their inactivity over the last two years.</li><li>Autocomplete for usernames has been added to <a href=\"https://wordpress.org/support/forums/\">the WordPress Support Forums</a>, making it much easier to communicate directly with individuals.</li><li><a href=\"https://make.wordpress.org/core/tag/gutenberg/\">Work continues on the Gutenberg project</a>, expanding into more areas of the WordPress dashboard.</li><li>Since the new <a href=\"https://wordpress.org/support/\">WordPress Support portal</a> release in December, <a href=\"https://make.wordpress.org/docs/2019/01/28/summary-for-docs-team-meeting-28-january-2019/\">work has been ongoing</a> to improve its features and complete the content migration.</li><li>The Plugin Review team has published <a href=\"https://make.wordpress.org/plugins/2019/01/28/reminder-about-behavior/\">an important reminder about behavior</a> in the Plugin Directory and support forums.</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><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:\"Mon, 04 Feb 2019 09:17: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: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: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:71:\"Akismet: Version 4.1.1 of the Akismet WordPress Plugin is Now Available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.akismet.com/?p=2034\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"https://blog.akismet.com/2019/01/31/version-4-1-1-of-the-akismet-wordpress-plugin-is-now-available/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:853:\"<p>Version 4.1.1 of <a href=\"http://wordpress.org/plugins/akismet/\">the Akismet plugin for WordPress</a> is now available. It contains the following changes:</p>\n\n\n\n<ul><li>We updated the &#8220;Setup Akismet&#8221; notice so that it resizes to fit all screen sizes.</li><li>We improved the Akismet settings page so the &#8220;Save Changes&#8221; button is only highlighted when a change has been made.</li><li>We fixed a bug that could have been causing the count of spam comments displayed on the dashboard to be up to an hour old rather than the current count.</li></ul>\n\n\n\n<p>To upgrade, visit the Updates page of your WordPress dashboard and follow the instructions. If you need to download the plugin zip file directly, links to all versions are available in <a href=\"http://wordpress.org/plugins/akismet/\">the WordPress plugins directory</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 31 Jan 2019 18:56:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Christopher Finke\";s: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:30:\"Dev Blog: WordPress 5.1 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=6566\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2019/01/wordpress-5-1-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:3756:\"<p>WordPress 5.1 Beta 3 is now available!</p>\n\n\n\n<p><strong>This software is still in development,</strong>&nbsp;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>There are two ways to test the WordPress 5.1 beta: try the&nbsp;<a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a>plugin (you’ll want to select the “bleeding edge nightlies” option), or you can&nbsp;<a href=\"https://wordpress.org/wordpress-5.1-beta3.zip\">download the beta here</a>&nbsp;(zip).</p>\n\n\n\n<p>WordPress 5.1 is slated for release on&nbsp;<a href=\"https://make.wordpress.org/core/5-1/\">February 21</a>, and we need your help to get there!</p>\n\n\n\n<h2>Site Health Check</h2>\n\n\n\n<p>One of the features originally slated for WordPress 5.1—the PHP error protection handler—will target WordPress 5.2 instead. Some potential security issues were discovered in the implementation: rather than risk releasing insecure code, the team decided to pull it out of WordPress 5.1. The work in <a href=\"https://core.trac.wordpress.org/ticket/46130\">#46130</a> is showing good progress towards addressing the security concerns, if you&#8217;d like to follow development progress on this feature.</p>\n\n\n\n<h2>Additional Changes</h2>\n\n\n\n<p>A handful of smaller bugs have also been fixed in this release, including:</p>\n\n\n\n<ul><li>TinyMCE has been upgraded to version 4.9.2 (<a href=\"https://core.trac.wordpress.org/ticket/46094\">#46094</a>).</li><li>The block editor has had a couple of bugs fixed (<a href=\"https://core.trac.wordpress.org/ticket/46137\">#46137</a>).</li><li>A few differences in behaviour between the classic block and the classic editor have been fixed (<a href=\"https://core.trac.wordpress.org/ticket/46062\">#46062</a>, <a href=\"https://core.trac.wordpress.org/ticket/46071\">#46071</a>, <a href=\"https://core.trac.wordpress.org/ticket/46085\">#46085</a>).</li><li>When adding <code>rel</code> attributes to links, ensure the value isn&#8217;t empty (<a href=\"https://core.trac.wordpress.org/ticket/45352\">#45352</a>), and that it works as expected with customizer changesets (<a href=\"https://core.trac.wordpress.org/ticket/45292\">#45292</a>).</li></ul>\n\n\n\n<h2>Developer Notes</h2>\n\n\n\n<p>WordPress 5.1 has many changes aimed at polishing the developer experience. To keep you informed, we publish&nbsp;<a href=\"https://make.wordpress.org/core/tag/5-1+dev-notes/\">developers&#8217; notes</a>&nbsp;on the&nbsp;<a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> throughout the release cycle. Subscribe to the Make WordPress Core blog for updates over the coming weeks, detailing other changes in 5.1 that you should be aware of.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English?&nbsp;<a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a> The beta 2 release also marks the <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#soft-freeze\">soft string freeze</a>&nbsp;point of the 5.1 release schedule.</p>\n\n\n\n<p><em><strong>If you think you’ve found a bug</strong>, you can post to the&nbsp;<a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a>&nbsp;in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report,&nbsp;<a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find&nbsp;<a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</em></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>In just a few weeks<br /> WordPress Five-One will be here.<br /> Your testing helps us!</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:\"Thu, 31 Jan 2019 03:34: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:\"Gary Pendergast\";s: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:22:\"Matt: 39 Books in 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=48954\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://ma.tt/2019/01/39-books-in-2018/\";s: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:4667:\"<p>Here&#8217;s what I read in 2018, in chronological order of when I finished it, <a href=\"https://ma.tt/2019/01/thirty-five/\">as promised in my birthday post</a>. I&#8217;ve highlighted a few in bold but in general I was pretty satisfied with almost all of my book choices this year. I&#8217;ve put a lot more time into the &#8220;deciding what to read&#8221; phase of things, and have also had some great help from friends there, and have been trying to balance and alternate titles that have stood the test of time and newer au courant books.</p>\n\n\n\n<ol><li><a href=\"https://www.amazon.com/dp/B00XB1P4RE\">Hot Seat: The Startup CEO Guidebook by Dan Shapiro</a></li><li><a href=\"https://www.amazon.com/dp/0061148520\">The Unbearable Lightness of Being by Milan Kundera (audio)</a></li><li><a href=\"https://www.amazon.com/dp/B00PWX7T18/\">A Higher Standard by Ann E. Dunwoody</a></li><li><a href=\"https://www.amazon.com/dp/B0739PYQSS\">Extreme Ownership by Jocko Willink and Leif Babin (audio)</a></li><li><a href=\"https://www.amazon.com/dp/B0018ZDAUS/\">The Boat by Nam Le</a></li><li><a href=\"https://www.amazon.com/dp/B07D6NJW22/\">Charlotte&#8217;s Web by E. B. White</a></li><li><a href=\"https://www.amazon.com/dp/B014OISVU4/\"><strong>Nonviolent Communication by Marshall B. Rosenberg</strong></a></li><li>How to Say Goodbye by Wendy Macnaughton</li><li><a href=\"https://www.amazon.com/dp/B00BBXJH2C\">When Things Fall Apart by Pema Chödrön</a></li><li><a href=\"https://www.amazon.com/dp/B01HMXRU82/\">Soul of an Octopus by Sy Montgomery</a></li><li><a href=\"https://www.amazon.com/dp/1578645018/\"><strong>Poor Charlie’s Almanack by Charlie Munger and Peter Kaufman</strong></a></li><li><a href=\"https://www.amazon.com/dp/B004EPYWII/\">Sam the Cat by Matthew Klam</a></li><li><a href=\"https://www.amazon.com/gp/product/B07D2JJ54Z/\">The Prophet by Kahlil Gibran</a></li><li><a href=\"https://www.amazon.com/dp/B00X2F7NRI/\">The Vegetarian by Han Kang</a></li><li><a href=\"https://www.amazon.com/dp/B00TBKYK60/\"><strong>The Paper Menagerie by Ken Liu</strong></a></li><li><a href=\"https://www.amazon.com/gp/product/B06XZSNB3W/\">After On: A Novel of Silicon Valley by Rob Reid</a></li><li><a href=\"https://www.amazon.com/dp/B015D3X0YG/\">The Conquest of Happiness by Bertrand Russell</a></li><li><a href=\"https://www.amazon.com/dp/B073XC5MTY/\">How to Write an Autobiographical Novel by Alexander Chee</a></li><li><a href=\"https://www.amazon.com/dp/B00XUYQUZ2/\"><strong>Ficciones by Jorge Luis Borges</strong></a></li><li><a href=\"https://www.amazon.com/dp/B00SI0B8XC/\">Black Box Thinking by Matthew Syed</a></li><li><a href=\"https://www.amazon.com/dp/B00BBPVYUS/\">Darkness Visible by William Styron</a></li><li><a href=\"https://www.amazon.com/dp/B075PVZLMV/\">Tin Man by Sarah Winman</a></li><li><a href=\"https://www.amazon.com/dp/B00ICN066A/\"><strong>Sapiens by Yuval Noah Harari</strong></a></li><li><a href=\"https://www.amazon.com/dp/B01A6EQFZ8/\">Let My People Go Surfing by Yvon Chouinard</a></li><li><a href=\"https://www.amazon.com/dp/B01GZY28JA/\">Pachinko by Min Jin Lee</a></li><li><a href=\"https://www.amazon.com/dp/B01BBQ33VE/\">Homo Deus by Yuval Noah Harari</a></li><li><a href=\"https://www.amazon.com/dp/B008GUIEYU/\"><strong>The Lessons of History by Will &amp; Ariel Durant</strong></a></li><li><a href=\"https://www.amazon.com/dp/B0048EKOP0/\"><strong>Stories of Your Life and Others by Ted Chiang</strong></a></li><li><a href=\"https://www.amazon.com/dp/B073P53DVL/\">So You Want to Talk About Race by Ijeoma Oluo</a></li><li><a href=\"https://www.amazon.com/dp/B00IQO403K/\">Three Body Problem by Cixin Liu</a></li><li><a href=\"https://www.amazon.com/gp/product/B074ZKGVG1/\">How to Fix a Broken Heart by Guy Winch</a></li><li><a href=\"https://www.amazon.com/dp/1491503629/\"><strong>Sum: Forty Tales from the Afterlives by David Eagleman</strong></a></li><li><a href=\"https://www.amazon.com/dp/B01H17U9OQ/\"><strong>Exit West by Mohsin Hamid</strong></a></li><li><a href=\"https://www.amazon.com/gp/product/B005V2DUP4/\">Tiny Beautiful Things by Cheryl Strayed</a></li><li><a href=\"https://www.amazon.com/dp/1594488215\">Farsighted: How We Make the Decisions That Matter the Most by Steven Johnson</a></li><li><a href=\"https://www.amazon.com/dp/B078X1KJ28/\">Severance: A Novel by Ling Ma</a></li><li><a href=\"https://www.amazon.com/gp/product/B00BCU07LO/\">On the Shortness of Life by Seneca</a></li><li><a href=\"https://www.amazon.com/dp/B079WV79TK/\">It Doesn&#8217;t Have to Be Crazy at Work by Jason Fried and David Heinemeier Hansson</a></li><li><a href=\"https://www.amazon.com/dp/B007WKEN4U\"><strong>Notes of a Native Son by James Baldwin</strong></a></li></ol>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 28 Jan 2019 17:38:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:67:\"Post Status: An Interview with Ernst-Jan Pfauth of De Correspondent\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://poststatus.com/?post_type=poststatus_notes&p=52533\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://poststatus.com/an-interview-with-ernst-jan-pfauth-of-de-correspondent/\";s: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:11981:\"<p>Stressing subscriptions over scale, <em>De Correspondent</em> launched in 2013 with €1.7 million from 18,933 members. Membership has grown over fourfold since then. Subscriptions and book sales are <em>De Correspondent</em>&#8216;s <a href=\"https://digiday.com/media/de-correspondent-gets-transparent-members-finances/\">primary revenue sources</a>. Today <em>The Correspondent</em> is closing on its first 50,000 subscribers with $2.6 million raised in pre-launch funding.</p>\n<p>Ernst is a <a href=\"https://pfauth.com/publishing-platforms/wordpress/\">long-time WordPress user</a>, but his vision for journalism led to the creation of a technology company built around <a href=\"https://pfauth.com/article/publishing/content-management-system-cms-review-research/\">a proprietary CMS</a> called <a href=\"http://respondens.com/\">Respondens</a> for <em>De Correspondent</em> and now <em>The Correspondent</em>. Respondens&#8217; unique design reflects an ethic where subscribers are treated as a community of people who want to be involved in the production of the news they read. In the future, Ernst hopes to market Respondens to support its development and spread the practice of what we might call &#8220;responsive journalism.&#8221;</p>\n<p>Ernst and his colleagues intend to avoid the churn of breaking news by taking a structural focus on the issues they cover, working in the tradition of constructive, problem-solving, or &#8220;<a href=\"https://en.wikipedia.org/wiki/Solutions_journalism\">solutions journalism</a>.&#8221;</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">9/ Not just the problem, but what can be done about it. In Europe, they call it \"constructive journalism.\" In the US, solutions journalism. The idea: Your report is incomplete — lacks depth — unless it includes what we can do: as individuals, as a society or political community.</p>\n<p>&mdash; Jay Rosen (@jayrosen_nyu) <a href=\"https://twitter.com/jayrosen_nyu/status/965758917551763456?ref_src=twsrc%5Etfw\">February 20, 2018</a></p></blockquote>\n<p></p>\n<p>Finding solutions as journalists means listening, engaging, and collaborating with readers. In his predictions for journalism in 2019, Ernst <a href=\"http://www.niemanlab.org/2018/12/readers-are-only-getting-started/\">told</a> Harvard&#8217;s Nieman Lab,</p>\n<blockquote><p>“To really be a reader-driven organization, every journalist that works there should be open to the knowledge, ideas, and concerns of their readers. You can’t outsource that interaction to an engagement editor.”</p></blockquote>\n<p>This approach to journalism slows down and deepens communication by focusing issues around the people and the communities they concern. The constructiveness of this approach may have a lot to do with its calming and humanizing effects.</p>\n<p>Ernst has written several Dutch best-sellers, including a <a href=\"https://dankboek.nl/\"><em>Thank-You Book</em></a> or &#8220;gratitude&#8221; journal that came out of his efforts to overcome anxiety about public speaking. In his reflections on <a href=\"https://www.youtube.com/watch?v=T9vLHFza8Uc&t=4s\">work, overwork, and gratitude</a> for TEDx, Ernst emphasizes that resistance to &#8220;the burnout society&#8221; where &#8220;creativity is crushed&#8221; is a collective task: everyone needs to make daily space for their close relationships where work and media do not intrude.</p>\n<p>I am grateful Ernst took some time after the holidays to talk about his experience with WordPress, collaborative online communities, and democratized journalism. Here is the conversation we had.</p>\n<p><b>DK: What are your thoughts about WordPress today? Have you made any connections or maintained relationships with the WP community in other ways?</b></p>\n<p><strong>EP:</strong> I started using WordPress in 2006 when I launched my personal blog ahead of an internship at a press agency in the United Nations HQ in New York. The fact that I then, as a twenty-year-old, could start a publication in such an easy way, has been crucial in my career and something I will be the WordPress community eternally grateful for. Since then, I have started several sites, most of them running on WordPress. In 2007 I co-founded the blog of The Next Web Conference, now known as <a href=\"http://thenextweb.com/\">thenextweb.com</a>, in 2009 I started a news blog for the Dutch daily <a href=\"https://en.wikipedia.org/wiki/NRC_Next\">nrc.next</a>, and in 2010, as head of digital at the Dutch quality newspaper (NRC Handelsblad), I switched their main site from &#8216;Escenic&#8217; to WordPress. The fact that we could so easily build our own plugins (for example, a liveblog feature to cover the Arab spring) was crucial in the success of that news site. Also, the developers enjoyed their work more, since they could give back to the community.</p>\n<p>I still run my personal site on WordPress, and even though I don&#8217;t publish there anymore, I love to stay in the loop of new WordPress releases and the ever-increasing user-friendliness of the software. In lost moments, I enjoy reading the developers forums and checking their discussions about new releases (I admire the distributed, self-organizing and voluntary efforts of the community) but I&#8217;m not in touch with one of the members. I&#8217;m just an admiring bystander.</p>\n<p><strong>DK: Can you explain when and why you came to see community and membership features as essential to a CMS? What does it look like when the idea of membership/audience inclusion is integral to the software architecture and vision? How are you doing this in Respondens?</strong></p>\n<p><strong>EP:</strong> The main consideration was <em>focus</em>. We wanted a CMS that only had features for our writers that we deemed important. We didn&#8217;t want to create any distraction by having other options available — both to our developers as to our writers. If we build it ourselves, we force ourselves to make conscious decisions about every new feature we add. I.e., we wouldn&#8217;t just switch a &#8216;like&#8217; button on in the comment section, simply because it&#8217;s already there. Forcing ourselves to do this made sure we built a laser-focused CMS and publication. The focus and the calm that follows makes it unique. (See &#8220;<a href=\"https://thecorrespondent.com/4108/cultivating-calm-a-design-philosophy-for-the-digital-age/242162492-d0fffdf8\">Cultivating calm: a design philosophy for the digital age</a>.&#8221;)</p>\n<p>Also, our approach to reader interaction — as you mentioned — is a unique asset of our CMS. I elaborate on that in this Medium post, &#8220;<a href=\"https://medium.com/de-correspondent/reinventing-the-rolodex-why-were-asking-our-60-000-members-what-they-know-9be6a857c340\">Reinventing the Rolodex: Why we’re asking our 60,000 members what they know</a>.&#8221; We believe in the democratization of the journalistic research process. Anyone could be a source, anyone has expertise and knowledge to share within a specific niche.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">1/ THREAD: There’s a great untapped resource in journalism, and it’s available to every journalist right now.</p>\n<p>It’s the experience and expertise of your *readers*.</p>\n<p>Giving them the opportunity to share what they know, could fundamentally transform journalism.</p>\n<p>&mdash; Ernst Pfauth (@ejpfauth) <a href=\"https://twitter.com/ejpfauth/status/1072573253686882304?ref_src=twsrc%5Etfw\">December 11, 2018</a></p></blockquote>\n<p></p>\n<p><strong>DK: How does your model of membership-based journalism change at scale, when you have potentially the largest possible national and international audience? Will you still ask your journalists to spend <a href=\"https://medium.com/the-idea/q-a-ernst-jan-pfauth-ceo-co-founder-de-correspondent-e8f67755571a\">30-50% of their time</a> reading and responding to member comments and other feedback? Is this essential (or even possible) to sustain at scale?</strong></p>\n<p><strong>EP:</strong> The thought that you see your readers as sources of knowledge and expertise is crucial. It works for the local examples you mentioned, but it can also work for global topics. For example, we interviewed Shell employees from all over the world — who we found through our Dutch members forwarding a call-out. (&#8220;<a href=\"https://medium.com/de-correspondent/reader-engagement-shell-4bb6d0b8fb84\">How reader engagement helped unearth the Shell tape</a>.&#8221;) We also created the position of &#8220;conversation editor&#8221; to help journalists with the scalability of their reader interaction.</p>\n<p>Yes, there are scale challenges. We see our journalists as conversation leaders and our members as contributing experts. We notice when a journalist gets more feedback from their sources (their readers), they need a research assistant to keep up — for example by highlighting interesting contributions to them or taking over some interviews. These are tasks that can be easily outsourced, as long as the correspondent remains the main point of contact in the comment sections and guides the conversation.</p>\n<p>I don’t see the 30 and 50 percent as time to spend on ‘responding to comments.’ The comments are just a means to an end. The end goal is to involve your audience, so you can get a wider set of sources, become more inclusive and publish richer journalism. We estimate it takes 30 to 50 percent of your time to live up to that mission.</p>\n<p><strong>DK: On the other end of the spectrum, does your model have things to teach small, local journalism and other membership-focused businesses that they don&#8217;t already know? In the new membership-based local journalism I&#8217;ve been watching in the US and Canada — local media startups where there&#8217;s no history or expectation of a printed product or advertising — there&#8217;s a definite limit on the subjects that can be curated and written (or spoken) about in a deep and penetrating way. Is this a low or slow-growth model that simply must be accepted?</strong></p>\n<p><strong>EP:</strong> It starts with being open about your mission as a journalist (all our new correspondents publish a mission statement when they start working with us) and then telling your audience what you expect from them. It’s about that personal relationship. The CMS, practices, technology and resources all follow. But it’s the being open to your audience input and being open about your shared goal with them that’s crucial. Anyone can do that. And when you start, it might even be easier to do it on a small scale, but it’s more intimate, and you can scale up as you get better at it.</p>\n<div id=\"attachment_53976\" class=\"wp-caption aligncenter\"><img class=\"wp-image-53976 size-full\" src=\"https://cdn.poststatus.com/wp-content/uploads/2019/01/295952-tc_team_behindthescenes_07-521ac4-original-1542160485.jpg\" alt=\"The Correspondent team\" width=\"4000\" height=\"2667\" /><p class=\"wp-caption-text\">The Correspondent team browses their unbreaking newspaper. From left: Zainab Shah, Jessica Best, Rob Wijnberg, Baratunde Thurston, and Ernst Pfauth.</p></div>\n<p><strong>DK: What do you do to keep sane and whole amid the busyness and stress of work? Are you still a practitioner of journaling and daily gratitude? Have your thoughts on that changed or deepened? </strong></p>\n<p><strong>EP:</strong> I still write in a gratitude journal every night and noticed this three-year habit has really made me more aware of ordinary but beautiful moments in life, and also taught me to enjoy the process instead of the end goal. I save my evenings and (80% of) my weekends for family and friends — and always have my phone on DND in those hours. Also: I don&#8217;t check my email before I have left my apartment. Setting these clear boundaries and turning them into routines have really helped me to stay sane in the busyness of the campaign.</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, 25 Jan 2019 23:00:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Dan Knauss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:83:\"WPTavern: WPWeekly Episode 344 – Introduction to the WordPress Governance Project\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wptavern.com/?p=87028&preview=true&preview_id=87028\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"https://wptavern.com/wpweekly-episode-344-introduction-to-the-wordpress-governance-project\";s: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:1443:\"<p>In this episode, <a href=\"http://jjj.me\">John James Jacoby</a> and I are joined by <a href=\"https://mor10.com/\">Morten Rand-Hendriksen</a> and <a href=\"https://bamadesigner.com/\">Rachel Cherry</a> to discuss the <a href=\"https://wpgovernance.com/\">WordPress Governance project</a>. We discover why it was created, its goals, and how it aims to help govern the systems and processes that make up the WordPress project.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/wpml-alleges-former-employee-breached-website-and-took-customer-emails\">WPML Alleges Former Employee Breached Website and Took Customer Emails</a></p>\n<p><a href=\"https://hbr.org/2019/01/the-era-of-move-fast-and-break-things-is-over\">The Era of “Move Fast and Break Things” Is Over</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, January 30th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p>Subscribe to <a href=\"https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe\">WordPress Weekly via Google Play</a></p>\n<p><strong>Listen To Episode #344:</strong><br />\n</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, 25 Jan 2019 01:32:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s: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:20:\"Matt: All Your Might\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=48952\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"https://ma.tt/2019/01/all-your-might/\";s: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:159:\"<p>Julie Sugar has <a href=\"https://www.lilith.org/articles/and-with-all-your-might/\">a beautiful piece in Lilith Magazine about miscarriage and faith</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, 24 Jan 2019 21:44:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"WPTavern: WordPress Names Josepha Haden New Executive Director, Joost de Valk Marketing and Communications Lead\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=87010\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"https://wptavern.com/wordpress-names-josepha-haden-new-executive-director-joost-de-valk-marketing-and-communications-lead\";s: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:4428:\"<p>During the <a href=\"https://wptavern.com/state-of-the-word-2018-wordpress-embraces-the-block-editor\" rel=\"noopener\" target=\"_blank\">2018 State of the Word</a> address, Matt Mullenweg acknowledged lessons learned in the process of releasing WordPress 5.0. One of those was the need for various teams across the project to work together better. The friction during the 5.0 development cycle was beneficial in that it surfaced areas where the project can grow and sparked conversations that are already leading to improvements. </p>\n<p>Last week Mullenweg announced that WordPress is <a href=\"https://make.wordpress.org/updates/2019/01/16/expanding-wordpress-leadership/\" rel=\"noopener\" target=\"_blank\">expanding its leadership team</a> to include Josepha Haden in a new Executive Director role and Joost de Valk as the Marketing and Communications Lead. These new roles better distribute project leadership to more individuals who have demonstrated the ability and judiciousness to guide large, diverse teams towards success. Haden will be overseeing WordPress&#8217; contributor teams and de Valk is leading the marketing team and overseeing improvements to WordPress&#8217; websites and other outlets. </p>\n<p>The Executive Director role is particularly critical for the health of the project, as contributor and community feedback pours in across so many different mediums. Tracking all of this information and taking it into consideration amounts to a full-time job. In her first week in the new role, <a href=\"https://make.wordpress.org/updates/2019/01/21/our-strengths-and-challenges/\" rel=\"noopener\" target=\"_blank\">Haden is seeking feedback regarding the challenges contributors face</a> when working on the project. She identified seven challenges which seem to resonate with many who have commented:</p>\n<ul>\n<li>Coordinating on collaborative work between teams</li>\n<li>Aligning our work better to project goals/values</li>\n<li>Understanding team roles, leadership structures, and decision making</li>\n<li>Clarifying the differences between open source and open commit</li>\n<li>Tracking conversations and progress across the project</li>\n<li>Raising project-wide concerns more easily</li>\n<li>Improving how we recognize and celebrate success</li>\n</ul>\n<p>Responses from contributors have so far revolved around a similar theme &#8211; the desire for more clearly-defined projects and goals for teams, along with more communication from leadership. </p>\n<p>&#8220;Define goals and deliverables for each project deliverable,&#8221; Daniel Bachhuber suggested. &#8220;Once these are defined, it’s much easier to estimate the level of effort and resources required. Distinguish between full-time sponsored, part-time sponsored, and completely volunteer labor. Each of these three do not work at the same pace. It’ll be much easier to estimate a team’s velocity if you know what type of labor you have to work with.&#8221;</p>\n<p>Meagen Voss offered some valuable insight from a newer contributor&#8217;s perspective. She said the leadership of the project is very unclear and that people could benefit from that information being more prominently published. She also <a href=\"https://make.wordpress.org/updates/2019/01/21/our-strengths-and-challenges/#comment-4363\" rel=\"noopener\" target=\"_blank\">suggested</a> that WordPress explore the idea of having ambassadors for each team to facilitate communication and collaboration across projects.</p>\n<blockquote><p>You get to know your team very well, but no so much other teams. I’ve met some great folks in Slack and am getting to know the two groups I’m involved in super well. But if I have an issue or a question that needs to be addressed to another group, then I would have to hang out in that team’s channel for a while to figure out who the right person is to get in touch with. Identifying “ambassadors” or points of contact for each group could be a quick and helpful way to address that.</p></blockquote>\n<p>The conversation is still open for contributors to jump in and share their own challenges and suggestions. Haden plans to follow up with the next steps after gathering more feedback. Action born out of these conversations has the potential to greatly improve contributors&#8217; experiences working together, resulting in fewer people burning out on communication struggles or losing momentum from lack of clearly defined objectives.</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, 23 Jan 2019 22:23:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:28:\"Matt: Thich Nhat Hanh on Tea\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=48949\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://ma.tt/2019/01/thich-nhat-hanh-on-tea/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:331:\"<blockquote class=\"wp-block-quote\"><p>Drink your tea slowly and reverently, as if it is the axis on which the world earth revolves &#8211; slowly, evenly, without rushing toward the future.</p><cite>— Thich Nhat Hanh in <a href=\"https://www.amazon.com/dp/B009U9S6VM/\">The Miracle of Mindfulness</a></cite></blockquote>\n\n\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Jan 2019 21:27:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WPTavern: WooCommerce Launches New Mobile Apps for iOS and Android\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=86988\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://wptavern.com/woocommerce-launches-new-mobile-apps-for-ios-and-android\";s: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:3641:\"<p>This week marks the first <a href=\"https://woocommerce.com/posts/try-the-new-woocommerce-mobile-app-for-key-metrics-order-look-up-and-notifications-cha-ching/\" rel=\"noopener\" target=\"_blank\">public release</a> of WooCommerce&#8217;s new mobile app for <a href=\"https://play.google.com/store/apps/details?id=com.woocommerce.android\" rel=\"noopener\" target=\"_blank\">Android</a> and the improved version for <a href=\"https://itunes.apple.com/us/app/id1389130815\" rel=\"noopener\" target=\"_blank\">iOS</a>. WooCommerce began beta testing the Android app late last year and the original iOS app has been updated to offer the same features.</p>\n<p>This first release should be considered a basic start that is mostly useful for tracking store performance with detailed stats and getting alerts for new orders and product reviews. Users cannot add or edit products and the app does not yet allow for switching between stores. The first release offers basic order management and fulfillment but does not include the ability to change order status. The mobile apps don&#8217;t yet live up to their tagline of &#8220;Your store in your pocket,&#8221; but it&#8217;s a good starting place. </p>\n<p>According to the Google Play Store, the WooCommerce app has been installed more than 10,000 times and the response from users has been mixed. The app is averaging a 2.5-star rating after early reviews from 45 users. The iOS app has received similar responses. Many of the negative reviews are due to connection/login issues and the requirement for stores to use Jetpack.</p>\n<p>&#8220;This has promise, but get rid of the need for Jetpack,&#8221; one reviewer wrote. &#8220;There are other secure ways of syncing up. Other apps have done it for years. This app has been long overdue, but is poor in execution when you need to install a plugin that tends to bog down your site and that most don&#8217;t need. Give an alternative means of syncing and allow us to edit at least the basics of a product on the go.&#8221;</p>\n<p>WooCommerce marketing representative Marina Pape explained the Jetpack requirement in a post announcing the mobile apps&#8217; launch:  </p>\n<blockquote><p>The Jetpack plugin connects your self-hosted site to a WordPress.com account and provides a common authentication interface across lots of server configurations and architectures.</p>\n<p>Both Apple and Google only allow a single trusted sender for pushes for security reasons (read more), making Jetpack the best way for us to give you modern mobile app features like push notifications.</p></blockquote>\n<p>In order to connect sites with the app, Jetpack creates a shadow site on WordPress.com&#8217;s servers and syncs quite a bit of data. Although this <a href=\"https://jetpack.com/support/what-data-does-jetpack-sync/\" rel=\"noopener\" target=\"_blank\">list of data</a> is transparently outlined, the Jetpack requirement is a deal breaker for some users. They either object to sharing their data or believe the plugin will slow down their stores. Until the app&#8217;s features are more compelling than the detriments users perceive in Jetpack, it may lose a few users based on this requirement.</p>\n<p>According to <a href=\"https://trends.builtwith.com/shop\" rel=\"noopener\" target=\"_blank\">BuiltWith</a>, WooCommerce is now the most popular shopping cart technology used by 22% of the top 1 million websites, with competitors Shopify and Magento not too far behind at 17% and 13% respectively. Having a new mobile app should help WooCommerce remain competitive, but the team needs to keep iterating on the app to make it more useful for those managing stores on the go.</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, 23 Jan 2019 05:35: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:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"WPTavern: Gutenberg Phase 2 to Update Core Widgets to Blocks, Classic Widget in Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=86953\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/gutenberg-phase-2-to-update-core-widgets-to-blocks-classic-widget-in-development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5791:\"<p>Gutenberg phase 2 development is underway and one of the first orders of business is porting all existing core widgets to blocks. This task is one of the <a href=\"https://make.wordpress.org/core/2018/12/08/9-priorities-for-2019/\">nine projects</a> that Matt Mullenweg outlined for 2019, along with upgrading the widgets-editing areas in wp-admin/widgets.php and adding support for blocks in the Customizer. </p>\n<p>Contributors on phase 2 are also <a href=\"https://github.com/WordPress/gutenberg/issues/4770\" rel=\"noopener\" target=\"_blank\">developing a Classic Widget</a>, which would function as a sort of &#8220;legacy widget block&#8221; for third-party widgets that haven&#8217;t yet been converted to blocks. There may be many instances where plugin developers have not updated their widgets for Gutenberg and in these cases their plugins would be unusable in the new interface without the option of a Classic Widget. This block is still in the design stage. </p>\n<p>The widgets.php admin page will need to be completely reimagined as part of this process. Mark Uraine, a designer who works at Automattic, created some mockups to <a href=\"https://github.com/WordPress/gutenberg/issues/13204\" rel=\"noopener\" target=\"_blank\">kick off the discussion</a> about what this screen might look like. </p>\n<p><a href=\"https://cloudup.com/cW5MOA5gsTG\"><img src=\"https://i1.wp.com/cldup.com/o9-F6ebs7m.gif?resize=627%2C421&ssl=1\" alt=\"Widgets as blocks\" width=\"627\" height=\"421\" /></a></p>\n<p>These mockups are just explorations of where widgets may be headed next, and they do not take into account everything that will be required of this screen. </p>\n<p>Nick Halsey, one of the maintainers for <a href=\"https://make.wordpress.org/core/components/customize/\" rel=\"noopener\" target=\"_blank\">WordPress&#8217; Customize component</a> recommended abandoning this screen altogether in favor of showing widget block areas in the Customizer:</p>\n<blockquote><p>The widgets admin screen has a fundamental disconnect with the way that widget areas actually work &#8211; with different areas showing in different parts of the screen and potentially on different parts of the site. It will be very difficult to clearly reflect the frontend page structure on this screen in a way that users will be able to understand. Experimenting with contextual approaches to this experience in the customizer offers numerous opportunities for this fundamental problem to be solved. Starting with the visible edit shortcuts that are already in core, revamped widgets could be edited directly on the frontend (of the customize preview) or in an overlay that is more directly related to the display on a particular screen. The ability to navigate to different parts of the site within the customize preview solves a problem that this screen will never be able to address.</p></blockquote>\n<p>Getting blocks to work in the Customizer is also part of phase 2, but conversation on the ticket related to wp-admin/widgets.php indicates the team is not going to abandon this screen just yet. </p>\n<p>&#8220;While this screen will eventually be deprecated in the future, especially as more of the site is built in Gutenberg, it&#8217;s a necessary &#8220;baby step&#8221; to get us all there together,&#8221; Uraine said. &#8220;Maybe the best thing is to keep the existing layout, but just allow the use of all blocks within the accordion content areas? This will keep our resources and investment minimal on this particular piece with just a few suggested tweaks to the mockup in the initial post. It will also allow us to move to the Customizer more quickly.&#8221; </p>\n<p>Gutenberg accessibility contributor Andrea Fercia encouraged contributors to address accessibility before creating visual mockups by designing the information architecture first. He encouraged them to organize the required information and controls while thinking about how someone might navigate them in a linear way. </p>\n<p>&#8220;The customizer is not fully accessible,&#8221; Fercia said. &#8220;The admin widgets screen is the only place where persons with accessibility needs have a chance to manage widgets without having to face big accessibility barriers.&#8221;</p>\n<p>Discussion on the future of the widget management screen continues in the ticket and contributors are looking to get more input during this exploration stage. There&#8217;s also a <a href=\"https://github.com/WordPress/gutenberg/projects/22\" rel=\"noopener\" target=\"_blank\">project board</a> where anyone can share a blog post with their own explorations.</p>\n<p><a href=\"https://github.com/WordPress/gutenberg/projects/20\" rel=\"noopener\" target=\"_blank\">Porting widgets to blocks</a> has its own project board if you want to follow along or jump in on an issue. Most of the core blocks are already finished and a handful are still in progress. </p>\n<p>Updating the widgets management page and bringing blocks into the Customizer is a major overhaul but will further unify WordPress&#8217; interface for editing and previewing content. Widgets have served WordPress well over the years, making it easy for users to customize their websites without having to know how to code. The feature has also <a href=\"https://wptavern.com/the-future-of-wordpress-widgets-a-better-ui-with-real-time-previews\" rel=\"noopener\" target=\"_blank\">survived many evolutions</a>, eventually <a href=\"https://wptavern.com/widget-customizer-approved-for-wordpress-3-9\" rel=\"noopener\" target=\"_blank\">making its way into the Customizer five years ago in WordPress 3.9</a>. One of the limitations with widgets is that they can only be used in &#8220;widgetized&#8221; areas. Transforming widgets into blocks removes that limitation and makes it possible to use widgets in posts and pages as well.</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, 22 Jan 2019 21:11:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Dev Blog: WordPress 5.1 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=6550\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2019/01/wordpress-5-1-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:4498:\"<p>WordPress 5.1 Beta 2 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>There are two ways to test the WordPress 5.1 beta: try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want to select the “bleeding edge nightlies” option), or you can <a href=\"https://wordpress.org/wordpress-5.1-beta2.zip\">download the beta here</a> (zip).</p>\n\n\n\n<p>WordPress 5.1 is slated for release on <a href=\"https://make.wordpress.org/core/5-1/\">February 21</a>, and we need your help to get there!</p>\n\n\n\n<p>Over <a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=01%2F11%2F2019..&milestone=5.1&group=component&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">110 tickets have been closed</a> since <a href=\"https://wordpress.org/news/2019/01/wordpress-5-1-beta-1/\">beta 1</a>, many of which are documentation and testing suite improvements. Here are the major changes and bug fixes:</p>\n\n\n\n<ul><li><a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=01%2F11%2F2019..01%2F22%2F2019&focuses=!~docs&keywords=~servehappy&milestone=5.1&group=component&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">Several refinements and bug fixes</a> related to the Site Health project have been made.</li><li>The <code>pre_render_block</code> and <code>render_block_data</code> filters have been introduced allowing plugins to override block attribute values (<a href=\"https://core.trac.wordpress.org/ticket/45451\">#45451</a>, dev note coming soon).</li><li><code>get_template_part()</code> will now return a value indicating whether a template file was found and loaded (<a href=\"https://core.trac.wordpress.org/ticket/40969\">#40969</a>).</li><li>A notice will now be triggered when developers incorrectly register REST API endpoints (related <a href=\"https://make.wordpress.org/core/2019/01/11/new-rest-api-notice-in-5-1/\">dev note</a>).</li><li>Bulk editing posts will no longer unintentionally change a post&#8217;s post format (<a href=\"https://core.trac.wordpress.org/ticket/44914\">#44914</a>)</li><li>Twemoji has been updated to the latest version, 11.2.0 (<a href=\"https://core.trac.wordpress.org/ticket/45133\">#45133</a>).</li><li>A bug preventing the Custom Fields meta box from being enabled has been fixed (#<a href=\"https://core.trac.wordpress.org/ticket/46028\">46028</a>).</li><li>The treatment of <code>orderby</code> values for <code>post__in</code>, <code>post_parent__in</code>, and <code>post_name__in</code> has been standardized (<a href=\"https://core.trac.wordpress.org/ticket/38034\">#38034</a>).</li><li>When updating language packs, old language packs are now correctly deleted to avoid filling up disk space (<a href=\"https://core.trac.wordpress.org/ticket/45468\">#45468</a>).</li></ul>\n\n\n\n<h2>Developer Notes</h2>\n\n\n\n<p>WordPress 5.1 has many changes aimed at polishing the developer experience. To keep you informed, we publish <a href=\"https://make.wordpress.org/core/tag/5-1+dev-notes/\">developers notes</a> on the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> throughout the release cycle. Subscribe to the Make WordPress Core blog for updates over the coming weeks, detailing other changes in 5.1 that you should be aware of.</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> The beta 2 release als marks the <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#soft-freeze\">soft string freeze</a> point of the 5.1 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\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>Do you enjoy bugs?<br /> I don&#8217;t. So, we fixed them all.<br /> Well, not all. But close.</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, 22 Jan 2019 01:01:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Gary Pendergast\";s: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:80:\"WPTavern: WPML Alleges Former Employee Breached Website and Took Customer Emails\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=86940\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"https://wptavern.com/wpml-alleges-former-employee-breached-website-and-took-customer-emails\";s: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:5475:\"<p>Over the weekend, many <a href=\"https://wptavern.com/wpml-website-hacked-customer-emails-compromised\" rel=\"noopener\" target=\"_blank\">WPML customers received an unauthorized email</a> from someone who claimed to have hacked the company&#8217;s website and gained access to customer emails. WPML founder Amir Helzer suspects that the attacker is a former employee. </p>\n<p>&#8220;The customer is an ex-employee who left an exploit on the server (not WPML plugin) before leaving. Besides fixing the damage, we’ll also be taking legal actions,&#8221; Helzer said Saturday night.</p>\n<p>The WPML team worked around the clock over the weekend to secure their systems and sent out an email informing customers of the incident. They also assured customers that the WPML plugin does not contain an exploit and that payment information was not compromised. The company published an <a href=\"https://wpml.org/2019/01/wpml-org-site-back-to-normal-after-an-attack-during-the-weekend/\" rel=\"noopener\" target=\"_blank\">announcement</a> to their website, detailing the incident and their response: </p>\n<blockquote><p>We updated wpml.org, rebuilt everything and reinstalled everything. We secured access to the admin use 2-factor authentication and minimized the access that the web server has to the file system.</p>\n<p>These are more precautions than actual response to the hack. Our data shows that the hacker used inside information (an old SSH password) and a hole that he left for himself while he was our employee.</p>\n<p>This hack was not done via an exploit in WordPress, WPML or another plugin, but using this inside information. In any case, the damage is great and it’s done already.</p></blockquote>\n<p>WPML urges customers not to click on any links in the email the attacker sent out and recommends they change their passwords for wpml.org. The attacker has customer names, emails, and sitekeys, but WPML said the sitekeys cannot be used to push changes to customer websites.</p>\n<p>Helzer is convinced that the attack was an inside job and suspects two former employees. He and his team are working to provide evidence to the authorities. He said the the nature of the attack demonstrates that it was likely not an outside hacker:</p>\n<blockquote>\n<ul>\n<li>The first time our site was breached was on the day we fired an employee, who had access to our servers. We didn&#8217;t identify the breach at that time. However, once we got hacked, we analyzed the original hole and we found in our log when it was placed (yup, he deleted the log, but he didn&#8217;t delete the backup). Now that we finished cleaning up the mess, we&#8217;re going through all logs and collecting the full evidence.</li>\n<li>The attacker targeted specific code and database tables that are unique to our site and not generic WordPress or WPML tables.</li>\n<li>The attacker crafted the attack so that it would cause us long term damage and not be apparent in first sight. That long-term damage is very difficult to guess without knowing our business objectives and challenges. This is information that our employees have, but we don&#8217;t disclose.</li>\n</ul>\n</blockquote>\n<p>The idea that a former employee who is known to the company would risk performing these illegal actions is difficult to grasp, even in the case of someone who was fired and may have been acting in retaliation. The risks of being caught seem too great.</p>\n<p>&#8220;In many jurisdictions including the USA, this is jail time,&#8221; Wordfence CEO Mark Maunder <a href=\"https://twitter.com/mmaunder/status/1086839572384940033\" rel=\"noopener\" target=\"_blank\">said</a>. &#8220;So I find it quite incredible that an employee would leave a backdoor, use it to deface their site, steal their data and email all subscribers. This is the infosec equivalent of walking into a police precinct and tagging the wall while the cops watch.&#8221;</p>\n<p>Helzer said the incident should serve as a wakeup call for companies that employ remote workers. It highlights the importance of having procedures in place for revoking employee access to all systems used as part of day to day operations.</p>\n<p>&#8220;We have to admit that our site was not secured well enough,&#8221; Helzer said. &#8220;If someone previously had admin access and stopped working for us, we should have been more careful and avoided this situation.</p>\n<p>&#8220;This can be a wakeup call for others. We talk a lot about the benefits or remote work and most of the WordPress industry works remotely. This made us realize that we need to be a lot more pessimistic when we allow any access to our system.</p>\n<p>&#8220;For example, the fact that we’re now coding for ourselves a requirement to login with 2fa, means that we’re not alone in this exposed situation.&#8221;</p>\n<p>The attacker&#8217;s unauthorized email and WPML&#8217;s response email went out over the weekend, so many customers will be learning of the incident today when they return to work. Helzer said customers have been supportive so far.</p>\n<p>&#8220;I think that customers appreciate the fact that we contacted them as fast as we could and we dropped everything and ran to handle this,&#8221; he said. &#8220;I think that we&#8217;ll still have damage. Clients did not run away from us right now but a good reputation is something that you build over years. A nasty incident like this stays &#8216;on your record.&#8217; This is our livelihood and we take it seriously.&#8221;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 Jan 2019 16:21:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:58:\"WPTavern: WPML Website Hacked, Customer Emails Compromised\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=86908\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/wpml-website-hacked-customer-emails-compromised\";s: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:3452:\"<p>On Saturday, January 19, WPML customers started reporting having received an email from someone who seems to have hacked the plugin&#8217;s website and gained access to customer information.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Got same mail and there is this text on <a href=\"https://twitter.com/hashtag/wpml?src=hash&ref_src=twsrc%5Etfw\">#wpml</a> website visible now. What happened guys? <a href=\"https://twitter.com/hashtag/security?src=hash&ref_src=twsrc%5Etfw\">#security</a> <a href=\"https://twitter.com/hashtag/hack?src=hash&ref_src=twsrc%5Etfw\">#hack</a> <a href=\"https://twitter.com/hashtag/vulnerability?src=hash&ref_src=twsrc%5Etfw\">#vulnerability</a> <a href=\"https://twitter.com/hashtag/0day?src=hash&ref_src=twsrc%5Etfw\">#0day</a> or something? <a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a></p>\n<p>&mdash; Gytis Repečka (@gytisrepecka) <a href=\"https://twitter.com/gytisrepecka/status/1086753453429481473?ref_src=twsrc%5Etfw\">January 19, 2019</a></p></blockquote>\n<p></p>\n<p>The hacker claims to be a disgruntled customer who had two websites hacked due to vulnerabilities in the WPML plugin: </p>\n<blockquote><p>WPML came with a bunch of ridiculous security holes which, despite my efforts to keep everything up to date, allowed the most important two of my websites to be hacked.</p>\n<p>WPML exposed sensitive information to someone with very little coding skills but merely with access to the WPML code and some interest in seeing how easy is to break it.</p>\n<p>I’m able to write this here because of the very same WPML flaws as this plugin is used on wpml.org too.</p></blockquote>\n<p>The hacker also claims to have exploited the same vulnerabilities in order to send the email to WPML&#8217;s customers and has <a href=\"https://web.archive.org/web/20190120015001/https://wpml.org/2019/01/wpml-warning/\" rel=\"noopener\" target=\"_blank\">published the same message to the plugin&#8217;s website</a>. The text is still live at this time and product pages have also been defaced.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Defaced product features page, for example. <a href=\"https://t.co/MWNZh6g1HQ\">pic.twitter.com/MWNZh6g1HQ</a></p>\n<p>&mdash; Wordfence (@wordfence) <a href=\"https://twitter.com/wordfence/status/1086789010218016768?ref_src=twsrc%5Etfw\">January 20, 2019</a></p></blockquote>\n<p></p>\n<p>The commercial multilingual plugin has been in business since 2009 and is <a href=\"https://wpml.org/home/about-us/\" rel=\"noopener\" target=\"_blank\">active on more than 600,000 WordPress sites</a>. It is a popular plugin for business sites in Europe, North America, Asia, and South America, especially those with a global audience. Customers are still waiting for an official explanation from WPML. </p>\n<p>We contacted the company for comment but have not yet received a response. If you are using the plugin, you should deactivate it until the company pushes an update to patch the security vulnerabilities. This story is developing and we will publish new information as it becomes available.</p>\n<p><strong><a href=\"https://wptavern.com/wpml-website-hacked-customer-emails-compromised#comment-276210\">Update</a> from WPML founder Amir Helzer</strong>: &#8220;The customer is an ex-employee who left an exploit on the server (not WPML plugin) before leaving. Besides fixing the damage, we’ll also be taking legal actions.&#8221; </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 20 Jan 2019 02:32:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:83:\"WPTavern: WPWeekly Episode 343 –  Newspack, Expanding Leadership, and Cory Miller\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wptavern.com/?p=86902&preview=true&preview_id=86902\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"https://wptavern.com/wpweekly-episode-343-newspack-expanding-leadership-and-cory-miller\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1823:\"<p>In this episode, <a href=\"http://jjj.me\">John James Jacoby</a> and I discuss Automattic&#8217;s quest to create a new service tailored to journalists. We discuss what&#8217;s next for Cory Miller as his chapter at iThemes ends later this month. Near the end of the show, we talk about recent leadership changes in the WordPress project and share our opinions of Slack&#8217;s new logo.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://ma.tt/2019/01/thirty-five/\">Thirty-Five</a></p>\n<p><a href=\"https://ma.tt/2019/01/journalism-and-newspack/\">Journalism and Newspack</a></p>\n<p><a href=\"https://corymiller.com/embarking-on-my-next-adventure/\">Embarking On My Next Adventure</a></p>\n<p><a href=\"https://make.wordpress.org/core/2019/01/16/wordpress-5-1-schedule-updates/\">WordPress 5.1 Schedule Updates</a></p>\n<p><a href=\"https://make.wordpress.org/updates/2019/01/16/expanding-wordpress-leadership/\"> Expanding WordPress Leadership</a></p>\n<p><a href=\"https://www.pentagram.com/work/slack\">Slack&#8217;s New Logo</a></p>\n<p><a href=\"https://journal.rmccue.io/400/how-wordpress-knows-what-page-youre-on/\">How WordPress Knows What Page You’re On</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, January 23rd 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p>Subscribe to <a href=\"https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe\">WordPress Weekly via Google Play</a></p>\n<p><strong>Listen To Episode #343:</strong><br />\n</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, 18 Jan 2019 22:57:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s: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:134:\"WPTavern: WordPress.com Secures $2.4 Million in Funding from Google and Partners to Build a Publishing Platform for News Organizations\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=86795\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:144:\"https://wptavern.com/wordpress-com-secures-2-4-million-in-funding-from-google-and-partners-to-build-a-publishing-platform-for-news-organizations\";s: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:9680:\"<p>WordPress.com has <a href=\"https://en.blog.wordpress.com/2019/01/14/newspack-by-wordpress-com/\" rel=\"noopener\" target=\"_blank\">announced</a> plans to create a new, open source publishing platform that caters to small and medium-sized news organizations. The <a href=\"https://newsinitiative.withgoogle.com/\" rel=\"noopener\" target=\"_blank\">Google News Initiative</a> has contributed $1.2 million towards the development of &#8220;<a href=\"http://newspack.blog/\" rel=\"noopener\" target=\"_blank\">Newspack</a>&#8221; on top of WordPress.com&#8217;s infrastructure. </p>\n<p>Automattic and Google have joined with other contributing partners from the broader world of journalism for a total of $2.4 million in funding for the first year of the project. These partners include <a href=\"https://www.lenfestinstitute.org/\" rel=\"noopener\" target=\"_blank\">The Lenfest Institute for Journalism</a> ($400K), ConsenSys, the venture studio behind <a href=\"https://civil.co/\" rel=\"noopener\" target=\"_blank\">Civil Media</a> ($350K), The <a href=\"http://kf.org/\" rel=\"noopener\" target=\"_blank\">John S. and James L. Knight Foundation</a> ($250K), and an additional partner who will join later this month. <a href=\"https://spiritedmedia.com/\" rel=\"noopener\" target=\"_blank\">Spirited Media</a> and <a href=\"https://fundjournalism.org/\" rel=\"noopener\" target=\"_blank\">News Revenue Hub</a> will also contribute to the creation of the platform.</p>\n<p>Local news organizations are critical for a healthy democratic society, keeping the public informed about things happening close to home. The move to digital news consumption has forced consolidation in the news industry where larger players have come out ahead while smaller publications struggle to stay above water. </p>\n<p>In a report called &#8220;<a href=\"https://www.usnewsdeserts.com/reports/expanding-news-desert/\" rel=\"noopener\" target=\"_blank\">The Expanding News Desert</a>,&#8221; published in 2018, researchers at the University of North Carolina found that nearly one in five newspapers has disappeared during the past 15 years. Many others have become &#8220;ghost newspapers,&#8221; shells of what they once were &#8211; either absorbed by larger dailies that purchased them or suffering from a severely pared back newsroom that is unable to adequately cover local events.</p>\n<p>WordPress.com has amassed an expert team to address this crisis in local news. The Newspack platform will cater to the technological and editorial needs of smaller newsrooms, with the monetization tools to make their work sustainable. WordPress.com is currently accepting <a href=\"https://newspack.blog/\" rel=\"noopener\" target=\"_blank\">applications for charter participants</a> and plans to launch in beta near the end of July 2019.</p>\n<h3>Open Source Newspack Platform to Offer an Alternative to Expensive Proprietary CMS&#8217;s</h3>\n<p>The WordPress community has <a href=\"https://twitter.com/carlhancock/status/1084900673559371776\" rel=\"noopener\" target=\"_blank\">speculated</a> <a href=\"https://twitter.com/mor10/status/1084887261471072257\" rel=\"noopener\" target=\"_blank\">widely</a> about what shape Newspack will take, whether it will be like WordPress.com VIP tailored to publications or something similar to Jetpack with a curated set of tools that could be used by self-hosted sites through SaaS upgrades. According to WordPress.com president Kinsey Wilson, a former executive for NPR and The New York Times who joined Automattic in 2018, the platform may end up being a hybrid of approaches. </p>\n<p>&#8220;It’s still very early in the process, but I expect elements of both VIP and Jetpack to inform this,&#8221; Kinsey said. &#8220;Newspack will be part of the WordPress.com platform, but we’re going to be working on a highly curated experience tailored to these news organizations, with individualized support available across editorial and business.&#8221; </p>\n<p>The platform will support plugins that solve problems publishers experience at the local level and will also include Gutenberg-specific editorial tools.</p>\n<p>&#8220;It will leverage Gutenberg,&#8221; Kinsey said. &#8220;A few examples of the tools that might be launched with Newspack include email integration for marketing and editorial; programmatic ad integration, analytics, real-time backups, and revenue generating tools for subscriptions and e-commerce. We hope to work closely with partners across the WordPress ecosystem for potential ways to work with services that are beneficial to news organizations.&#8221;</p>\n<p>The most important distinction of the Newspack platform is that it will be open source. That also puts it directly in competition with proprietary CMS&#8217;s like Arc, Vox Media&#8217;s Chorus CMS, and MediaOS, that are prominent in the news industry right now. Instead of working together, larger media companies have opted to build their own CMS&#8217;s and many of them are also <a href=\"http://www.niemanlab.org/2018/11/is-it-finally-time-for-media-companies-to-adopt-a-common-publishing-platform/\" rel=\"noopener\" target=\"_blank\">licensing enterprise versions to publishers or offering them as SaaS solutions</a>.</p>\n<p>I asked Kinsey if Newspack will be something news organizations could self-host or if it will be inextricably tied to WordPress.com&#8217;s infrastructure. WordPress.com is making it open in the sense that publishers will not be tied to using it forever if they want to their information and copy the same setup somewhere else.</p>\n<p>&#8220;It is not only open source, it will be designed so that at any point in time any individual site or even a commercial competitor could capture an image of the setup and port it to another platform,&#8221; Kinsey said. &#8220;The value we offer is our knowledge of the news industry, our ability to keep pace with new requirements, and our ability to vet various plug-ins and open-source contributions to the project for security and interoperability &#8212; all at an attractive operating cost of between $1,000 and $2,000 per month. In addition, we hope to expose news organizations to a wider community of like-minded developers and to create an on-boarding system that simplifies the setup.&#8221; </p>\n<p>Operating costs on proprietary platforms are much higher than what WordPress.com is planning for Newspack. Arc costs smaller publishers <a href=\"https://digiday.com/media/washington-post-building-tech-platform-arc/\" rel=\"noopener\" target=\"_blank\">$10,000 per month in software licensing fees</a> and can cost up to $150,000 monthly for larger publications. Vox media executives <a href=\"https://www.wsj.com/articles/vox-media-to-begin-licensing-publishing-technology-chorus-1531828800\" rel=\"noopener\" target=\"_blank\">told the Wall Street Journal</a> that the company &#8220;plans to sell Chorus at different pricing tiers depending on the demands of each customer with fees in the six and seven-figure ranges.&#8221; Small local news publications are often priced out of using a publishing platform like this.</p>\n<p>&#8220;It breaks my heart how much of their limited resources these organizations still sink into closed-source or dead-end technology,&#8221; Automattic CEO Matt Mullenweg said in a <a href=\"https://ma.tt/2019/01/journalism-and-newspack/\" rel=\"noopener\" target=\"_blank\">post</a> introducing Newspack on his blog. &#8220;Open source is clearly the future, and if we do this right Newspack can be the technology choice that lasts with them through the decades, and hopefully our 15 years of growth lends some credibility to our orientation to build things for the long term.&#8221;</p>\n<p>Google&#8217;s support of Newspack is in line with its history of building with and <a href=\"https://wptavern.com/google-launches-opensource-dev-as-an-introduction-to-open-source\" rel=\"noopener\" target=\"_blank\">supporting open source projects</a>. When asked for clarification on Google&#8217;s investment in the project, Kinsey said, &#8220;It is a donation that is intended to support work that otherwise would not likely find commercial support because of the relatively modest means of small digital publishers.&#8221;</p>\n<p>WordPress.com&#8217;s Newspack announcement comes on the heels of the news of <a href=\"https://www.usatoday.com/story/money/business/2019/01/16/when-digital-first-media-gannetts-hostile-suitor-comes-town/2579392002/\" rel=\"noopener\" target=\"_blank\">Digital First Media&#8217;s unsolicited $1.36 billion bid for Gannett</a>. The future of local news is tenuous, as larger players in the industry press for more consolidation and cost-cutting journalism. In the same week, Facebook, who has had a hot and cold relationship with publishers, announced the company is investing <a href=\"https://www.facebook.com/facebookmedia/blog/doing-more-to-support-local-news\" rel=\"noopener\" target=\"_blank\">$300 million to support local news</a>.</p>\n<p>In recognition of the dire situation facing many local newsrooms, the largest companies on the web are committing funds to help them find a sustainable business model. WordPress.com&#8217;s Newspack platform, with its affordable, open source alternative to proprietary systems, is positioned to make a strong impact during this seminal time in the evolution of the news industry. </p>\n<p>&#8220;By itself, an open source CMS is not going to help news organizations remain independent,&#8221; Kinsey said. &#8220;However, by helping new, emerging organizations overcome the complexity and cost typically associated with technology deployment and instead allowing them to focus resources on journalism and smart business practices, we think we can help them become more sustainable.&#8221;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Jan 2019 22:52:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:40:\"Matt: My TED Video on the Future of Work\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=48932\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://ma.tt/2019/01/ted-the-future-of-work/\";s: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:2707:\"<p>I was thrilled to participate in TED’s new video series, <a href=\"https://www.facebook.com/TEDsTheWayWeWork/videos/294277961234005/\">The Way We Work</a>, and not surprisingly I made the case that distributed work is <a href=\"https://qz.com/694410/automattic-has-figured-out-the-right-tools-for-remote-working/\">where everything is headed</a>. </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<div id=\"fb-root\"></div>&version;<div class=\"fb-video\"><blockquote cite=\"https://www.facebook.com/TEDsTheWayWeWork/videos/294277961234005/\" class=\"fb-xfbml-parse-ignore\"><a href=\"https://www.facebook.com/TEDsTheWayWeWork/videos/294277961234005/\">Why Working from Home Is Better for Business</a><p>This company is so dedicated to remote working that they literally don&#039;t have an office. Here&#039;s why a \"distributed\" workforce is better for business — and employees:</p>Posted by <a href=\"https://www.facebook.com/TEDsTheWayWeWork/\">The Way We Work</a> on Monday, January 14, 2019</blockquote></div>\n</div>\n\n\n\n<p>It has over 130,000 views already! What I really love about this video in particular is that we get into the specifics of <em>how</em> a company can start to embrace a culture of letting employees work from anywhere, even if it started out as a traditional office with everyone in the same place. Automattic never started that way, so even as we’ve scaled up to more than <a href=\"https://automattic.com/work-with-us/\">840 people</a> in 68 countries, there’s never been a question — it’s now built in to our entire culture.<br /></p>\n\n\n\n<p>For distributed work to scale up, it’s going to require more CEOs, workers, and managers to test the waters. Any company can experiment with distributed work — just pick a day or two of the week in which everyone works from home, I suggest Tuesdays and Thursdays, then build the tools and systems to support it. Yes, that may require some shuffling of meetings, or more written documentation versus verbal real-time discussion. But I think companies will be surprised how quickly it will “just work.” <br /></p>\n\n\n\n<p>If the companies don’t experiment, workers may force them to do it anyway: <br /></p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">I don\'t think tech folks quite understand how pervasive remote work has become. It\'s not even a debate anymore, it\'s a full on revolution. Hard to do any recruiting these days and not constantly run into talented folks who will never go back to working in an office again.</p>&mdash; Max Lynch (@maxlynch) <a href=\"https://twitter.com/maxlynch/status/1084854197869264896?ref_src=twsrc%5Etfw\">January 14, 2019</a></blockquote>\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 16 Jan 2019 20:32:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s: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: WooCommerce Blocks is Now a Feature Plugin, Version 1.3.0 Introduces 6 New 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=86856\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/woocommerce-blocks-is-now-a-feature-plugin-version-1-3-0-introduces-6-new-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:2645:\"<p><a href=\"https://woocommerce.wordpress.com/2019/01/15/woocommerce-blocks-1-3-0-release-notes/\">WooCommerce Blocks 1.3.0</a> was released yesterday with six new blocks. Previously, the <a href=\"https://wordpress.org/plugins/woo-gutenberg-products-block/\">plugin</a> allowed users to display a grid of products by category. The new version introduces a Featured Product Block with design options for customizing nearly everything about the display, including color overlay, price and description, text alignment, call-to-action button, and the product photo. </p>\n\n\n\n<img />\n\n\n\n<p>Version 1.3.0 also introduces a Hand-Picked Products block that displays a grid of manual selections that can be ordered in different ways. Other new blocks include the following, which display as a grid and can be filtered by category:</p>\n\n\n\n<ul><li>Best Selling Products block</li><li>Top Rated Products block</li><li>Newest Products block</li><li>On Sale Products block</li></ul>\n\n\n\n<p>WooCommerce Blocks is also now a <a href=\"https://docs.woocommerce.com/document/what-is-a-woocommerce-feature-plugin/\">feature plugin</a>, which means that after it is more polished and tested, the plugin can be considered for merge into WooCommerce core. WooCommerce Blocks 1.4 is expected the last week in January with improvements to the Featured Product block and a new Products by Attribute block.</p>\n\n\n\n<p>In December 2018, WooCommerce <a href=\"https://woocommerce.com/posts/people-behind-stores/\">published usage data</a> that indicates 40% of users who could be considered &#8220;established business owners&#8221; also have a brick-and-mortar location, and 27% host events in physical locations. This means that many WooCommerce store owners have multiple channels for selling their products. The data also showed that large stores don&#8217;t always turn to big companies to handle their website development needs.</p>\n\n\n\n<p>Based on that usage data, blocks have the potential to greatly improve the site management experience for many WooCommerce store owners who want to market to different audiences beyond their physical stores. Blocks enable them to easily swap out featured products and customize promotions on products that are selling well in their stores. All of these actions are quick to configure inside the new editor with a live preview. The sooner this feature plugin lands in WooCommerce core, the easier it will be to make these kinds of quick updates. Store owners with sites running on WordPress 5.0+ can take advantage of these blocks now by <a href=\"https://wordpress.org/plugins/woo-gutenberg-products-block/\">installing the plugin</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, 16 Jan 2019 20:11:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"WPTavern: CoBlocks Adds Row and Columns Page Building Blocks for Gutenberg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=86811\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/coblocks-adds-row-and-columns-page-building-blocks-for-gutenberg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3005:\"<p><a href=\"https://wordpress.org/plugins/coblocks/\" rel=\"noopener\" target=\"_blank\">CoBlocks</a>, one of the earliest block collections for Gutenberg, has added new page building blocks and tools in the latest <a href=\"https://richtabor.com/coblocks-gutenberg-page-builder/\">1.6 release</a>. ThemeBeans founder <a href=\"https://richtabor.com\" rel=\"noopener\" target=\"_blank\">Rich Tabor</a> and plugin developer <a href=\"https://phpbits.net\" rel=\"noopener\" target=\"_blank\">Jeffrey Carandang</a> partnered together on this iteration of CoBlocks to bring users new Row and Columns blocks and a Typography Control Panel.</p>\n<p>The Row and Column blocks are resizable and can be dragged to new positions. </p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2019/01/Screen-Shot-2019-01-15-at-5.33.39-PM.png?ssl=1\"><img /></a></p>\n<p>After selecting the Row block, users can choose the number of columns and then a layout for the row.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2019/01/Screen-Shot-2019-01-15-at-5.40.22-PM.png?ssl=1\"><img /></a></p>\n<p>These row layouts can also be adjusted from inside the row toolbar or inspector sidebar panel, which includes responsive media query controls. </p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2019/01/Screen-Shot-2019-01-15-at-5.53.18-PM.png?ssl=1\"><img /></a>The Row and Column blocks also come with fine-grained controls for adjusting background and text color, width, margin, and padding. </p>\n<p>Version 1.6 also includes a new Typography Control Panel with support for Google fonts. Users can customize the fonts with built-in controls for line-height, letter-spacing, font-weight, and text-transform properties. It also supports customizing fonts for the core heading, paragraph, and button blocks. </p>\n<p>The video below shows a quick demo of column layouts and nested row blocks in action, as well as a few other blocks in the collection. Tabor said the team has more blocks in development that are geared towards full page layout and design. They are also working on a more advanced Google Maps block, feature blocks, and image cards.</p>\n<p></p>\n<p>The Gutenberg team has been <a href=\"https://github.com/WordPress/gutenberg/issues/4900\" rel=\"noopener\" target=\"_blank\">discussing a &#8220;section&#8221; block</a> since February 2018, where columns blocks could be placed inside the more generic section container. It&#8217;s on the <a href=\"https://github.com/WordPress/gutenberg/issues/13113\" rel=\"noopener\" target=\"_blank\">roadmap for Phase 2</a> but contributors are taking their time to carefully define how this block will work. In the meantime, plugin developers have created their own versions of sections.</p>\n<p>CoBlocks is currently setting the bar for Gutenberg-powered layouts. When WordPress core gets deeper into site building, this plugin&#8217;s user-friendly approach to rows and columns should provide some inspiration for creating an intuitive page building experience.</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, 16 Jan 2019 01:49:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"WPTavern: WordPress Support Forums Add @mentions with Auto-complete\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=86721\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://wptavern.com/wordpress-support-forums-add-mentions-with-auto-complete\";s: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:1852:\"<p>The <a href=\"https://wordpress.org/support/forums/\" rel=\"noopener\" target=\"_blank\">WordPress Support forums</a> have been updated to include Twitter/GitHub style <a href=\"https://meta.trac.wordpress.org/ticket/2488\" rel=\"noopener\" target=\"_blank\">auto-completion for usernames</a>. As users begin typing @username in the forum&#8217;s TinyMCE editor, it will begin to suggest usernames, narrowed further by characters typed. Hitting tab or enter will complete the username and link it to the user&#8217;s profiles.wordpress.org page. This will trigger a notification for the user. </p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2019/01/Screen-Shot-2019-01-15-at-9.56.52-AM.png?ssl=1\"><img /></a></p>\n<p>A similar feature was implemented on <a href=\"https://meta.trac.wordpress.org/ticket/830\" rel=\"noopener\" target=\"_blank\">WordPress trac</a> three years ago. This initial version of @mention auto-complete for the support forums works in a similar way in that it completes a partial search query from a known set of usernames. In this case it only includes thread participants. In order to make the auto-complete scale for WordPress.org&#8217;s 10+ million registered users, it does not perform site-wide username lookups or include moderators, plugin reps, or theme reps who have not yet commented on the thread.</p>\n<p>The @mentions have been implemented across all WordPress.org forums. Any issues with the feature can be reported on trac by re-opening the original <a href=\"https://meta.trac.wordpress.org/ticket/2488\" rel=\"noopener\" target=\"_blank\">ticket</a> or creating a new one. Daniel Iser <a href=\"https://meta.trac.wordpress.org/ticket/2488#comment:20\" rel=\"noopener\" target=\"_blank\">commented</a> on the ticket that he is working on getting this feature working for bbPress during the first half of this 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:\"Tue, 15 Jan 2019 18:12:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:29:\"Matt: Journalism and Newspack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=48924\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://ma.tt/2019/01/journalism-and-newspack/\";s: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:2189:\"<p>WordPress.com <a href=\"https://en.blog.wordpress.com/2019/01/14/newspack-by-wordpress-com/\">is partnering</a> with Google and news industry leaders on a new platform for small- and medium-sized publishers, called <a href=\"https://newspack.blog/\">Newspack</a>. The team has raised $2.4 million in first-year funding from the Google News Initiative, Lenfest Journalism Institute, Civil funder ConsenSys, and the Knight Foundation, among others. We&#8217;re also still happy to talk to and engage other funders who want to get involved — I&#8217;d love to put even more resources into this.<br /></p>\n\n\n\n<p>It’s been a difficult climate for the news business, particularly at the local level. It also breaks my heart how much of their limited resources these organizations still sink into closed-source or dead-end technology. Open source is clearly the future, and if we do this right Newspack can be the technology choice that lasts with them through the decades, and hopefully our 15 years of growth lends some credibility to our orientation to build things for the long term.</p>\n\n\n\n<p>Here’s <a href=\"https://kinsey.nyc/\">Kinsey</a> in Nieman Lab: <br /></p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>The goal is to both make sure that the catalog of publishing tools as well as business tools they need to be able to run what one hopes is a sustainable news operation are addressed simultaneously. It’s not simply a CMS for a newsroom, but a full business system that enables publishing and monetization at the same time.</p><cite>&#8211;<a href=\"http://www.niemanlab.org/2019/01/heightening-the-cms-race-wordpress-com-and-news-revenue-hub-devise-a-toolkit-for-local-newsrooms/\">Nieman Lab interview</a></cite></blockquote>\n\n\n\n<p>As you have come to expect from Automattic, everything will be open source and developed to the same standards WordPress itself is. We’re working with Spirited Media and the News Revenue Hub on the platform, and we will likely look for even more partnership opportunities from across the WordPress ecosystem. If you’d like to invest or get involved, drop us a line at <a href=\"mailto:newspack@automattic.com\">newspack@automattic.com</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, 15 Jan 2019 01:03: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:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"WPTavern: WPCampus Selects Tenon LLC for Gutenberg Accessibility Audit, Completed Report Expected in February\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=86773\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wpcampus-selects-tenon-llc-for-wp-campus-gutenberg-accessibility-audit-completed-report-expected\";s: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:1626:\"<p>WPCampus <a href=\"https://wpcampus.org/2019/01/gutenberg-audit-vendor/\">announced</a> that <a href=\"https://tenon.io/\">Tenon LLC</a>, a leading accessibility firm founded by <a href=\"http://www.karlgroves.com/\">Karl Groves</a>, has been selected to perform its Gutenberg accessibility audit. More than $10,000 has come in through WPCamps&#8217; crowdfunding campaign. Shortly before WordCamp US 2018, <a href=\"https://wptavern.com/interview-with-rachel-cherry-automattic-pledges-to-fund-wpcampus-accessibility-audit-of-gutenberg\">Automattic pledged to fund the remainder</a> of the audit. The final cost for the chosen vendor is $31,200.</p>\n\n\n\n<p>A diverse committee of WordPress, accessibility, and higher education professionals evaluated seven proposals before selecting Tenon LLC. The company&#8217;s Tenon API delivers advanced reporting that assists clients in understanding which issues to prioritize first in the process of building more accessible experiences. The <a href=\"https://wptavern.com/access-monitor-plugin-tests-wordpress-sites-for-accessibility-compliance\">Access Monitor plugin</a> for WordPress is an example of a tool built using this API. Site administrators can use it to identify and tackle accessibility issues with the help of automated testing.</p>\n\n\n\n<p>WPCampus will leave its crowdfunding campaign open until Friday, February 8 to allow more community participation. The organization plans to deliver a progress update on Thursday, January 31, and is aiming to complete the audit by late February. A public report of the findings will be published as a resource that anyone can access.</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, 14 Jan 2019 17:20: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:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:17:\"Matt: Thirty-Five\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=48911\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://ma.tt/2019/01/thirty-five/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3398:\"<div class=\"wp-block-image\"><img src=\"https://ma.tt/files/2019/01/IMG_8762-768x1024.jpg\" alt=\"\" class=\"wp-image-48912\" width=\"247\" height=\"329\" /></div>\n\n\n\n<p>What a year.</p>\n\n\n\n<p>First, it feels amazing to write this inside of the new Gutenberg block editor in WordPress 5.0. It was a labor of love for so many and the next chapters are going to be even more exciting.</p>\n\n\n\n<p>The best part of the last year was growing closer to my friends and loved ones —&nbsp;I don&#8217;t know if it&#8217;s externally perceptible but my heart feels a lot more open. </p>\n\n\n\n<p>I&#8217;ve found a good balance with meditation, work, sleep, fasting, eating, and reading that gives me a lot of joy, energy, and feels like a combination I could sustain the rest of my life.</p>\n\n\n\n<p>Reading in particular was a highlight as I finished 38 books, which is the most in a year since I started tracking, and so many of them were truly excellent I&#8217;m going to do another post just on books. I will give a special call out to <a href=\"https://www.amazon.com/dp/B00TBKYK60/\">The Paper Menagerie by Ken Liu</a>. Leaving my Kindle Oasis at an airport ended up being a blessing in disguise as I started using the Kindle app on my iPhone a lot more and that&#8217;s become my new favorite habit. (And the physical Kindle was returned!)</p>\n\n\n\n<p>It was a strong travel year, covering 126 cities, 20 countries, and 377k miles. I especially enjoyed visits to Tulum, Iceland, Bodrum, Tonga, Kauai, Lanai, and Courchevel. I finally checked off my bucket list item to become scuba certified and had an amazing opportunity to swim with humpback whales.</p>\n\n\n\n<img src=\"https://ma.tt/files/2019/01/Tonga-Wanderings-2-of-5-1024x635.jpg\" alt=\"\" class=\"wp-image-48914\" />I was a few feet from <a href=\"https://www.comewander.com/\">Adam Gazzaley when he took this photo</a>.\n\n\n\n<p>I also had lots of opportunities to practice patience, weathered a torrent of personally-directed criticism across every medium, and had a few months that were the hardest I&#8217;ve worked in my career. With the benefit of a little distance, though, those things don&#8217;t loom as large. I learned a ton —&nbsp;often the hard way but often that&#8217;s what it takes —&nbsp;and discovered I had some additional gears that can kick in when needed.</p>\n\n\n\n<p>As I pass solidly into my mid-thirties, I don&#8217;t have any drastic shifts on the horizon but I am looking forward to continuing to strengthen the habits I&#8217;ve been able to develop this past year.</p>\n\n\n\n<p>Other years: <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>, 35.</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, 12 Jan 2019 00:12:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:70:\"WPTavern: WPWeekly Episode 342 – GitHub, Commercials, and Governance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=86783&preview=true&preview_id=86783\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/wpweekly-episode-342-github-commercials-and-governance\";s: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:2012:\"<p>In this episode, <a href=\"http://jjj.me\">John James Jacoby</a> and I discuss what&#8217;s new in WordPress 5.0.3. We share insight into a new feature in WordPress 5.1 that will protect users from fatal errors or more commonly known as the white screen of death.</p>\n<p>We discuss the WordPress Governance Project and WordPress&#8217; leadership overall throughout the past few years. Near the end of the show, we share our opinions on WordPress.com&#8217;s new marketing campaign.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wordpress.org/news/2019/01/wordpress-5-0-3-maintenance-release/\">WordPress 5.0.3 Maintenance Release</a></p>\n<p><a href=\"https://wptavern.com/github-announces-free-unlimited-private-repositories\">GitHub Announces Free, Unlimited Private Repositories</a></p>\n<p><a href=\"https://wptavern.com/wordpress-5-1-to-replace-blogging-references-with-publishing\">WordPress 5.1 to Replace “Blogging” References with “Publishing”</a></p>\n<p><a href=\"https://wptavern.com/wordpress-governance-project-flagged-as-unsanctioned-first-meeting-set-for-january-15\">WordPress Governance Project Flagged as Unsanctioned, First Meeting Set for January 15</a></p>\n<p><a href=\"https://wptavern.com/wordpress-com-launches-new-do-anything-marketing-campaign\">WordPress.com Launches New “Do Anything” Marketing Campaign</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, January 16th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p>Subscribe to <a href=\"https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe\">WordPress Weekly via Google Play</a></p>\n<p><strong>Listen To Episode #342:</strong><br />\n</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, 11 Jan 2019 22:18:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s: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:106:\"WPTavern: WordPress 5.1 to Introduce New White Screen Protection Feature, Beta 1 Now Available for Testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=86765\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:116:\"https://wptavern.com/wordpress-5-1-to-introduce-new-white-screen-protection-feature-beta-1-now-available-for-testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3611:\"<p><a href=\"https://wordpress.org/news/2019/01/wordpress-5-0-3-maintenance-release/\">WordPress 5.0.3</a> was released this week with more than a dozen fixes related to the block editor. The automatic background update has gone out and <a href=\"https://wordpress.org/about/stats/\">23.2% of sites are currently running on 5.0+,</a> with 47.2% hanging back at 4.9. Meanwhile, work on WordPress 5.1 charges forward and <a href=\"https://wordpress.org/news/2019/01/wordpress-5-1-beta-1/\">Beta 1</a> is now available.</p>\n\n\n\n<p>One of the <a href=\"https://make.wordpress.org/core/2018/12/08/9-priorities-for-2019/\">projects Matt Mullenweg identified for 2019</a> was to merge the Site Health Check plugin into core to assist with debugging and encourage &#8220;good software hygiene.&#8221; The Site Health Check project, formerly called &#8220;ServeHappy,&#8221; began with the goal of helping users get their sites running on supported versions of PHP but has evolved to include other aspects of site maintenance and debugging.</p>\n\n\n\n<p>WordPress 5.1 brings one of the most exciting aspects of the Site Health Check project into core. It introduces a new <a href=\"https://core.trac.wordpress.org/ticket/44458\">white screen of death (WSOD) protection feature</a> that catches fatal errors so that users can still log into the admin to attempt to resolve the issue. In the past, non-technical users would have to contact their hosting companies or FTP into their files to try to fix plugin or theme compatibility issues by turning things off.</p>\n\n\n\n<p>In preparation for WordPress&#8217; highly anticipated <a href=\"https://make.wordpress.org/core/2018/12/08/updating-the-minimum-php-version/\">minimum PHP version increase</a>, 5.1 will display a warning and help users upgrade their version of PHP. The minimum will be bumped to 5.6 in April and, depending on feedback, will be bumped again to 7.0 in December 2019.</p>\n\n\n\n<p>&#8220;This project benefits not just WordPress users, but also the surrounding PHP ecosystem as a whole,&#8221; Jenny Wong said in the <a href=\"https://jwong.co.uk/blog/2019/01/10/how-wordpress-is-dropping-php-end-of-life-versions/\">notes</a> she published from the Site Health Check Project review at WCUS 2018. &#8220;Our hope is that this will prompt a lot of PHP updates across the web.&#8221;</p>\n\n\n\n<p>If you want to take advantage of more features from the <a href=\"https://wordpress.org/plugins/health-check/\">Site Health Check plugin</a>, you can install it from WordPress.org and visit the Dashboard > Health Check for a detailed overview of your site. It also has a very handy troubleshooting mode that enables a vanilla WordPress session, where all plugins are disabled, and a default theme is used, but only for your user. This works without disrupting the way the site displays to visitors.</p>\n\n\n\n<img />\n\n\n\n<p>WordPress 5.1 also introduces some updates for developers, including the ability to replace the cron system with a custom cron handler, set a custom location for WP_DEBUG_LOG, a new <code>wp_blogmeta</code> table, and a few other changes. </p>\n\n\n\n<p>WordPress 5.1 is currently slated for release on <a href=\"https://make.wordpress.org/core/5-1/\">February 21</a>. The upcoming release is a big step on WordPress&#8217; journey to becoming even more user-friendly. The idea that users will never again be locked out of their sites due to a WSOD is a major enhancement that will greatly improve the way they interact with WordPress&#8217; plugin system. It also makes the prospect of installing new themes and plugins less daunting for non-technical users.</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, 11 Jan 2019 21:17: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:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Dev Blog: WordPress 5.1 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=6540\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2019/01/wordpress-5-1-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:4140:\"<p>WordPress 5.1 Beta 1 is now available!</p>\n\n\n\n<p><strong>This software is still in development,</strong>&nbsp;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>There are two ways to test the WordPress 5.1 beta: try the&nbsp;<a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a>&nbsp;plugin (you’ll want to select the “bleeding edge nightlies” option), or you can&nbsp;<a href=\"https://wordpress.org/wordpress-5.1-beta1.zip\">download the beta here</a>&nbsp;(zip).</p>\n\n\n\n<p>WordPress 5.1 is slated for release on&nbsp;<a href=\"https://make.wordpress.org/core/5-1/\">February 21</a>, and we need your help to get there. Here are some of the big items to test so we can find as many bugs as possible in the coming weeks.</p>\n\n\n\n<h2>Site Health Check</h2>\n\n\n\n<p>Site Health Check is an ongoing project aimed at improving the stability and performance of the entire WordPress ecosystem. The first phase of this project is included in WordPress 5.1. For the first time, WordPress will catch and pause the problem code, so you can log in to your Dashboard and see what the problem is (<a href=\"https://core.trac.wordpress.org/ticket/44458\">#44458</a>). Before, you’d have to FTP in to your files or get in touch with your host.</p>\n\n\n\n<p>Additionally, in April 2019, <a href=\"https://make.wordpress.org/core/2018/12/08/updating-the-minimum-php-version/\">WordPress&#8217; will increase its minimum supported PHP version to 5.6</a>. To help you check if you&#8217;re prepared for this change, WordPress 5.1 will show you a warning and help you upgrade your version of PHP, if necessary.</p>\n\n\n\n<h2>For Developers</h2>\n\n\n\n<ul><li>The Cron system can now be more easily replaced with a custom cron handler (<a href=\"https://core.trac.wordpress.org/ticket/32656\">#32656</a>).</li><li>When starting cron under PHP-FPM, the connection will return a response immediately, even for long running cron jobs (<a href=\"https://make.wordpress.org/core/2019/01/09/cron-improvements-with-php-fpm-in-wordpress-5-1/\">dev note</a>).</li><li><code>WP_DEBUG_LOG</code> can be set to a custom log location (<a href=\"https://core.trac.wordpress.org/ticket/18391\">#18391</a>).</li><li>Introduced the <code>wp_blogmeta</code> table (<a href=\"https://core.trac.wordpress.org/ticket/37923\">#37923</a>).</li><li>Added <code>LIKE</code> support to <code>meta_key</code> comparisons in <code>WP_Meta_Query</code> (<a href=\"https://core.trac.wordpress.org/ticket/42409\">#42409</a>).</li></ul>\n\n\n\n<p>There have been <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=5.1&group=resolution&col=id&col=summary&col=component&col=owner&col=type&col=priority&col=version&order=priority\">over 360 tickets closed</a> in WordPress 5.1, with numerous small bug fixes and improvements to help smooth your WordPress experience.</p>\n\n\n\n<p>Keep your eyes on the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for more developer notes (which are <a href=\"https://make.wordpress.org/core/tag/5-1+dev-notes/\">assigned</a> the <code>dev-notes</code> tag) in the coming weeks detailing other changes in 5.1 that you should be aware of.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English?&nbsp;<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><strong><em>If you think you’ve found a bug</em></strong><em>, you can post to the&nbsp;</em><a href=\"https://wordpress.org/support/forum/alphabeta\"><em>Alpha/Beta area</em></a><em>&nbsp;in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report,&nbsp;</em><a href=\"https://make.wordpress.org/core/reports/\"><em>file one on WordPress Trac</em></a><em>, where you can also find&nbsp;</em><a href=\"https://core.trac.wordpress.org/tickets/major\"><em>a list of known bugs</em></a><em>.</em></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>Miss my haiku?<br />I will have plenty for you<br />in the coming weeks.</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, 11 Jan 2019 00:58: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:15:\"Gary Pendergast\";s: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:97:\"WPTavern: Jetpack 6.9 Introduces New Blocks for Subscriptions, Related Posts, and Tiled Galleries\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=86719\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"https://wptavern.com/jetpack-6-9-introduces-new-blocks-for-subscriptions-related-posts-and-tiled-galleries\";s: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:2988:\"<p><a href=\"https://jetpack.com/2019/01/10/jetpack-6-9-introducing-more-tools-for-the-new-block-editor/\">Jetpack 6.9</a> was released today with three new blocks for the editor. Subscriptions, Related Posts, and Tiled Galleries are now available as blocks under Jetpack in the block inserter tool.</p>\n\n\n\n<img />New blocks in Jetpack: Related Posts, Subscription Form, and Tiled Galleries\n\n\n\n<p>The most exciting thing for both Related Posts and the Subscription form is that they can now be placed anywhere within post or page content with a live preview. Previously these modules were limited to wherever the theme placed them, or widgetized areas in the case of the Subscription form. Below is an example:</p>\n\n\n\n<div class=\"wp-block-jetpack-subscriptions\"><div class=\"jetpack_subscription_widget\">			<form action=\"https://wptavern.com/feed\" method=\"post\" accept-charset=\"utf-8\" id=\"subscribe-blog-522\">\n				<p>Join 42,970 other subscribers</p>\n					<p id=\"subscribe-email\">\n						<label id=\"jetpack-subscribe-label\" for=\"subscribe-field-522\">\n							Email Address						</label>\n						<input type=\"email\" name=\"email\" class=\"required\" value=\"\" id=\"subscribe-field-522\" />\n					</p>\n\n					<p id=\"subscribe-submit\">\n						<input type=\"hidden\" name=\"action\" value=\"subscribe\" />\n						<input type=\"hidden\" name=\"source\" value=\"https://wptavern.com/feed\" />\n						<input type=\"hidden\" name=\"sub-type\" value=\"widget\" />\n						<input type=\"hidden\" name=\"redirect_fragment\" value=\"522\" />\n												<input type=\"submit\" value=\"Subscribe\" name=\"jetpack_subscriptions_widget\" />\n					</p>\n							</form>\n\n			\n		\n</div></div>\n\n\n\n<p>Tiled galleries can now easily be inserted, manipulated, and previewed in the new editor with all of the same features they had before. Styles and link settings for the galleries can be found in the block sidebar, but they are somewhat limited when <a href=\"https://wptavern.com/new-block-gallery-plugin-offers-a-suite-of-photo-gallery-blocks-for-gutenberg\">compared to other plugins like Block Gallery</a>. Now that the Jetpack team has the basic block in place, they can easily update it with new features.</p>\n\n\n\n<p>Users will need to have their Jetpack accounts connected to WordPress.com to access any of these new blocks, but they will all work on the Free plan.</p>\n\n\n\n<p>If you have been missing Jetpack shortlinks since Gutenberg was released, you will be pleased to find that Jetpack 6.9 brings them back under a new Jetpack icon at the top right of the block editor. Clicking on it reveals Jetpack&#8217;s publicize options as well as the shortlink.</p>\n\n\n\n<img />New Jetpack icon menu\n\n\n\n<p>Jetpack is constantly evolving its admin menu and user flows. This release brings changes to various screens, including a new “My Plan” section in the Jetpack dashboard, as well as a reorganization of the sections and cards under Jetpack > Settings. It also improves the notices displayed to users who have not connected their WordPress.com accounts.</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, 11 Jan 2019 00:14:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"WPTavern: Google Launches Opensource.dev as an Introduction to Open Source\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=86688\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/google-launches-opensource-dev-as-an-introduction-to-open-source\";s: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:2463:\"<p>Google has launched a new educational site at <a href=\"https://opensource.dev/\">opensource.dev</a> that offers a succinct and approachable introduction to open source software and licensing. WordPress is cited as one of the more well-known examples in the opening paragraphs:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>It&#8217;s in your phone, your car, your TV, and your wifi-connected light bulbs. Open source components enable engineers to build on the work of a global community of developers to deliver better products faster and at lower cost. Linux, the Apache web server, Android, Firefox, and WordPress are examples of open source projects you may have heard of.<br /></p></blockquote>\n\n\n\n<p>Google relies heavily on open source for both internal tools and consumer-facing products. A few of the company&#8217;s more widely used open source projects include Android, Chromium, Chromium OS, Go, and Material Design icons, but there are also many smaller projects. Google has created <a href=\"https://opensource.google.com/\">more than 2,000 open source projects</a> in the last decade, which you can browse through using a fun, <a href=\"https://opensource.google.com/projects/explore/featured\">interactive explorer</a>.</p>\n\n\n\n<img />\n\n\n\n<p>The new Opensource.dev site gives an important nod to <a href=\"https://opensource.org/\">Open Source Initiative</a> (OSI) as the maintainer of the <a href=\"https://opensource.org/osd-annotated\">Open Source Definition</a> (OSD) and the globally-recognized authority on open source licensing.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Google and many other OSI <a href=\"https://opensource.org/sponsors\">sponsors</a> and <a href=\"https://opensource.org/affiliates\">affiliates</a> recognize the OSD as the definition of open source and OSI&#8217;s <a href=\"https://opensource.org/authority\">authority</a> as the maintainer of the OSD. Licenses which do not comply with the OSD might still provide access to the source code, but they&#8217;re not &#8220;open source&#8221;.</p></blockquote>\n\n\n\n<p>The site ends with a solid list of curated links to important open source organizations, foundations, and other resources for further exploration. Overall, <a href=\"https://opensource.dev/\">opensource.dev</a> provides a nice summary that answers the question, &#8220;What is open source?&#8221; It&#8217;s a resource agencies and freelancers might consider sharing with clients who are new to the concept.</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, 10 Jan 2019 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:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"WPTavern: Elementor Acquires Layers WP to Expand Compatible Theme Options for Users\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=86701\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"https://wptavern.com/elementor-acquires-layers-wp-to-expand-compatible-theme-options-for-users\";s: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:5844:\"<p>Elementor has <a href=\"https://elementor.com/blog/elementor-acquires-layers/\">acquired Layers WP</a>, a WordPress site builder that was previously marketed as an all-in-one theme solution for getting a business online. Layers co-founders David and Marc Perel identified Gutenberg as the main reason for the sale in their farewell <a href=\"https://www.layerswp.com/2019/01/elementor-acquires-layers-wp/\">announcement</a>:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>With the arrival of Gutenberg we realized that a big change was required for Layers to keep pace. A massive investment of time and money was needed so we had to assess the best way forward. Having spent all of our 20&#8217;s working 18 hour days to build beautiful WordPress products we reached a point where we felt it best to partner with another company to try take Layers to the next level.</p></blockquote>\n\n\n\n<p>Elementor is the leading WordPress page builder, with more than a million active installations. CMO Ben Pines said they estimate that number to be closer to 2 million, based on the daily install rate. The company has grown from 6 employees to 55 since it launched in June 2016.</p>\n\n\n\n<p>Elementor was well-prepared for Gutenberg&#8217;s inclusion in 5.0. While other page builders are still considering how to move forward with the new editor, Elementor released its <a rel=\"noreferrer noopener\" href=\"https://wordpress.org/plugins/block-builder/\" target=\"_blank\">Elementor Blocks for Gutenberg</a> plugin in October 2018, making it possible for users to insert any Elementor template into Gutenberg with one click.</p>\n\n\n\n<p>In the past, Layers didn&#8217;t meet the requirements for being listed in the WordPress.org themes directory, because the team decided not to follow best practices for keeping plugin and theme functionality separate. In 2016, <a href=\"https://wptavern.com/layers-ends-exclusive-arrangement-with-envato-launches-new-marketplace\">Perel said they were opting to maintain Layers as a hybrid product</a>, a theme that included plugin-like functionality, in order to keep third-party conflicts to a minimum, which he said also lessened their support burden. This prevented the product from receiving greater exposure on WordPress.org. As larger page builders began to dominate the market, Layers failed to gain the traction it needed to compete. Add Gutenberg to the mix and Layers&#8217; founders were in need of an exit.</p>\n\n\n\n<p>&#8220;We feel that this acquisition has come just at the right moment when WordPress itself is going through a huge amount of change,&#8221; Perel said. &#8220;With the release of Gutenberg and the new built-in post editor we realized that much of Layers would need to change in order to keep pace with the new look of WordPress and feel that <a rel=\"noreferrer noopener\" href=\"https://layerswp.us10.list-manage.com/track/click?u=5b9a020fcf797987098cc7bca&id=c493b36eaa&e=4441ba6d29\" target=\"_blank\">Elementor</a> is the best company to respond to the shifting tide of the industry.&#8221;</p>\n\n\n\n<h3>Layers&#8217; Theme Collection Is Now Free and Fully Compatible with Elementor</h3>\n\n\n\n<p>Elementor has released all 11 of <a href=\"https://www.layerswp.com/product-category/themes/\">Layers&#8217; themes</a> for free and Ben Pines said they are considering listing them on WordPress.org to make it easier for users to find them and stay updated. All of the themes have been updated to be fully compatible with both Gutenberg and Elementor. Existing Layers&#8217; customers will receive two months of support before support is handed over to the Layers user community.</p>\n\n\n\n<p>&#8220;Updating themes for compatibility is no easy matter, and we get thousands of requests asking for a theme that is compatible with Elementor,&#8221; Pines said. Finding a theme that is fully compatible with the page builder can be challenging. Pines said users often decide to use Elementor first and then look for a theme. There&#8217;s even a Facebook group called <a href=\"https://www.facebook.com/groups/126645814685793/?ref=br_rs\">Elementor + Which Theme?</a> with more than 2,400 members.</p>\n\n\n\n<p>&#8220;Themes still pose an issue for users,&#8221; Elementor&#8217;s head of business development, Zvi Shapira, said. &#8220;We saw value in continuing the Layers project, and not leaving thousands of Layers users without a home. Layers is a well worthy project, and offering a theme that is compatible with Elementor and Gutenberg for free for our users and for all WordPress users has great value.&#8221;</p>\n\n\n\n<p>Pines identified Layers&#8217; advanced Customizer panel as one of its chief selling points. Along with the acquisition, all of the Layers Pro features, such as resizing the logo, customizing buttons, and styling menus, are now rolled into the free version.</p>\n\n\n\n<p>Gutenberg is forcing some consolidation among page builders, as smaller operations struggle to keep pace with the technical updates required. Gutenberg is expected to standardize a way of layout building further along in the site customization phase. Pines said his team isn&#8217;t worried about how that will impact Elementor, even if core ends up overlapping with some of the solutions they offer in the plugin.</p>\n\n\n\n<p>&#8220;I really don&#8217;t know if there will be an impact and of what sort,&#8221; Pines said. &#8220;It&#8217;s like the blocks we developed for Gutenberg. We adapted to provide our users with the maximum flexibility.&#8221; The plugin ensures that users don&#8217;t have to choose between using Gutenberg and the page builder. Acquiring Layers&#8217; theme collection means Elementor users no longer have to look so hard to find a compatible theme.</p>\n\n\n\n<p>&#8220;Our hope is that Layers themes will help less tech-savvy users manage the entire site design hassle-free,&#8221; Pines 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:\"Wed, 09 Jan 2019 23:29:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:45:\"Dev Blog: WordPress 5.0.3 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6530\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2019/01/wordpress-5-0-3-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4566:\"<p>WordPress 5.0.3 is now available!</p>\n\n\n\n<p>5.0.3 is a maintenance release that includes 37 bug fixes and 7 performance updates. The focus of this release was fine-tuning the new block editor, and fixing any major bugs or regressions.</p>\n\n\n\n<p>Here are a few of the highlights:</p>\n\n\n\n<ul><li>15 block editor related bug fixes and improvements have been added to bundled themes. Make sure to update these for an improved block editing experience.</li><li><a href=\"https://core.trac.wordpress.org/query?status=closed&component=I18N&milestone=5.0.3&group=component&order=priority\">2 block editor related internationalization (I18N) bugs</a> have been fixed</li><li>Users with JavaScript disabled <a href=\"https://core.trac.wordpress.org/ticket/45453\">now see a notice</a> when attempting to use the block editor.</li><li>A few <a href=\"https://core.trac.wordpress.org/ticket/44770\">PHP</a> <a href=\"https://core.trac.wordpress.org/ticket/44809\">errors</a> in the Customizer have been fixed.</li><li>Some <a href=\"https://core.trac.wordpress.org/ticket/45615\">issues uploading common file types</a>, like CSVs, have been fixed.</li></ul>\n\n\n\n<p>For a full list of changes, please consult the <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=5.0.3&group=component\">list of tickets on Trac</a>, <a href=\"https://core.trac.wordpress.org/log/branches/5.0?action=stop_on_copy&mode=stop_on_copy&rev=44522&stop_rev=44342&limit=100&sfp_email=&sfph_mail=\">changelog</a>, or read a <a href=\"https://make.wordpress.org/core/?p=36158\">more technical summary</a> on the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a>.</p>\n\n\n\n<p>You can <a href=\"https://wordpress.org/download/\">download WordPress 5.0.3</a> or visit Dashboard → Updates on your site and click <em>Update Now</em>. Sites that support automatic background updates have already started to update automatically.</p>\n\n\n\n<p>Thank you to everyone who contributed to WordPress 5.0.3:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/tellyworth/\">Alex Shiels</a>, <a href=\"https://profiles.wordpress.org/allancole/\">allancole</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/anevins/\">Andrew Nevins</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bobbingwide/\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/littlebigthing/\">Csaba (LittleBigThings)</a>, <a href=\"https://profiles.wordpress.org/davidbinda/\">David Binovec</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling (ocean90)</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/kloon/\">Gerhard Potgieter</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Grzegorz (Greg) Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jobthomas/\">Job</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/kjellr/\">kjellr</a>, <a href=\"https://profiles.wordpress.org/laurelfulford/\">laurelfulford</a>, <a href=\"https://profiles.wordpress.org/mkaz/\">Marcus Kazmierczak</a>, <a href=\"https://profiles.wordpress.org/dimadin/\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/mmaumio/\">Muntasir Mahmud</a>, <a href=\"https://profiles.wordpress.org/celloexpressions/\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/panchen/\">panchen</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/superpoincare/\">Ramanan</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/rickalee/\">Ricky Lee Whittemore</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>, and <a href=\"https://profiles.wordpress.org/earnjam/\">William Earnhardt</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, 09 Jan 2019 18:56:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Jonathan Desrosiers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}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:82:\"WPTavern: WordPress 5.1 to Replace “Blogging” References with “Publishing”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=86675\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://wptavern.com/wordpress-5-1-to-replace-blogging-references-with-publishing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1627:\"<p>WordPress 5.1 will replace the &#8220;Happy blogging&#8221; language in wp-config-sample.php with &#8220;Happy Publishing.&#8221; The next major release also cleans up a few other &#8220;blog&#8221; references by replacing them with the word &#8220;site.&#8221; A lot of tutorials and documentation will need to be updated. WordPress contributors are continuing to fine-tune the wording in various files to reflect its expanded capabilities as a publishing platform.</p>\n\n\n\n<img />\n\n\n\n<p>&#8220;As of this commit, WordPress is no longer a simple blogging platform,&#8221; Gary Pendergast wrote in the <a href=\"https://core.trac.wordpress.org/changeset/44455\">commit message</a>. &#8220;It&#8217;s now a comprehensive publishing solution.&#8221;</p>\n\n\n\n<p>This commit signifies the end of an era, which actually ended a long time ago but is now formally recognized in the software&#8217;s language. WordPress can still be used for blogging, but it&#8217;s so much more dynamic. These days, successful blogs can easily transition into e-commerce stores or online magazines without having to migrate to a new platform.</p>\n\n\n\n<p>With Gutenberg now in the hands of millions of users, publishing different types of content is becoming more accessible for those who don&#8217;t know how to code. The new era of &#8220;Happy Publishing&#8221; in 2019 will bring even more progress on that roadmap, enabling users to have a more unified editing experience for other aspects of content management, including <a href=\"https://make.wordpress.org/core/2018/12/08/9-priorities-for-2019/\">widgets and menus</a>.</p>\n\n\n\n<p><br /><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:\"Tue, 08 Jan 2019 23:44: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:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:63:\"WPTavern: GitHub Announces Free, Unlimited Private Repositories\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=86657\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/github-announces-free-unlimited-private-repositories\";s: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:3488:\"<p>GitHub users no longer have to pay to keep code private. The company is now offering <a href=\"https://blog.github.com/2019-01-07-new-year-new-github/\" rel=\"noopener\" target=\"_blank\">unlimited private repositories to Free account users</a>, with up to three collaborators. Developers have different reasons for wanting to keep their code private &#8211; it may not be ready, they may be working on a side project, or may just be starting out in their coding journey. GitHub now makes it possible for users with free accounts to do that work in private, without having to upgrade to a Pro account for $7/month.</p>\n<p>This change brings the code hosting site more in line with competitors like GitLab.com, which allows for unlimited private projects and collaborators, and Bitbucket, a platform that has offered this for much longer. Bitbucket was actually <a href=\"https://news.ycombinator.com/item?id=4428278\" rel=\"noopener\" target=\"_blank\">GitLab&#8217;s inspiration for this model</a>. </p>\n<p>GitHub&#8217;s announcement was well-received but for many who have already moved to GitLab, this news come too late. Some are also wary of giving GitHub access to their private projects after Microsoft acquired the company for $7.5 billion last year. However, GitHub seems to be focusing its efforts less on monetizing the small fish and more on evolving the company&#8217;s Enterprise offering. It has combined its Business Cloud and Enterprise products into one unified &#8220;GitHub Enterprise&#8221; product that starts at $21/user/month.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Of course the GitHub update is so bigmega giantcorp can get you to give them more info &amp; in turn more power &amp; in turn more money, if that\'s annoying &amp;/or unsavory to you there are alternatives (that are less convenient but that\'s what this is all about anyway) no grump just fact</p>\n<p>&mdash; Jon Christopher (@jchristopher) <a href=\"https://twitter.com/jchristopher/status/1082353226329001985?ref_src=twsrc%5Etfw\">January 7, 2019</a></p></blockquote>\n<p></p>\n<p>&#8220;At GitLab we think that repositories will become a commodity,&#8221; GitLab CEO Sid Sijbrandij <a href=\"https://about.gitlab.com/2019/01/07/github-offering-free-private-repos-for-up-to-three-collaborators/\" rel=\"noopener\" target=\"_blank\">said</a> in reaction to GitHub&#8217;s announcement. &#8220;I think Microsoft will try to generate more revenue with people using Azure more instead of paying for repos. We&#8217;re focusing on making a single application for the entire DevOps lifecycle that can replace a lot of other tools.&#8221;  </p>\n<p>Every inch given in this space makes code sharing platforms more competitive. In terms of private repositories, GitHub has come close to offering what its smaller competitors have been giving away for free for a long time. If GitHub were to add Continuous Integration (CI) for free users to match GitLab&#8217;s free tier, for example, it might capture even more of the market. Different features sway different types of users to adopt one platform or another and eventually some of those turn into paying customers.</p>\n<p>For existing GitHub Free users, unlimited private repositories means the opportunity to keep their incomplete projects out of the public eye, instead of having people stumble on them and wonder why they don&#8217;t work as expected. It also frees up a few more dollars for Pro users who want to downgrade to Free accounts.  </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, 08 Jan 2019 18:46: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:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:2:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";s:4:\"href\";s:36:\"http://feeds.feedburner.com/wp-pipes\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"rel\";s:3:\"hub\";s:4:\"href\";s:32:\"http://pubsubhubbub.appspot.com/\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:4:\"info\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"uri\";s:8:\"wp-pipes\";}}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:10:{s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:4:\"etag\";s:27:\"glMSJhNf4WiN34aqMGHw0girVDU\";s:13:\"last-modified\";s:29:\"Tue, 19 Feb 2019 13:33:09 GMT\";s:16:\"content-encoding\";s:4:\"gzip\";s:4:\"date\";s:29:\"Tue, 19 Feb 2019 13:53:52 GMT\";s:7:\"expires\";s:29:\"Tue, 19 Feb 2019 13:53:52 GMT\";s:13:\"cache-control\";s:18:\"private, max-age=0\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";s:6:\"server\";s:3:\"GSE\";}}s:5:\"build\";s:14:\"20190208125901\";}','no'),(46856,'_site_transient_timeout_community-events-fcefbec8751b6585bd21fbd5d75a416c','1550627631','no'),(46857,'_site_transient_community-events-fcefbec8751b6585bd21fbd5d75a416c','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"24.135.86.0\";}s:6:\"events\";a:4:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:38:\"WordPress Meetup u Vršcu #WPVŠ 02/19\";s:3:\"url\";s:63:\"https://www.meetup.com/WordPress-Meetup-Vrsac/events/259064406/\";s:6:\"meetup\";s:30:\"WordPress Meetup Vršac #WPVŠ\";s:10:\"meetup_url\";s:46:\"https://www.meetup.com/WordPress-Meetup-Vrsac/\";s:4:\"date\";s:19:\"2019-02-22 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:14:\"Vršac, Serbia\";s:7:\"country\";s:2:\"rs\";s:8:\"latitude\";d:45.11836199999999763576852274127304553985595703125;s:9:\"longitude\";d:21.31128700000000009140421752817928791046142578125;}}i:1;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:33:\"18. WordPress meetup u Novom Sadu\";s:3:\"url\";s:53:\"https://www.meetup.com/WP-Meetup-NS/events/258726550/\";s:6:\"meetup\";s:18:\"WP Meetup Novi Sad\";s:10:\"meetup_url\";s:36:\"https://www.meetup.com/WP-Meetup-NS/\";s:4:\"date\";s:19:\"2019-02-26 18:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:16:\"Novi Sad, Serbia\";s:7:\"country\";s:2:\"rs\";s:8:\"latitude\";d:45.25189000000000305590219795703887939453125;s:9:\"longitude\";d:19.845715999999999468172973138280212879180908203125;}}i:2;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:20:\"WordCamp Vienna 2019\";s:3:\"url\";s:33:\"https://2019.vienna.wordcamp.org/\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2019-04-27 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:15:\"Vienna, Austria\";s:7:\"country\";s:2:\"AT\";s:8:\"latitude\";d:48.217215600000002950764610432088375091552734375;s:9:\"longitude\";d:16.3532407000000006291884346865117549896240234375;}}i:3;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:16:\"WordCamp Plovdiv\";s:3:\"url\";s:33:\"https://2019.plovdiv.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2019-05-10 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:7:\"Plovdiv\";s:7:\"country\";s:2:\"BG\";s:8:\"latitude\";d:42.14501750000000157569957082159817218780517578125;s:9:\"longitude\";d:24.748910200000000969566826825030148029327392578125;}}}}','no'),(46858,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1550595232','no'),(46859,'_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','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:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s: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:34:\"\n	Tue, 19 Feb 2019 02:58:25 +0000	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"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.2-alpha-44749\";s:7:\"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:54:\"\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:17:\"WordPress 5.1 RC2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/2019/02/wordpress-5-1-rc2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 19 Feb 2019 02:58: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:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"5.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=6585\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:333:\"The second release candidate for WordPress 5.1 is now available! WordPress 5.1 will be released on Thursday, February 21, but we need your help to get there—if you haven’t tried 5.1 yet, now is the time! There are two ways to test the WordPress 5.1 release candidate: try the WordPress Beta Tester plugin (you’ll want [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Gary Pendergast\";s: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:3550:\"\n<p>The second release candidate for WordPress 5.1 is now available!</p>\n\n\n\n<p>WordPress 5.1 will be released on <a href=\"https://make.wordpress.org/core/5-1/\"><strong>Thursday, February 21</strong></a>, but we need <em>your</em> help to get there—if you haven’t tried 5.1 yet, now is the time!</p>\n\n\n\n<p>There are two ways to test the WordPress 5.1 release candidate: try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want to select the “bleeding edge nightlies” option), or you can <a href=\"https://wordpress.org/wordpress-5.1-RC2.zip\">download the release candidate here</a> (zip).</p>\n\n\n\n<p>For details about what to expect in WordPress 5.1, please see the <a href=\"https://wordpress.org/news/2019/02/wordpress-5-1-release-candidate/\">first release candidate post</a>.</p>\n\n\n\n<p>This release includes the final About page design. It also contains fixes for:</p>\n\n\n\n<ul><li>New WordPress installs not setting the database table prefix correctly (<a href=\"https://core.trac.wordpress.org/ticket/46220\">#46220</a>).</li><li>A HTTP error occurring when opening browser developer tools (<a href=\"https://core.trac.wordpress.org/ticket/46218\">#46218</a>).</li><li>The legacy media dialog having incorrect pagination link styling (<a href=\"https://core.trac.wordpress.org/ticket/41858\">#41858</a>).</li><li>The comment form not appearing when clicking &#8220;Reply&#8221; on comments loaded via Ajax (<a href=\"https://core.trac.wordpress.org/ticket/46260\">#46260</a>).</li></ul>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.1 and update the <em>Tested up to</em> version in the readme to 5.1. 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.1 Field Guide has also been published, which goes into the details of the major changes.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-make-wordpress-core\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\" data-secret=\"0OzM0i1KJx\"><a href=\"https://make.wordpress.org/core/2019/02/08/wordpress-5-1-field-guide/\">WordPress 5.1 Field Guide</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" src=\"https://make.wordpress.org/core/2019/02/08/wordpress-5-1-field-guide/embed/#?secret=0OzM0i1KJx\" data-secret=\"0OzM0i1KJx\" width=\"600\" height=\"338\" title=\"&#8220;WordPress 5.1 Field Guide&#8221; &#8212; Make WordPress Core\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\n</div></figure>\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><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\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>WordPress Five Point One:<br> It&#8217;s so slick, shiny, and new.<br> Lands in a few days!</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:\"6585\";s: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:51:\"\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.1 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/2019/02/wordpress-5-1-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:\"Fri, 08 Feb 2019 02:22:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6577\";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:365:\"The first release candidate for WordPress 5.1 is now available! This is an important milestone, as the release date for WordPress 5.1 draws near. &#8220;Release Candidate&#8221; 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.1 is scheduled [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Gary Pendergast\";s: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:4874:\"\n<p>The first release candidate for WordPress 5.1 is now available!</p>\n\n\n\n<p>This is an important milestone, as the release date for WordPress 5.1 draws near. &#8220;Release Candidate&#8221; 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.1 is <a href=\"https://make.wordpress.org/core/5-1/\">scheduled to be released</a> on <strong>Thursday, February 21</strong>, but we need <em>your</em> help to get there—if you haven’t tried 5.1 yet, now is the time!</p>\n\n\n\n<p>There are two ways to test the WordPress 5.1 release candidate: try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want to select the “bleeding edge nightlies” option), or you can&nbsp;<a href=\"https://wordpress.org/wordpress-5.1-RC1.zip\">download the release candidate here</a>&nbsp;(zip).</p>\n\n\n\n<h2>What&#8217;s in WordPress 5.1?</h2>\n\n\n\n<p>Inspired by Archie Bell &amp; The Drells, WordPress&#8217;s theme for 2019 is to &#8220;tighten up&#8221;, and WordPress 5.1 focussed on exactly that.</p>\n\n\n\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe class=\'youtube-player\' type=\'text/html\' width=\'632\' height=\'386\' src=\'https://www.youtube.com/embed/Wro3bqi4Eb8?version=3&#038;rel=1&#038;fs=1&#038;autohide=2&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\'></iframe>\n</div></figure>\n\n\n\n<p>With security and speed in mind, this release introduces WordPress’s first <a href=\"https://make.wordpress.org/core/2019/01/14/php-site-health-mechanisms-in-5-1/\">Site Health</a> features. WordPress will start showing notices to administrators of sites that run long-outdated versions of PHP, which is the programming language that powers WordPress.</p>\n\n\n\n<p>Furthermore, when installing new plugins, WordPress&#8217;s Site Health features will check whether a plugin requires a version of PHP incompatible with your site. If so, WordPress will prevent you from installing that plugin.</p>\n\n\n\n<p>The new block editor has kept improving since its introduction in WordPress 5.0. Most significantly, WordPress 5.1 includes solid performance improvements within the editor. The editor should feel a little quicker to start, and typing should feel smoother. There are more features and performance improvements planned in upcoming WordPress releases, you can check them out in the <a href=\"https://wordpress.org/plugins/gutenberg\">Gutenberg plugin</a>.</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.1 and update the <em>Tested up to</em> version in the readme to 5.1. 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.1 Field Guide has also been published, which goes into the details of the major changes.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-make-wordpress-core\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\" data-secret=\"vJJstvskLt\"><a href=\"https://make.wordpress.org/core/2019/02/08/wordpress-5-1-field-guide/\">WordPress 5.1 Field Guide</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" src=\"https://make.wordpress.org/core/2019/02/08/wordpress-5-1-field-guide/embed/#?secret=vJJstvskLt\" data-secret=\"vJJstvskLt\" width=\"600\" height=\"338\" title=\"&#8220;WordPress 5.1 Field Guide&#8221; &#8212; Make WordPress Core\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\n</div></figure>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English?&nbsp;<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>&nbsp;point of the 5.1 release schedule.</p>\n\n\n\n<p><em><strong>If you think you’ve found a bug</strong>, you can post to the&nbsp;<a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a>&nbsp;in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report,&nbsp;<a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find&nbsp;<a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</em></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>This is my release<br> candidate. There are many<br> like it. This is mine.</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:\"6577\";s: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:48:\"\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 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2019/02/the-month-in-wordpress-january-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Feb 2019 09:17: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: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=6575\";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:381:\"The momentum from December’s WordPress 5.0 release was maintained through January with some big announcements and significant updates. Read on to find out what happened in the WordPress project last month. WordPress Leadership Grows In a milestone announcement this month, WordPress project lead, Matt Mullenweg (@matt), named two individuals who are coming on board to [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"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:4627:\"\n<p>The momentum from December’s WordPress 5.0 release was maintained through January with some big announcements and significant updates. Read on to find out what happened in the WordPress project last month.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress Leadership Grows</h2>\n\n\n\n<p>In a milestone announcement this month, WordPress project lead, Matt Mullenweg (<a href=\'https://profiles.wordpress.org/matt/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>matt</a>), <a href=\"https://make.wordpress.org/updates/2019/01/16/expanding-wordpress-leadership/\">named two individuals</a> who are coming on board to expand the leadership team of the project.<br></p>\n\n\n\n<p>As Executive Director, Josepha Haden (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>) will oversee <a href=\"https://make.wordpress.org/\">all the contribution teams</a> across the project. As Marketing &amp; Communications Lead, Joost de Valk (<a href=\'https://profiles.wordpress.org/joostdevalk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>joostdevalk</a>) will lead <a href=\"https://make.wordpress.org/marketing/\">the Marketing team</a> and generally oversee improvements to WordPress.org.<br></p>\n\n\n\n<p>Both Josepha and Joost have contributed to the WordPress project for many years and will certainly have a much larger impact going forward in their new roles.</p>\n\n\n\n<h2>WordPress 5.1 Development Continues</h2>\n\n\n\n<p>Immediately after the 5.0 release of WordPress, work started on version 5.1 with <a href=\"https://make.wordpress.org/core/tag/5-1/\">some highly anticipated new features</a> coming out in <a href=\"https://wordpress.org/news/2019/01/wordpress-5-1-beta-1/\">the first beta release</a>. Since then, the <a href=\"https://wordpress.org/news/2019/01/wordpress-5-1-beta-2/\">second</a> and <a href=\"https://wordpress.org/news/2019/01/wordpress-5-1-beta-3/\">third</a> betas have been made available.<br></p>\n\n\n\n<p>One of the core updates in this release — <a href=\"https://make.wordpress.org/core/2019/01/14/php-site-health-mechanisms-in-5-1/\">a feature to improve the way in which WordPress handles PHP errors</a> — has <a href=\"https://make.wordpress.org/core/2019/01/30/wordpress-5-1-beta-3-delay/\">been pushed back</a> to version 5.2 due to unforeseen issues that would have caused significant delays to the 5.1 release.<br></p>\n\n\n\n<p>Want to get involved in testing or building WordPress Core? You can install <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">the WordPress Beta Tester plugin</a>, follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</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<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li>The WordPress Coding Standards team <a href=\"https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/releases/tag/2.0.0\">released version 2.0</a> this month.</li><li>In her new role as Executive Director, Josepha Haden <a href=\"https://make.wordpress.org/updates/2019/01/21/our-strengths-and-challenges/\">looks at what contributors need</a> to help support them more effectively.</li><li>Approximately 2,300 tickets in the Core bug tracker <a href=\"https://make.wordpress.org/core/2019/01/14/follow-up-on-recent-trac-bulk-edit/\">were closed</a> in a large bulk edit this month due to their inactivity over the last two years.</li><li>Autocomplete for usernames has been added to <a href=\"https://wordpress.org/support/forums/\">the WordPress Support Forums</a>, making it much easier to communicate directly with individuals.</li><li><a href=\"https://make.wordpress.org/core/tag/gutenberg/\">Work continues on the Gutenberg project</a>, expanding into more areas of the WordPress dashboard.</li><li>Since the new <a href=\"https://wordpress.org/support/\">WordPress Support portal</a> release in December, <a href=\"https://make.wordpress.org/docs/2019/01/28/summary-for-docs-team-meeting-28-january-2019/\">work has been ongoing</a> to improve its features and complete the content migration.</li><li>The Plugin Review team has published <a href=\"https://make.wordpress.org/plugins/2019/01/28/reminder-about-behavior/\">an important reminder about behavior</a> in the Plugin Directory and support forums.</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><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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6575\";s: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:51:\"\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.1 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/2019/01/wordpress-5-1-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:\"Thu, 31 Jan 2019 03:34:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a: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=6566\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:344:\"WordPress 5.1 Beta 3 is now available! This software is still in development,&#160;so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version. There are two ways to test the WordPress 5.1 beta: try the&#160;WordPress Beta Testerplugin (you’ll want to select the “bleeding [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Gary Pendergast\";s: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:3754:\"\n<p>WordPress 5.1 Beta 3 is now available!</p>\n\n\n\n<p><strong>This software is still in development,</strong>&nbsp;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>There are two ways to test the WordPress 5.1 beta: try the&nbsp;<a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a>plugin (you’ll want to select the “bleeding edge nightlies” option), or you can&nbsp;<a href=\"https://wordpress.org/wordpress-5.1-beta3.zip\">download the beta here</a>&nbsp;(zip).</p>\n\n\n\n<p>WordPress 5.1 is slated for release on&nbsp;<a href=\"https://make.wordpress.org/core/5-1/\">February 21</a>, and we need your help to get there!</p>\n\n\n\n<h2>Site Health Check</h2>\n\n\n\n<p>One of the features originally slated for WordPress 5.1—the PHP error protection handler—will target WordPress 5.2 instead. Some potential security issues were discovered in the implementation: rather than risk releasing insecure code, the team decided to pull it out of WordPress 5.1. The work in <a href=\"https://core.trac.wordpress.org/ticket/46130\">#46130</a> is showing good progress towards addressing the security concerns, if you&#8217;d like to follow development progress on this feature.</p>\n\n\n\n<h2>Additional Changes</h2>\n\n\n\n<p>A handful of smaller bugs have also been fixed in this release, including:</p>\n\n\n\n<ul><li>TinyMCE has been upgraded to version 4.9.2 (<a href=\"https://core.trac.wordpress.org/ticket/46094\">#46094</a>).</li><li>The block editor has had a couple of bugs fixed (<a href=\"https://core.trac.wordpress.org/ticket/46137\">#46137</a>).</li><li>A few differences in behaviour between the classic block and the classic editor have been fixed (<a href=\"https://core.trac.wordpress.org/ticket/46062\">#46062</a>, <a href=\"https://core.trac.wordpress.org/ticket/46071\">#46071</a>, <a href=\"https://core.trac.wordpress.org/ticket/46085\">#46085</a>).</li><li>When adding <code>rel</code> attributes to links, ensure the value isn&#8217;t empty (<a href=\"https://core.trac.wordpress.org/ticket/45352\">#45352</a>), and that it works as expected with customizer changesets (<a href=\"https://core.trac.wordpress.org/ticket/45292\">#45292</a>).</li></ul>\n\n\n\n<h2>Developer Notes</h2>\n\n\n\n<p>WordPress 5.1 has many changes aimed at polishing the developer experience. To keep you informed, we publish&nbsp;<a href=\"https://make.wordpress.org/core/tag/5-1+dev-notes/\">developers&#8217; notes</a>&nbsp;on the&nbsp;<a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> throughout the release cycle. Subscribe to the Make WordPress Core blog for updates over the coming weeks, detailing other changes in 5.1 that you should be aware of.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English?&nbsp;<a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a> The beta 2 release also marks the <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#soft-freeze\">soft string freeze</a>&nbsp;point of the 5.1 release schedule.</p>\n\n\n\n<p><em><strong>If you think you’ve found a bug</strong>, you can post to the&nbsp;<a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a>&nbsp;in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report,&nbsp;<a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find&nbsp;<a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</em></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>In just a few weeks<br> WordPress Five-One will be here.<br> Your testing helps us!</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:\"6566\";s: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:51:\"\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.1 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/2019/01/wordpress-5-1-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, 22 Jan 2019 01:01:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a: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=6550\";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:312:\"WordPress 5.1 Beta 2 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. There are two ways to test the WordPress 5.1 beta: try the WordPress Beta Tester plugin (you’ll want to [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Gary Pendergast\";s: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:4592:\"\n<p>WordPress 5.1 Beta 2 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>There are two ways to test the WordPress 5.1 beta: try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want to select the “bleeding edge nightlies” option), or you can <a href=\"https://wordpress.org/wordpress-5.1-beta2.zip\">download the beta here</a> (zip).</p>\n\n\n\n<p>WordPress 5.1 is slated for release on <a href=\"https://make.wordpress.org/core/5-1/\">February 21</a>, and we need your help to get there!</p>\n\n\n\n<p>Over <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;changetime=01%2F11%2F2019..&amp;milestone=5.1&amp;group=component&amp;col=id&amp;col=summary&amp;col=owner&amp;col=type&amp;col=priority&amp;col=component&amp;col=version&amp;order=priority\">110 tickets have been closed</a> since <a href=\"https://wordpress.org/news/2019/01/wordpress-5-1-beta-1/\">beta 1</a>, many of which are documentation and testing suite improvements. Here are the major changes and bug fixes:</p>\n\n\n\n<ul><li><a href=\"https://core.trac.wordpress.org/query?status=closed&amp;changetime=01%2F11%2F2019..01%2F22%2F2019&amp;focuses=!~docs&amp;keywords=~servehappy&amp;milestone=5.1&amp;group=component&amp;col=id&amp;col=summary&amp;col=owner&amp;col=type&amp;col=priority&amp;col=component&amp;col=version&amp;order=priority\">Several refinements and bug fixes</a> related to the Site Health project have been made.</li><li>The <code>pre_render_block</code> and <code>render_block_data</code> filters have been introduced allowing plugins to override block attribute values (<a href=\"https://core.trac.wordpress.org/ticket/45451\">#45451</a>, dev note coming soon).</li><li><code>get_template_part()</code> will now return a value indicating whether a template file was found and loaded (<a href=\"https://core.trac.wordpress.org/ticket/40969\">#40969</a>).</li><li>A notice will now be triggered when developers incorrectly register REST API endpoints (related <a href=\"https://make.wordpress.org/core/2019/01/11/new-rest-api-notice-in-5-1/\">dev note</a>).</li><li>Bulk editing posts will no longer unintentionally change a post&#8217;s post format (<a href=\"https://core.trac.wordpress.org/ticket/44914\">#44914</a>)</li><li>Twemoji has been updated to the latest version, 11.2.0 (<a href=\"https://core.trac.wordpress.org/ticket/45133\">#45133</a>).</li><li>A bug preventing the Custom Fields meta box from being enabled has been fixed (#<a href=\"https://core.trac.wordpress.org/ticket/46028\">46028</a>).</li><li>The treatment of <code>orderby</code> values for <code>post__in</code>, <code>post_parent__in</code>, and <code>post_name__in</code> has been standardized (<a href=\"https://core.trac.wordpress.org/ticket/38034\">#38034</a>).</li><li>When updating language packs, old language packs are now correctly deleted to avoid filling up disk space (<a href=\"https://core.trac.wordpress.org/ticket/45468\">#45468</a>).</li></ul>\n\n\n\n<h2>Developer Notes</h2>\n\n\n\n<p>WordPress 5.1 has many changes aimed at polishing the developer experience. To keep you informed, we publish <a href=\"https://make.wordpress.org/core/tag/5-1+dev-notes/\">developers notes</a> on the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> throughout the release cycle. Subscribe to the Make WordPress Core blog for updates over the coming weeks, detailing other changes in 5.1 that you should be aware of.</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> The beta 2 release als marks the <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#soft-freeze\">soft string freeze</a> point of the 5.1 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\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>Do you enjoy bugs?<br> I don&#8217;t. So, we fixed them all.<br> Well, not all. But close.</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:\"6550\";s: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:51:\"\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.1 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/2019/01/wordpress-5-1-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:\"Fri, 11 Jan 2019 00:58: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=6540\";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:\"WordPress 5.1 Beta 1 is now available! This software is still in development,&#160;so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version. There are two ways to test the WordPress 5.1 beta: try the&#160;WordPress Beta Tester&#160;plugin (you’ll want to select the “bleeding [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Gary Pendergast\";s: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:4178:\"\n<p>WordPress 5.1 Beta 1 is now available!</p>\n\n\n\n<p><strong>This software is still in development,</strong>&nbsp;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>There are two ways to test the WordPress 5.1 beta: try the&nbsp;<a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a>&nbsp;plugin (you’ll want to select the “bleeding edge nightlies” option), or you can&nbsp;<a href=\"https://wordpress.org/wordpress-5.1-beta1.zip\">download the beta here</a>&nbsp;(zip).</p>\n\n\n\n<p>WordPress 5.1 is slated for release on&nbsp;<a href=\"https://make.wordpress.org/core/5-1/\">February 21</a>, and we need your help to get there. Here are some of the big items to test so we can find as many bugs as possible in the coming weeks.</p>\n\n\n\n<h2>Site Health Check</h2>\n\n\n\n<p>Site Health Check is an ongoing project aimed at improving the stability and performance of the entire WordPress ecosystem. The first phase of this project is included in WordPress 5.1. For the first time, WordPress will catch and pause the problem code, so you can log in to your Dashboard and see what the problem is (<a href=\"https://core.trac.wordpress.org/ticket/44458\">#44458</a>). Before, you’d have to FTP in to your files or get in touch with your host.</p>\n\n\n\n<p>Additionally, in April 2019, <a href=\"https://make.wordpress.org/core/2018/12/08/updating-the-minimum-php-version/\">WordPress&#8217; will increase its minimum supported PHP version to 5.6</a>. To help you check if you&#8217;re prepared for this change, WordPress 5.1 will show you a warning and help you upgrade your version of PHP, if necessary.</p>\n\n\n\n<h2>For Developers</h2>\n\n\n\n<ul><li>The Cron system can now be more easily replaced with a custom cron handler (<a href=\"https://core.trac.wordpress.org/ticket/32656\">#32656</a>).</li><li>When starting cron under PHP-FPM, the connection will return a response immediately, even for long running cron jobs (<a href=\"https://make.wordpress.org/core/2019/01/09/cron-improvements-with-php-fpm-in-wordpress-5-1/\">dev note</a>).</li><li><code>WP_DEBUG_LOG</code> can be set to a custom log location (<a href=\"https://core.trac.wordpress.org/ticket/18391\">#18391</a>).</li><li>Introduced the <code>wp_blogmeta</code> table (<a href=\"https://core.trac.wordpress.org/ticket/37923\">#37923</a>).</li><li>Added <code>LIKE</code> support to <code>meta_key</code> comparisons in <code>WP_Meta_Query</code> (<a href=\"https://core.trac.wordpress.org/ticket/42409\">#42409</a>).</li></ul>\n\n\n\n<p>There have been <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;milestone=5.1&amp;group=resolution&amp;col=id&amp;col=summary&amp;col=component&amp;col=owner&amp;col=type&amp;col=priority&amp;col=version&amp;order=priority\">over 360 tickets closed</a> in WordPress 5.1, with numerous small bug fixes and improvements to help smooth your WordPress experience.</p>\n\n\n\n<p>Keep your eyes on the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for more developer notes (which are <a href=\"https://make.wordpress.org/core/tag/5-1+dev-notes/\">assigned</a> the <code>dev-notes</code> tag) in the coming weeks detailing other changes in 5.1 that you should be aware of.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English?&nbsp;<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><strong><em>If you think you’ve found a bug</em></strong><em>, you can post to the&nbsp;</em><a href=\"https://wordpress.org/support/forum/alphabeta\"><em>Alpha/Beta area</em></a><em>&nbsp;in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report,&nbsp;</em><a href=\"https://make.wordpress.org/core/reports/\"><em>file one on WordPress Trac</em></a><em>, where you can also find&nbsp;</em><a href=\"https://core.trac.wordpress.org/tickets/major\"><em>a list of known bugs</em></a><em>.</em></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>Miss my haiku?<br>I will have plenty for you<br>in the coming weeks.</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:\"6540\";s: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:51:\"\n		\n		\n				\n		\n				\n		\n\n		\n				\n								\n										\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 5.0.3 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2019/01/wordpress-5-0-3-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 09 Jan 2019 18:56:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"5.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6530\";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:335:\"WordPress 5.0.3 is now available! 5.0.3 is a maintenance release that includes 37 bug fixes and 7 performance updates. The focus of this release was fine-tuning the new block editor, and fixing any major bugs or regressions. Here are a few of the highlights: 15 block editor related bug fixes and improvements have been added [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Jonathan Desrosiers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4616:\"\n<p>WordPress 5.0.3 is now available!</p>\n\n\n\n<p>5.0.3 is a maintenance release that includes 37 bug fixes and 7 performance updates. The focus of this release was fine-tuning the new block editor, and fixing any major bugs or regressions.</p>\n\n\n\n<p>Here are a few of the highlights:</p>\n\n\n\n<ul><li>15 block editor related bug fixes and improvements have been added to bundled themes. Make sure to update these for an improved block editing experience.</li><li><a href=\"https://core.trac.wordpress.org/query?status=closed&amp;component=I18N&amp;milestone=5.0.3&amp;group=component&amp;order=priority\">2 block editor related internationalization (I18N) bugs</a> have been fixed</li><li>Users with JavaScript disabled <a href=\"https://core.trac.wordpress.org/ticket/45453\">now see a notice</a> when attempting to use the block editor.</li><li>A few <a href=\"https://core.trac.wordpress.org/ticket/44770\">PHP</a> <a href=\"https://core.trac.wordpress.org/ticket/44809\">errors</a> in the Customizer have been fixed.</li><li>Some <a href=\"https://core.trac.wordpress.org/ticket/45615\">issues uploading common file types</a>, like CSVs, have been fixed.</li></ul>\n\n\n\n<p>For a full list of changes, please consult the <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;milestone=5.0.3&amp;group=component\">list of tickets on Trac</a>, <a href=\"https://core.trac.wordpress.org/log/branches/5.0?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=44522&amp;stop_rev=44342&amp;limit=100&amp;sfp_email=&amp;sfph_mail=\">changelog</a>, or read a <a href=\"https://make.wordpress.org/core/?p=36158\">more technical summary</a> on the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a>.</p>\n\n\n\n<p>You can <a href=\"https://wordpress.org/download/\">download WordPress 5.0.3</a> or visit Dashboard → Updates on your site and click <em>Update Now</em>. Sites that support automatic background updates have already started to update automatically.</p>\n\n\n\n<p>Thank you to everyone who contributed to WordPress 5.0.3:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/tellyworth/\">Alex Shiels</a>, <a href=\"https://profiles.wordpress.org/allancole/\">allancole</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/anevins/\">Andrew Nevins</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bobbingwide/\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/littlebigthing/\">Csaba (LittleBigThings)</a>, <a href=\"https://profiles.wordpress.org/davidbinda/\">David Binovec</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling (ocean90)</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/kloon/\">Gerhard Potgieter</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Grzegorz (Greg) Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jobthomas/\">Job</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/kjellr/\">kjellr</a>, <a href=\"https://profiles.wordpress.org/laurelfulford/\">laurelfulford</a>, <a href=\"https://profiles.wordpress.org/mkaz/\">Marcus Kazmierczak</a>, <a href=\"https://profiles.wordpress.org/dimadin/\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/mmaumio/\">Muntasir Mahmud</a>, <a href=\"https://profiles.wordpress.org/celloexpressions/\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/panchen/\">panchen</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/superpoincare/\">Ramanan</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/rickalee/\">Ricky Lee Whittemore</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>, and <a href=\"https://profiles.wordpress.org/earnjam/\">William Earnhardt</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:\"6530\";s: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:48:\"\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: December 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2019/01/the-month-in-wordpress-december-2018/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 08 Jan 2019 09:18:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a: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=6527\";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:\"New features, a big event, and important announcements marked December as a milestone month for the WordPress community. Release of WordPress 5.0 On December 6 WordPress 5.0 was released. This release includes the much anticipated new block editor as the default editing experience. While some users have chosen to continue using the Classic Editor on [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Aditya Kane\";s: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:3518:\"\n<p>New features, a big event, and important announcements marked December as a milestone month for the WordPress community. </p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Release of WordPress 5.0</h2>\n\n\n\n<p>On December 6 <a href=\"https://wordpress.org/news/2018/12/bebo/\">WordPress 5.0 was released</a>. This release includes the much anticipated new block editor as the default editing experience. While some users have chosen to continue using the <a href=\"https://wordpress.org/plugins/classic-editor/\">Classic Editor</a> on their sites, many site owners have quickly upgraded to this latest version.<br></p>\n\n\n\n<p>Two security and maintenance releases came out over the course of the month, with <a href=\"https://wordpress.org/news/2018/12/wordpress-5-0-2-maintenance-release/\">the latest update</a> providing a huge boost to performance and stability.<br></p>\n\n\n\n<p>The new version of WordPress comes a new default theme: <a href=\"https://wordpress.org/themes/twentynineteen/\">Twenty Nineteen</a>. This theme is designed to highlight how the block editor can be used.<br></p>\n\n\n\n<p>Want to get involved in developing WordPress Core? Follow <a href=\"https://make.wordpress.org/core\">the Core team blog</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>Gutenberg Phase 2</h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2018/12/08/gutenberg-phase-2/\">The next phase of Gutenberg</a> is being decided, starting with widgets, which will make it easier for users to customize their sites. This will be done with features being added to the Gutenberg plugin.<br></p>\n\n\n\n<p>Want to get involved in develop the future of the WordPress dashboard? Follow <a href=\"https://make.wordpress.org/core\">the Core team blog</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>9 Projects for 2019</h2>\n\n\n\n<p>WordPress co-founder Matt Mullenweg outlined <a href=\"https://make.wordpress.org/core/2018/12/08/9-priorities-for-2019/\">9 projects for the year 2019</a>. These projects range from creating a block for navigations menus, porting all existing widgets into blocks, forming a triage team to tackle open issues on Trac and more.<br></p>\n\n\n\n<p>A <a href=\"https://make.wordpress.org/core/2018/12/17/status-update-porting-widgets-to-blocks/\">status update</a> for porting existing widgets to blocks has been posted by Mel Choyce.</p>\n\n\n\n<h2>WordCamp US 2019 Dates announced</h2>\n\n\n\n<p><a href=\"https://2019.us.wordcamp.org/2018/12/12/wordcamp-us-2019-announcing-our-dates/\">WordCamp US 2019</a> will be held during Nov. 1-3, 2019, in St Louis, Missouri. It will be one of our largest events of the year and will feature Matt Mullenweg’s annual State of the Word address.<br></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li>v1.2.1 of the WordPress Coding Standards library <a href=\"https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/releases/tag/1.2.1\">has been released</a>.</li><li>A few revisions <a href=\"https://make.wordpress.org/core/2018/12/18/proposed-revisions-to-javascript-coding-standards/\">have been proposed</a> for the WordPress JavaScript coding standards.</li></ul>\n\n\n\n<p><em>If you have a story we should consider including 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:\"6527\";s: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:51:\"\n		\n		\n				\n		\n				\n		\n\n		\n				\n								\n										\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 5.0.2 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2018/12/wordpress-5-0-2-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 19 Dec 2018 23:47: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"5.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6509\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:346:\"WordPress 5.0.2 is now available! 5.0.2 is a maintenance release that addresses 73 bugs. The primary focus of this release was performance improvements in the block editor: the cumulated performance gains make it 330% faster for a post with 200 blocks. Here are a few of the additional highlights: 45 total Block Editor improvements are [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Gary Pendergast\";s: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:4695:\"\n<p>WordPress 5.0.2 is now available!</p>\n\n\n\n<p>5.0.2 is a maintenance release that addresses 73 bugs. The primary focus of this release was performance improvements in the block editor: the cumulated performance gains make it 330% faster for a post with 200 blocks.</p>\n\n\n\n<p>Here are a few of the additional highlights:</p>\n\n\n\n<ul><li>45 total Block Editor improvements are included (14 performance enhancements &amp; 31 bug fixes).</li><li><a href=\"https://core.trac.wordpress.org/query?component=Bundled+Theme&amp;milestone=5.0.2&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=status&amp;col=priority&amp;order=priority\">17 Block Editor related bugs</a> have been fixed across all of the bundled themes.</li><li>Some <a href=\"https://core.trac.wordpress.org/query?component=I18N&amp;milestone=5.0.2&amp;col=id&amp;col=summary&amp;col=status&amp;col=owner&amp;col=type&amp;col=priority&amp;col=milestone&amp;order=priority\">internationalization (i18n) issues</a> related to script loading have also been fixed.</li></ul>\n\n\n\n<p>For a full list of changes, please consult the <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;milestone=5.0.2&amp;group=component\">list of tickets on Trac</a> or the <a href=\"https://core.trac.wordpress.org/log/branches/5.0?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=44339&amp;stop_rev=44183&amp;limit=100&amp;sfp_email=&amp;sfph_mail=\">changelog</a>.</p>\n\n\n\n<p>You can <a href=\"https://wordpress.org/download/\">download WordPress 5.0.2</a> or visit Dashboard → Updates and click <em>Update Now</em>. Sites that support automatic background updates have already started to update automatically.</p>\n\n\n\n<p>Thank you to everyone who contributed to WordPress 5.0.2:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/babaevan/\">Alexander Babaev</a>, <a href=\"https://profiles.wordpress.org/akirk/\">Alex Kirk</a>, <a href=\"https://profiles.wordpress.org/allancole/\">allancole</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/atimmer/\">Anton Timmermans</a>, <a href=\"https://profiles.wordpress.org/davidbinda/\">David Binovec</a>, <a href=\"https://profiles.wordpress.org/jdtrower/\">David Trower</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/edpittol/\">Eduardo Pittol</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/greg-raven/\">Greg Raven</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">gziolo</a>, <a href=\"https://profiles.wordpress.org/herregroen/\">herregroen</a>, <a href=\"https://profiles.wordpress.org/icaleb/\">iCaleb</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/khleomix/\">khleomix</a>, <a href=\"https://profiles.wordpress.org/kjellr/\">kjellr</a>, <a href=\"https://profiles.wordpress.org/laurelfulford/\">laurelfulford</a>, <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeff&nbsp;Paul</a>, <a href=\"https://profiles.wordpress.org/mihaivalentin/\">mihaivalentin</a>, <a href=\"https://profiles.wordpress.org/dimadin/\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/more/\"></a><a href=\"https://profiles.wordpress.org/mmaumio/\">Muntasir Mahmud</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/pratikthink/\">Pratik K. Yadav</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/richtabor/\">Rich Tabor</a>, <a href=\"https://profiles.wordpress.org/strategio/\">strategio</a>, <a href=\"https://profiles.wordpress.org/subrataemfluence/\">Subrata Sarkar</a>, <a href=\"https://profiles.wordpress.org/tmatsuur/\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/torontodigits/\">TorontoDigits</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich/\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/vaishalipanchal/\">Vaishali Panchal</a>, <a href=\"https://profiles.wordpress.org/volodymyrkolesnykov/\">volodymyrkolesnykov</a>, <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a>, <a href=\"https://profiles.wordpress.org/ze3kr/\">ze3kr</a>, and <a href=\"https://profiles.wordpress.org/mypacecreator/\">のむらけい</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:\"6509\";s: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:51:\"\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:\"WordCamp US 2019 dates announced\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2018/12/wordcamp-us-2019-dates-announced/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Dec 2018 19:47:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6496\";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:324:\"Save the date! The next WordCamp US will be held on November 1-3, 2019, in beautiful St Louis, Missouri. One of our largest events of the year, WordCamp US is a great chance to connect with WordPress enthusiasts from around the world. This is also the event that features Matt Mullenweg&#8217;s annual State of the [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Andrea Middleton\";s: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:705:\"\n<p>Save the date! <a href=\"https://2019.us.wordcamp.org/2018/12/12/wordcamp-us-2019-announcing-our-dates/\">The next WordCamp US</a> will be held on November 1-3, 2019, in beautiful <a href=\"https://2018.us.wordcamp.org/2018/06/15/matt-mullenweg-announces-st-louis-as-wordcamp-us-2019-2020-host-city/\">St Louis, Missouri</a>. One of our largest events of the year, WordCamp US is a great chance to connect with WordPress enthusiasts from around the world. This is also the event that features Matt Mullenweg&#8217;s annual <a href=\"https://www.youtube.com/watch?v=r5b-N2RmxS8\">State of the Word</a> address. </p>\n\n\n\n<p>We&#8217;d love to see you in St. Louis next year, so mark your calendar now!<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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6496\";s: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:\"Tue, 19 Feb 2019 13:53:52 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, 19 Feb 2019 02:58:25 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:\"20190208125901\";}','no'),(46860,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1550595232','no'),(46861,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1550584432','no'),(215,'jpo_hide_always','1','yes'),(228,'widget_bateaux_widget_flickr','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(229,'widget_bateaux_widget_feature','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(230,'widget_bateaux_widget_highlight_post','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(231,'widget_bateaux_widget_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(232,'rewrite_rules','a:168:{s:22:\"index.php/portfolio/?$\";s:33:\"index.php?post_type=btx_portfolio\";s:52:\"index.php/portfolio/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_type=btx_portfolio&feed=$matches[1]\";s:47:\"index.php/portfolio/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_type=btx_portfolio&feed=$matches[1]\";s:39:\"index.php/portfolio/page/([0-9]{1,})/?$\";s:51:\"index.php?post_type=btx_portfolio&paged=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:57:\"index.php/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:33:\"index.php/category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:45:\"index.php/category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:54:\"index.php/tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:49:\"index.php/tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:30:\"index.php/tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:42:\"index.php/tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:24:\"index.php/tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:55:\"index.php/type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:50:\"index.php/type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:31:\"index.php/type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:43:\"index.php/type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:25:\"index.php/type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:67:\"index.php/wpforms_log_type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?wpforms_log_type=$matches[1]&feed=$matches[2]\";s:62:\"index.php/wpforms_log_type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?wpforms_log_type=$matches[1]&feed=$matches[2]\";s:43:\"index.php/wpforms_log_type/([^/]+)/embed/?$\";s:49:\"index.php?wpforms_log_type=$matches[1]&embed=true\";s:55:\"index.php/wpforms_log_type/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?wpforms_log_type=$matches[1]&paged=$matches[2]\";s:37:\"index.php/wpforms_log_type/([^/]+)/?$\";s:38:\"index.php?wpforms_log_type=$matches[1]\";s:47:\"index.php/portfolio/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"index.php/portfolio/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"index.php/portfolio/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"index.php/portfolio/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"index.php/portfolio/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"index.php/portfolio/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"index.php/portfolio/([^/]+)/embed/?$\";s:46:\"index.php?btx_portfolio=$matches[1]&embed=true\";s:40:\"index.php/portfolio/([^/]+)/trackback/?$\";s:40:\"index.php?btx_portfolio=$matches[1]&tb=1\";s:60:\"index.php/portfolio/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?btx_portfolio=$matches[1]&feed=$matches[2]\";s:55:\"index.php/portfolio/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?btx_portfolio=$matches[1]&feed=$matches[2]\";s:48:\"index.php/portfolio/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?btx_portfolio=$matches[1]&paged=$matches[2]\";s:55:\"index.php/portfolio/([^/]+)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?btx_portfolio=$matches[1]&cpage=$matches[2]\";s:44:\"index.php/portfolio/([^/]+)(?:/([0-9]+))?/?$\";s:52:\"index.php?btx_portfolio=$matches[1]&page=$matches[2]\";s:36:\"index.php/portfolio/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"index.php/portfolio/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"index.php/portfolio/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"index.php/portfolio/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"index.php/portfolio/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"index.php/portfolio/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:69:\"index.php/portfolio_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:61:\"index.php?btx_portfolio_category=$matches[1]&feed=$matches[2]\";s:64:\"index.php/portfolio_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:61:\"index.php?btx_portfolio_category=$matches[1]&feed=$matches[2]\";s:45:\"index.php/portfolio_category/([^/]+)/embed/?$\";s:55:\"index.php?btx_portfolio_category=$matches[1]&embed=true\";s:57:\"index.php/portfolio_category/([^/]+)/page/?([0-9]{1,})/?$\";s:62:\"index.php?btx_portfolio_category=$matches[1]&paged=$matches[2]\";s:39:\"index.php/portfolio_category/([^/]+)/?$\";s:44:\"index.php?btx_portfolio_category=$matches[1]\";s:64:\"index.php/portfolio_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?btx_portfolio_tag=$matches[1]&feed=$matches[2]\";s:59:\"index.php/portfolio_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?btx_portfolio_tag=$matches[1]&feed=$matches[2]\";s:40:\"index.php/portfolio_tag/([^/]+)/embed/?$\";s:50:\"index.php?btx_portfolio_tag=$matches[1]&embed=true\";s:52:\"index.php/portfolio_tag/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?btx_portfolio_tag=$matches[1]&paged=$matches[2]\";s:34:\"index.php/portfolio_tag/([^/]+)/?$\";s:39:\"index.php?btx_portfolio_tag=$matches[1]\";s:64:\"index.php/page_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?btx_page_category=$matches[1]&feed=$matches[2]\";s:59:\"index.php/page_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?btx_page_category=$matches[1]&feed=$matches[2]\";s:40:\"index.php/page_category/([^/]+)/embed/?$\";s:50:\"index.php?btx_page_category=$matches[1]&embed=true\";s:52:\"index.php/page_category/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?btx_page_category=$matches[1]&paged=$matches[2]\";s:34:\"index.php/page_category/([^/]+)/?$\";s:39:\"index.php?btx_page_category=$matches[1]\";s:49:\"index.php/amn_mi-lite/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:59:\"index.php/amn_mi-lite/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:79:\"index.php/amn_mi-lite/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:74:\"index.php/amn_mi-lite/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:74:\"index.php/amn_mi-lite/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:55:\"index.php/amn_mi-lite/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"index.php/amn_mi-lite/([^/]+)/embed/?$\";s:44:\"index.php?amn_mi-lite=$matches[1]&embed=true\";s:42:\"index.php/amn_mi-lite/([^/]+)/trackback/?$\";s:38:\"index.php?amn_mi-lite=$matches[1]&tb=1\";s:50:\"index.php/amn_mi-lite/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?amn_mi-lite=$matches[1]&paged=$matches[2]\";s:57:\"index.php/amn_mi-lite/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?amn_mi-lite=$matches[1]&cpage=$matches[2]\";s:46:\"index.php/amn_mi-lite/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?amn_mi-lite=$matches[1]&page=$matches[2]\";s:38:\"index.php/amn_mi-lite/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"index.php/amn_mi-lite/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"index.php/amn_mi-lite/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"index.php/amn_mi-lite/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"index.php/amn_mi-lite/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"index.php/amn_mi-lite/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:54:\"index.php/amn_wpforms-lite/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:64:\"index.php/amn_wpforms-lite/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:84:\"index.php/amn_wpforms-lite/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:79:\"index.php/amn_wpforms-lite/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:79:\"index.php/amn_wpforms-lite/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:60:\"index.php/amn_wpforms-lite/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:43:\"index.php/amn_wpforms-lite/([^/]+)/embed/?$\";s:49:\"index.php?amn_wpforms-lite=$matches[1]&embed=true\";s:47:\"index.php/amn_wpforms-lite/([^/]+)/trackback/?$\";s:43:\"index.php?amn_wpforms-lite=$matches[1]&tb=1\";s:55:\"index.php/amn_wpforms-lite/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?amn_wpforms-lite=$matches[1]&paged=$matches[2]\";s:62:\"index.php/amn_wpforms-lite/([^/]+)/comment-page-([0-9]{1,})/?$\";s:56:\"index.php?amn_wpforms-lite=$matches[1]&cpage=$matches[2]\";s:51:\"index.php/amn_wpforms-lite/([^/]+)(?:/([0-9]+))?/?$\";s:55:\"index.php?amn_wpforms-lite=$matches[1]&page=$matches[2]\";s:43:\"index.php/amn_wpforms-lite/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:53:\"index.php/amn_wpforms-lite/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:73:\"index.php/amn_wpforms-lite/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"index.php/amn_wpforms-lite/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"index.php/amn_wpforms-lite/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:49:\"index.php/amn_wpforms-lite/[^/]+/([^/]+)/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:42:\"index.php/feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:37:\"index.php/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:18:\"index.php/embed/?$\";s:21:\"index.php?&embed=true\";s:30:\"index.php/page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:37:\"index.php/comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=6&cpage=$matches[1]\";s:51:\"index.php/comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:46:\"index.php/comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:27:\"index.php/comments/embed/?$\";s:21:\"index.php?&embed=true\";s:54:\"index.php/search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:49:\"index.php/search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:30:\"index.php/search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:42:\"index.php/search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:24:\"index.php/search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:57:\"index.php/author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:33:\"index.php/author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:45:\"index.php/author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:79:\"index.php/([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:74:\"index.php/([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:55:\"index.php/([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:67:\"index.php/([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:49:\"index.php/([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:66:\"index.php/([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:61:\"index.php/([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:42:\"index.php/([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:54:\"index.php/([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:36:\"index.php/([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:53:\"index.php/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:48:\"index.php/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:29:\"index.php/([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:41:\"index.php/([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:23:\"index.php/([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:68:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:78:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:98:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:93:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:93:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:74:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:63:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:87:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:82:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:75:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:82:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:71:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:57:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:67:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:87:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:82:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:82:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:63:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:74:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:61:\"index.php/([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:48:\"index.php/([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:37:\"index.php/.?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"index.php/.?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"index.php/.?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"index.php/.?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"index.php/(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:30:\"index.php/(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:50:\"index.php/(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:45:\"index.php/(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:38:\"index.php/(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:45:\"index.php/(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:34:\"index.php/(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(246,'revslider_server_refresh','1509442315','yes'),(247,'revslider-update-check-short','1509442315','yes'),(248,'revslider-templates-check','1509442315','yes'),(249,'envato_market_version','2.0.0','yes'),(250,'widget_bateaux_widget_twitter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(251,'widget_bateaux_widget_instagram','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(252,'widget_bateaux_widget_portfolio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(253,'widget_layerslider_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(254,'btx_registered_fonts','a:4:{s:11:\"google_font\";a:733:{i:0;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"ABeeZee\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:6:\"family\";s:7:\"ABeeZee\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:1;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:4:\"Abel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:4:\"Abel\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:2;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:13:\"Abril Fatface\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:13:\"Abril Fatface\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:3;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:8:\"Aclonica\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:8:\"Aclonica\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:4;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:4:\"Acme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:4:\"Acme\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:5;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:5:\"Actor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:5:\"Actor\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:6;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Adamina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:7:\"Adamina\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:7;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:10:\"Advent Pro\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:3:{i:0;s:5:\"greek\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}i:8;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:15:\"Aguafina Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:15:\"Aguafina Script\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:9;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Akronim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:7:\"Akronim\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:10;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Aladin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:6:\"Aladin\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:11;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Aldrich\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:7:\"Aldrich\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:12;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:4:\"Alef\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:6:\"family\";s:4:\"Alef\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";}}i:13;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:8:\"Alegreya\";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:6:\"family\";s:8:\"Alegreya\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:14;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:11:\"Alegreya 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:6:\"family\";s:11:\"Alegreya SC\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:15;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:13:\"Alegreya Sans\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"vietnamese\";i:2;s:9:\"latin-ext\";}}i:16;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:16:\"Alegreya Sans SC\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"vietnamese\";i:2;s:9:\"latin-ext\";}}i:17;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:10:\"Alex Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:10:\"Alex Brush\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:18;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:13:\"Alfa Slab One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:13:\"Alfa Slab One\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:19;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:5:\"Alice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:5:\"Alice\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:20;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:5:\"Alike\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:5:\"Alike\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:21;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:13:\"Alike Angular\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:13:\"Alike Angular\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:22;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:5:\"Allan\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:6:\"family\";s:5:\"Allan\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:23;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Allerta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:7:\"Allerta\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:24;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:15:\"Allerta Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:15:\"Allerta Stencil\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:25;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Allura\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:6:\"Allura\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:26;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:8:\"Almendra\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:27;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:16:\"Almendra Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:16:\"Almendra Display\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:28;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:11:\"Almendra SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:11:\"Almendra SC\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:29;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:8:\"Amarante\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:8:\"Amarante\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:30;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:8:\"Amaranth\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:31;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:9:\"Amatic SC\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:6:\"family\";s:9:\"Amatic SC\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:32;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:9:\"Amethysta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:9:\"Amethysta\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:33;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:5:\"Amiri\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"arabic\";}}i:34;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:5:\"Amita\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:6:\"family\";s:5:\"Amita\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}i:35;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Anaheim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:7:\"Anaheim\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:36;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Andada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:6:\"Andada\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:37;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Andika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:6:\"Andika\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";}}i:38;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Angkor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:6:\"Angkor\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}i:39;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:24:\"Annie Use Your Telescope\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:24:\"Annie Use Your Telescope\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:40;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:13:\"Anonymous Pro\";s:8:\"category\";s:9:\"monospace\";s:7:\"subsets\";a:4:{i:0;s:5:\"greek\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}}i:41;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:5:\"Antic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:5:\"Antic\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:42;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:12:\"Antic Didone\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:12:\"Antic Didone\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:43;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:10:\"Antic Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:10:\"Antic Slab\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:44;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:5:\"Anton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:5:\"Anton\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:45;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Arapey\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:6:\"family\";s:6:\"Arapey\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:46;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Arbutus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:7:\"Arbutus\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:47;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:12:\"Arbutus Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:12:\"Arbutus Slab\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:48;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:19:\"Architects Daughter\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:19:\"Architects Daughter\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:49;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:13:\"Archivo Black\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:13:\"Archivo Black\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:50;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:14:\"Archivo Narrow\";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:6:\"family\";s:14:\"Archivo Narrow\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:51;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:5:\"Arimo\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:8:{i:0;s:6:\"hebrew\";i:1;s:5:\"greek\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";i:4;s:10:\"vietnamese\";i:5;s:12:\"cyrillic-ext\";i:6;s:9:\"greek-ext\";i:7;s:9:\"latin-ext\";}}i:52;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:8:\"Arizonia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:8:\"Arizonia\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:53;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Armata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:6:\"Armata\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:54;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:8:\"Artifika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:8:\"Artifika\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:55;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:4:\"Arvo\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:56;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:4:\"Arya\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:6:\"family\";s:4:\"Arya\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}i:57;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:4:\"Asap\";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:6:\"family\";s:4:\"Asap\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:58;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:4:\"Asar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:4:\"Asar\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}i:59;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:5:\"Asset\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:5:\"Asset\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:60;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Astloch\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:6:\"family\";s:7:\"Astloch\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:61;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:4:\"Asul\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:6:\"family\";s:4:\"Asul\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:62;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:10:\"Atomic Age\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:10:\"Atomic Age\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:63;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Aubrey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:6:\"Aubrey\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:64;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:9:\"Audiowide\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:9:\"Audiowide\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:65;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:10:\"Autour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:10:\"Autour One\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:66;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Average\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:7:\"Average\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:67;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:12:\"Average Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:12:\"Average Sans\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:68;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:19:\"Averia Gruesa Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:19:\"Averia Gruesa Libre\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:69;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:12:\"Averia Libre\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:70;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:17:\"Averia Sans Libre\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:71;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:18:\"Averia Serif Libre\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:72;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:10:\"Bad Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:10:\"Bad Script\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:2:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";}}i:73;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:9:\"Balthazar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:9:\"Balthazar\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:74;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Bangers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:7:\"Bangers\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:75;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:5:\"Basic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:5:\"Basic\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:76;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:10:\"Battambang\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:6:\"family\";s:10:\"Battambang\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}i:77;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Baumans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:7:\"Baumans\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:78;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:5:\"Bayon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:5:\"Bayon\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}i:79;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:8:\"Belgrano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:8:\"Belgrano\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:80;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Belleza\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:7:\"Belleza\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:81;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:9:\"BenchNine\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:6:\"family\";s:9:\"BenchNine\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:82;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Bentham\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:7:\"Bentham\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:83;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:15:\"Berkshire Swash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:15:\"Berkshire Swash\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:84;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:5:\"Bevan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:5:\"Bevan\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:85;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:13:\"Bigelow Rules\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:13:\"Bigelow Rules\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:86;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:11:\"Bigshot One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:11:\"Bigshot One\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:87;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:5:\"Bilbo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:5:\"Bilbo\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:88;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:16:\"Bilbo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:16:\"Bilbo Swash Caps\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:89;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:7:\"Biryani\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}i:90;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Bitter\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:6:\"family\";s:6:\"Bitter\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:91;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:13:\"Black Ops One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:13:\"Black Ops One\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:92;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:5:\"Bokor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:5:\"Bokor\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}i:93;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Bonbon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:6:\"Bonbon\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:94;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:8:\"Boogaloo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:8:\"Boogaloo\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:95;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:10:\"Bowlby One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:10:\"Bowlby One\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:96;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:13:\"Bowlby One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:13:\"Bowlby One SC\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:97;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Brawler\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:7:\"Brawler\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:98;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:10:\"Bree Serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:10:\"Bree Serif\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:99;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:14:\"Bubblegum Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:14:\"Bubblegum Sans\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:100;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:11:\"Bubbler One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:11:\"Bubbler One\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:101;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:4:\"Buda\";s:8:\"variants\";a:1:{i:0;s:3:\"300\";}s:6:\"family\";s:4:\"Buda\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:102;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Buenard\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:6:\"family\";s:7:\"Buenard\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:103;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:10:\"Butcherman\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:10:\"Butcherman\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:104;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:14:\"Butterfly Kids\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:14:\"Butterfly Kids\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:105;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:5:\"Cabin\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:106;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:15:\"Cabin Condensed\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:107;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:12:\"Cabin Sketch\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:6:\"family\";s:12:\"Cabin Sketch\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:108;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:15:\"Caesar Dressing\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:15:\"Caesar Dressing\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:109;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:10:\"Cagliostro\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:10:\"Cagliostro\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:110;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:14:\"Calligraffitti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:14:\"Calligraffitti\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:111;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:6:\"Cambay\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}i:112;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:5:\"Cambo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:5:\"Cambo\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:113;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Candal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:6:\"Candal\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:114;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:9:\"Cantarell\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:115;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:11:\"Cantata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:11:\"Cantata One\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:116;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:11:\"Cantora One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:11:\"Cantora One\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:117;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:8:\"Capriola\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:8:\"Capriola\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:118;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:5:\"Cardo\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:6:\"family\";s:5:\"Cardo\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:4:{i:0;s:5:\"greek\";i:1;s:5:\"latin\";i:2;s:9:\"greek-ext\";i:3;s:9:\"latin-ext\";}}i:119;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:5:\"Carme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:5:\"Carme\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:120;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:14:\"Carrois Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:14:\"Carrois Gothic\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:121;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:17:\"Carrois Gothic SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:17:\"Carrois Gothic SC\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:122;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:10:\"Carter One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:10:\"Carter One\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:123;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:9:\"Catamaran\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:3:{i:0;s:5:\"tamil\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}i:124;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:6:\"Caudex\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:4:{i:0;s:5:\"greek\";i:1;s:5:\"latin\";i:2;s:9:\"greek-ext\";i:3;s:9:\"latin-ext\";}}i:125;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Caveat\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:6:\"family\";s:6:\"Caveat\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:126;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:12:\"Caveat Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:12:\"Caveat Brush\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:127;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:18:\"Cedarville Cursive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:18:\"Cedarville Cursive\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:128;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:11:\"Ceviche One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:11:\"Ceviche One\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:129;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:10:\"Changa One\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:6:\"family\";s:10:\"Changa One\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:130;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Chango\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:6:\"Chango\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:131;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:18:\"Chau Philomene One\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:6:\"family\";s:18:\"Chau Philomene One\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:132;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:9:\"Chela One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:9:\"Chela One\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:133;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:14:\"Chelsea Market\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:14:\"Chelsea Market\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:134;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Chenla\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:6:\"Chenla\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}i:135;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:17:\"Cherry Cream Soda\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:17:\"Cherry Cream Soda\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:136;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:12:\"Cherry Swash\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:6:\"family\";s:12:\"Cherry Swash\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:137;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:5:\"Chewy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:5:\"Chewy\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:138;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Chicle\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:6:\"Chicle\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:139;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:5:\"Chivo\";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:6:\"family\";s:5:\"Chivo\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:140;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:8:\"Chonburi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:8:\"Chonburi\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:4:{i:0;s:4:\"thai\";i:1;s:5:\"latin\";i:2;s:10:\"vietnamese\";i:3;s:9:\"latin-ext\";}}i:141;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Cinzel\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:6:\"family\";s:6:\"Cinzel\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:142;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:17:\"Cinzel Decorative\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:143;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:14:\"Clicker Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:14:\"Clicker Script\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:144;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:4:\"Coda\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"800\";}s:6:\"family\";s:4:\"Coda\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:145;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:12:\"Coda Caption\";s:8:\"variants\";a:1:{i:0;s:3:\"800\";}s:6:\"family\";s:12:\"Coda Caption\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:146;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:8:\"Codystar\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:6:\"family\";s:8:\"Codystar\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:147;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:5:\"Combo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:5:\"Combo\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:148;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:9:\"Comfortaa\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:6:\"family\";s:9:\"Comfortaa\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:5:{i:0;s:5:\"greek\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:12:\"cyrillic-ext\";i:4;s:9:\"latin-ext\";}}i:149;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:11:\"Coming Soon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:11:\"Coming Soon\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:150;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:11:\"Concert One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:11:\"Concert One\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:151;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:9:\"Condiment\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:9:\"Condiment\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:152;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Content\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:6:\"family\";s:7:\"Content\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}i:153;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:12:\"Contrail One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:12:\"Contrail One\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:154;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:11:\"Convergence\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:11:\"Convergence\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:155;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Cookie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:6:\"Cookie\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:156;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:5:\"Copse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:5:\"Copse\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:157;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Corben\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:6:\"family\";s:6:\"Corben\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:158;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:9:\"Courgette\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:9:\"Courgette\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:159;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:7:\"Cousine\";s:8:\"category\";s:9:\"monospace\";s:7:\"subsets\";a:8:{i:0;s:6:\"hebrew\";i:1;s:5:\"greek\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";i:4;s:10:\"vietnamese\";i:5;s:12:\"cyrillic-ext\";i:6;s:9:\"greek-ext\";i:7;s:9:\"latin-ext\";}}i:160;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:8:\"Coustard\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}s:6:\"family\";s:8:\"Coustard\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:161;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:21:\"Covered By Your Grace\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:21:\"Covered By Your Grace\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:162;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:12:\"Crafty Girls\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:12:\"Crafty Girls\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:163;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:9:\"Creepster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:9:\"Creepster\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:164;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:11:\"Crete Round\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:6:\"family\";s:11:\"Crete Round\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:165;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:12:\"Crimson Text\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:166;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:13:\"Croissant One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:13:\"Croissant One\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:167;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Crushed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:7:\"Crushed\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:168;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:6:\"Cuprum\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}i:169;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Cutive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:6:\"Cutive\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:170;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:11:\"Cutive Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:11:\"Cutive Mono\";s:8:\"category\";s:9:\"monospace\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:171;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Damion\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:6:\"Damion\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:172;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:14:\"Dancing Script\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:6:\"family\";s:14:\"Dancing Script\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:173;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Dangrek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:7:\"Dangrek\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}i:174;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:20:\"Dawning of a New Day\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:20:\"Dawning of a New Day\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:175;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:8:\"Days One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:8:\"Days One\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:176;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:5:\"Dekko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:5:\"Dekko\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}i:177;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Delius\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:6:\"Delius\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:178;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:17:\"Delius Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:17:\"Delius Swash Caps\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:179;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:14:\"Delius Unicase\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:6:\"family\";s:14:\"Delius Unicase\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:180;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:13:\"Della Respira\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:13:\"Della Respira\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:181;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:8:\"Denk One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:8:\"Denk One\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:182;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:10:\"Devonshire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:10:\"Devonshire\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:183;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:8:\"Dhurjati\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:8:\"Dhurjati\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}}i:184;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:13:\"Didact Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:13:\"Didact Gothic\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:6:{i:0;s:5:\"greek\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:12:\"cyrillic-ext\";i:4;s:9:\"greek-ext\";i:5;s:9:\"latin-ext\";}}i:185;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:9:\"Diplomata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:9:\"Diplomata\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:186;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:12:\"Diplomata SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:12:\"Diplomata SC\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:187;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Domine\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:6:\"family\";s:6:\"Domine\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:188;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:11:\"Donegal One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:11:\"Donegal One\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:189;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:10:\"Doppio One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:10:\"Doppio One\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:190;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:5:\"Dorsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:5:\"Dorsa\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:191;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:5:\"Dosis\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:192;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:11:\"Dr Sugiyama\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:11:\"Dr Sugiyama\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:193;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:10:\"Droid Sans\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:6:\"family\";s:10:\"Droid Sans\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:194;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:15:\"Droid Sans Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:15:\"Droid Sans Mono\";s:8:\"category\";s:9:\"monospace\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:195;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:11:\"Droid 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:6:\"family\";s:11:\"Droid Serif\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:196;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:9:\"Duru Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:9:\"Duru Sans\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:197;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:9:\"Dynalight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:9:\"Dynalight\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:198;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:11:\"EB Garamond\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:11:\"EB Garamond\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:10:\"vietnamese\";i:3;s:12:\"cyrillic-ext\";i:4;s:9:\"latin-ext\";}}i:199;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:10:\"Eagle Lake\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:10:\"Eagle Lake\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:200;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:5:\"Eater\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:5:\"Eater\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:201;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:9:\"Economica\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:202;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:5:\"Eczar\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}i:203;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:8:\"Ek 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:6:\"family\";s:8:\"Ek Mukta\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}i:204;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:11:\"Electrolize\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:11:\"Electrolize\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:205;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:5:\"Elsie\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}s:6:\"family\";s:5:\"Elsie\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:206;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:16:\"Elsie Swash Caps\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}s:6:\"family\";s:16:\"Elsie Swash Caps\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:207;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:11:\"Emblema One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:11:\"Emblema One\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:208;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:12:\"Emilys Candy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:12:\"Emilys Candy\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:209;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:10:\"Engagement\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:10:\"Engagement\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:210;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:9:\"Englebert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:9:\"Englebert\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:211;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:9:\"Enriqueta\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:6:\"family\";s:9:\"Enriqueta\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:212;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:9:\"Erica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:9:\"Erica One\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:213;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Esteban\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:7:\"Esteban\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:214;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:15:\"Euphoria Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:15:\"Euphoria Script\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:215;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:5:\"Ewert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:5:\"Ewert\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:216;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:3:\"Exo\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:217;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:5:\"Exo 2\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}i:218;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:13:\"Expletus Sans\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:219;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:12:\"Fanwood Text\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:6:\"family\";s:12:\"Fanwood Text\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:220;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:9:\"Fascinate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:9:\"Fascinate\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:221;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:16:\"Fascinate Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:16:\"Fascinate Inline\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:222;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:10:\"Faster One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:10:\"Faster One\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:223;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:8:\"Fasthand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:8:\"Fasthand\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}i:224;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:9:\"Fauna One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:9:\"Fauna One\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:225;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:8:\"Federant\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:8:\"Federant\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:226;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Federo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:6:\"Federo\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:227;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Felipa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:6:\"Felipa\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:228;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:5:\"Fenix\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:5:\"Fenix\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:229;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:12:\"Finger Paint\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:12:\"Finger Paint\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:230;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:9:\"Fira Mono\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:6:\"family\";s:9:\"Fira Mono\";s:8:\"category\";s:9:\"monospace\";s:7:\"subsets\";a:5:{i:0;s:5:\"greek\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:12:\"cyrillic-ext\";i:4;s:9:\"latin-ext\";}}i:231;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:9:\"Fira 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:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}s:6:\"family\";s:9:\"Fira Sans\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:5:{i:0;s:5:\"greek\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:12:\"cyrillic-ext\";i:4;s:9:\"latin-ext\";}}i:232;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:10:\"Fjalla One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:10:\"Fjalla One\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:233;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:9:\"Fjord One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:9:\"Fjord One\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:234;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:8:\"Flamenco\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:6:\"family\";s:8:\"Flamenco\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:235;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Flavors\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:7:\"Flavors\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:236;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:10:\"Fondamento\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:6:\"family\";s:10:\"Fondamento\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:237;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:16:\"Fontdiner Swanky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:16:\"Fontdiner Swanky\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:238;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:5:\"Forum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:5:\"Forum\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";}}i:239;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:12:\"Francois One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:12:\"Francois One\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:240;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:12:\"Freckle Face\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:12:\"Freckle Face\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:241;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:20:\"Fredericka the Great\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:20:\"Fredericka the Great\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:242;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:11:\"Fredoka One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:11:\"Fredoka One\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:243;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:8:\"Freehand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:8:\"Freehand\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}i:244;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Fresca\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:6:\"Fresca\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:245;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Frijole\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:7:\"Frijole\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:246;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Fruktur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:7:\"Fruktur\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:247;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:9:\"Fugaz One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:9:\"Fugaz One\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:248;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:9:\"GFS Didot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:9:\"GFS Didot\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"greek\";}}i:249;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:15:\"GFS Neohellenic\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"greek\";}}i:250;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:8:\"Gabriela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:8:\"Gabriela\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:251;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Gafata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:6:\"Gafata\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:252;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:8:\"Galdeano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:8:\"Galdeano\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:253;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Galindo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:7:\"Galindo\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:254;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:13:\"Gentium Basic\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:255;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:18:\"Gentium Book Basic\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:256;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:3:\"Geo\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:6:\"family\";s:3:\"Geo\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:257;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Geostar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:7:\"Geostar\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:258;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:12:\"Geostar Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:12:\"Geostar Fill\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:259;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:12:\"Germania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:12:\"Germania One\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:260;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Gidugu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:6:\"Gidugu\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}}i:261;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:13:\"Gilda Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:13:\"Gilda Display\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:262;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:14:\"Give You Glory\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:14:\"Give You Glory\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:263;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:13:\"Glass Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:13:\"Glass Antiqua\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:264;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Glegoo\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:6:\"family\";s:6:\"Glegoo\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}i:265;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:17:\"Gloria Hallelujah\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:17:\"Gloria Hallelujah\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:266;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:10:\"Goblin One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:10:\"Goblin One\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:267;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:10:\"Gochi Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:10:\"Gochi Hand\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:268;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:8:\"Gorditas\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:6:\"family\";s:8:\"Gorditas\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:269;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:21:\"Goudy Bookletter 1911\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:21:\"Goudy Bookletter 1911\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:270;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:8:\"Graduate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:8:\"Graduate\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:271;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:11:\"Grand Hotel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:11:\"Grand Hotel\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:272;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:12:\"Gravitas One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:12:\"Gravitas One\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:273;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:11:\"Great Vibes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:11:\"Great Vibes\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:274;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Griffy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:6:\"Griffy\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:275;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Gruppo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:6:\"Gruppo\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:276;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:5:\"Gudea\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:6:\"family\";s:5:\"Gudea\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:277;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:8:\"Gurajada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:8:\"Gurajada\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}}i:278;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Habibi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:6:\"Habibi\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:279;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:6:\"Halant\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}i:280;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:15:\"Hammersmith One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:15:\"Hammersmith One\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:281;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Hanalei\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:7:\"Hanalei\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:282;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:12:\"Hanalei Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:12:\"Hanalei Fill\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:283;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Handlee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:7:\"Handlee\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:284;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Hanuman\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:6:\"family\";s:7:\"Hanuman\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}i:285;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:12:\"Happy Monkey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:12:\"Happy Monkey\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:286;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:12:\"Headland One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:12:\"Headland One\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:287;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:11:\"Henny Penny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:11:\"Henny Penny\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:288;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:20:\"Herr Von Muellerhoff\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:20:\"Herr Von Muellerhoff\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:289;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:4:\"Hind\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}i:290;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:13:\"Hind Siliguri\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:3:{i:0;s:7:\"bengali\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}i:291;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:13:\"Hind Vadodara\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"gujarati\";i:2;s:9:\"latin-ext\";}}i:292;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:15:\"Holtwood One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:15:\"Holtwood One SC\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:293;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:14:\"Homemade Apple\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:14:\"Homemade Apple\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:294;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:8:\"Homenaje\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:8:\"Homenaje\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:295;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:15:\"IM Fell DW Pica\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:6:\"family\";s:15:\"IM Fell DW Pica\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:296;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:18:\"IM Fell DW Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:18:\"IM Fell DW Pica SC\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:297;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:19:\"IM Fell Double Pica\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:6:\"family\";s:19:\"IM Fell Double Pica\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:298;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:22:\"IM Fell Double Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:22:\"IM Fell Double Pica SC\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:299;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:15:\"IM Fell English\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:6:\"family\";s:15:\"IM Fell English\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:300;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:18:\"IM Fell English SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:18:\"IM Fell English SC\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:301;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:20:\"IM Fell French Canon\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:6:\"family\";s:20:\"IM Fell French Canon\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:302;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:23:\"IM Fell French Canon SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:23:\"IM Fell French Canon SC\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:303;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:20:\"IM Fell Great Primer\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:6:\"family\";s:20:\"IM Fell Great Primer\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:304;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:23:\"IM Fell Great Primer SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:23:\"IM Fell Great Primer SC\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:305;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Iceberg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:7:\"Iceberg\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:306;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Iceland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:7:\"Iceland\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:307;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Imprima\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:7:\"Imprima\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:308;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:11:\"Inconsolata\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:6:\"family\";s:11:\"Inconsolata\";s:8:\"category\";s:9:\"monospace\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:309;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:5:\"Inder\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:5:\"Inder\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:310;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:12:\"Indie Flower\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:12:\"Indie Flower\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:311;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:5:\"Inika\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:6:\"family\";s:5:\"Inika\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:312;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:14:\"Inknut Antiqua\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}i:313;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:12:\"Irish Grover\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:12:\"Irish Grover\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:314;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:9:\"Istok Web\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";}}i:315;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:8:\"Italiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:8:\"Italiana\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:316;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:9:\"Italianno\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:9:\"Italianno\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:317;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:4:\"Itim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:4:\"Itim\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:4:{i:0;s:4:\"thai\";i:1;s:5:\"latin\";i:2;s:10:\"vietnamese\";i:3;s:9:\"latin-ext\";}}i:318;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:16:\"Jacques Francois\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:16:\"Jacques Francois\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:319;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:23:\"Jacques Francois Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:23:\"Jacques Francois Shadow\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:320;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:5:\"Jaldi\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:6:\"family\";s:5:\"Jaldi\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}i:321;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:14:\"Jim Nightshade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:14:\"Jim Nightshade\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:322;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:10:\"Jockey One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:10:\"Jockey One\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:323;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:12:\"Jolly Lodger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:12:\"Jolly Lodger\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:324;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:12:\"Josefin Sans\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:325;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:12:\"Josefin Slab\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:326;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:8:\"Joti One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:8:\"Joti One\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:327;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Judson\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:6:\"family\";s:6:\"Judson\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"vietnamese\";i:2;s:9:\"latin-ext\";}}i:328;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:5:\"Julee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:5:\"Julee\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:329;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:15:\"Julius Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:15:\"Julius Sans One\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:330;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:5:\"Junge\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:5:\"Junge\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:331;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:4:\"Jura\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";}s:6:\"family\";s:4:\"Jura\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:5:{i:0;s:5:\"greek\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:12:\"cyrillic-ext\";i:4;s:9:\"latin-ext\";}}i:332;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:17:\"Just Another Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:17:\"Just Another Hand\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:333;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:23:\"Just Me Again Down Here\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:23:\"Just Me Again Down Here\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:334;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:5:\"Kadwa\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:6:\"family\";s:5:\"Kadwa\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";}}i:335;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:5:\"Kalam\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:6:\"family\";s:5:\"Kalam\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}i:336;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Kameron\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:6:\"family\";s:7:\"Kameron\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:337;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:5:\"Kanit\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:4:{i:0;s:4:\"thai\";i:1;s:5:\"latin\";i:2;s:10:\"vietnamese\";i:3;s:9:\"latin-ext\";}}i:338;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:9:\"Kantumruy\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:6:\"family\";s:9:\"Kantumruy\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}i:339;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:5:\"Karla\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:340;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:5:\"Karma\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}i:341;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:14:\"Kaushan Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:14:\"Kaushan Script\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:342;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Kavoon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:6:\"Kavoon\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:343;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:10:\"Kdam Thmor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:10:\"Kdam Thmor\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}i:344;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:10:\"Keania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:10:\"Keania One\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:345;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:10:\"Kelly Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:10:\"Kelly Slab\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}i:346;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:5:\"Kenia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:5:\"Kenia\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:347;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:5:\"Khand\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}i:348;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:5:\"Khmer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:5:\"Khmer\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}i:349;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:5:\"Khula\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}i:350;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:8:\"Kite One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:8:\"Kite One\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:351;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Knewave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:7:\"Knewave\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:352;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:9:\"Kotta One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:9:\"Kotta One\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:353;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Koulen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:6:\"Koulen\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}i:354;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Kranky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:6:\"Kranky\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:355;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:5:\"Kreon\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:6:\"family\";s:5:\"Kreon\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:356;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Kristi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:6:\"Kristi\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:357;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:9:\"Krona One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:9:\"Krona One\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:358;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Kurale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:6:\"Kurale\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:10:\"devanagari\";i:3;s:9:\"latin-ext\";}}i:359;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:15:\"La Belle Aurore\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:15:\"La Belle Aurore\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:360;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:5:\"Laila\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}i:361;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:11:\"Lakki Reddy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:11:\"Lakki Reddy\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}}i:362;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:8:\"Lancelot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:8:\"Lancelot\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:363;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Lateef\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:6:\"Lateef\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"arabic\";}}i:364;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:4:\"Lato\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:365;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:13:\"League Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:13:\"League Script\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:366;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:12:\"Leckerli One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:12:\"Leckerli One\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:367;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Ledger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:6:\"Ledger\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}i:368;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Lekton\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:6:\"family\";s:6:\"Lekton\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:369;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:5:\"Lemon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:5:\"Lemon\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:370;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:17:\"Libre Baskerville\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:371;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:11:\"Life Savers\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:6:\"family\";s:11:\"Life Savers\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:372;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:10:\"Lilita One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:10:\"Lilita One\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:373;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:15:\"Lily Script One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:15:\"Lily Script One\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:374;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:9:\"Limelight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:9:\"Limelight\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:375;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:11:\"Linden Hill\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:6:\"family\";s:11:\"Linden Hill\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:376;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Lobster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:7:\"Lobster\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:10:\"vietnamese\";i:3;s:9:\"latin-ext\";}}i:377;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:11:\"Lobster Two\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:378;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:16:\"Londrina Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:16:\"Londrina Outline\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:379;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:15:\"Londrina Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:15:\"Londrina Shadow\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:380;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:15:\"Londrina Sketch\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:15:\"Londrina Sketch\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:381;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:14:\"Londrina Solid\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:14:\"Londrina Solid\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:382;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:4:\"Lora\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}i:383;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:21:\"Love Ya Like A Sister\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:21:\"Love Ya Like A Sister\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:384;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:17:\"Loved by the King\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:17:\"Loved by the King\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:385;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:14:\"Lovers Quarrel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:14:\"Lovers Quarrel\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:386;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:12:\"Luckiest Guy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:12:\"Luckiest Guy\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:387;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:8:\"Lusitana\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:6:\"family\";s:8:\"Lusitana\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:388;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Lustria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:7:\"Lustria\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:389;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Macondo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:7:\"Macondo\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:390;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:18:\"Macondo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:18:\"Macondo Swash Caps\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:391;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:5:\"Magra\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:6:\"family\";s:5:\"Magra\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:392;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:13:\"Maiden Orange\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:13:\"Maiden Orange\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:393;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:4:\"Mako\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:4:\"Mako\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:394;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:8:\"Mallanna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:8:\"Mallanna\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}}i:395;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Mandali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:7:\"Mandali\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}}i:396;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:9:\"Marcellus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:9:\"Marcellus\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:397;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:12:\"Marcellus SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:12:\"Marcellus SC\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:398;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:12:\"Marck Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:12:\"Marck Script\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}i:399;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:9:\"Margarine\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:9:\"Margarine\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:400;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:9:\"Marko One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:9:\"Marko One\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:401;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:8:\"Marmelad\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:8:\"Marmelad\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}i:402;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:6:\"Martel\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}i:403;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:11:\"Martel Sans\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}i:404;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:6:\"Marvel\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:405;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:4:\"Mate\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:6:\"family\";s:4:\"Mate\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:406;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Mate SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:7:\"Mate SC\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:407;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:9:\"Maven Pro\";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:6:\"family\";s:9:\"Maven Pro\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:408;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"McLaren\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:7:\"McLaren\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:409;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Meddon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:6:\"Meddon\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:410;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:13:\"MedievalSharp\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:13:\"MedievalSharp\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:411;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:10:\"Medula One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:10:\"Medula One\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:412;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Megrim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:6:\"Megrim\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:413;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:11:\"Meie Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:11:\"Meie Script\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:414;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:8:\"Merienda\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:6:\"family\";s:8:\"Merienda\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:415;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:12:\"Merienda One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:12:\"Merienda One\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:416;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:12:\"Merriweather\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:417;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:17:\"Merriweather Sans\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:418;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:5:\"Metal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:5:\"Metal\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}i:419;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:11:\"Metal Mania\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:11:\"Metal Mania\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:420;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:12:\"Metamorphous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:12:\"Metamorphous\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:421;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:11:\"Metrophobic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:11:\"Metrophobic\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:422;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:8:\"Michroma\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:8:\"Michroma\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:423;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Milonga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:7:\"Milonga\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:424;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:9:\"Miltonian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:9:\"Miltonian\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:425;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:16:\"Miltonian Tattoo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:16:\"Miltonian Tattoo\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:426;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Miniver\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:7:\"Miniver\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:427;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:14:\"Miss Fajardose\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:14:\"Miss Fajardose\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:428;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:5:\"Modak\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:5:\"Modak\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}i:429;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:14:\"Modern Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:14:\"Modern Antiqua\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:430;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Molengo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:7:\"Molengo\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:431;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:5:\"Molle\";s:8:\"variants\";a:1:{i:0;s:6:\"italic\";}s:6:\"family\";s:5:\"Molle\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:432;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:5:\"Monda\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:6:\"family\";s:5:\"Monda\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:433;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:8:\"Monofett\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:8:\"Monofett\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:434;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Monoton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:7:\"Monoton\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:435;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:20:\"Monsieur La Doulaise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:20:\"Monsieur La Doulaise\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:436;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Montaga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:7:\"Montaga\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:437;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Montez\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:6:\"Montez\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:438;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:10:\"Montserrat\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:6:\"family\";s:10:\"Montserrat\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:439;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:21:\"Montserrat Alternates\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:6:\"family\";s:21:\"Montserrat Alternates\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:440;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:20:\"Montserrat Subrayada\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:6:\"family\";s:20:\"Montserrat Subrayada\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:441;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:4:\"Moul\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:4:\"Moul\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}i:442;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:8:\"Moulpali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:8:\"Moulpali\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}i:443;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:22:\"Mountains of Christmas\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:6:\"family\";s:22:\"Mountains of Christmas\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:444;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:13:\"Mouse Memoirs\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:13:\"Mouse Memoirs\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:445;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:10:\"Mr Bedfort\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:10:\"Mr Bedfort\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:446;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:8:\"Mr Dafoe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:8:\"Mr Dafoe\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:447;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:14:\"Mr De Haviland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:14:\"Mr De Haviland\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:448;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:19:\"Mrs Saint Delafield\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:19:\"Mrs Saint Delafield\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:449;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:13:\"Mrs Sheppards\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:13:\"Mrs Sheppards\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:450;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:4:\"Muli\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";}s:6:\"family\";s:4:\"Muli\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:451;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:13:\"Mystery Quest\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:13:\"Mystery Quest\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:452;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:3:\"NTR\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:3:\"NTR\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}}i:453;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Neucha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:6:\"Neucha\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:2:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";}}i:454;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:6:\"Neuton\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:455;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:10:\"New Rocker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:10:\"New Rocker\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:456;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:10:\"News Cycle\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:6:\"family\";s:10:\"News Cycle\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:457;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Niconne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:7:\"Niconne\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:458;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:9:\"Nixie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:9:\"Nixie One\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:459;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Nobile\";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:6:\"family\";s:6:\"Nobile\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:460;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Nokora\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:6:\"family\";s:6:\"Nokora\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}i:461;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Norican\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:7:\"Norican\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:462;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Nosifer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:7:\"Nosifer\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:463;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:20:\"Nothing You Could Do\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:20:\"Nothing You Could Do\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:464;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:12:\"Noticia Text\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"vietnamese\";i:2;s:9:\"latin-ext\";}}i:465;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:9:\"Noto Sans\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:8:{i:0;s:5:\"greek\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:10:\"devanagari\";i:4;s:10:\"vietnamese\";i:5;s:12:\"cyrillic-ext\";i:6;s:9:\"greek-ext\";i:7;s:9:\"latin-ext\";}}i:466;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:10:\"Noto Serif\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:7:{i:0;s:5:\"greek\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:10:\"vietnamese\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"greek-ext\";i:6;s:9:\"latin-ext\";}}i:467;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:8:\"Nova Cut\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:8:\"Nova Cut\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:468;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:9:\"Nova Flat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:9:\"Nova Flat\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:469;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:9:\"Nova Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:9:\"Nova Mono\";s:8:\"category\";s:9:\"monospace\";s:7:\"subsets\";a:2:{i:0;s:5:\"greek\";i:1;s:5:\"latin\";}}i:470;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:9:\"Nova Oval\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:9:\"Nova Oval\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:471;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:10:\"Nova Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:10:\"Nova Round\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:472;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:11:\"Nova Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:11:\"Nova Script\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:473;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:9:\"Nova Slim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:9:\"Nova Slim\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:474;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:11:\"Nova Square\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:11:\"Nova Square\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:475;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Numans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:6:\"Numans\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:476;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Nunito\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:6:\"family\";s:6:\"Nunito\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:477;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:14:\"Odor Mean Chey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:14:\"Odor Mean Chey\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}i:478;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Offside\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:7:\"Offside\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:479;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:15:\"Old Standard TT\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:480;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:9:\"Oldenburg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:9:\"Oldenburg\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:481;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:11:\"Oleo Script\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:6:\"family\";s:11:\"Oleo Script\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:482;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:22:\"Oleo Script Swash Caps\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:6:\"family\";s:22:\"Oleo Script Swash Caps\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:483;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:9:\"Open Sans\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:7:{i:0;s:5:\"greek\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:10:\"vietnamese\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"greek-ext\";i:6;s:9:\"latin-ext\";}}i:484;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:19:\"Open Sans Condensed\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:7:{i:0;s:5:\"greek\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:10:\"vietnamese\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"greek-ext\";i:6;s:9:\"latin-ext\";}}i:485;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:11:\"Oranienbaum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:11:\"Oranienbaum\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";}}i:486;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:8:\"Orbitron\";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:6:\"family\";s:8:\"Orbitron\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:487;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Oregano\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:6:\"family\";s:7:\"Oregano\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:488;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Orienta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:7:\"Orienta\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:489;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:15:\"Original Surfer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:15:\"Original Surfer\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:490;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Oswald\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:6:\"family\";s:6:\"Oswald\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:491;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:16:\"Over the Rainbow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:16:\"Over the Rainbow\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:492;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:8:\"Overlock\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:493;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:11:\"Overlock SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:11:\"Overlock SC\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:494;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:3:\"Ovo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:3:\"Ovo\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:495;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Oxygen\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:6:\"family\";s:6:\"Oxygen\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:496;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:11:\"Oxygen Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:11:\"Oxygen Mono\";s:8:\"category\";s:9:\"monospace\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:497;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"PT Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:7:\"PT Mono\";s:8:\"category\";s:9:\"monospace\";s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";}}i:498;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:7:\"PT Sans\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";}}i:499;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:15:\"PT Sans Caption\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:6:\"family\";s:15:\"PT Sans Caption\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";}}i:500;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:14:\"PT Sans Narrow\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:6:\"family\";s:14:\"PT Sans Narrow\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";}}i:501;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:8:\"PT Serif\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";}}i:502;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:16:\"PT Serif Caption\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:6:\"family\";s:16:\"PT Serif Caption\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";}}i:503;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:8:\"Pacifico\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:8:\"Pacifico\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:504;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:9:\"Palanquin\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}i:505;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:14:\"Palanquin Dark\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}i:506;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Paprika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:7:\"Paprika\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:507;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:10:\"Parisienne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:10:\"Parisienne\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:508;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:11:\"Passero One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:11:\"Passero One\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:509;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:11:\"Passion One\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:510;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:18:\"Pathway Gothic One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:18:\"Pathway Gothic One\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:511;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:12:\"Patrick Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:12:\"Patrick Hand\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"vietnamese\";i:2;s:9:\"latin-ext\";}}i:512;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:15:\"Patrick Hand SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:15:\"Patrick Hand SC\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"vietnamese\";i:2;s:9:\"latin-ext\";}}i:513;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:9:\"Patua One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:9:\"Patua One\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:514;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:11:\"Paytone One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:11:\"Paytone One\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:515;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Peddana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:7:\"Peddana\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}}i:516;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Peralta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:7:\"Peralta\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:517;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:16:\"Permanent Marker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:16:\"Permanent Marker\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:518;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:19:\"Petit Formal Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:19:\"Petit Formal Script\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:519;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Petrona\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:7:\"Petrona\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:520;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:11:\"Philosopher\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";}}i:521;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Piedra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:6:\"Piedra\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:522;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:13:\"Pinyon Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:13:\"Pinyon Script\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:523;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:10:\"Pirata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:10:\"Pirata One\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:524;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Plaster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:7:\"Plaster\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:525;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:4:\"Play\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:6:\"family\";s:4:\"Play\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:5:{i:0;s:5:\"greek\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:12:\"cyrillic-ext\";i:4;s:9:\"latin-ext\";}}i:526;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:8:\"Playball\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:8:\"Playball\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:527;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:16:\"Playfair Display\";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:6:\"family\";s:16:\"Playfair Display\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}i:528;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:19:\"Playfair Display SC\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}i:529;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Podkova\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:6:\"family\";s:7:\"Podkova\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:530;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:10:\"Poiret One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:10:\"Poiret One\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}i:531;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:10:\"Poller One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:10:\"Poller One\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:532;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:4:\"Poly\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:6:\"family\";s:4:\"Poly\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:533;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:8:\"Pompiere\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:8:\"Pompiere\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:534;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:12:\"Pontano Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:12:\"Pontano Sans\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:535;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Poppins\";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:6:\"family\";s:7:\"Poppins\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}i:536;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:16:\"Port Lligat Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:16:\"Port Lligat Sans\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:537;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:16:\"Port Lligat Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:16:\"Port Lligat Slab\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:538;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:14:\"Pragati Narrow\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:6:\"family\";s:14:\"Pragati Narrow\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}i:539;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:5:\"Prata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:5:\"Prata\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:540;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:11:\"Preahvihear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:11:\"Preahvihear\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}i:541;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:14:\"Press Start 2P\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:14:\"Press Start 2P\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:4:{i:0;s:5:\"greek\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}}i:542;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:14:\"Princess Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:14:\"Princess Sofia\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:543;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:8:\"Prociono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:8:\"Prociono\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:544;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:10:\"Prosto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:10:\"Prosto One\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}i:545;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:7:\"Puritan\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:546;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:12:\"Purple Purse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:12:\"Purple Purse\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:547;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Quando\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:6:\"Quando\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:548;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:8:\"Quantico\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:549;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:12:\"Quattrocento\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:6:\"family\";s:12:\"Quattrocento\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:550;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:17:\"Quattrocento Sans\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:551;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:9:\"Questrial\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:9:\"Questrial\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:552;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:9:\"Quicksand\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:6:\"family\";s:9:\"Quicksand\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:553;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:14:\"Quintessential\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:14:\"Quintessential\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:554;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Qwigley\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:7:\"Qwigley\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:555;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:15:\"Racing Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:15:\"Racing Sans One\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:556;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Radley\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:6:\"family\";s:6:\"Radley\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:557;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:8:\"Rajdhani\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}i:558;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Raleway\";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:6:\"family\";s:7:\"Raleway\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:559;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:12:\"Raleway Dots\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:12:\"Raleway Dots\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:560;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:10:\"Ramabhadra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:10:\"Ramabhadra\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}}i:561;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:8:\"Ramaraja\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:8:\"Ramaraja\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}}i:562;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:6:\"Rambla\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:563;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:12:\"Rammetto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:12:\"Rammetto One\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:564;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:8:\"Ranchers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:8:\"Ranchers\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:565;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Rancho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:6:\"Rancho\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:566;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:5:\"Ranga\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:6:\"family\";s:5:\"Ranga\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}i:567;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:9:\"Rationale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:9:\"Rationale\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:568;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:12:\"Ravi Prakash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:12:\"Ravi Prakash\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}}i:569;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:9:\"Redressed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:9:\"Redressed\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:570;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:13:\"Reenie Beanie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:13:\"Reenie Beanie\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:571;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Revalia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:7:\"Revalia\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:572;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:13:\"Rhodium Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:13:\"Rhodium Libre\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}i:573;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Ribeye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:6:\"Ribeye\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:574;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:13:\"Ribeye Marrow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:13:\"Ribeye Marrow\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:575;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:9:\"Righteous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:9:\"Righteous\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:576;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Risque\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:6:\"Risque\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:577;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:6:\"Roboto\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:7:{i:0;s:5:\"greek\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:10:\"vietnamese\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"greek-ext\";i:6;s:9:\"latin-ext\";}}i:578;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:16:\"Roboto Condensed\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:7:{i:0;s:5:\"greek\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:10:\"vietnamese\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"greek-ext\";i:6;s:9:\"latin-ext\";}}i:579;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:11:\"Roboto Mono\";s:8:\"category\";s:9:\"monospace\";s:7:\"subsets\";a:7:{i:0;s:5:\"greek\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:10:\"vietnamese\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"greek-ext\";i:6;s:9:\"latin-ext\";}}i:580;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:11:\"Roboto Slab\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";}s:6:\"family\";s:11:\"Roboto Slab\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:7:{i:0;s:5:\"greek\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:10:\"vietnamese\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"greek-ext\";i:6;s:9:\"latin-ext\";}}i:581;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:9:\"Rochester\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:9:\"Rochester\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:582;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:9:\"Rock Salt\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:9:\"Rock Salt\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:583;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Rokkitt\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:6:\"family\";s:7:\"Rokkitt\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:584;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:9:\"Romanesco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:9:\"Romanesco\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:585;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:9:\"Ropa Sans\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:6:\"family\";s:9:\"Ropa Sans\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:586;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Rosario\";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:6:\"family\";s:7:\"Rosario\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:587;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:8:\"Rosarivo\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:6:\"family\";s:8:\"Rosarivo\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:588;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:12:\"Rouge Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:12:\"Rouge Script\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:589;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:9:\"Rozha One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:9:\"Rozha One\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}i:590;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:5:\"Rubik\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}i:591;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:14:\"Rubik Mono One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:14:\"Rubik Mono One\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}i:592;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:9:\"Rubik One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:9:\"Rubik One\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}i:593;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:4:\"Ruda\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:6:\"family\";s:4:\"Ruda\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:594;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Rufina\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:6:\"family\";s:6:\"Rufina\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:595;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:11:\"Ruge Boogie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:11:\"Ruge Boogie\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:596;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Ruluko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:6:\"Ruluko\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:597;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:10:\"Rum Raisin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:10:\"Rum Raisin\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:598;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:14:\"Ruslan Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:14:\"Ruslan Display\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}i:599;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:9:\"Russo One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:9:\"Russo One\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}i:600;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Ruthie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:6:\"Ruthie\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:601;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:3:\"Rye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:3:\"Rye\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:602;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:10:\"Sacramento\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:10:\"Sacramento\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:603;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Sahitya\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:6:\"family\";s:7:\"Sahitya\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";}}i:604;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:4:\"Sail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:4:\"Sail\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:605;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:5:\"Salsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:5:\"Salsa\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:606;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Sanchez\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:6:\"family\";s:7:\"Sanchez\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:607;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:8:\"Sancreek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:8:\"Sancreek\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:608;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:11:\"Sansita One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:11:\"Sansita One\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:609;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Sarala\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:6:\"family\";s:6:\"Sarala\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}i:610;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Sarina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:6:\"Sarina\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:611;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:8:\"Sarpanch\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}i:612;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Satisfy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:7:\"Satisfy\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:613;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:5:\"Scada\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}i:614;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:12:\"Scheherazade\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:6:\"family\";s:12:\"Scheherazade\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"arabic\";}}i:615;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:10:\"Schoolbell\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:10:\"Schoolbell\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:616;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:14:\"Seaweed Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:14:\"Seaweed Script\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:617;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:9:\"Sevillana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:9:\"Sevillana\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:618;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:11:\"Seymour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:11:\"Seymour One\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}i:619;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:18:\"Shadows Into Light\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:18:\"Shadows Into Light\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:620;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:22:\"Shadows Into Light Two\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:22:\"Shadows Into Light Two\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:621;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Shanti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:6:\"Shanti\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:622;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:5:\"Share\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:623;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:10:\"Share Tech\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:10:\"Share Tech\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:624;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:15:\"Share Tech Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:15:\"Share Tech Mono\";s:8:\"category\";s:9:\"monospace\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:625;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:9:\"Shojumaru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:9:\"Shojumaru\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:626;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:11:\"Short Stack\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:11:\"Short Stack\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:627;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:8:\"Siemreap\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:8:\"Siemreap\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}i:628;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:10:\"Sigmar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:10:\"Sigmar One\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:629;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:7:\"Signika\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:630;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:16:\"Signika Negative\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:631;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:9:\"Simonetta\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:632;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Sintony\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:6:\"family\";s:7:\"Sintony\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:633;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:13:\"Sirin Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:13:\"Sirin Stencil\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:634;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:8:\"Six Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:8:\"Six Caps\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:635;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Skranji\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:6:\"family\";s:7:\"Skranji\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:636;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:10:\"Slabo 13px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:10:\"Slabo 13px\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:637;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:10:\"Slabo 27px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:10:\"Slabo 27px\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:638;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Slackey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:7:\"Slackey\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:639;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Smokum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:6:\"Smokum\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:640;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Smythe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:6:\"Smythe\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:641;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Sniglet\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"800\";}s:6:\"family\";s:7:\"Sniglet\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:642;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Snippet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:7:\"Snippet\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:643;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:13:\"Snowburst One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:13:\"Snowburst One\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:644;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:10:\"Sofadi One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:10:\"Sofadi One\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:645;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:5:\"Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:5:\"Sofia\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:646;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:10:\"Sonsie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:10:\"Sonsie One\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:647;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:16:\"Sorts Mill Goudy\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:6:\"family\";s:16:\"Sorts Mill Goudy\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:648;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:15:\"Source Code Pro\";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:6:\"family\";s:15:\"Source Code Pro\";s:8:\"category\";s:9:\"monospace\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:649;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:15:\"Source Sans Pro\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"vietnamese\";i:2;s:9:\"latin-ext\";}}i:650;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:16:\"Source Serif Pro\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:651;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:13:\"Special Elite\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:13:\"Special Elite\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:652;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:10:\"Spicy Rice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:10:\"Spicy Rice\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:653;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:9:\"Spinnaker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:9:\"Spinnaker\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:654;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Spirax\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:6:\"Spirax\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:655;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:10:\"Squada One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:10:\"Squada One\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:656;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:20:\"Sree Krushnadevaraya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:20:\"Sree Krushnadevaraya\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}}i:657;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:9:\"Stalemate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:9:\"Stalemate\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:658;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:13:\"Stalinist One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:13:\"Stalinist One\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}i:659;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:15:\"Stardos Stencil\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:6:\"family\";s:15:\"Stardos Stencil\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:660;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:21:\"Stint Ultra Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:21:\"Stint Ultra Condensed\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:661;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:20:\"Stint Ultra Expanded\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:20:\"Stint Ultra Expanded\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:662;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:5:\"Stoke\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:6:\"family\";s:5:\"Stoke\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:663;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Strait\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:6:\"Strait\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:664;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:19:\"Sue Ellen Francisco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:19:\"Sue Ellen Francisco\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:665;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Sumana\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:6:\"family\";s:6:\"Sumana\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}i:666;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:9:\"Sunshiney\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:9:\"Sunshiney\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:667;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:16:\"Supermercado One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:16:\"Supermercado One\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:668;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:4:\"Sura\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:6:\"family\";s:4:\"Sura\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}i:669;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Suranna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:7:\"Suranna\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}}i:670;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:9:\"Suravaram\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:9:\"Suravaram\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}}i:671;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:11:\"Suwannaphum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:11:\"Suwannaphum\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}i:672;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:18:\"Swanky and Moo Moo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:18:\"Swanky and Moo Moo\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:673;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:9:\"Syncopate\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:6:\"family\";s:9:\"Syncopate\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:674;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:9:\"Tangerine\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:6:\"family\";s:9:\"Tangerine\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:675;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Taprom\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:6:\"Taprom\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}i:676;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:5:\"Tauri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:5:\"Tauri\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:677;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:4:\"Teko\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}i:678;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:5:\"Telex\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:5:\"Telex\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:679;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:18:\"Tenali Ramakrishna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:18:\"Tenali Ramakrishna\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}}i:680;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:10:\"Tenor Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:10:\"Tenor Sans\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}i:681;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:11:\"Text Me One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:11:\"Text Me One\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:682;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:18:\"The Girl Next Door\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:18:\"The Girl Next Door\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:683;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Tienne\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:6:\"family\";s:6:\"Tienne\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:684;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:7:\"Tillana\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}i:685;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Timmana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:7:\"Timmana\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}}i:686;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:5:\"Tinos\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:8:{i:0;s:6:\"hebrew\";i:1;s:5:\"greek\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";i:4;s:10:\"vietnamese\";i:5;s:12:\"cyrillic-ext\";i:6;s:9:\"greek-ext\";i:7;s:9:\"latin-ext\";}}i:687;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:9:\"Titan One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:9:\"Titan One\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:688;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:13:\"Titillium Web\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:689;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:11:\"Trade Winds\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:11:\"Trade Winds\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:690;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Trocchi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:7:\"Trocchi\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:691;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Trochut\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:6:\"family\";s:7:\"Trochut\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:692;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Trykker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:7:\"Trykker\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:693;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:10:\"Tulpen One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:10:\"Tulpen One\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:694;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:6:\"Ubuntu\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:6:{i:0;s:5:\"greek\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:12:\"cyrillic-ext\";i:4;s:9:\"greek-ext\";i:5;s:9:\"latin-ext\";}}i:695;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:16:\"Ubuntu Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:16:\"Ubuntu Condensed\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:6:{i:0;s:5:\"greek\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:12:\"cyrillic-ext\";i:4;s:9:\"greek-ext\";i:5;s:9:\"latin-ext\";}}i:696;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:11:\"Ubuntu Mono\";s:8:\"category\";s:9:\"monospace\";s:7:\"subsets\";a:6:{i:0;s:5:\"greek\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:12:\"cyrillic-ext\";i:4;s:9:\"greek-ext\";i:5;s:9:\"latin-ext\";}}i:697;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:5:\"Ultra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:5:\"Ultra\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:698;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:14:\"Uncial Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:14:\"Uncial Antiqua\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:699;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:8:\"Underdog\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:8:\"Underdog\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}i:700;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:9:\"Unica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:9:\"Unica One\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:701;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:14:\"UnifrakturCook\";s:8:\"variants\";a:1:{i:0;s:3:\"700\";}s:6:\"family\";s:14:\"UnifrakturCook\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:702;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:18:\"UnifrakturMaguntia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:18:\"UnifrakturMaguntia\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:703;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:7:\"Unkempt\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:6:\"family\";s:7:\"Unkempt\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:704;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Unlock\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:6:\"Unlock\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:705;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:4:\"Unna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:4:\"Unna\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:706;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:5:\"VT323\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:5:\"VT323\";s:8:\"category\";s:9:\"monospace\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:707;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:11:\"Vampiro One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:11:\"Vampiro One\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:708;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Varela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:6:\"Varela\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:709;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:12:\"Varela Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:12:\"Varela Round\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:710;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:11:\"Vast Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:11:\"Vast Shadow\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:711;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:12:\"Vesper Libre\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}i:712;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:5:\"Vibur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:5:\"Vibur\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:713;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:8:\"Vidaloka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:8:\"Vidaloka\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:714;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:4:\"Viga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:4:\"Viga\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:715;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:5:\"Voces\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:5:\"Voces\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:716;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:7:\"Volkhov\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:717;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:8:\"Vollkorn\";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:6:\"family\";s:8:\"Vollkorn\";s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:718;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:8:\"Voltaire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:8:\"Voltaire\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:719;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:23:\"Waiting for the Sunrise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:23:\"Waiting for the Sunrise\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:720;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:8:\"Wallpoet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:8:\"Wallpoet\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:721;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:15:\"Walter Turncoat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:15:\"Walter Turncoat\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:722;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Warnes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:6:\"Warnes\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:723;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:9:\"Wellfleet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:9:\"Wellfleet\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:724;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:9:\"Wendy One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:9:\"Wendy One\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:725;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:8:\"Wire One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:8:\"Wire One\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:726;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:9:\"Work Sans\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:727;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:17:\"Yanone Kaffeesatz\";s:8:\"variants\";a:4:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";}s:6:\"family\";s:17:\"Yanone Kaffeesatz\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}i:728;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";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:6:\"family\";s:11:\"Yantramanav\";s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}i:729;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:10:\"Yellowtail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:10:\"Yellowtail\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:730;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:10:\"Yeseva One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:10:\"Yeseva One\";s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}i:731;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:10:\"Yesteryear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:10:\"Yesteryear\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:732;a:6:{s:4:\"type\";s:11:\"google_font\";s:4:\"name\";s:6:\"Zeyada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:6:\"family\";s:6:\"Zeyada\";s:8:\"category\";s:11:\"handwriting\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}}s:7:\"typekit\";a:0:{}s:6:\"custom\";a:0:{}s:7:\"default\";a:13:{i:0;a:4:{s:4:\"type\";s:7:\"default\";s:4:\"name\";s:14:\"Georgia, serif\";s:6:\"family\";s:14:\"Georgia, serif\";s:8:\"category\";s:5:\"serif\";}i:1;a:4:{s:4:\"type\";s:7:\"default\";s:4:\"name\";s:48:\"Palatino Linotype, Book Antiqua, Palatino, serif\";s:6:\"family\";s:52:\"\"Palatino Linotype\", \"Book Antiqua\", Palatino, serif\";s:8:\"category\";s:5:\"serif\";}i:2;a:4:{s:4:\"type\";s:7:\"default\";s:4:\"name\";s:29:\"Times New Roman, Times, serif\";s:6:\"family\";s:31:\"\"Times New Roman\", Times, serif\";s:8:\"category\";s:5:\"serif\";}i:3;a:4:{s:4:\"type\";s:7:\"default\";s:4:\"name\";s:28:\"Arial, Helvetica, sans-serif\";s:6:\"family\";s:28:\"Arial, Helvetica, sans-serif\";s:8:\"category\";s:10:\"sans-serif\";}i:4;a:4:{s:4:\"type\";s:7:\"default\";s:4:\"name\";s:31:\"Arial Black, Gadget, sans-serif\";s:6:\"family\";s:33:\"\"Arial Black\", Gadget, sans-serif\";s:8:\"category\";s:10:\"sans-serif\";}i:5;a:4:{s:4:\"type\";s:7:\"default\";s:4:\"name\";s:34:\"Comic Sans MS, cursive, sans-serif\";s:6:\"family\";s:36:\"\"Comic Sans MS\", cursive, sans-serif\";s:8:\"category\";s:10:\"sans-serif\";}i:6;a:4:{s:4:\"type\";s:7:\"default\";s:4:\"name\";s:28:\"Impact, Charcoal, sans-serif\";s:6:\"family\";s:28:\"Impact, Charcoal, sans-serif\";s:8:\"category\";s:10:\"sans-serif\";}i:7;a:4:{s:4:\"type\";s:7:\"default\";s:4:\"name\";s:46:\"Lucida Sans Unicode, Lucida Grande, sans-serif\";s:6:\"family\";s:50:\"\"Lucida Sans Unicode\", \"Lucida Grande\", sans-serif\";s:8:\"category\";s:10:\"sans-serif\";}i:8;a:4:{s:4:\"type\";s:7:\"default\";s:4:\"name\";s:26:\"Tahoma, Geneva, sans-serif\";s:6:\"family\";s:26:\"Tahoma, Geneva, sans-serif\";s:8:\"category\";s:10:\"sans-serif\";}i:9;a:4:{s:4:\"type\";s:7:\"default\";s:4:\"name\";s:35:\"Trebuchet MS, Helvetica, sans-serif\";s:6:\"family\";s:37:\"\"Trebuchet MS\", Helvetica, sans-serif\";s:8:\"category\";s:10:\"sans-serif\";}i:10;a:4:{s:4:\"type\";s:7:\"default\";s:4:\"name\";s:27:\"Verdana, Geneva, sans-serif\";s:6:\"family\";s:27:\"Verdana, Geneva, sans-serif\";s:8:\"category\";s:10:\"sans-serif\";}i:11;a:4:{s:4:\"type\";s:7:\"default\";s:4:\"name\";s:31:\"Courier New, Courier, monospace\";s:6:\"family\";s:33:\"\"Courier New\", Courier, monospace\";s:8:\"category\";s:9:\"monospace\";}i:12;a:4:{s:4:\"type\";s:7:\"default\";s:4:\"name\";s:33:\"Lucida Console, Monaco, monospace\";s:6:\"family\";s:35:\"\"Lucida Console\", Monaco, monospace\";s:8:\"category\";s:9:\"monospace\";}}}','yes'),(255,'envato_market_state','activated','yes'),(256,'layerslider_update_info','O:8:\"stdClass\":4:{s:5:\"basic\";O:8:\"stdClass\":10:{s:4:\"slug\";s:11:\"LayerSlider\";s:6:\"plugin\";s:27:\"LayerSlider/layerslider.php\";s:7:\"version\";s:5:\"6.7.6\";s:5:\"icons\";a:3:{s:2:\"1x\";s:79:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-128x128.png\";s:2:\"2x\";s:79:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png\";s:7:\"default\";s:79:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png\";}s:7:\"banners\";a:3:{s:3:\"low\";s:84:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-772x250.png\";s:4:\"high\";s:85:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png\";s:7:\"default\";s:85:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png\";}s:3:\"url\";s:79:\"http://codecanyon.net/item/layerslider-wp-the-wordpress-parallax-slider/1362246\";s:7:\"package\";s:0:\"\";s:6:\"tested\";s:3:\"5.0\";s:14:\"upgrade_notice\";s:62:\"This update contains new privacy settings for GDPR compliance.\";s:11:\"new_version\";s:5:\"6.7.6\";}s:4:\"full\";O:8:\"stdClass\":19:{s:4:\"name\";s:14:\"LayerSlider WP\";s:8:\"homepage\";s:72:\"http://kreaturamedia.com/layerslider-responsive-wordpress-slider-plugin/\";s:7:\"version\";s:5:\"6.7.6\";s:12:\"last_updated\";s:10:\"2018-05-22\";s:8:\"requires\";s:3:\"3.5\";s:6:\"tested\";s:3:\"5.0\";s:6:\"rating\";s:2:\"95\";s:11:\"num_ratings\";i:2806;s:14:\"upgrade_notice\";a:3:{s:6:\"stable\";s:62:\"This update contains new privacy settings for GDPR compliance.\";s:4:\"beta\";s:62:\"This update contains new privacy settings for GDPR compliance.\";s:4:\"edge\";s:62:\"This update contains new privacy settings for GDPR compliance.\";}s:6:\"author\";s:80:\"<a href=\"http://codecanyon.net/user/kreatura\" target=\"_blank\">Kreatura Media</a>\";s:3:\"url\";s:79:\"http://codecanyon.net/item/layerslider-wp-the-wordpress-parallax-slider/1362246\";s:8:\"external\";b:1;s:9:\"file_name\";s:10:\"plugin.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:79:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-128x128.png\";s:2:\"2x\";s:79:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png\";s:7:\"default\";s:79:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png\";}s:7:\"banners\";a:3:{s:3:\"low\";s:84:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-772x250.png\";s:4:\"high\";s:85:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png\";s:7:\"default\";s:85:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png\";}s:8:\"sections\";a:3:{s:9:\"changelog\";s:130:\"<p style=\"text-align: justify;\">\n	See the release log in the \'LayerSlider News\' section at the bottom of its main admin page.\n</p>\";s:12:\"installation\";s:456:\"<p style=\"text-align: justify;\">\n	Updating the plugin won\'t touch your sliders and settings and the new version always has backward compatibility,\n	so you don\'t have to worry about losing your work. Depending of the default settings, you may\n	have to adjust some options to get the new features. If you are experience unwanted behavior changes, it is always a\n	good idea to check your settings, there are probably new options to control these changes.\n</p>\";s:3:\"faq\";s:595:\"<p style=\"text-align: justify;\">\n	Before contacting us, please read our <a href=\"http://support.kreaturamedia.com/faq/4/layerslider-for-wordpress/\" target=\"_blank\">online FAQs</a>, or check the built-in documentation in the contextual Help menu on the top-right corner of the page. Please note, these Help menus are contextual, they will show you different content on different pages.\n</p>\n\n<p style=\"text-align: justify;\">\n	If you couldn\'t find an answer for your question, you can write us a comment at the Item\'s page on CodeCanyon, or send us an email from our CodeCanyon profile page.\n</p>\n\";}s:4:\"slug\";s:11:\"LayerSlider\";s:7:\"package\";s:0:\"\";s:13:\"download_link\";s:0:\"\";}s:15:\"_latest_version\";s:5:\"6.7.6\";s:7:\"checked\";i:1549974140;}','yes'),(699,'wpgmza_google_maps_api_key','AIzaSyD-wbyUQqHHSu27Ae0DfXajUBTfaS0n8zs','yes'),(25225,'envato_market_installed_version','2.0.0','yes'),(777,'btx_portfolio_category_children','a:0:{}','yes'),(679,'wpgmza_temp_api','AIzaSyChPphumyabdfggISDNBuGOlGVBgEvZnGE','yes'),(680,'wpgmza_xml_location','{uploads_dir}/wp-google-maps/','yes'),(681,'wpgmza_xml_url','{uploads_url}/wp-google-maps/','yes'),(682,'wpgmza_db_version','7.11.05','yes'),(683,'wpgmaps_current_version','7.11.05','yes'),(686,'widget_wpgmza_map_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(687,'WPGMZA_OTHER_SETTINGS','a:19:{s:26:\"wpgmza_settings_map_scroll\";s:3:\"yes\";s:34:\"wpgmza_settings_map_open_marker_by\";s:1:\"1\";s:18:\"wpgmza_api_version\";s:4:\"3.31\";s:17:\"wpgmza_custom_css\";s:0:\"\";s:28:\"wpgmza_settings_access_level\";s:14:\"manage_options\";s:27:\"wpgmza_settings_marker_pull\";s:1:\"0\";s:18:\"wpgmza_gdpr_notice\";s:421:\"I agree for my personal data, provided via submission through \'User Generated Markers\' to be processed by {COMPANY_NAME}.\r\n		\r\nI agree for my personal data, provided via map API calls, to be processed by the API provider, for the purposes of geocoding (converting addresses to coordinates).\r\n\r\nWhen using the User Generated Marker addon, data will be stored indefinitiely for the following purpose(s): {RETENTION_PURPOSE}\";s:29:\"wpgmza_gdpr_retention_purpose\";s:50:\"presenting the data you have submitted on the map.\";s:18:\"wpgmza_maps_engine\";s:11:\"google-maps\";s:24:\"v7.10.01-default-api-fix\";b:1;s:30:\"wpgmza_maps_engine_dialog_done\";b:1;s:24:\"wpgmza_gdpr_company_name\";s:3:\"Rey\";s:32:\"wpgmza_gdpr_notice_override_text\";s:0:\"\";s:32:\"wpgmza_load_engine_api_condition\";s:14:\"where-required\";s:15:\"use_fontawesome\";s:3:\"4.*\";s:16:\"wpgmza_custom_js\";s:0:\"\";s:26:\"wpgmza_store_locator_radii\";s:31:\"1,5,10,25,50,75,100,150,200,300\";s:26:\"wpgmza_google_maps_api_key\";s:39:\"AIzaSyD-wbyUQqHHSu27Ae0DfXajUBTfaS0n8zs\";s:6:\"engine\";s:11:\"google-maps\";}','yes'),(688,'WPGMZA_FIRST_TIME','7.10.21','yes'),(689,'wpgmza_stats','a:3:{s:15:\"list_maps_basic\";a:3:{s:5:\"views\";i:11;s:13:\"last_accessed\";s:19:\"2018-07-11 10:52:03\";s:14:\"first_accessed\";s:19:\"2017-11-01 08:47:03\";}s:9:\"dashboard\";a:3:{s:5:\"views\";i:14;s:13:\"last_accessed\";s:19:\"2018-07-11 10:55:04\";s:14:\"first_accessed\";s:19:\"2017-11-01 08:47:14\";}s:14:\"settings_basic\";a:3:{s:5:\"views\";i:20;s:13:\"last_accessed\";s:19:\"2018-07-11 08:31:11\";s:14:\"first_accessed\";s:19:\"2017-11-01 08:54:18\";}}','yes'),(690,'WPGMZA_SETTINGS','a:10:{s:24:\"map_default_starting_lat\";s:15:\"64.145172495605\";s:24:\"map_default_starting_lng\";s:19:\"-21.930083870975068\";s:18:\"map_default_height\";s:3:\"500\";s:17:\"map_default_width\";s:3:\"100\";s:16:\"map_default_zoom\";i:15;s:20:\"map_default_max_zoom\";i:1;s:16:\"map_default_type\";i:1;s:21:\"map_default_alignment\";i:1;s:22:\"map_default_width_type\";s:2:\"\\%\";s:23:\"map_default_height_type\";s:2:\"px\";}','yes'),(262,'jetpack_activated','1','yes'),(279,'rs_tables_created','1','yes'),(265,'jetpack_activation_source','a:2:{i:0;s:7:\"unknown\";i:1;N;}','yes'),(266,'jetpack_sync_settings_disable','0','yes'),(267,'jetpack_file_data','a:1:{s:3:\"5.4\";a:55:{s:32:\"31e5b9ae08b62c2b0cd8a7792242298b\";a:14:{s:4:\"name\";s:20:\"Spelling and Grammar\";s:11:\"description\";s:39:\"Check your spelling, style, and grammar\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"6\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:115:\"after the deadline, afterthedeadline, spell, spellchecker, spelling, grammar, proofreading, style, language, cliche\";}s:32:\"3f41b2d629265b5de8108b463abbe8e2\";a:14:{s:4:\"name\";s:8:\"Carousel\";s:11:\"description\";s:75:\"Display images and galleries in a gorgeous, full-screen browsing experience\";s:14:\"jumpstart_desc\";s:79:\"Brings your photos and images to life as full-size, easily navigable galleries.\";s:4:\"sort\";s:2:\"22\";s:20:\"recommendation_order\";s:2:\"12\";s:10:\"introduced\";s:3:\"1.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:21:\"Appearance, Jumpstart\";s:25:\"additional_search_queries\";s:80:\"gallery, carousel, diaporama, slideshow, images, lightbox, exif, metadata, image\";}s:32:\"e1c539d5b392f5a1709dada3da5793cc\";a:14:{s:4:\"name\";s:13:\"Comment Likes\";s:11:\"description\";s:64:\"Increase visitor engagement by adding a Like button to comments.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"39\";s:20:\"recommendation_order\";s:2:\"17\";s:10:\"introduced\";s:3:\"5.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:37:\"like widget, like button, like, likes\";}s:32:\"c6ebb418dde302de09600a6025370583\";a:14:{s:4:\"name\";s:8:\"Comments\";s:11:\"description\";s:80:\"Let readers use WordPress.com, Twitter, Facebook, or Google+ accounts to comment\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"20\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:53:\"comments, comment, facebook, twitter, google+, social\";}s:32:\"836f9485669e1bbb02920cb474730df0\";a:14:{s:4:\"name\";s:12:\"Contact Form\";s:11:\"description\";s:57:\"Insert a customizable contact form anywhere on your site.\";s:14:\"jumpstart_desc\";s:111:\"Adds a button to your post and page editors, allowing you to build simple forms to help visitors stay in touch.\";s:4:\"sort\";s:2:\"15\";s:20:\"recommendation_order\";s:2:\"14\";s:10:\"introduced\";s:3:\"1.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:18:\"Writing, Jumpstart\";s:25:\"additional_search_queries\";s:44:\"contact, form, grunion, feedback, submission\";}s:32:\"ea3970eebf8aac55fc3eca5dca0e0157\";a:14:{s:4:\"name\";s:20:\"Custom content types\";s:11:\"description\";s:74:\"Display different types of content on your site with custom content types.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"34\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:72:\"cpt, custom post types, portfolio, portfolios, testimonial, testimonials\";}s:32:\"d2bb05ccad3d8789df40ca3abb97336c\";a:14:{s:4:\"name\";s:10:\"Custom CSS\";s:11:\"description\";s:53:\"Tweak your site’s CSS without modifying your theme.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"2\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.7\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:108:\"css, customize, custom, style, editor, less, sass, preprocessor, font, mobile, appearance, theme, stylesheet\";}s:32:\"a2064eec5b9c7e0d816af71dee7a715f\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"53a4ec755022ef3953699734c343da02\";a:14:{s:4:\"name\";s:21:\"Enhanced Distribution\";s:11:\"description\";s:27:\"Increase reach and traffic.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"5\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:54:\"google, seo, firehose, search, broadcast, broadcasting\";}s:32:\"e1f1f6e3689fc31c477e64b06e2f8fbf\";a:14:{s:4:\"name\";s:16:\"Google Analytics\";s:11:\"description\";s:56:\"Set up Google Analytics without touching a line of code.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"37\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"4.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:37:\"webmaster, google, analytics, console\";}s:32:\"72fecb67ee6704ba0a33e0225316ad06\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"d56e2886185a9eace719cc57d46770df\";a:14:{s:4:\"name\";s:19:\"Gravatar Hovercards\";s:11:\"description\";s:58:\"Enable pop-up business cards over commenters’ Gravatars.\";s:14:\"jumpstart_desc\";s:131:\"Let commenters link their profiles to their Gravatar accounts, making it easy for your visitors to learn more about your community.\";s:4:\"sort\";s:2:\"11\";s:20:\"recommendation_order\";s:2:\"13\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:21:\"Appearance, Jumpstart\";s:25:\"additional_search_queries\";s:20:\"gravatar, hovercards\";}s:32:\"e391e760617bd0e0736550e34a73d7fe\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:8:\"2.0.3 ??\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"2e345370766346c616b3c5046e817720\";a:14:{s:4:\"name\";s:15:\"Infinite Scroll\";s:11:\"description\";s:53:\"Automatically load new content when a visitor scrolls\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"26\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:33:\"scroll, infinite, infinite scroll\";}s:32:\"bd69edbf134de5fae8fdcf2e70a45b56\";a:14:{s:4:\"name\";s:8:\"JSON API\";s:11:\"description\";s:51:\"Allow applications to securely access your content.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"19\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:19:\"Writing, Developers\";s:7:\"feature\";s:7:\"General\";s:25:\"additional_search_queries\";s:50:\"api, rest, develop, developers, json, klout, oauth\";}s:32:\"8110b7a4423aaa619dfa46b8843e10d1\";a:14:{s:4:\"name\";s:14:\"Beautiful Math\";s:11:\"description\";s:57:\"Use LaTeX markup for complex equations and other geekery.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"12\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:47:\"latex, math, equation, equations, formula, code\";}s:32:\"fd7e85d3b4887fa6b6f997d6592c1f33\";a:14:{s:4:\"name\";s:5:\"Likes\";s:11:\"description\";s:63:\"Give visitors an easy way to show they appreciate your content.\";s:14:\"jumpstart_desc\";s:63:\"Give visitors an easy way to show they appreciate your content.\";s:4:\"sort\";s:2:\"23\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:21:\"Engagement, Jumpstart\";s:25:\"additional_search_queries\";s:26:\"like, likes, wordpress.com\";}s:32:\"c5dfef41fad5bcdcaae8e315e5cfc420\";a:14:{s:4:\"name\";s:6:\"Manage\";s:11:\"description\";s:54:\"Manage all of your sites from a centralized dashboard.\";s:14:\"jumpstart_desc\";s:151:\"Helps you remotely manage plugins, turn on automated updates, and more from <a href=\"https://wordpress.com/plugins/\" target=\"_blank\">wordpress.com</a>.\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"3\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:35:\"Centralized Management, Recommended\";s:7:\"feature\";s:7:\"General\";s:25:\"additional_search_queries\";s:26:\"manage, management, remote\";}s:32:\"fd6dc399b92bce76013427e3107c314f\";a:14:{s:4:\"name\";s:8:\"Markdown\";s:11:\"description\";s:50:\"Write posts or pages in plain-text Markdown syntax\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"31\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:12:\"md, markdown\";}s:32:\"614679778a7db6d8129c9f69ac8e10a5\";a:14:{s:4:\"name\";s:21:\"WordPress.com Toolbar\";s:11:\"description\";s:91:\"Replaces the admin bar with a useful toolbar to quickly manage your site via WordPress.com.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"38\";s:20:\"recommendation_order\";s:2:\"16\";s:10:\"introduced\";s:3:\"4.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"General\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:19:\"adminbar, masterbar\";}s:32:\"c49a35b6482b0426cb07ad28ecf5d7df\";a:14:{s:4:\"name\";s:12:\"Mobile Theme\";s:11:\"description\";s:31:\"Enable the Jetpack Mobile theme\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"21\";s:20:\"recommendation_order\";s:2:\"11\";s:10:\"introduced\";s:3:\"1.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:31:\"Appearance, Mobile, Recommended\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:24:\"mobile, theme, minileven\";}s:32:\"b42e38f6fafd2e4104ebe5bf39b4be47\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"771cfeeba0d3d23ec344d5e781fb0ae2\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"54f0661d27c814fc8bde39580181d939\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"46c4c413b5c72bbd3c3dbd14ff8f8adc\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"9ea52fa25783e5ceeb6bfaed3268e64e\";a:14:{s:4:\"name\";s:7:\"Monitor\";s:11:\"description\";s:61:\"Receive immediate notifications if your site goes down, 24/7.\";s:14:\"jumpstart_desc\";s:61:\"Receive immediate notifications if your site goes down, 24/7.\";s:4:\"sort\";s:2:\"28\";s:20:\"recommendation_order\";s:2:\"10\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:19:\"Security, Jumpstart\";s:25:\"additional_search_queries\";s:37:\"monitor, uptime, downtime, monitoring\";}s:32:\"cfcaafd0fcad087899d715e0b877474d\";a:14:{s:4:\"name\";s:13:\"Notifications\";s:11:\"description\";s:57:\"Receive instant notifications of site comments and likes.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:7:\"General\";s:25:\"additional_search_queries\";s:62:\"notification, notifications, toolbar, adminbar, push, comments\";}s:32:\"0d18bfa69bec61550c1d813ce64149b0\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"3f0a11e23118f0788d424b646a6d465f\";a:14:{s:4:\"name\";s:6:\"Photon\";s:11:\"description\";s:26:\"Speed up images and photos\";s:14:\"jumpstart_desc\";s:141:\"Mirrors and serves your images from our free and fast image CDN, improving your site’s performance with no additional load on your servers.\";s:4:\"sort\";s:2:\"25\";s:20:\"recommendation_order\";s:1:\"1\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:42:\"Photos and Videos, Appearance, Recommended\";s:7:\"feature\";s:34:\"Recommended, Jumpstart, Appearance\";s:25:\"additional_search_queries\";s:38:\"photon, image, cdn, performance, speed\";}s:32:\"e37cfbcb72323fb1fe8255a2edb4d738\";a:14:{s:4:\"name\";s:13:\"Post by email\";s:11:\"description\";s:33:\"Publish posts by sending an email\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"14\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:20:\"post by email, email\";}s:32:\"728290d131a480bfe7b9e405d7cd925f\";a:14:{s:4:\"name\";s:7:\"Protect\";s:11:\"description\";s:41:\"Block suspicious-looking sign in activity\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"4\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:8:\"Security\";s:25:\"additional_search_queries\";s:65:\"security, secure, protection, botnet, brute force, protect, login\";}s:32:\"f9ce784babbbf4dcca99b8cd2ceb420c\";a:14:{s:4:\"name\";s:9:\"Publicize\";s:11:\"description\";s:27:\"Automated social marketing.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"10\";s:20:\"recommendation_order\";s:1:\"7\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:107:\"facebook, twitter, google+, googleplus, google, path, tumblr, linkedin, social, tweet, connections, sharing\";}s:32:\"052c03877dd3d296a71531cb07ad939a\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"52edecb2a75222e75b2dce4356a4efce\";a:14:{s:4:\"name\";s:13:\"Related posts\";s:11:\"description\";s:64:\"Increase page views by showing related content to your visitors.\";s:14:\"jumpstart_desc\";s:113:\"Keep visitors engaged on your blog by highlighting relevant and new content at the bottom of each published post.\";s:4:\"sort\";s:2:\"29\";s:20:\"recommendation_order\";s:1:\"9\";s:10:\"introduced\";s:3:\"2.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:21:\"Engagement, Jumpstart\";s:25:\"additional_search_queries\";s:22:\"related, related posts\";}s:32:\"fe7a38addc9275dcbe6c4ff6c44a9350\";a:14:{s:4:\"name\";s:6:\"Search\";s:11:\"description\";s:41:\"Enhanced search, powered by Elasticsearch\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"5.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:6:\"Search\";s:25:\"additional_search_queries\";s:6:\"search\";}s:32:\"68b0d01689803c0ea7e4e60a86de2519\";a:14:{s:4:\"name\";s:9:\"SEO Tools\";s:11:\"description\";s:50:\"Better results on search engines and social media.\";s:14:\"jumpstart_desc\";s:50:\"Better results on search engines and social media.\";s:4:\"sort\";s:2:\"35\";s:20:\"recommendation_order\";s:2:\"15\";s:10:\"introduced\";s:3:\"4.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:18:\"Traffic, Jumpstart\";s:25:\"additional_search_queries\";s:81:\"search engine optimization, social preview, meta description, custom title format\";}s:32:\"8b059cb50a66b717f1ec842e736b858c\";a:14:{s:4:\"name\";s:7:\"Sharing\";s:11:\"description\";s:37:\"Allow visitors to share your content.\";s:14:\"jumpstart_desc\";s:116:\"Twitter, Facebook and Google+ buttons at the bottom of each post, making it easy for visitors to share your content.\";s:4:\"sort\";s:1:\"7\";s:20:\"recommendation_order\";s:1:\"6\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:21:\"Engagement, Jumpstart\";s:25:\"additional_search_queries\";s:141:\"share, sharing, sharedaddy, buttons, icons, email, facebook, twitter, google+, linkedin, pinterest, pocket, press this, print, reddit, tumblr\";}s:32:\"a6d2394329871857401255533a9873f7\";a:14:{s:4:\"name\";s:16:\"Shortcode Embeds\";s:11:\"description\";s:50:\"Embed media from popular sites without any coding.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"3\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:46:\"Photos and Videos, Social, Writing, Appearance\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:236:\"shortcodes, shortcode, embeds, media, bandcamp, dailymotion, facebook, flickr, google calendars, google maps, google+, polldaddy, recipe, recipes, scribd, slideshare, slideshow, slideshows, soundcloud, ted, twitter, vimeo, vine, youtube\";}s:32:\"21496e2897ea5f81605e2f2ac3beb921\";a:14:{s:4:\"name\";s:16:\"WP.me Shortlinks\";s:11:\"description\";s:54:\"Create short and simple links for all posts and pages.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"8\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:17:\"shortlinks, wp.me\";}s:32:\"e2a54a5d7879a4162709e6ffb540dd08\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"f5c537bc304f55b29c1a87e30be0cd24\";a:14:{s:4:\"name\";s:8:\"Sitemaps\";s:11:\"description\";s:50:\"Make it easy for search engines to find your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:20:\"Recommended, Traffic\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:39:\"sitemap, traffic, search, site map, seo\";}s:32:\"59a23643437358a9b557f1d1e20ab040\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"6a90f97c3194cfca5671728eaaeaf15e\";a:14:{s:4:\"name\";s:14:\"Single Sign On\";s:11:\"description\";s:62:\"Allow users to log into this site using WordPress.com accounts\";s:14:\"jumpstart_desc\";s:98:\"Lets you log in to all your Jetpack-enabled sites with one click using your WordPress.com account.\";s:4:\"sort\";s:2:\"30\";s:20:\"recommendation_order\";s:1:\"5\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:19:\"Security, Jumpstart\";s:25:\"additional_search_queries\";s:34:\"sso, single sign on, login, log in\";}s:32:\"b65604e920392e2f7134b646760b75e8\";a:14:{s:4:\"name\";s:10:\"Site Stats\";s:11:\"description\";s:44:\"Collect valuable traffic stats and insights.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"2\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:23:\"Site Stats, Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:54:\"statistics, tracking, analytics, views, traffic, stats\";}s:32:\"23a586dd7ead00e69ec53eb32ef740e4\";a:14:{s:4:\"name\";s:13:\"Subscriptions\";s:11:\"description\";s:87:\"Allow users to subscribe to your posts and comments and receive notifications via email\";s:14:\"jumpstart_desc\";s:126:\"Give visitors two easy subscription options — while commenting, or via a separate email subscription widget you can display.\";s:4:\"sort\";s:1:\"9\";s:20:\"recommendation_order\";s:1:\"8\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:21:\"Engagement, Jumpstart\";s:25:\"additional_search_queries\";s:74:\"subscriptions, subscription, email, follow, followers, subscribers, signup\";}s:32:\"1d978b8d84d2f378fe1a702a67633b6d\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"b3b983461d7f3d27322a3551ed8a9405\";a:14:{s:4:\"name\";s:15:\"Tiled Galleries\";s:11:\"description\";s:61:\"Display image galleries in a variety of elegant arrangements.\";s:14:\"jumpstart_desc\";s:61:\"Display image galleries in a variety of elegant arrangements.\";s:4:\"sort\";s:2:\"24\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:21:\"Appearance, Jumpstart\";s:25:\"additional_search_queries\";s:43:\"gallery, tiles, tiled, grid, mosaic, images\";}s:32:\"d924e5b05722b0e104448543598f54c0\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"36741583b10c521997e563ad8e1e8b77\";a:14:{s:4:\"name\";s:12:\"Data Backups\";s:11:\"description\";s:54:\"Off-site backups, security scans, and automatic fixes.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"32\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"0:1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:5:\"false\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:16:\"Security, Health\";s:25:\"additional_search_queries\";s:28:\"vaultpress, backup, security\";}s:32:\"2b9b44f09b5459617d68dd82ee17002a\";a:14:{s:4:\"name\";s:17:\"Site verification\";s:11:\"description\";s:58:\"Establish your site\'s authenticity with external services.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"33\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:56:\"webmaster, seo, google, bing, pinterest, search, console\";}s:32:\"5ab4c0db7c42e10e646342da0274c491\";a:14:{s:4:\"name\";s:10:\"VideoPress\";s:11:\"description\";s:27:\"Fast, ad-free video hosting\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"27\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:25:\"video, videos, videopress\";}s:32:\"60a1d3aa38bc0fe1039e59dd60888543\";a:14:{s:4:\"name\";s:17:\"Widget Visibility\";s:11:\"description\";s:42:\"Control where widgets appear on your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"17\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:54:\"widget visibility, logic, conditional, widgets, widget\";}s:32:\"174ed3416476c2cb9ff5b0f671280b15\";a:14:{s:4:\"name\";s:21:\"Extra Sidebar Widgets\";s:11:\"description\";s:54:\"Add images, Twitter streams, and more to your sidebar.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"4\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:65:\"widget, widgets, facebook, gallery, twitter, gravatar, image, rss\";}s:32:\"a668bc9418d6de87409f867892fcdd7f\";a:14:{s:4:\"name\";s:3:\"Ads\";s:11:\"description\";s:60:\"Earn income by allowing Jetpack to display high quality ads.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"4.5.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:19:\"Traffic, Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:26:\"advertising, ad codes, ads\";}s:32:\"28b931a1db19bd24869bd54b14e733d5\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}}}','yes'),(268,'jetpack_available_modules','a:1:{s:5:\"7.0.1\";a:45:{s:18:\"after-the-deadline\";s:3:\"1.1\";s:8:\"carousel\";s:3:\"1.5\";s:13:\"comment-likes\";s:3:\"5.1\";s:8:\"comments\";s:3:\"1.4\";s:12:\"contact-form\";s:3:\"1.3\";s:9:\"copy-post\";s:3:\"7.0\";s:20:\"custom-content-types\";s:3:\"3.1\";s:10:\"custom-css\";s:3:\"1.7\";s:21:\"enhanced-distribution\";s:3:\"1.2\";s:16:\"google-analytics\";s:3:\"4.5\";s:19:\"gravatar-hovercards\";s:3:\"1.1\";s:15:\"infinite-scroll\";s:3:\"2.0\";s:8:\"json-api\";s:3:\"1.9\";s:5:\"latex\";s:3:\"1.1\";s:11:\"lazy-images\";s:5:\"5.6.0\";s:5:\"likes\";s:3:\"2.2\";s:6:\"manage\";s:3:\"3.4\";s:8:\"markdown\";s:3:\"2.8\";s:9:\"masterbar\";s:3:\"4.8\";s:9:\"minileven\";s:3:\"1.8\";s:7:\"monitor\";s:3:\"2.6\";s:5:\"notes\";s:3:\"1.9\";s:10:\"photon-cdn\";s:3:\"6.6\";s:6:\"photon\";s:3:\"2.0\";s:13:\"post-by-email\";s:3:\"2.0\";s:7:\"protect\";s:3:\"3.4\";s:9:\"publicize\";s:3:\"2.0\";s:3:\"pwa\";s:5:\"5.6.0\";s:13:\"related-posts\";s:3:\"2.9\";s:6:\"search\";s:3:\"5.0\";s:9:\"seo-tools\";s:3:\"4.4\";s:10:\"sharedaddy\";s:3:\"1.1\";s:10:\"shortcodes\";s:3:\"1.1\";s:10:\"shortlinks\";s:3:\"1.1\";s:8:\"sitemaps\";s:3:\"3.9\";s:3:\"sso\";s:3:\"2.6\";s:5:\"stats\";s:3:\"1.1\";s:13:\"subscriptions\";s:3:\"1.2\";s:13:\"tiled-gallery\";s:3:\"2.1\";s:10:\"vaultpress\";s:5:\"0:1.2\";s:18:\"verification-tools\";s:3:\"3.0\";s:10:\"videopress\";s:3:\"2.5\";s:17:\"widget-visibility\";s:3:\"2.4\";s:7:\"widgets\";s:3:\"1.2\";s:7:\"wordads\";s:5:\"4.5.0\";}}','yes'),(269,'jetpack_options','a:2:{s:7:\"version\";s:14:\"5.4:1509442339\";s:11:\"old_version\";s:14:\"5.4:1509442339\";}','yes'),(270,'revslider-library-check','1509442339','yes'),(271,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(273,'do_activate','0','yes'),(281,'revslider-global-settings','a:0:{}','yes'),(300,'ls-latest-version','6.7.6','yes'),(314,'WPLANG','','yes'),(315,'mm_cache_settings','a:2:{s:4:\"page\";s:8:\"disabled\";s:7:\"browser\";s:8:\"disabled\";}','yes'),(317,'endurance_cache_level','0','yes'),(318,'allow_major_auto_core_updates','true','yes'),(319,'allow_minor_auto_core_updates','true','yes'),(320,'auto_update_theme','true','yes'),(321,'auto_update_plugin','true','yes'),(322,'auto_update_translation','true','yes'),(323,'mm_coming_soon','false','yes'),(437,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(40095,'wp_page_for_privacy_policy','0','yes'),(40096,'show_comments_cookies_opt_in','0','yes'),(46864,'_transient_timeout_feed_mod_99b272eaef9eaa265f30d77863073f26','1550595232','no'),(46865,'_transient_feed_mod_99b272eaef9eaa265f30d77863073f26','1550584432','no'),(46866,'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b','1550627632','no'),(46867,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2019/02/wordpress-5-1-rc2/\'>WordPress 5.1 RC2</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2019/02/wordpress-5-1-rc2/\'>Dev Blog: WordPress 5.1 RC2</a></li><li><a class=\'rsswidget\' href=\'https://poststatus.com/children-say-his-superpower-is-love-an-interview-with-topher-derosia/\'>Post Status: Children say his superpower is love: an interview with Topher DeRosia</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/amazon-introduces-blog-blueprint-to-deliver-wordpress-posts-as-audio-on-alexa\'>WPTavern: Amazon Introduces Blog Blueprint to Deliver WordPress Posts as Audio on Alexa</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/matt-mullenweg-publishes-ted-talk-on-the-future-of-work-prepares-to-launch-new-distributed-blog-website\'>WPTavern: Matt Mullenweg Publishes TED Talk on the Future of Work, Prepares to Launch New Distributed.blog Website</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/wpbrigade-patches-critical-vulnerability-in-simple-social-buttons-plugin\'>WPTavern: WPBrigade Patches Critical Vulnerability in Simple Social Buttons Plugin</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/wpweekly-episode-345-the-relationship-between-corporate-cash-and-open-source-software\'>WPTavern: WPWeekly Episode 345 – The Relationship Between Corporate Cash and Open Source Software</a></li></ul></div>','no'),(46868,'_site_transient_timeout_envato_market_plugins','1550588244','no'),(46869,'_site_transient_envato_market_plugins','a:4:{s:9:\"purchased\";a:0:{}s:6:\"active\";a:0:{}s:9:\"installed\";a:0:{}s:7:\"install\";a:0:{}}','no'),(46879,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1550584642;s:7:\"checked\";a:14:{s:19:\"akismet/akismet.php\";s:5:\"4.1.1\";s:21:\"bateaux-core/init.php\";s:6:\"1.1.35\";s:33:\"classic-editor/classic-editor.php\";s:3:\"1.4\";s:25:\"duplicator/duplicator.php\";s:5:\"1.3.4\";s:31:\"envato-market/envato-market.php\";s:5:\"2.0.1\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:5:\"7.4.2\";s:9:\"hello.php\";s:3:\"1.6\";s:19:\"jetpack/jetpack.php\";s:5:\"7.0.1\";s:47:\"mojo-marketplace-wp-plugin/mojo-marketplace.php\";s:5:\"1.4.4\";s:37:\"optinmonster/optin-monster-wp-api.php\";s:5:\"1.6.2\";s:50:\"quttera-web-malware-scanner/quttera_wm_scanner.php\";s:8:\"3.2.1.40\";s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";s:5:\"3.1.3\";s:24:\"wpforms-lite/wpforms.php\";s:5:\"1.5.1\";s:31:\"wp-google-maps/wpGoogleMaps.php\";s:7:\"7.11.05\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:11:{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.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.1.1.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:33:\"classic-editor/classic-editor.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/classic-editor\";s:4:\"slug\";s:14:\"classic-editor\";s:6:\"plugin\";s:33:\"classic-editor/classic-editor.php\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/classic-editor/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/classic-editor.1.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-256x256.png?rev=1998671\";s:2:\"1x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-128x128.png?rev=1998671\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/classic-editor/assets/banner-1544x500.png?rev=1998671\";s:2:\"1x\";s:69:\"https://ps.w.org/classic-editor/assets/banner-772x250.png?rev=1998676\";}s:11:\"banners_rtl\";a:0:{}}s:25:\"duplicator/duplicator.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:24:\"w.org/plugins/duplicator\";s:4:\"slug\";s:10:\"duplicator\";s:6:\"plugin\";s:25:\"duplicator/duplicator.php\";s:11:\"new_version\";s:5:\"1.3.4\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/duplicator/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/duplicator.1.3.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/duplicator/assets/icon-256x256.png?rev=1298463\";s:2:\"1x\";s:63:\"https://ps.w.org/duplicator/assets/icon-128x128.png?rev=1298463\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:65:\"https://ps.w.org/duplicator/assets/banner-772x250.png?rev=1645055\";}s:11:\"banners_rtl\";a:0:{}}s:50:\"google-analytics-for-wordpress/googleanalytics.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:44:\"w.org/plugins/google-analytics-for-wordpress\";s:4:\"slug\";s:30:\"google-analytics-for-wordpress\";s:6:\"plugin\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:11:\"new_version\";s:5:\"7.4.2\";s:3:\"url\";s:61:\"https://wordpress.org/plugins/google-analytics-for-wordpress/\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/plugin/google-analytics-for-wordpress.7.4.2.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:83:\"https://ps.w.org/google-analytics-for-wordpress/assets/icon-256x256.png?rev=1598927\";s:2:\"1x\";s:75:\"https://ps.w.org/google-analytics-for-wordpress/assets/icon.svg?rev=1598927\";s:3:\"svg\";s:75:\"https://ps.w.org/google-analytics-for-wordpress/assets/icon.svg?rev=1598927\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:86:\"https://ps.w.org/google-analytics-for-wordpress/assets/banner-1544x500.png?rev=1598927\";s:2:\"1x\";s:85:\"https://ps.w.org/google-analytics-for-wordpress/assets/banner-772x250.png?rev=1598927\";}s:11:\"banners_rtl\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/hello-dolly.1.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=969907\";s:2:\"1x\";s:63:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=969907\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:65:\"https://ps.w.org/hello-dolly/assets/banner-772x250.png?rev=478342\";}s:11:\"banners_rtl\";a:0:{}}s:19:\"jetpack/jetpack.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:21:\"w.org/plugins/jetpack\";s:4:\"slug\";s:7:\"jetpack\";s:6:\"plugin\";s:19:\"jetpack/jetpack.php\";s:11:\"new_version\";s:5:\"7.0.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/jetpack/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/jetpack.7.0.1.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:60:\"https://ps.w.org/jetpack/assets/icon-256x256.png?rev=1791404\";s:2:\"1x\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=1791404\";s:3:\"svg\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=1791404\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/jetpack/assets/banner-1544x500.png?rev=1791404\";s:2:\"1x\";s:62:\"https://ps.w.org/jetpack/assets/banner-772x250.png?rev=1791404\";}s:11:\"banners_rtl\";a:0:{}}s:37:\"optinmonster/optin-monster-wp-api.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:26:\"w.org/plugins/optinmonster\";s:4:\"slug\";s:12:\"optinmonster\";s:6:\"plugin\";s:37:\"optinmonster/optin-monster-wp-api.php\";s:11:\"new_version\";s:5:\"1.6.2\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/optinmonster/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/plugin/optinmonster.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/optinmonster/assets/icon-256x256.png?rev=1145864\";s:2:\"1x\";s:65:\"https://ps.w.org/optinmonster/assets/icon-128x128.png?rev=1145864\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/optinmonster/assets/banner-1544x500.png?rev=1145863\";s:2:\"1x\";s:67:\"https://ps.w.org/optinmonster/assets/banner-772x250.png?rev=1145863\";}s:11:\"banners_rtl\";a:0:{}}s:50:\"quttera-web-malware-scanner/quttera_wm_scanner.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:41:\"w.org/plugins/quttera-web-malware-scanner\";s:4:\"slug\";s:27:\"quttera-web-malware-scanner\";s:6:\"plugin\";s:50:\"quttera-web-malware-scanner/quttera_wm_scanner.php\";s:11:\"new_version\";s:8:\"3.2.1.40\";s:3:\"url\";s:58:\"https://wordpress.org/plugins/quttera-web-malware-scanner/\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/plugin/quttera-web-malware-scanner.3.2.1.40.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:80:\"https://ps.w.org/quttera-web-malware-scanner/assets/icon-256x256.png?rev=1335040\";s:2:\"1x\";s:80:\"https://ps.w.org/quttera-web-malware-scanner/assets/icon-128x128.png?rev=1335040\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:82:\"https://ps.w.org/quttera-web-malware-scanner/assets/banner-772x250.png?rev=1335040\";}s:11:\"banners_rtl\";a:0:{}}s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:31:\"w.org/plugins/really-simple-ssl\";s:4:\"slug\";s:17:\"really-simple-ssl\";s:6:\"plugin\";s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";s:11:\"new_version\";s:5:\"3.1.3\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/really-simple-ssl/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/really-simple-ssl.3.1.3.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:70:\"https://ps.w.org/really-simple-ssl/assets/icon-128x128.png?rev=1782452\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:72:\"https://ps.w.org/really-simple-ssl/assets/banner-772x250.jpg?rev=1881345\";}s:11:\"banners_rtl\";a:0:{}}s:24:\"wpforms-lite/wpforms.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:26:\"w.org/plugins/wpforms-lite\";s:4:\"slug\";s:12:\"wpforms-lite\";s:6:\"plugin\";s:24:\"wpforms-lite/wpforms.php\";s:11:\"new_version\";s:5:\"1.5.1\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/wpforms-lite/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wpforms-lite.1.5.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/wpforms-lite/assets/icon-256x256.png?rev=1371112\";s:2:\"1x\";s:65:\"https://ps.w.org/wpforms-lite/assets/icon-128x128.png?rev=1371112\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/wpforms-lite/assets/banner-1544x500.png?rev=1371112\";s:2:\"1x\";s:67:\"https://ps.w.org/wpforms-lite/assets/banner-772x250.png?rev=1371112\";}s:11:\"banners_rtl\";a:0:{}}s:31:\"wp-google-maps/wpGoogleMaps.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/wp-google-maps\";s:4:\"slug\";s:14:\"wp-google-maps\";s:6:\"plugin\";s:31:\"wp-google-maps/wpGoogleMaps.php\";s:11:\"new_version\";s:7:\"7.11.05\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/wp-google-maps/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/wp-google-maps.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/wp-google-maps/assets/icon-256x256.png?rev=970398\";s:2:\"1x\";s:66:\"https://ps.w.org/wp-google-maps/assets/icon-128x128.png?rev=970398\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/wp-google-maps/assets/banner-772x250.jpg?rev=792293\";}s:11:\"banners_rtl\";a:0:{}}}}','no'),(46875,'_site_transient_timeout_theme_roots','1550586422','no'),(46876,'_site_transient_theme_roots','a:5:{s:7:\"bateaux\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentynineteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";}','no'),(46877,'_site_transient_timeout_envato_market_themes','1550588222','no'),(46878,'_site_transient_envato_market_themes','a:4:{s:9:\"purchased\";a:0:{}s:6:\"active\";a:0:{}s:9:\"installed\";a:0:{}s:7:\"install\";a:0:{}}','no'),(46880,'duplicator_settings','a:12:{s:7:\"version\";s:5:\"1.3.4\";s:18:\"uninstall_settings\";b:1;s:15:\"uninstall_files\";b:1;s:16:\"uninstall_tables\";b:1;s:13:\"package_debug\";b:0;s:17:\"package_mysqldump\";b:1;s:22:\"package_mysqldump_path\";s:0:\"\";s:24:\"package_phpdump_qrylimit\";s:3:\"100\";s:17:\"package_zip_flush\";b:0;s:20:\"storage_htaccess_off\";b:0;s:18:\"archive_build_mode\";i:2;s:17:\"active_package_id\";i:3;}','yes'),(46881,'duplicator_version_plugin','1.3.4','yes'),(46882,'duplicator_package_active','O:11:\"DUP_Package\":25:{s:7:\"Created\";s:19:\"2019-02-19 14:05:32\";s:7:\"Version\";s:5:\"1.3.4\";s:9:\"VersionWP\";s:5:\"5.0.3\";s:9:\"VersionDB\";s:6:\"5.6.41\";s:10:\"VersionPHP\";s:6:\"5.6.30\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";N;s:4:\"Name\";s:12:\"20190219_rey\";s:4:\"Hash\";s:35:\"4063248c92caa1d39324_20190219140532\";s:8:\"NameHash\";s:48:\"20190219_rey_4063248c92caa1d39324_20190219140532\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:9:\"StorePath\";s:49:\"/home2/xapon/public_html/rey2019/wp-snapshots/tmp\";s:8:\"StoreURL\";s:28:\"https://rey.is/wp-snapshots/\";s:8:\"ScanFile\";s:58:\"20190219_rey_4063248c92caa1d39324_20190219140532_scan.json\";s:10:\"TimerStart\";i:-1;s:7:\"Runtime\";N;s:7:\"ExeSize\";N;s:7:\"ZipSize\";N;s:6:\"Status\";i:0;s:6:\"WPUser\";N;s:7:\"Archive\";O:11:\"DUP_Archive\":20:{s:10:\"FilterDirs\";s:0:\"\";s:11:\"FilterFiles\";s:0:\"\";s:10:\"FilterExts\";s:0:\"\";s:13:\"FilterDirsAll\";a:0:{}s:14:\"FilterFilesAll\";a:0:{}s:13:\"FilterExtsAll\";a:0:{}s:8:\"FilterOn\";i:0;s:12:\"ExportOnlyDB\";i:0;s:4:\"File\";N;s:6:\"Format\";s:3:\"ZIP\";s:7:\"PackDir\";s:32:\"/home2/xapon/public_html/rey2019\";s:4:\"Size\";i:0;s:4:\"Dirs\";a:0:{}s:5:\"Files\";a:0:{}s:10:\"FilterInfo\";O:23:\"DUP_Archive_Filter_Info\":8:{s:4:\"Dirs\";O:34:\"DUP_Archive_Filter_Scope_Directory\":5:{s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:5:\"Files\";O:29:\"DUP_Archive_Filter_Scope_File\":6:{s:4:\"Size\";a:0:{}s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:4:\"Exts\";O:29:\"DUP_Archive_Filter_Scope_Base\":3:{s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:9:\"UDirCount\";i:0;s:10:\"UFileCount\";i:0;s:9:\"UExtCount\";i:0;s:8:\"TreeSize\";a:0:{}s:11:\"TreeWarning\";a:0:{}}s:14:\"RecursiveLinks\";a:0:{}s:10:\"\0*\0Package\";O:11:\"DUP_Package\":25:{s:7:\"Created\";s:19:\"2019-02-19 14:05:32\";s:7:\"Version\";s:5:\"1.3.4\";s:9:\"VersionWP\";s:5:\"5.0.3\";s:9:\"VersionDB\";s:6:\"5.6.41\";s:10:\"VersionPHP\";s:6:\"5.6.30\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";N;s:4:\"Name\";s:12:\"20190219_rey\";s:4:\"Hash\";s:35:\"4063248c92caa1d39324_20190219140532\";s:8:\"NameHash\";s:48:\"20190219_rey_4063248c92caa1d39324_20190219140532\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:9:\"StorePath\";s:49:\"/home2/xapon/public_html/rey2019/wp-snapshots/tmp\";s:8:\"StoreURL\";s:28:\"https://rey.is/wp-snapshots/\";s:8:\"ScanFile\";N;s:10:\"TimerStart\";i:-1;s:7:\"Runtime\";N;s:7:\"ExeSize\";N;s:7:\"ZipSize\";N;s:6:\"Status\";i:0;s:6:\"WPUser\";N;s:7:\"Archive\";r:23;s:9:\"Installer\";O:13:\"DUP_Installer\":11:{s:4:\"File\";N;s:4:\"Size\";i:0;s:10:\"OptsDBHost\";s:0:\"\";s:10:\"OptsDBPort\";s:0:\"\";s:10:\"OptsDBName\";s:0:\"\";s:10:\"OptsDBUser\";s:0:\"\";s:12:\"OptsSecureOn\";i:0;s:14:\"OptsSecurePass\";s:0:\"\";s:13:\"numFilesAdded\";i:0;s:12:\"numDirsAdded\";i:0;s:10:\"\0*\0Package\";r:62;}s:8:\"Database\";O:12:\"DUP_Database\":14:{s:4:\"Type\";s:5:\"MySQL\";s:4:\"Size\";N;s:4:\"File\";N;s:4:\"Path\";N;s:12:\"FilterTables\";s:0:\"\";s:8:\"FilterOn\";i:0;s:4:\"Name\";N;s:10:\"Compatible\";s:0:\"\";s:8:\"Comments\";s:52:\"Percona Server (GPL), Release 84.1, Revision b308619\";s:10:\"\0*\0Package\";r:62;s:25:\"\0DUP_Database\0dbStorePath\";N;s:23:\"\0DUP_Database\0EOFMarker\";s:0:\"\";s:26:\"\0DUP_Database\0networkFlush\";b:0;s:4:\"info\";O:16:\"DUP_DatabaseInfo\":3:{s:13:\"collationList\";a:0:{}s:15:\"isNameUpperCase\";N;s:4:\"name\";N;}}s:13:\"BuildProgress\";O:18:\"DUP_Build_Progress\":12:{s:17:\"thread_start_time\";N;s:11:\"initialized\";b:0;s:15:\"installer_built\";b:0;s:15:\"archive_started\";b:0;s:20:\"archive_has_database\";b:0;s:13:\"archive_built\";b:0;s:21:\"database_script_built\";b:0;s:6:\"failed\";b:0;s:7:\"retries\";i:0;s:14:\"build_failures\";a:0:{}s:19:\"validation_failures\";a:0:{}s:27:\"\0DUP_Build_Progress\0package\";r:62;}}s:29:\"\0DUP_Archive\0tmpFilterDirsAll\";a:0:{}s:24:\"\0DUP_Archive\0wpCorePaths\";a:5:{i:0;s:41:\"/home2/xapon/public_html/rey2019/wp-admin\";i:1;s:51:\"/home2/xapon/public_html/rey2019/wp-content/uploads\";i:2;s:53:\"/home2/xapon/public_html/rey2019/wp-content/languages\";i:3;s:50:\"/home2/xapon/public_html/rey2019/wp-content/themes\";i:4;s:44:\"/home2/xapon/public_html/rey2019/wp-includes\";}s:29:\"\0DUP_Archive\0wpCoreExactPaths\";a:2:{i:0;s:32:\"/home2/xapon/public_html/rey2019\";i:1;s:43:\"/home2/xapon/public_html/rey2019/wp-content\";}}s:9:\"Installer\";r:85;s:8:\"Database\";r:97;s:13:\"BuildProgress\";r:115;}','yes'),(40097,'db_upgraded','','yes'),(46595,'_transient_timeout_mm_icon_hash','1551026226','no'),(46596,'_transient_mm_icon_hash','PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4wLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL1RSLzIwMDEvUkVDLVNWRy0yMDAxMDkwNC9EVEQvc3ZnMTAuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4wIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA0MCA0MCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNDAgNDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTMuMSwzMS4zYy0wLjcsMC0xLjUtMC4zLTItMC44Yy0xLjEtMS4xLTEuMS0yLjksMC00TDE3LjksOS42YzEuMS0xLjEsMi45LTEuMSw0LDBjMS4xLDEuMSwxLjEsMi45LDAsNA0KCQlMNS4xLDMwLjRDNC41LDMxLDMuOCwzMS4zLDMuMSwzMS4zeiIvPg0KCTxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xOS43LDMxLjNjLTAuNywwLTEuNS0wLjMtMi0wLjhjLTEuMS0xLjEtMS4xLTIuOSwwLTRMMzQuNCw5LjZjMC45LTAuOSwyLjItMS4yLDMuNC0wLjcNCgkJYzEuMiwwLjUsMS45LDEuNiwxLjksMi45djE2LjZjMCwxLjYtMS4zLDIuOC0yLjgsMi44cy0yLjgtMS4zLTIuOC0yLjhWMTguMUwyMS43LDMwLjRDMjEuMiwzMSwyMC40LDMxLjMsMTkuNywzMS4zeiIvPg0KPC9nPg0KPC9zdmc+DQo=','no'),(46601,'_site_transient_timeout_browser_352e84f01e246b1e722c1621ec324313','1551026227','no'),(46602,'_site_transient_browser_352e84f01e246b1e722c1621ec324313','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"72.0.3626.109\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(46161,'qtr_scan_cron_args','[]','no'),(46185,'ls-store-last-updated','1549974126','yes'),(46186,'ls-store-data','a:2:{s:12:\"last_updated\";s:10:\"2017-12-22\";s:7:\"sliders\";a:74:{s:20:\"catering-xmas-slider\";a:7:{s:8:\"released\";s:10:\"2017-12-22\";s:4:\"name\";s:25:\"Catering Christmas Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:29:\"premium,new,static,text,blend\";s:3:\"url\";s:72:\"https://layerslider.kreaturamedia.com/sliders/catering-christmas-slider/\";s:7:\"preview\";s:81:\"https://repository.kreaturamedia.com/v4/sliders/packages/catering-xmas-slider.jpg\";}s:20:\"discover-the-details\";a:7:{s:8:\"released\";s:10:\"2017-12-19\";s:4:\"name\";s:20:\"Discover the Details\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:50:\"premium,new,loop,parallax,blendmode,specialeffects\";s:3:\"url\";s:67:\"https://layerslider.kreaturamedia.com/sliders/discover-the-details/\";s:7:\"preview\";s:81:\"https://repository.kreaturamedia.com/v4/sliders/packages/discover-the-details.jpg\";}s:10:\"rainforest\";a:7:{s:8:\"released\";s:10:\"2017-12-17\";s:4:\"name\";s:10:\"Rainforest\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:48:\"premium,new,loop,filter,blendmode,specialeffects\";s:3:\"url\";s:57:\"https://layerslider.kreaturamedia.com/sliders/rainforest/\";s:7:\"preview\";s:71:\"https://repository.kreaturamedia.com/v4/sliders/packages/rainforest.jpg\";}s:30:\"ecommerce-global-hover-example\";a:7:{s:8:\"released\";s:10:\"2017-12-15\";s:4:\"name\";s:30:\"eCommerce Global Hover Example\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:23:\"premium,new,experiments\";s:3:\"url\";s:77:\"https://layerslider.kreaturamedia.com/sliders/ecommerce-global-hover-example/\";s:7:\"preview\";s:91:\"https://repository.kreaturamedia.com/v4/sliders/packages/ecommerce-global-hover-example.jpg\";}s:20:\"3d-canyon-experience\";a:7:{s:8:\"released\";s:10:\"2017-12-13\";s:4:\"name\";s:20:\"3D Canyon Experience\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:37:\"premium,new,parallax,experiments,text\";s:3:\"url\";s:67:\"https://layerslider.kreaturamedia.com/sliders/3d-canyon-experience/\";s:7:\"preview\";s:81:\"https://repository.kreaturamedia.com/v4/sliders/packages/3d-canyon-experience.jpg\";}s:14:\"discount-popup\";a:7:{s:8:\"released\";s:10:\"2017-12-10\";s:4:\"name\";s:14:\"Discount Popup\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:21:\"premium,premium,popup\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/discount-popup/\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/discount-popup.jpg\";}s:14:\"vintage-photos\";a:7:{s:8:\"released\";s:10:\"2017-12-08\";s:4:\"name\";s:14:\"Vintage Photos\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:47:\"premium,new,fullsize,loop,filter,specialeffects\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/vintage-photos/\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/vintage-photos.jpg\";}s:18:\"social-share-popup\";a:7:{s:8:\"released\";s:10:\"2017-12-06\";s:4:\"name\";s:18:\"Social Share Popup\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:21:\"premium,new,popup,api\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/sliders/social-share-popup/\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/social-share-popup.jpg\";}s:8:\"aquarium\";a:7:{s:8:\"released\";s:10:\"2017-12-04\";s:4:\"name\";s:8:\"Aquarium\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:59:\"premium,new,parallax,loop,filter,experiments,specialeffects\";s:3:\"url\";s:55:\"https://layerslider.kreaturamedia.com/sliders/aquarium/\";s:7:\"preview\";s:69:\"https://repository.kreaturamedia.com/v4/sliders/packages/aquarium.jpg\";}s:16:\"what-is-the-time\";a:7:{s:8:\"released\";s:10:\"2017-08-25\";s:4:\"name\";s:17:\"What is the time?\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:51:\"premium,new,parallax,text,blendmode,experiments,api\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/what-is-the-time/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/what-is-the-time.jpg\";}s:18:\"personal-page-pack\";a:7:{s:8:\"released\";s:10:\"2017-08-23\";s:4:\"name\";s:18:\"Personal Page PACK\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:58:\"premium,new,fullsize,fullwidth,landing,text,parallax,packs\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/sliders/personal-page-pack/\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/personal-page-pack.jpg\";}s:19:\"marketing-page-pack\";a:7:{s:8:\"released\";s:10:\"2017-08-21\";s:4:\"name\";s:19:\"Marketing Page PACK\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:65:\"premium,new,fullsize,fullwidth,landing,parallax,static,loop,packs\";s:3:\"url\";s:66:\"https://layerslider.kreaturamedia.com/sliders/marketing-page-pack/\";s:7:\"preview\";s:80:\"https://repository.kreaturamedia.com/v4/sliders/packages/marketing-page-pack.jpg\";}s:14:\"dynamic-slider\";a:7:{s:8:\"released\";s:10:\"2017-08-18\";s:4:\"name\";s:14:\"Dynamic Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:36:\"premium,new,fullwidth,landing,static\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/dynamic-slider/\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/dynamic-slider.jpg\";}s:14:\"colorful-cases\";a:7:{s:8:\"released\";s:10:\"2017-08-16\";s:4:\"name\";s:14:\"Colorful Cases\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:47:\"premium,new,text,loop,parallax,static,blendmode\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/colorful-cases/\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/colorful-cases.jpg\";}s:16:\"beauty-shop-pack\";a:7:{s:8:\"released\";s:10:\"2017-08-14\";s:4:\"name\";s:16:\"Beauty Shop PACK\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:40:\"premium,new,fullwidth,text,landing,packs\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/beauty-shop-pack/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/beauty-shop-pack.jpg\";}s:16:\"popup-guide-demo\";a:7:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:16:\"Popup Guide Demo\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:31:\"premium,new,popup,parallax,text\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/popup-guide-demo/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-guide-demo.jpg\";}s:18:\"popup-welcome-demo\";a:7:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Popup Welcome Demo\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:31:\"premium,new,popup,parallax,text\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/sliders/popup-welcome-demo/\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-welcome-demo.jpg\";}s:22:\"popup-transparent-demo\";a:7:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:22:\"Popup Transparent Demo\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:31:\"premium,new,popup,parallax,loop\";s:3:\"url\";s:69:\"https://layerslider.kreaturamedia.com/sliders/popup-transparent-demo/\";s:7:\"preview\";s:83:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-transparent-demo.jpg\";}s:18:\"popup-sidebar-demo\";a:7:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Popup Sidebar Demo\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:40:\"premium,popup,experiments,blendmode,text\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/sliders/popup-sidebar-demo/\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-sidebar-demo.jpg\";}s:19:\"popup-photo-gallery\";a:7:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:19:\"Popup Photo Gallery\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:26:\"premium,new,popup,kenburns\";s:3:\"url\";s:66:\"https://layerslider.kreaturamedia.com/sliders/popup-photo-gallery/\";s:7:\"preview\";s:80:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-photo-gallery.jpg\";}s:16:\"popup-modal-demo\";a:7:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:16:\"Popup Modal Demo\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:24:\"premium,new,popup,static\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/popup-modal-demo/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-modal-demo.jpg\";}s:18:\"popup-infobar-demo\";a:7:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Popup Infobar Demo\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:34:\"premium,new,popup,experiments,text\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/sliders/popup-infobar-demo/\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-infobar-demo.jpg\";}s:24:\"popup-fullsize-desk-demo\";a:7:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:24:\"Popup Fullsize Desk Demo\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:47:\"premium,new,popup,experiments,fullsize,parallax\";s:3:\"url\";s:71:\"https://layerslider.kreaturamedia.com/sliders/popup-fullsize-desk-demo/\";s:7:\"preview\";s:85:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-fullsize-desk-demo.jpg\";}s:18:\"conversation-popup\";a:7:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Conversation Popup\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:29:\"premium,new,popup,experiments\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/sliders/conversation-popup/\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/conversation-popup.jpg\";}s:20:\"global-hover-example\";a:7:{s:8:\"released\";s:10:\"2017-05-02\";s:4:\"name\";s:20:\"Global Hover Example\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.4.0\";s:6:\"groups\";s:52:\"premium,new,experiments,specialeffects,parallax,text\";s:3:\"url\";s:67:\"https://layerslider.kreaturamedia.com/sliders/global-hover-example/\";s:7:\"preview\";s:81:\"https://repository.kreaturamedia.com/v4/sliders/packages/global-hover-example.jpg\";}s:10:\"gastronomy\";a:7:{s:8:\"released\";s:10:\"2017-03-29\";s:4:\"name\";s:10:\"Gastronomy\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.2.2\";s:6:\"groups\";s:28:\"premium,kenburns,filter,text\";s:3:\"url\";s:57:\"https://layerslider.kreaturamedia.com/sliders/gastronomy/\";s:7:\"preview\";s:71:\"https://repository.kreaturamedia.com/v4/sliders/packages/gastronomy.jpg\";}s:13:\"police-lights\";a:7:{s:8:\"released\";s:10:\"2017-03-29\";s:4:\"name\";s:13:\"Police Lights\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.2.2\";s:6:\"groups\";s:46:\"premium,specialeffects,loop,blendmode,parallax\";s:3:\"url\";s:60:\"https://layerslider.kreaturamedia.com/sliders/police-lights/\";s:7:\"preview\";s:74:\"https://repository.kreaturamedia.com/v4/sliders/packages/police-lights.jpg\";}s:16:\"beautiful-sunset\";a:7:{s:8:\"released\";s:10:\"2017-03-29\";s:4:\"name\";s:16:\"Beautiful Sunset\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.2.2\";s:6:\"groups\";s:37:\"premium,specialeffects,loop,blendmode\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/beautiful-sunset/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/beautiful-sunset.jpg\";}s:23:\"blend-mode-experiment-1\";a:7:{s:8:\"released\";s:10:\"2017-03-29\";s:4:\"name\";s:23:\"Blend Mode Experiment 1\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.2.2\";s:6:\"groups\";s:63:\"premium,specialeffects,text,blendmode,experiments,loop,parallax\";s:3:\"url\";s:70:\"https://layerslider.kreaturamedia.com/sliders/blend-mode-experiment-1/\";s:7:\"preview\";s:84:\"https://repository.kreaturamedia.com/v4/sliders/packages/blend-mode-experiment-1.jpg\";}s:16:\"flying-banners-2\";a:7:{s:8:\"released\";s:10:\"2017-03-29\";s:4:\"name\";s:16:\"Flying Banners 2\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.1.0\";s:6:\"groups\";s:40:\"premium,parallax,specialeffects,fullsize\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/flying-banners-2/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/flying-banners-2.jpg\";}s:14:\"layerslider-v6\";a:7:{s:8:\"released\";s:10:\"2017-03-08\";s:4:\"name\";s:14:\"LayerSlider v6\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.1.6\";s:6:\"groups\";s:68:\"premium,specialeffects,parallax,fullsize,landing,loop,text,media,api\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/layerslider-v6/\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/layerslider-v6.jpg\";}s:16:\"flying-banners-1\";a:7:{s:8:\"released\";s:10:\"2017-03-08\";s:4:\"name\";s:16:\"Flying Banners 1\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.1.0\";s:6:\"groups\";s:38:\"free,parallax,loop,text,specialeffects\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/flying-banners-1/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/flying-banners-1.jpg\";}s:18:\"anniversary-slider\";a:7:{s:8:\"released\";s:10:\"2017-03-08\";s:4:\"name\";s:18:\"Anniversary Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.1.0\";s:6:\"groups\";s:40:\"free,parallax,experiments,specialeffects\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/sliders/anniversary-slider/\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/anniversary-slider.jpg\";}s:7:\"origami\";a:7:{s:8:\"released\";s:10:\"2016-12-07\";s:4:\"name\";s:7:\"Origami\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.1.0\";s:6:\"groups\";s:47:\"premium,experiments,specialeffects,3dtransition\";s:3:\"url\";s:54:\"https://layerslider.kreaturamedia.com/sliders/origami/\";s:7:\"preview\";s:68:\"https://repository.kreaturamedia.com/v4/sliders/packages/origami.jpg\";}s:17:\"origami-buildings\";a:7:{s:8:\"released\";s:10:\"2016-12-07\";s:4:\"name\";s:17:\"Origami Buildings\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.1.0\";s:6:\"groups\";s:56:\"premium,experiments,specialeffects,kenburns,3dtransition\";s:3:\"url\";s:64:\"https://layerslider.kreaturamedia.com/sliders/origami-buildings/\";s:7:\"preview\";s:78:\"https://repository.kreaturamedia.com/v4/sliders/packages/origami-buildings.jpg\";}s:17:\"autumn-experiment\";a:7:{s:8:\"released\";s:10:\"2016-11-28\";s:4:\"name\";s:17:\"Autumn Experiment\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.0.4\";s:6:\"groups\";s:45:\"experiments,free,loop,parallax,specialeffects\";s:3:\"url\";s:64:\"https://layerslider.kreaturamedia.com/sliders/autumn-experiment/\";s:7:\"preview\";s:78:\"https://repository.kreaturamedia.com/v4/sliders/packages/autumn-experiment.jpg\";}s:28:\"features-parallax-experiment\";a:7:{s:8:\"released\";s:10:\"2016-11-28\";s:4:\"name\";s:32:\"Features | A Parallax Experiment\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.0.4\";s:6:\"groups\";s:40:\"experiments,free,parallax,specialeffects\";s:3:\"url\";s:75:\"https://layerslider.kreaturamedia.com/sliders/features-parallax-experiment/\";s:7:\"preview\";s:89:\"https://repository.kreaturamedia.com/v4/sliders/packages/features-parallax-experiment.jpg\";}s:16:\"furniture-slider\";a:7:{s:8:\"released\";s:10:\"2016-11-28\";s:4:\"name\";s:16:\"Furniture Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.4\";s:6:\"groups\";s:33:\"fullwidth,parallax,premium,static\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/furniture-slider/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/furniture-slider.jpg\";}s:15:\"room-experiment\";a:7:{s:8:\"released\";s:10:\"2016-11-28\";s:4:\"name\";s:15:\"Room Experiment\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.6\";s:6:\"groups\";s:65:\"api,experiments,media,parallax,premium,specialeffects,static,text\";s:3:\"url\";s:62:\"https://layerslider.kreaturamedia.com/sliders/room-experiment/\";s:7:\"preview\";s:76:\"https://repository.kreaturamedia.com/v4/sliders/packages/room-experiment.jpg\";}s:11:\"drag-n-drop\";a:6:{s:4:\"name\";s:11:\"Drag & Drop\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.3\";s:6:\"groups\";s:37:\"premium,fullwidth,specialeffects,text\";s:3:\"url\";s:58:\"https://layerslider.kreaturamedia.com/sliders/drag-n-drop/\";s:7:\"preview\";s:72:\"https://repository.kreaturamedia.com/v4/sliders/packages/drag-n-drop.jpg\";}s:10:\"headphones\";a:6:{s:4:\"name\";s:10:\"Headphones\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.3\";s:6:\"groups\";s:14:\"premium,static\";s:3:\"url\";s:57:\"https://layerslider.kreaturamedia.com/sliders/headphones/\";s:7:\"preview\";s:71:\"https://repository.kreaturamedia.com/v4/sliders/packages/headphones.jpg\";}s:14:\"play-by-scroll\";a:6:{s:4:\"name\";s:19:\"Play By Scroll demo\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.4\";s:6:\"groups\";s:66:\"premium,fullsize,text,experiments,specialeffects,playbyscroll,loop\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/play-by-scroll/\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/play-by-scroll.jpg\";}s:3:\"sky\";a:6:{s:4:\"name\";s:14:\"Sky Experience\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.3\";s:6:\"groups\";s:63:\"premium,fullwidth,text,experiments,parallax,specialeffects,loop\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/sky-experience/\";s:7:\"preview\";s:64:\"https://repository.kreaturamedia.com/v4/sliders/packages/sky.jpg\";}s:9:\"halloween\";a:6:{s:4:\"name\";s:16:\"Happy Halloween!\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.0.3\";s:6:\"groups\";s:35:\"free,fullsize,text,experiments,loop\";s:3:\"url\";s:62:\"https://layerslider.kreaturamedia.com/sliders/happy-halloween/\";s:7:\"preview\";s:70:\"https://repository.kreaturamedia.com/v4/sliders/packages/halloween.jpg\";}s:15:\"creative-agency\";a:6:{s:4:\"name\";s:6:\"Agency\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:49:\"premium,fullsize,kenburns,parallax,landing,filter\";s:3:\"url\";s:62:\"https://layerslider.kreaturamedia.com/sliders/creative-agency/\";s:7:\"preview\";s:76:\"https://repository.kreaturamedia.com/v4/sliders/packages/creative-agency.jpg\";}s:18:\"interactive-slider\";a:6:{s:4:\"name\";s:18:\"Interactive Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:47:\"premium,fullsize,parallax,kenburns,text,landing\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/sliders/interactive-slider/\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/interactive-slider.jpg\";}s:9:\"ecommerce\";a:6:{s:4:\"name\";s:9:\"eCommerce\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:17:\"premium,fullwidth\";s:3:\"url\";s:56:\"https://layerslider.kreaturamedia.com/sliders/ecommerce/\";s:7:\"preview\";s:70:\"https://repository.kreaturamedia.com/v4/sliders/packages/ecommerce.jpg\";}s:18:\"landing-page-intro\";a:6:{s:4:\"name\";s:18:\"Landing Page Intro\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:38:\"premium,fullsize,landing,parallax,text\";s:3:\"url\";s:59:\"https://layerslider.kreaturamedia.com/sliders/landing-page/\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/landing-page-intro.jpg\";}s:6:\"hiking\";a:6:{s:4:\"name\";s:6:\"Hiking\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:17:\"premium,fullwidth\";s:3:\"url\";s:53:\"https://layerslider.kreaturamedia.com/sliders/hiking/\";s:7:\"preview\";s:67:\"https://repository.kreaturamedia.com/v4/sliders/packages/hiking.jpg\";}s:12:\"movie-slider\";a:6:{s:4:\"name\";s:12:\"Movie Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:17:\"premium,fullwidth\";s:3:\"url\";s:59:\"https://layerslider.kreaturamedia.com/sliders/movie-slider/\";s:7:\"preview\";s:73:\"https://repository.kreaturamedia.com/v4/sliders/packages/movie-slider.jpg\";}s:12:\"photo-studio\";a:6:{s:4:\"name\";s:12:\"Photo Studio\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:62:\"premium,fullsize,filter,text,parallax,specialeffects,blendmode\";s:3:\"url\";s:59:\"https://layerslider.kreaturamedia.com/sliders/photo-studio/\";s:7:\"preview\";s:73:\"https://repository.kreaturamedia.com/v4/sliders/packages/photo-studio.jpg\";}s:5:\"shoes\";a:6:{s:4:\"name\";s:5:\"Shoes\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:35:\"premium,fullwidth,parallax,carousel\";s:3:\"url\";s:52:\"https://layerslider.kreaturamedia.com/sliders/shoes/\";s:7:\"preview\";s:66:\"https://repository.kreaturamedia.com/v4/sliders/packages/shoes.jpg\";}s:11:\"mini-cooper\";a:6:{s:4:\"name\";s:18:\"Mini Cooper Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:40:\"premium,fullsize,parallax,specialeffects\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/sliders/mini-cooper-slider/\";s:7:\"preview\";s:72:\"https://repository.kreaturamedia.com/v4/sliders/packages/mini-cooper.jpg\";}s:4:\"xmas\";a:6:{s:4:\"name\";s:16:\"Merry Christmas!\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:60:\"premium,parallax,filter,experiments,specialeffects,text,loop\";s:3:\"url\";s:62:\"https://layerslider.kreaturamedia.com/sliders/merry-christmas/\";s:7:\"preview\";s:65:\"https://repository.kreaturamedia.com/v4/sliders/packages/xmas.jpg\";}s:5:\"clock\";a:6:{s:4:\"name\";s:32:\"Vintage Clock | shows valid time\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:37:\"premium,fullsize,api,experiments,loop\";s:3:\"url\";s:60:\"https://layerslider.kreaturamedia.com/sliders/vintage-clock/\";s:7:\"preview\";s:66:\"https://repository.kreaturamedia.com/v4/sliders/packages/clock.jpg\";}s:8:\"car-show\";a:6:{s:4:\"name\";s:8:\"Car Show\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:38:\"premium,fullwidth,experiments,api,loop\";s:3:\"url\";s:55:\"https://layerslider.kreaturamedia.com/sliders/car-show/\";s:7:\"preview\";s:69:\"https://repository.kreaturamedia.com/v4/sliders/packages/car-show.jpg\";}s:16:\"landing-screen-1\";a:6:{s:4:\"name\";s:16:\"Landing Screen 1\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:34:\"premium,fullwidth,landing,parallax\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/landing-screen-1/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/landing-screen-1.jpg\";}s:16:\"landing-screen-2\";a:6:{s:4:\"name\";s:16:\"Landing Screen 2\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:25:\"premium,fullwidth,landing\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/landing-screen-2/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/landing-screen-2.jpg\";}s:16:\"landing-screen-3\";a:6:{s:4:\"name\";s:16:\"Landing Screen 3\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:34:\"premium,fullwidth,landing,parallax\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/landing-screen-3/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/landing-screen-3.jpg\";}s:16:\"landing-screen-4\";a:6:{s:4:\"name\";s:16:\"Landing Screen 4\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:34:\"premium,fullwidth,landing,parallax\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/landing-screen-4/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/landing-screen-4.jpg\";}s:16:\"landing-screen-5\";a:6:{s:4:\"name\";s:16:\"Landing Screen 5\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:25:\"premium,fullwidth,landing\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/landing-screen-5/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/landing-screen-5.jpg\";}s:16:\"landing-screen-6\";a:6:{s:4:\"name\";s:16:\"Landing Screen 6\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:25:\"premium,fullwidth,landing\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/landing-screen-6/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/landing-screen-6.jpg\";}s:16:\"landing-screen-7\";a:6:{s:4:\"name\";s:16:\"Landing Screen 7\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:25:\"premium,fullwidth,landing\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/landing-screen-7/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/landing-screen-7.jpg\";}s:8:\"carousel\";a:6:{s:4:\"name\";s:8:\"Carousel\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:13:\"free,carousel\";s:3:\"url\";s:55:\"https://layerslider.kreaturamedia.com/sliders/carousel/\";s:7:\"preview\";s:69:\"https://repository.kreaturamedia.com/v4/sliders/packages/carousel.jpg\";}s:14:\"fancy-parallax\";a:6:{s:4:\"name\";s:21:\"Fancy Parallax Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:26:\"premium,fullwidth,parallax\";s:3:\"url\";s:62:\"https://layerslider.kreaturamedia.com/sliders/parallax-slider/\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/fancy-parallax.jpg\";}s:13:\"simple-slider\";a:6:{s:4:\"name\";s:13:\"Simple Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:4:\"free\";s:3:\"url\";s:60:\"https://layerslider.kreaturamedia.com/sliders/simple-slider/\";s:7:\"preview\";s:74:\"https://repository.kreaturamedia.com/v4/sliders/packages/simple-slider.jpg\";}s:12:\"image-slider\";a:6:{s:4:\"name\";s:12:\"Image Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:4:\"free\";s:3:\"url\";s:62:\"https://layerslider.kreaturamedia.com/sliders/image-slideshow/\";s:7:\"preview\";s:73:\"https://repository.kreaturamedia.com/v4/sliders/packages/image-slider.jpg\";}s:19:\"client-testimonials\";a:6:{s:4:\"name\";s:19:\"Client Testimonials\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:17:\"premium,fullwidth\";s:3:\"url\";s:66:\"https://layerslider.kreaturamedia.com/sliders/client-testimonials/\";s:7:\"preview\";s:80:\"https://repository.kreaturamedia.com/v4/sliders/packages/client-testimonials.jpg\";}s:8:\"fixed-bg\";a:6:{s:4:\"name\";s:16:\"Fixed Background\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:23:\"premium,fullwidth,media\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/fixed-background/\";s:7:\"preview\";s:69:\"https://repository.kreaturamedia.com/v4/sliders/packages/fixed-bg.jpg\";}s:22:\"dynamic-content-slider\";a:6:{s:4:\"name\";s:22:\"Dynamic Content Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:4:\"free\";s:3:\"url\";s:69:\"https://layerslider.kreaturamedia.com/sliders/dynamic-content-slider/\";s:7:\"preview\";s:83:\"https://repository.kreaturamedia.com/v4/sliders/packages/dynamic-content-slider.jpg\";}s:6:\"old-3d\";a:6:{s:4:\"name\";s:14:\"LayerSlider v4\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:23:\"free,3dtransition,media\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/3d-demo-slider/\";s:7:\"preview\";s:67:\"https://repository.kreaturamedia.com/v4/sliders/packages/old-3d.jpg\";}s:2:\"v5\";a:6:{s:4:\"name\";s:14:\"LayerSlider v5\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:19:\"free,parallax,media\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/layerslider-v5/\";s:7:\"preview\";s:63:\"https://repository.kreaturamedia.com/v4/sliders/packages/v5.jpg\";}s:12:\"video-slider\";a:6:{s:4:\"name\";s:12:\"Video Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:10:\"free,media\";s:3:\"url\";s:59:\"https://layerslider.kreaturamedia.com/sliders/video-slider/\";s:7:\"preview\";s:73:\"https://repository.kreaturamedia.com/v4/sliders/packages/video-slider.jpg\";}s:6:\"resort\";a:6:{s:4:\"name\";s:6:\"Resort\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:17:\"premium,fullwidth\";s:3:\"url\";s:54:\"https://layerslider.kreaturamedia.com/sliders/restort/\";s:7:\"preview\";s:67:\"https://repository.kreaturamedia.com/v4/sliders/packages/resort.jpg\";}}}','no'),(46752,'_transient_timeout_mm_api_calls','1550670833','no');
INSERT INTO `wp_options` VALUES (46753,'_transient_mm_api_calls','a:10:{s:32:\"8b6414ea1a1f66f96e32726bc72b5763\";a:6:{s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:12:\"nginx/1.10.0\";s:4:\"date\";s:29:\"Mon, 18 Feb 2019 16:43:41 GMT\";s:12:\"content-type\";s:16:\"application/json\";s:14:\"content-length\";s:3:\"539\";s:13:\"last-modified\";s:29:\"Mon, 17 Jul 2017 20:22:40 GMT\";s:4:\"etag\";s:14:\"\"596d1c90-21b\"\";s:13:\"accept-ranges\";s:5:\"bytes\";s:4:\"vary\";s:6:\"Origin\";s:10:\"set-cookie\";s:19:\"WEBSVR=w0n2; path=/\";}}s:4:\"body\";s:539:\"{\n   \"BlueHost\":\"bluehost\",\n   \"BlueHost_for_Education\":\"bluehost\",\n   \"BlueHost_Optimized_for_WordPress\":\"bluehost\",\n   \"Bluehost_QI\":\"bluehost\",\n   \"Bluehost_India\":\"bluehost-india\",\n   \"Just_Host\":\"default\",\n   \"Just_Host_QI\":\"default\",\n   \"HostMonster\":\"default\",\n   \"Hostmonster_QI\":\"default\",\n   \"HostGator_QI\":\"default\",\n   \"HostGator_com_for_Resellers\":\"default\",\n   \"Hostgator_Com_LLC\":\"default\",\n   \"HostGatorSG\":\"default\",\n   \"Hostgator_India\":\"hostgator-india\",\n   \"iPower\":\"ipower\",\n   \"iPage\":\"ipage\",\n   \"FatCow\":\"fatcow\"\n}\n\";s:8:\"response\";a:2:{s:4:\"code\";i:200;s:7:\"message\";s:2:\"OK\";}s:7:\"cookies\";a:1:{i:0;O:14:\"WP_Http_Cookie\":5:{s:4:\"name\";s:6:\"WEBSVR\";s:5:\"value\";s:4:\"w0n2\";s:7:\"expires\";N;s:4:\"path\";s:1:\"/\";s:6:\"domain\";s:23:\"www.mojomarketplace.com\";}}s:8:\"filename\";N;s:13:\"http_response\";O:25:\"WP_HTTP_Requests_Response\":5:{s:11:\"\0*\0response\";O:17:\"Requests_Response\":10:{s:4:\"body\";s:539:\"{\n   \"BlueHost\":\"bluehost\",\n   \"BlueHost_for_Education\":\"bluehost\",\n   \"BlueHost_Optimized_for_WordPress\":\"bluehost\",\n   \"Bluehost_QI\":\"bluehost\",\n   \"Bluehost_India\":\"bluehost-india\",\n   \"Just_Host\":\"default\",\n   \"Just_Host_QI\":\"default\",\n   \"HostMonster\":\"default\",\n   \"Hostmonster_QI\":\"default\",\n   \"HostGator_QI\":\"default\",\n   \"HostGator_com_for_Resellers\":\"default\",\n   \"Hostgator_Com_LLC\":\"default\",\n   \"HostGatorSG\":\"default\",\n   \"Hostgator_India\":\"hostgator-india\",\n   \"iPower\":\"ipower\",\n   \"iPage\":\"ipage\",\n   \"FatCow\":\"fatcow\"\n}\n\";s:3:\"raw\";s:826:\"HTTP/1.1 200 OK\r\nServer: nginx/1.10.0\r\nDate: Mon, 18 Feb 2019 16:43:41 GMT\r\nContent-Type: application/json\r\nContent-Length: 539\r\nLast-Modified: Mon, 17 Jul 2017 20:22:40 GMT\r\nConnection: close\r\nETag: \"596d1c90-21b\"\r\nAccept-Ranges: bytes\r\nVary: Origin\r\nSet-Cookie: WEBSVR=w0n2; path=/\r\n\r\n{\n   \"BlueHost\":\"bluehost\",\n   \"BlueHost_for_Education\":\"bluehost\",\n   \"BlueHost_Optimized_for_WordPress\":\"bluehost\",\n   \"Bluehost_QI\":\"bluehost\",\n   \"Bluehost_India\":\"bluehost-india\",\n   \"Just_Host\":\"default\",\n   \"Just_Host_QI\":\"default\",\n   \"HostMonster\":\"default\",\n   \"Hostmonster_QI\":\"default\",\n   \"HostGator_QI\":\"default\",\n   \"HostGator_com_for_Resellers\":\"default\",\n   \"Hostgator_Com_LLC\":\"default\",\n   \"HostGatorSG\":\"default\",\n   \"Hostgator_India\":\"hostgator-india\",\n   \"iPower\":\"ipower\",\n   \"iPage\":\"ipage\",\n   \"FatCow\":\"fatcow\"\n}\n\";s:7:\"headers\";O:25:\"Requests_Response_Headers\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";a:1:{i:0;s:12:\"nginx/1.10.0\";}s:4:\"date\";a:1:{i:0;s:29:\"Mon, 18 Feb 2019 16:43:41 GMT\";}s:12:\"content-type\";a:1:{i:0;s:16:\"application/json\";}s:14:\"content-length\";a:1:{i:0;s:3:\"539\";}s:13:\"last-modified\";a:1:{i:0;s:29:\"Mon, 17 Jul 2017 20:22:40 GMT\";}s:4:\"etag\";a:1:{i:0;s:14:\"\"596d1c90-21b\"\";}s:13:\"accept-ranges\";a:1:{i:0;s:5:\"bytes\";}s:4:\"vary\";a:1:{i:0;s:6:\"Origin\";}s:10:\"set-cookie\";a:1:{i:0;s:19:\"WEBSVR=w0n2; path=/\";}}}s:11:\"status_code\";i:200;s:16:\"protocol_version\";d:1.100000000000000088817841970012523233890533447265625;s:7:\"success\";b:1;s:9:\"redirects\";i:0;s:3:\"url\";s:69:\"https://www.mojomarketplace.com/mojo-plugin-assets/json/branding.json\";s:7:\"history\";a:0:{}s:7:\"cookies\";O:19:\"Requests_Cookie_Jar\":1:{s:10:\"\0*\0cookies\";a:1:{s:6:\"WEBSVR\";O:15:\"Requests_Cookie\":5:{s:4:\"name\";s:6:\"WEBSVR\";s:5:\"value\";s:4:\"w0n2\";s:10:\"attributes\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:2:{s:4:\"path\";s:1:\"/\";s:6:\"domain\";s:23:\"www.mojomarketplace.com\";}}s:5:\"flags\";a:4:{s:8:\"creation\";i:1550508222;s:11:\"last-access\";i:1550508222;s:10:\"persistent\";b:0;s:9:\"host-only\";b:1;}s:14:\"reference_time\";i:1550508222;}}}}s:11:\"\0*\0filename\";N;s:4:\"data\";N;s:7:\"headers\";N;s:6:\"status\";N;}}s:32:\"69cccbc3a560efe68697e7469cb209f1\";a:6:{s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:12:\"nginx/1.12.0\";s:4:\"date\";s:29:\"Tue, 19 Feb 2019 13:53:46 GMT\";s:12:\"content-type\";s:16:\"application/json\";s:14:\"content-length\";s:4:\"1894\";s:13:\"last-modified\";s:29:\"Mon, 04 Dec 2017 06:58:13 GMT\";s:4:\"etag\";s:14:\"\"5a24f205-766\"\";s:13:\"accept-ranges\";s:5:\"bytes\";s:4:\"vary\";s:6:\"Origin\";s:10:\"set-cookie\";s:19:\"APISVR=a0n4; path=/\";}}s:4:\"body\";s:1894:\"{\n   \"themes-single-item\":{\n      \"url\":\"http:\\/\\/mojo.live\\/wplive\",\n      \"img\":\"https:\\/\\/mojomarketplace.com\\/mojo-plugin-assets\\/img\\/offers\\/wplive-single.png\"\n   },\n   \"plugins-single-item\":{\n      \"url\":\"http:\\/\\/mojo.live\\/wplive\",\n      \"img\":\"https:\\/\\/mojomarketplace.com\\/mojo-plugin-assets\\/img\\/offers\\/wplive-single.png\"\n   },\n   \"services-single-item\":{\n      \"url\":\"http:\\/\\/mojo.live\\/wplive\",\n      \"img\":\"https:\\/\\/mojomarketplace.com\\/mojo-plugin-assets\\/img\\/offers\\/wplive-single.png\"\n   },\n   \"graphics-banner-top\":{\n      \"url\":\"http:\\/\\/mojo.live\\/wplive\",\n      \"img\":\"https:\\/\\/mojomarketplace.com\\/mojo-plugin-assets\\/img\\/offers\\/wp-live-phone.png\"\n   },\n   \"themes-banner-top\":{\n      \"url\":\"http:\\/\\/mojo.live\\/wplive\",\n      \"img\":\"https:\\/\\/mojomarketplace.com\\/mojo-plugin-assets\\/img\\/offers\\/wp-live-phone.png\"\n   },\n   \"services-banner-top\":{\n      \"url\":\"http:\\/\\/mojo.live\\/wplive\",\n      \"img\":\"https:\\/\\/mojomarketplace.com\\/mojo-plugin-assets\\/img\\/offers\\/wp-live-phone.png\"\n   },\n   \"plugins-banner-top\":{\n      \"url\":\"http:\\/\\/mojo.live\\/wplive\",\n      \"img\":\"https:\\/\\/mojomarketplace.com\\/mojo-plugin-assets\\/img\\/offers\\/wp-live-phone.png\"\n   },\n   \"graphics-banner-bottom\":{\n      \"url\":\"http:\\/\\/mojo.live\\/indeedbanner\",\n      \"img\":\"https:\\/\\/mojomarketplace.com\\/mojo-plugin-assets\\/img\\/offers\\/indeed-2.png\"\n   },\n   \"themes-banner-bottom\":{\n      \"url\":\"http:\\/\\/mojo.live\\/indeedbanner\",\n      \"img\":\"https:\\/\\/mojomarketplace.com\\/mojo-plugin-assets\\/img\\/offers\\/indeed-2.png\"\n   },\n   \"services-banner-bottom\":{\n      \"url\":\"http:\\/\\/mojo.live\\/indeedbanner\",\n      \"img\":\"https:\\/\\/mojomarketplace.com\\/mojo-plugin-assets\\/img\\/offers\\/indeed-2.png\"\n   },\n   \"plugins-banner-bottom\":{\n      \"url\":\"http:\\/\\/mojo.live\\/indeedbanner\",\n      \"img\":\"https:\\/\\/mojomarketplace.com\\/mojo-plugin-assets\\/img\\/offers\\/indeed-2.png\"\n   }\n}\n\";s:8:\"response\";a:2:{s:4:\"code\";i:200;s:7:\"message\";s:2:\"OK\";}s:7:\"cookies\";a:1:{i:0;O:14:\"WP_Http_Cookie\":5:{s:4:\"name\";s:6:\"APISVR\";s:5:\"value\";s:4:\"a0n4\";s:7:\"expires\";N;s:4:\"path\";s:1:\"/\";s:6:\"domain\";s:23:\"api.mojomarketplace.com\";}}s:8:\"filename\";N;s:13:\"http_response\";O:25:\"WP_HTTP_Requests_Response\":5:{s:11:\"\0*\0response\";O:17:\"Requests_Response\":10:{s:4:\"body\";s:1894:\"{\n   \"themes-single-item\":{\n      \"url\":\"http:\\/\\/mojo.live\\/wplive\",\n      \"img\":\"https:\\/\\/mojomarketplace.com\\/mojo-plugin-assets\\/img\\/offers\\/wplive-single.png\"\n   },\n   \"plugins-single-item\":{\n      \"url\":\"http:\\/\\/mojo.live\\/wplive\",\n      \"img\":\"https:\\/\\/mojomarketplace.com\\/mojo-plugin-assets\\/img\\/offers\\/wplive-single.png\"\n   },\n   \"services-single-item\":{\n      \"url\":\"http:\\/\\/mojo.live\\/wplive\",\n      \"img\":\"https:\\/\\/mojomarketplace.com\\/mojo-plugin-assets\\/img\\/offers\\/wplive-single.png\"\n   },\n   \"graphics-banner-top\":{\n      \"url\":\"http:\\/\\/mojo.live\\/wplive\",\n      \"img\":\"https:\\/\\/mojomarketplace.com\\/mojo-plugin-assets\\/img\\/offers\\/wp-live-phone.png\"\n   },\n   \"themes-banner-top\":{\n      \"url\":\"http:\\/\\/mojo.live\\/wplive\",\n      \"img\":\"https:\\/\\/mojomarketplace.com\\/mojo-plugin-assets\\/img\\/offers\\/wp-live-phone.png\"\n   },\n   \"services-banner-top\":{\n      \"url\":\"http:\\/\\/mojo.live\\/wplive\",\n      \"img\":\"https:\\/\\/mojomarketplace.com\\/mojo-plugin-assets\\/img\\/offers\\/wp-live-phone.png\"\n   },\n   \"plugins-banner-top\":{\n      \"url\":\"http:\\/\\/mojo.live\\/wplive\",\n      \"img\":\"https:\\/\\/mojomarketplace.com\\/mojo-plugin-assets\\/img\\/offers\\/wp-live-phone.png\"\n   },\n   \"graphics-banner-bottom\":{\n      \"url\":\"http:\\/\\/mojo.live\\/indeedbanner\",\n      \"img\":\"https:\\/\\/mojomarketplace.com\\/mojo-plugin-assets\\/img\\/offers\\/indeed-2.png\"\n   },\n   \"themes-banner-bottom\":{\n      \"url\":\"http:\\/\\/mojo.live\\/indeedbanner\",\n      \"img\":\"https:\\/\\/mojomarketplace.com\\/mojo-plugin-assets\\/img\\/offers\\/indeed-2.png\"\n   },\n   \"services-banner-bottom\":{\n      \"url\":\"http:\\/\\/mojo.live\\/indeedbanner\",\n      \"img\":\"https:\\/\\/mojomarketplace.com\\/mojo-plugin-assets\\/img\\/offers\\/indeed-2.png\"\n   },\n   \"plugins-banner-bottom\":{\n      \"url\":\"http:\\/\\/mojo.live\\/indeedbanner\",\n      \"img\":\"https:\\/\\/mojomarketplace.com\\/mojo-plugin-assets\\/img\\/offers\\/indeed-2.png\"\n   }\n}\n\";s:3:\"raw\";s:2182:\"HTTP/1.1 200 OK\r\nServer: nginx/1.12.0\r\nDate: Tue, 19 Feb 2019 13:53:46 GMT\r\nContent-Type: application/json\r\nContent-Length: 1894\r\nLast-Modified: Mon, 04 Dec 2017 06:58:13 GMT\r\nConnection: close\r\nETag: \"5a24f205-766\"\r\nAccept-Ranges: bytes\r\nVary: Origin\r\nSet-Cookie: APISVR=a0n4; path=/\r\n\r\n{\n   \"themes-single-item\":{\n      \"url\":\"http:\\/\\/mojo.live\\/wplive\",\n      \"img\":\"https:\\/\\/mojomarketplace.com\\/mojo-plugin-assets\\/img\\/offers\\/wplive-single.png\"\n   },\n   \"plugins-single-item\":{\n      \"url\":\"http:\\/\\/mojo.live\\/wplive\",\n      \"img\":\"https:\\/\\/mojomarketplace.com\\/mojo-plugin-assets\\/img\\/offers\\/wplive-single.png\"\n   },\n   \"services-single-item\":{\n      \"url\":\"http:\\/\\/mojo.live\\/wplive\",\n      \"img\":\"https:\\/\\/mojomarketplace.com\\/mojo-plugin-assets\\/img\\/offers\\/wplive-single.png\"\n   },\n   \"graphics-banner-top\":{\n      \"url\":\"http:\\/\\/mojo.live\\/wplive\",\n      \"img\":\"https:\\/\\/mojomarketplace.com\\/mojo-plugin-assets\\/img\\/offers\\/wp-live-phone.png\"\n   },\n   \"themes-banner-top\":{\n      \"url\":\"http:\\/\\/mojo.live\\/wplive\",\n      \"img\":\"https:\\/\\/mojomarketplace.com\\/mojo-plugin-assets\\/img\\/offers\\/wp-live-phone.png\"\n   },\n   \"services-banner-top\":{\n      \"url\":\"http:\\/\\/mojo.live\\/wplive\",\n      \"img\":\"https:\\/\\/mojomarketplace.com\\/mojo-plugin-assets\\/img\\/offers\\/wp-live-phone.png\"\n   },\n   \"plugins-banner-top\":{\n      \"url\":\"http:\\/\\/mojo.live\\/wplive\",\n      \"img\":\"https:\\/\\/mojomarketplace.com\\/mojo-plugin-assets\\/img\\/offers\\/wp-live-phone.png\"\n   },\n   \"graphics-banner-bottom\":{\n      \"url\":\"http:\\/\\/mojo.live\\/indeedbanner\",\n      \"img\":\"https:\\/\\/mojomarketplace.com\\/mojo-plugin-assets\\/img\\/offers\\/indeed-2.png\"\n   },\n   \"themes-banner-bottom\":{\n      \"url\":\"http:\\/\\/mojo.live\\/indeedbanner\",\n      \"img\":\"https:\\/\\/mojomarketplace.com\\/mojo-plugin-assets\\/img\\/offers\\/indeed-2.png\"\n   },\n   \"services-banner-bottom\":{\n      \"url\":\"http:\\/\\/mojo.live\\/indeedbanner\",\n      \"img\":\"https:\\/\\/mojomarketplace.com\\/mojo-plugin-assets\\/img\\/offers\\/indeed-2.png\"\n   },\n   \"plugins-banner-bottom\":{\n      \"url\":\"http:\\/\\/mojo.live\\/indeedbanner\",\n      \"img\":\"https:\\/\\/mojomarketplace.com\\/mojo-plugin-assets\\/img\\/offers\\/indeed-2.png\"\n   }\n}\n\";s:7:\"headers\";O:25:\"Requests_Response_Headers\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";a:1:{i:0;s:12:\"nginx/1.12.0\";}s:4:\"date\";a:1:{i:0;s:29:\"Tue, 19 Feb 2019 13:53:46 GMT\";}s:12:\"content-type\";a:1:{i:0;s:16:\"application/json\";}s:14:\"content-length\";a:1:{i:0;s:4:\"1894\";}s:13:\"last-modified\";a:1:{i:0;s:29:\"Mon, 04 Dec 2017 06:58:13 GMT\";}s:4:\"etag\";a:1:{i:0;s:14:\"\"5a24f205-766\"\";}s:13:\"accept-ranges\";a:1:{i:0;s:5:\"bytes\";}s:4:\"vary\";a:1:{i:0;s:6:\"Origin\";}s:10:\"set-cookie\";a:1:{i:0;s:19:\"APISVR=a0n4; path=/\";}}}s:11:\"status_code\";i:200;s:16:\"protocol_version\";d:1.100000000000000088817841970012523233890533447265625;s:7:\"success\";b:1;s:9:\"redirects\";i:0;s:3:\"url\";s:80:\"https://api.mojomarketplace.com/mojo-plugin-assets/json/mojo-partner-offers.json\";s:7:\"history\";a:0:{}s:7:\"cookies\";O:19:\"Requests_Cookie_Jar\":1:{s:10:\"\0*\0cookies\";a:1:{s:6:\"APISVR\";O:15:\"Requests_Cookie\":5:{s:4:\"name\";s:6:\"APISVR\";s:5:\"value\";s:4:\"a0n4\";s:10:\"attributes\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:2:{s:4:\"path\";s:1:\"/\";s:6:\"domain\";s:23:\"api.mojomarketplace.com\";}}s:5:\"flags\";a:4:{s:8:\"creation\";i:1550584426;s:11:\"last-access\";i:1550584426;s:10:\"persistent\";b:0;s:9:\"host-only\";b:1;}s:14:\"reference_time\";i:1550584426;}}}}s:11:\"\0*\0filename\";N;s:4:\"data\";N;s:7:\"headers\";N;s:6:\"status\";N;}}s:32:\"a5ef76a6fdef8fa0451c7c8150f39e8b\";a:6:{s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:12:\"nginx/1.12.0\";s:4:\"date\";s:29:\"Tue, 19 Feb 2019 13:53:46 GMT\";s:12:\"content-type\";s:16:\"application/json\";s:14:\"content-length\";s:5:\"18840\";s:13:\"last-modified\";s:29:\"Fri, 26 May 2017 22:03:35 GMT\";s:4:\"etag\";s:15:\"\"5928a637-4998\"\";s:13:\"accept-ranges\";s:5:\"bytes\";s:4:\"vary\";s:6:\"Origin\";s:10:\"set-cookie\";s:19:\"APISVR=a0n4; path=/\";}}s:4:\"body\";s:18840:\"{\n   \"\\/woo\\/i\":{\n      \"id\":\"530782e3-1388-4e6a-a8ac-6f7b0a140b28\",\n      \"name\":\"WooCommerce\",\n      \"title\":\"WooCommerce Integration\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/integrate-woocommerce-onto-wordpress-site\",\n      \"short_desc\":\"WooCommerce will transform your WordPress site into a full eCommerce store that is simple to use.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-532c8ae2-5c38-4636-8c69-15550a141528-260x156-mDPp8.png\"\n   },\n   \"\\/commerce\\/i\":{\n      \"id\":\"530782e3-1388-4e6a-a8ac-6f7b0a140b28\",\n      \"name\":\"WooCommerce\",\n      \"title\":\"WooCommerce Integration\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/integrate-woocommerce-onto-wordpress-site\",\n      \"short_desc\":\"WooCommerce will transform your WordPress site into a full eCommerce store that is simple to use.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-532c8ae2-5c38-4636-8c69-15550a141528-260x156-mDPp8.png\"\n   },\n   \"\\/shop\\/i\":{\n      \"id\":\"530782e3-1388-4e6a-a8ac-6f7b0a140b28\",\n      \"name\":\"WooCommerce\",\n      \"title\":\"WooCommerce Integration\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/integrate-woocommerce-onto-wordpress-site\",\n      \"short_desc\":\"WooCommerce will transform your WordPress site into a full eCommerce store that is simple to use.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-532c8ae2-5c38-4636-8c69-15550a141528-260x156-mDPp8.png\"\n   },\n   \"\\/store\\/i\":{\n      \"id\":\"530782e3-1388-4e6a-a8ac-6f7b0a140b28\",\n      \"name\":\"WooCommerce\",\n      \"title\":\"WooCommerce Integration\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/integrate-woocommerce-onto-wordpress-site\",\n      \"short_desc\":\"WooCommerce will transform your WordPress site into a full eCommerce store that is simple to use.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-532c8ae2-5c38-4636-8c69-15550a141528-260x156-mDPp8.png\"\n   },\n   \"\\/checkout\\/i\":{\n      \"id\":\"530782e3-1388-4e6a-a8ac-6f7b0a140b28\",\n      \"name\":\"WooCommerce\",\n      \"title\":\"WooCommerce Integration\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/integrate-woocommerce-onto-wordpress-site\",\n      \"short_desc\":\"WooCommerce will transform your WordPress site into a full eCommerce store that is simple to use.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-532c8ae2-5c38-4636-8c69-15550a141528-260x156-mDPp8.png\"\n   },\n   \"\\/credit\\/i\":{\n      \"id\":\"530782e3-1388-4e6a-a8ac-6f7b0a140b28\",\n      \"name\":\"WooCommerce\",\n      \"title\":\"WooCommerce Integration\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/integrate-woocommerce-onto-wordpress-site\",\n      \"short_desc\":\"WooCommerce will transform your WordPress site into a full eCommerce store that is simple to use.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-532c8ae2-5c38-4636-8c69-15550a141528-260x156-mDPp8.png\"\n   },\n   \"\\/sell\\/i\":{\n      \"id\":\"530782e3-1388-4e6a-a8ac-6f7b0a140b28\",\n      \"name\":\"WooCommerce\",\n      \"title\":\"WooCommerce Integration\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/integrate-woocommerce-onto-wordpress-site\",\n      \"short_desc\":\"WooCommerce will transform your WordPress site into a full eCommerce store that is simple to use.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-532c8ae2-5c38-4636-8c69-15550a141528-260x156-mDPp8.png\"\n   },\n   \"\\/analytics\\/i\":{\n      \"id\":\"530697a6-92cc-4329-9cdd-21e40a140b28\",\n      \"name\":\"Google Analytics\",\n      \"title\":\"Google Analytics Setup\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/add-google-analytics-to-your-wordpress-site\",\n      \"short_desc\":\" You can follow users on your site in real time and get in depth analysis as to their behaviors when browsing your website.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-530697a6-92cc-4329-9cdd-21e40a140b28-260x156-UXxnX.png\"\n   },\n   \"\\/stats\\/i\":{\n      \"id\":\"530697a6-92cc-4329-9cdd-21e40a140b28\",\n      \"name\":\"Google Analytics\",\n      \"title\":\"Google Analytics Setup\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/add-google-analytics-to-your-wordpress-site\",\n      \"short_desc\":\" You can follow users on your site in real time and get in depth analysis as to their behaviors when browsing your website.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-530697a6-92cc-4329-9cdd-21e40a140b28-260x156-UXxnX.png\"\n   },\n   \"\\/sitemap\\/i\":{\n      \"id\":\"530788ba-c450-45eb-b154-47ce0a141528\",\n      \"name\":\"Sitemap\",\n      \"title\":\"SEO Sitemap Setup\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/add-an-seo-friendly-sitemap-to-your-wordpress-site\",\n      \"short_desc\":\"Google loves to see a list of every page on your site and how those pages relate to each other.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-530788ba-c450-45eb-b154-47ce0a141528-260x156-r3HBm.png\"\n   },\n   \"\\/seo\\/i\":{\n      \"id\":\"53d7ea4d-e52c-42fe-9b7e-5ed50a141528\",\n      \"name\":\"Search Engine Optimization (seo)\",\n      \"title\":\"Search Engine Optimization (seo)\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/wordpress-seo\",\n      \"short_desc\":\"The service ensures your content is fully optimized for the search engines.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53d7ea4d-e52c-42fe-9b7e-5ed50a141528-260x156-0pE1j.png\"\n   },\n   \"\\/yoast\\/i\":{\n      \"id\":\"53d7ea4d-e52c-42fe-9b7e-5ed50a141528\",\n      \"name\":\"Setting Up Yoast SEO\",\n      \"title\":\"Setting Up Yoast SEO\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/wordpress-seo\",\n      \"short_desc\":\"The service ensures your content is fully optimized for the search engines.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53d7ea4d-e52c-42fe-9b7e-5ed50a141528-260x156-0pE1j.png\"\n   },\n   \"\\/buddypress\\/i\":{\n      \"id\":\"53078511-1974-470c-8ed5-43500a141528\",\n      \"name\":\"BuddyPress\",\n      \"title\":\"BuddyPress Setup\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/install-and-setup-buddypress-wordpress-plugin\",\n      \"short_desc\":\"This service will have you all setup and ready to start using your website as a social network.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/images.mojomarketplace.com\\/images\\/thumbnail-53078511-1974-470c-8ed5-43500a141528-square-mm-resize-260x156-530bb499b8714.png\"\n   },\n   \"\\/buddy press\\/i\":{\n      \"id\":\"53078511-1974-470c-8ed5-43500a141528\",\n      \"name\":\"BuddyPress\",\n      \"title\":\"BuddyPress Setup\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/install-and-setup-buddypress-wordpress-plugin\",\n      \"short_desc\":\"This service will have you all setup and ready to start using your website as a social network.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/images.mojomarketplace.com\\/images\\/thumbnail-53078511-1974-470c-8ed5-43500a141528-square-mm-resize-260x156-530bb499b8714.png\"\n   },\n   \"\\/bbpress\\/i\":{\n      \"id\":\"530783b3-d4d8-4823-ad1e-70310a140b28\",\n      \"name\":\"bbPress\",\n      \"title\":\"bbPress Setup\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/install-and-setup-bbpress-wordpress-plugin\",\n      \"short_desc\":\"From within your WordPress admin, you can easily setup and moderate forums, topics and replies.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"http:\\/\\/images.mojomarketplace.com\\/images\\/thumbnail-530783b3-d4d8-4823-ad1e-70310a140b28-square-mm-resize-260x156-530bb1f321d8d.png\"\n   },\n   \"\\/bb press\\/i\":{\n      \"id\":\"530783b3-d4d8-4823-ad1e-70310a140b28\",\n      \"name\":\"bbPress\",\n      \"title\":\"bbPress Setup\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/install-and-setup-bbpress-wordpress-plugin\",\n      \"short_desc\":\"From within your WordPress admin, you can easily setup and moderate forums, topics and replies.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"http:\\/\\/images.mojomarketplace.com\\/images\\/thumbnail-530783b3-d4d8-4823-ad1e-70310a140b28-square-mm-resize-260x156-530bb1f321d8d.png\"\n   },\n   \"\\/contact\\/i\":{\n      \"id\":\"\",\n      \"name\":\"Constant Contact Forms\",\n      \"title\":\"Constant Contact Forms\",\n      \"buy_now_btn\":\"Learn More\",\n      \"button_class\":\"button thickbox open-plugin-details-modal\",\n      \"detail_class\":\"thickbox open-plugin-details-modal\",\n      \"url\":\"plugin-install.php?tab=plugin-information&plugin=constant-contact-forms&TB_iframe=true&width=600&height=550\",\n      \"buy_now_link\":\"plugin-install.php?tab=plugin-information&plugin=constant-contact-forms&TB_iframe=true&width=600&height=550\",\n      \"short_desc\":\"Constant Contact Forms makes it fast and easy to capture visitor information right from your WordPress site.\",\n      \"author\":\"Constant Contact\",\n      \"author_url\":\"https://www.constantcontact.com/\",\n      \"img\":\"http:\\/\\/ps.w.org\\/constant-contact-forms\\/assets\\/icon-256x256.png\"\n   },\n   \"\\/ form\\/i\":{\n      \"id\":\"\",\n      \"name\":\"Constant Contact Forms\",\n      \"title\":\"Constant Contact Forms\",\n      \"buy_now_btn\":\"Learn More\",\n      \"button_class\":\"button thickbox open-plugin-details-modal\",\n      \"detail_class\":\"thickbox open-plugin-details-modal\",\n      \"url\":\"plugin-install.php?tab=plugin-information&plugin=constant-contact-forms&TB_iframe=true&width=600&height=550\",\n      \"buy_now_link\":\"plugin-install.php?tab=plugin-information&plugin=constant-contact-forms&TB_iframe=true&width=600&height=550\",\n      \"short_desc\":\"Constant Contact Forms makes it fast and easy to capture visitor information right from your WordPress site.\",\n      \"author\":\"Constant Contact\",\n      \"author_url\":\"https://www.constantcontact.com/\",\n      \"img\":\"http:\\/\\/ps.w.org\\/constant-contact-forms\\/assets\\/icon-256x256.png\"\n   },\n   \"\\/news\\/i\":{\n      \"id\":\"\",\n      \"name\":\"Constant Contact Forms\",\n      \"title\":\"Constant Contact Forms\",\n      \"buy_now_btn\":\"Learn More\",\n      \"button_class\":\"button thickbox open-plugin-details-modal\",\n      \"detail_class\":\"thickbox open-plugin-details-modal\",\n      \"url\":\"plugin-install.php?tab=plugin-information&plugin=constant-contact-forms&TB_iframe=true&width=600&height=550\",\n      \"buy_now_link\":\"plugin-install.php?tab=plugin-information&plugin=constant-contact-forms&TB_iframe=true&width=600&height=550\",\n      \"short_desc\":\"Constant Contact Forms makes it fast and easy to capture visitor information right from your WordPress site.\",\n      \"author\":\"Constant Contact\",\n      \"author_url\":\"https://www.constantcontact.com/\",\n      \"img\":\"http:\\/\\/ps.w.org\\/constant-contact-forms\\/assets\\/icon-256x256.png\"\n   },\n   \"\\/map\\/i\":{\n      \"id\":\"530786ea-27b8-4f1b-bc94-46650a141528\",\n      \"name\":\"Google Maps\",\n      \"title\":\"Setup a Google Map\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/add-a-google-map-to-my-wordpress-site\",\n      \"short_desc\":\"Let us add Google Maps to your WordPress website for you. We can add up to 10 different locations with include custom navigation.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"http:\\/\\/images.mojomarketplace.com\\/images\\/thumbnail-530786ea-27b8-4f1b-bc94-46650a141528-square-mm-resize-260x156-530d15d46aaab.png\"\n   },\n   \"\\/locat\\/i\":{\n      \"id\":\"530786ea-27b8-4f1b-bc94-46650a141528\",\n      \"name\":\"Google Maps\",\n      \"title\":\"Setup a Google Map\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/add-a-google-map-to-my-wordpress-site\",\n      \"short_desc\":\"Let us add Google Maps to your WordPress website for you. We can add up to 10 different locations with include custom navigation.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"http:\\/\\/images.mojomarketplace.com\\/images\\/thumbnail-530786ea-27b8-4f1b-bc94-46650a141528-square-mm-resize-260x156-530d15d46aaab.png\"\n   },\n   \"\\/hack\\/i\":{\n      \"id\":\"53b4501f-180c-4bd3-9b3f-56cb0a141528\",\n      \"name\":\"Securing Your WordPress Site\",\n      \"title\":\"Secure Your WordPress Site\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/make-my-wordpress-site-secure\",\n      \"short_desc\":\"Let us help you drastically increase your site’s security.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53b4501f-180c-4bd3-9b3f-56cb0a141528-260x156-Qji3u.png\"\n   },\n   \"\\/fence\\/i\":{\n      \"id\":\"53b4501f-180c-4bd3-9b3f-56cb0a141528\",\n      \"name\":\"Securing Your WordPress Site\",\n      \"title\":\"Secure Your WordPress Site\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/make-my-wordpress-site-secure\",\n      \"short_desc\":\"Let us help you drastically increase your site’s security.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53b4501f-180c-4bd3-9b3f-56cb0a141528-260x156-Qji3u.png\"\n   },\n   \"\\/protect\\/i\":{\n      \"id\":\"53b4501f-180c-4bd3-9b3f-56cb0a141528\",\n      \"name\":\"Securing Your WordPress Site\",\n      \"title\":\"Secure Your WordPress Site\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/make-my-wordpress-site-secure\",\n      \"short_desc\":\"Let us help you drastically increase your site’s security.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53b4501f-180c-4bd3-9b3f-56cb0a141528-260x156-Qji3u.png\"\n   },\n   \"\\/backup\\/i\":{\n      \"id\":\"53e00b04-03b8-4025-bb75-173c0a141528\",\n      \"name\":\"Configuring Your Site Backup\",\n      \"title\":\"Setup Site Backups\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/backup-your-wordpress-website\",\n      \"short_desc\":\"With this backup service we will set things up so you can continually backup your WordPress website.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53e00b04-03b8-4025-bb75-173c0a141528-260x156-cr17X.png\"\n   },\n   \"\\/restor\\/i\":{\n      \"id\":\"53e00b04-03b8-4025-bb75-173c0a141528\",\n      \"name\":\"Configuring Your Site Backup\",\n      \"title\":\"Setup Site Backups\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/backup-your-wordpress-website\",\n      \"short_desc\":\"With this backup service we will set things up so you can continually backup your WordPress website.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53e00b04-03b8-4025-bb75-173c0a141528-260x156-cr17X.png\"\n   },\n   \"\\/color\\/i\":{\n      \"id\":\"53ee5ec2-eff0-441a-944d-52050a140b28\",\n      \"name\":\"Changing Your Site Colors\",\n      \"title\":\"Change Your Site Colors\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/use-my-branding-to-customize-my-wordpress-site\",\n      \"short_desc\":\"\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53ee5ec2-eff0-441a-944d-52050a140b28-260x156-1GDl6.png\"\n   },\n   \"\\/brand\\/i\":{\n      \"id\":\"53ee5ec2-eff0-441a-944d-52050a140b28\",\n      \"name\":\"Match Your Site Branding\",\n      \"title\":\"Match Your Site Branding\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/use-my-branding-to-customize-my-wordpress-site\",\n      \"short_desc\":\"This is a great way to ensure that your theme properly reflects your unique style and brand.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53ee5ec2-eff0-441a-944d-52050a140b28-260x156-1GDl6.png\"\n   },\n   \"\\/design\\/i\":{\n      \"id\":\"53ee5ec2-eff0-441a-944d-52050a140b28\",\n      \"name\":\"Change The Colors In Your Design\",\n      \"title\":\"Change The Colors In Your Design\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/use-my-branding-to-customize-my-wordpress-site\",\n      \"short_desc\":\"This is a great way to ensure that your theme properly reflects your unique style and brand.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53ee5ec2-eff0-441a-944d-52050a140b28-260x156-1GDl6.png\"\n   },\n   \"\\/copywri\\/i\":{\n      \"id\":\"53ee5dce-e2ec-4697-a09a-52050a140b28\",\n      \"name\":\"Professional Copywriting\",\n      \"title\":\"Professional Copywriting\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/professional-copywriting-for-your-wordpress-site\",\n      \"short_desc\":\"We have an amazing team of college grads and English majors who just love writing content (Weird, right?).\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53ee5dce-e2ec-4697-a09a-52050a140b28-260x156-EGNP7.png\"\n   },\n   \"\\/content\\/i\":{\n      \"id\":\"53ee5dce-e2ec-4697-a09a-52050a140b28\",\n      \"name\":\"Writing Professional Content\",\n      \"title\":\"Writing Professional Content\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/professional-copywriting-for-your-wordpress-site\",\n      \"short_desc\":\"We have an amazing team of college grads and English majors who just love writing content (Weird, right?).\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53ee5dce-e2ec-4697-a09a-52050a140b28-260x156-EGNP7.png\"\n   },\n   \"\\/write\\/i\":{\n      \"id\":\"53ee5dce-e2ec-4697-a09a-52050a140b28\",\n      \"name\":\"Professionaly Written Copy\",\n      \"title\":\"Professionaly Written Copy\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/professional-copywriting-for-your-wordpress-site\",\n      \"short_desc\":\"We have an amazing team of college grads and English majors who just love writing content (Weird, right?).\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53ee5dce-e2ec-4697-a09a-52050a140b28-260x156-EGNP7.png\"\n   }\n}\";s:8:\"response\";a:2:{s:4:\"code\";i:200;s:7:\"message\";s:2:\"OK\";}s:7:\"cookies\";a:1:{i:0;O:14:\"WP_Http_Cookie\":5:{s:4:\"name\";s:6:\"APISVR\";s:5:\"value\";s:4:\"a0n4\";s:7:\"expires\";N;s:4:\"path\";s:1:\"/\";s:6:\"domain\";s:23:\"api.mojomarketplace.com\";}}s:8:\"filename\";N;s:13:\"http_response\";O:25:\"WP_HTTP_Requests_Response\":5:{s:11:\"\0*\0response\";O:17:\"Requests_Response\":10:{s:4:\"body\";s:18840:\"{\n   \"\\/woo\\/i\":{\n      \"id\":\"530782e3-1388-4e6a-a8ac-6f7b0a140b28\",\n      \"name\":\"WooCommerce\",\n      \"title\":\"WooCommerce Integration\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/integrate-woocommerce-onto-wordpress-site\",\n      \"short_desc\":\"WooCommerce will transform your WordPress site into a full eCommerce store that is simple to use.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-532c8ae2-5c38-4636-8c69-15550a141528-260x156-mDPp8.png\"\n   },\n   \"\\/commerce\\/i\":{\n      \"id\":\"530782e3-1388-4e6a-a8ac-6f7b0a140b28\",\n      \"name\":\"WooCommerce\",\n      \"title\":\"WooCommerce Integration\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/integrate-woocommerce-onto-wordpress-site\",\n      \"short_desc\":\"WooCommerce will transform your WordPress site into a full eCommerce store that is simple to use.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-532c8ae2-5c38-4636-8c69-15550a141528-260x156-mDPp8.png\"\n   },\n   \"\\/shop\\/i\":{\n      \"id\":\"530782e3-1388-4e6a-a8ac-6f7b0a140b28\",\n      \"name\":\"WooCommerce\",\n      \"title\":\"WooCommerce Integration\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/integrate-woocommerce-onto-wordpress-site\",\n      \"short_desc\":\"WooCommerce will transform your WordPress site into a full eCommerce store that is simple to use.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-532c8ae2-5c38-4636-8c69-15550a141528-260x156-mDPp8.png\"\n   },\n   \"\\/store\\/i\":{\n      \"id\":\"530782e3-1388-4e6a-a8ac-6f7b0a140b28\",\n      \"name\":\"WooCommerce\",\n      \"title\":\"WooCommerce Integration\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/integrate-woocommerce-onto-wordpress-site\",\n      \"short_desc\":\"WooCommerce will transform your WordPress site into a full eCommerce store that is simple to use.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-532c8ae2-5c38-4636-8c69-15550a141528-260x156-mDPp8.png\"\n   },\n   \"\\/checkout\\/i\":{\n      \"id\":\"530782e3-1388-4e6a-a8ac-6f7b0a140b28\",\n      \"name\":\"WooCommerce\",\n      \"title\":\"WooCommerce Integration\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/integrate-woocommerce-onto-wordpress-site\",\n      \"short_desc\":\"WooCommerce will transform your WordPress site into a full eCommerce store that is simple to use.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-532c8ae2-5c38-4636-8c69-15550a141528-260x156-mDPp8.png\"\n   },\n   \"\\/credit\\/i\":{\n      \"id\":\"530782e3-1388-4e6a-a8ac-6f7b0a140b28\",\n      \"name\":\"WooCommerce\",\n      \"title\":\"WooCommerce Integration\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/integrate-woocommerce-onto-wordpress-site\",\n      \"short_desc\":\"WooCommerce will transform your WordPress site into a full eCommerce store that is simple to use.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-532c8ae2-5c38-4636-8c69-15550a141528-260x156-mDPp8.png\"\n   },\n   \"\\/sell\\/i\":{\n      \"id\":\"530782e3-1388-4e6a-a8ac-6f7b0a140b28\",\n      \"name\":\"WooCommerce\",\n      \"title\":\"WooCommerce Integration\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/integrate-woocommerce-onto-wordpress-site\",\n      \"short_desc\":\"WooCommerce will transform your WordPress site into a full eCommerce store that is simple to use.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-532c8ae2-5c38-4636-8c69-15550a141528-260x156-mDPp8.png\"\n   },\n   \"\\/analytics\\/i\":{\n      \"id\":\"530697a6-92cc-4329-9cdd-21e40a140b28\",\n      \"name\":\"Google Analytics\",\n      \"title\":\"Google Analytics Setup\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/add-google-analytics-to-your-wordpress-site\",\n      \"short_desc\":\" You can follow users on your site in real time and get in depth analysis as to their behaviors when browsing your website.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-530697a6-92cc-4329-9cdd-21e40a140b28-260x156-UXxnX.png\"\n   },\n   \"\\/stats\\/i\":{\n      \"id\":\"530697a6-92cc-4329-9cdd-21e40a140b28\",\n      \"name\":\"Google Analytics\",\n      \"title\":\"Google Analytics Setup\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/add-google-analytics-to-your-wordpress-site\",\n      \"short_desc\":\" You can follow users on your site in real time and get in depth analysis as to their behaviors when browsing your website.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-530697a6-92cc-4329-9cdd-21e40a140b28-260x156-UXxnX.png\"\n   },\n   \"\\/sitemap\\/i\":{\n      \"id\":\"530788ba-c450-45eb-b154-47ce0a141528\",\n      \"name\":\"Sitemap\",\n      \"title\":\"SEO Sitemap Setup\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/add-an-seo-friendly-sitemap-to-your-wordpress-site\",\n      \"short_desc\":\"Google loves to see a list of every page on your site and how those pages relate to each other.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-530788ba-c450-45eb-b154-47ce0a141528-260x156-r3HBm.png\"\n   },\n   \"\\/seo\\/i\":{\n      \"id\":\"53d7ea4d-e52c-42fe-9b7e-5ed50a141528\",\n      \"name\":\"Search Engine Optimization (seo)\",\n      \"title\":\"Search Engine Optimization (seo)\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/wordpress-seo\",\n      \"short_desc\":\"The service ensures your content is fully optimized for the search engines.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53d7ea4d-e52c-42fe-9b7e-5ed50a141528-260x156-0pE1j.png\"\n   },\n   \"\\/yoast\\/i\":{\n      \"id\":\"53d7ea4d-e52c-42fe-9b7e-5ed50a141528\",\n      \"name\":\"Setting Up Yoast SEO\",\n      \"title\":\"Setting Up Yoast SEO\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/wordpress-seo\",\n      \"short_desc\":\"The service ensures your content is fully optimized for the search engines.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53d7ea4d-e52c-42fe-9b7e-5ed50a141528-260x156-0pE1j.png\"\n   },\n   \"\\/buddypress\\/i\":{\n      \"id\":\"53078511-1974-470c-8ed5-43500a141528\",\n      \"name\":\"BuddyPress\",\n      \"title\":\"BuddyPress Setup\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/install-and-setup-buddypress-wordpress-plugin\",\n      \"short_desc\":\"This service will have you all setup and ready to start using your website as a social network.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/images.mojomarketplace.com\\/images\\/thumbnail-53078511-1974-470c-8ed5-43500a141528-square-mm-resize-260x156-530bb499b8714.png\"\n   },\n   \"\\/buddy press\\/i\":{\n      \"id\":\"53078511-1974-470c-8ed5-43500a141528\",\n      \"name\":\"BuddyPress\",\n      \"title\":\"BuddyPress Setup\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/install-and-setup-buddypress-wordpress-plugin\",\n      \"short_desc\":\"This service will have you all setup and ready to start using your website as a social network.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/images.mojomarketplace.com\\/images\\/thumbnail-53078511-1974-470c-8ed5-43500a141528-square-mm-resize-260x156-530bb499b8714.png\"\n   },\n   \"\\/bbpress\\/i\":{\n      \"id\":\"530783b3-d4d8-4823-ad1e-70310a140b28\",\n      \"name\":\"bbPress\",\n      \"title\":\"bbPress Setup\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/install-and-setup-bbpress-wordpress-plugin\",\n      \"short_desc\":\"From within your WordPress admin, you can easily setup and moderate forums, topics and replies.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"http:\\/\\/images.mojomarketplace.com\\/images\\/thumbnail-530783b3-d4d8-4823-ad1e-70310a140b28-square-mm-resize-260x156-530bb1f321d8d.png\"\n   },\n   \"\\/bb press\\/i\":{\n      \"id\":\"530783b3-d4d8-4823-ad1e-70310a140b28\",\n      \"name\":\"bbPress\",\n      \"title\":\"bbPress Setup\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/install-and-setup-bbpress-wordpress-plugin\",\n      \"short_desc\":\"From within your WordPress admin, you can easily setup and moderate forums, topics and replies.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"http:\\/\\/images.mojomarketplace.com\\/images\\/thumbnail-530783b3-d4d8-4823-ad1e-70310a140b28-square-mm-resize-260x156-530bb1f321d8d.png\"\n   },\n   \"\\/contact\\/i\":{\n      \"id\":\"\",\n      \"name\":\"Constant Contact Forms\",\n      \"title\":\"Constant Contact Forms\",\n      \"buy_now_btn\":\"Learn More\",\n      \"button_class\":\"button thickbox open-plugin-details-modal\",\n      \"detail_class\":\"thickbox open-plugin-details-modal\",\n      \"url\":\"plugin-install.php?tab=plugin-information&plugin=constant-contact-forms&TB_iframe=true&width=600&height=550\",\n      \"buy_now_link\":\"plugin-install.php?tab=plugin-information&plugin=constant-contact-forms&TB_iframe=true&width=600&height=550\",\n      \"short_desc\":\"Constant Contact Forms makes it fast and easy to capture visitor information right from your WordPress site.\",\n      \"author\":\"Constant Contact\",\n      \"author_url\":\"https://www.constantcontact.com/\",\n      \"img\":\"http:\\/\\/ps.w.org\\/constant-contact-forms\\/assets\\/icon-256x256.png\"\n   },\n   \"\\/ form\\/i\":{\n      \"id\":\"\",\n      \"name\":\"Constant Contact Forms\",\n      \"title\":\"Constant Contact Forms\",\n      \"buy_now_btn\":\"Learn More\",\n      \"button_class\":\"button thickbox open-plugin-details-modal\",\n      \"detail_class\":\"thickbox open-plugin-details-modal\",\n      \"url\":\"plugin-install.php?tab=plugin-information&plugin=constant-contact-forms&TB_iframe=true&width=600&height=550\",\n      \"buy_now_link\":\"plugin-install.php?tab=plugin-information&plugin=constant-contact-forms&TB_iframe=true&width=600&height=550\",\n      \"short_desc\":\"Constant Contact Forms makes it fast and easy to capture visitor information right from your WordPress site.\",\n      \"author\":\"Constant Contact\",\n      \"author_url\":\"https://www.constantcontact.com/\",\n      \"img\":\"http:\\/\\/ps.w.org\\/constant-contact-forms\\/assets\\/icon-256x256.png\"\n   },\n   \"\\/news\\/i\":{\n      \"id\":\"\",\n      \"name\":\"Constant Contact Forms\",\n      \"title\":\"Constant Contact Forms\",\n      \"buy_now_btn\":\"Learn More\",\n      \"button_class\":\"button thickbox open-plugin-details-modal\",\n      \"detail_class\":\"thickbox open-plugin-details-modal\",\n      \"url\":\"plugin-install.php?tab=plugin-information&plugin=constant-contact-forms&TB_iframe=true&width=600&height=550\",\n      \"buy_now_link\":\"plugin-install.php?tab=plugin-information&plugin=constant-contact-forms&TB_iframe=true&width=600&height=550\",\n      \"short_desc\":\"Constant Contact Forms makes it fast and easy to capture visitor information right from your WordPress site.\",\n      \"author\":\"Constant Contact\",\n      \"author_url\":\"https://www.constantcontact.com/\",\n      \"img\":\"http:\\/\\/ps.w.org\\/constant-contact-forms\\/assets\\/icon-256x256.png\"\n   },\n   \"\\/map\\/i\":{\n      \"id\":\"530786ea-27b8-4f1b-bc94-46650a141528\",\n      \"name\":\"Google Maps\",\n      \"title\":\"Setup a Google Map\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/add-a-google-map-to-my-wordpress-site\",\n      \"short_desc\":\"Let us add Google Maps to your WordPress website for you. We can add up to 10 different locations with include custom navigation.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"http:\\/\\/images.mojomarketplace.com\\/images\\/thumbnail-530786ea-27b8-4f1b-bc94-46650a141528-square-mm-resize-260x156-530d15d46aaab.png\"\n   },\n   \"\\/locat\\/i\":{\n      \"id\":\"530786ea-27b8-4f1b-bc94-46650a141528\",\n      \"name\":\"Google Maps\",\n      \"title\":\"Setup a Google Map\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/add-a-google-map-to-my-wordpress-site\",\n      \"short_desc\":\"Let us add Google Maps to your WordPress website for you. We can add up to 10 different locations with include custom navigation.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"http:\\/\\/images.mojomarketplace.com\\/images\\/thumbnail-530786ea-27b8-4f1b-bc94-46650a141528-square-mm-resize-260x156-530d15d46aaab.png\"\n   },\n   \"\\/hack\\/i\":{\n      \"id\":\"53b4501f-180c-4bd3-9b3f-56cb0a141528\",\n      \"name\":\"Securing Your WordPress Site\",\n      \"title\":\"Secure Your WordPress Site\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/make-my-wordpress-site-secure\",\n      \"short_desc\":\"Let us help you drastically increase your site’s security.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53b4501f-180c-4bd3-9b3f-56cb0a141528-260x156-Qji3u.png\"\n   },\n   \"\\/fence\\/i\":{\n      \"id\":\"53b4501f-180c-4bd3-9b3f-56cb0a141528\",\n      \"name\":\"Securing Your WordPress Site\",\n      \"title\":\"Secure Your WordPress Site\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/make-my-wordpress-site-secure\",\n      \"short_desc\":\"Let us help you drastically increase your site’s security.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53b4501f-180c-4bd3-9b3f-56cb0a141528-260x156-Qji3u.png\"\n   },\n   \"\\/protect\\/i\":{\n      \"id\":\"53b4501f-180c-4bd3-9b3f-56cb0a141528\",\n      \"name\":\"Securing Your WordPress Site\",\n      \"title\":\"Secure Your WordPress Site\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/make-my-wordpress-site-secure\",\n      \"short_desc\":\"Let us help you drastically increase your site’s security.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53b4501f-180c-4bd3-9b3f-56cb0a141528-260x156-Qji3u.png\"\n   },\n   \"\\/backup\\/i\":{\n      \"id\":\"53e00b04-03b8-4025-bb75-173c0a141528\",\n      \"name\":\"Configuring Your Site Backup\",\n      \"title\":\"Setup Site Backups\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/backup-your-wordpress-website\",\n      \"short_desc\":\"With this backup service we will set things up so you can continually backup your WordPress website.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53e00b04-03b8-4025-bb75-173c0a141528-260x156-cr17X.png\"\n   },\n   \"\\/restor\\/i\":{\n      \"id\":\"53e00b04-03b8-4025-bb75-173c0a141528\",\n      \"name\":\"Configuring Your Site Backup\",\n      \"title\":\"Setup Site Backups\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/backup-your-wordpress-website\",\n      \"short_desc\":\"With this backup service we will set things up so you can continually backup your WordPress website.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53e00b04-03b8-4025-bb75-173c0a141528-260x156-cr17X.png\"\n   },\n   \"\\/color\\/i\":{\n      \"id\":\"53ee5ec2-eff0-441a-944d-52050a140b28\",\n      \"name\":\"Changing Your Site Colors\",\n      \"title\":\"Change Your Site Colors\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/use-my-branding-to-customize-my-wordpress-site\",\n      \"short_desc\":\"\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53ee5ec2-eff0-441a-944d-52050a140b28-260x156-1GDl6.png\"\n   },\n   \"\\/brand\\/i\":{\n      \"id\":\"53ee5ec2-eff0-441a-944d-52050a140b28\",\n      \"name\":\"Match Your Site Branding\",\n      \"title\":\"Match Your Site Branding\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/use-my-branding-to-customize-my-wordpress-site\",\n      \"short_desc\":\"This is a great way to ensure that your theme properly reflects your unique style and brand.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53ee5ec2-eff0-441a-944d-52050a140b28-260x156-1GDl6.png\"\n   },\n   \"\\/design\\/i\":{\n      \"id\":\"53ee5ec2-eff0-441a-944d-52050a140b28\",\n      \"name\":\"Change The Colors In Your Design\",\n      \"title\":\"Change The Colors In Your Design\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/use-my-branding-to-customize-my-wordpress-site\",\n      \"short_desc\":\"This is a great way to ensure that your theme properly reflects your unique style and brand.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53ee5ec2-eff0-441a-944d-52050a140b28-260x156-1GDl6.png\"\n   },\n   \"\\/copywri\\/i\":{\n      \"id\":\"53ee5dce-e2ec-4697-a09a-52050a140b28\",\n      \"name\":\"Professional Copywriting\",\n      \"title\":\"Professional Copywriting\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/professional-copywriting-for-your-wordpress-site\",\n      \"short_desc\":\"We have an amazing team of college grads and English majors who just love writing content (Weird, right?).\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53ee5dce-e2ec-4697-a09a-52050a140b28-260x156-EGNP7.png\"\n   },\n   \"\\/content\\/i\":{\n      \"id\":\"53ee5dce-e2ec-4697-a09a-52050a140b28\",\n      \"name\":\"Writing Professional Content\",\n      \"title\":\"Writing Professional Content\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/professional-copywriting-for-your-wordpress-site\",\n      \"short_desc\":\"We have an amazing team of college grads and English majors who just love writing content (Weird, right?).\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53ee5dce-e2ec-4697-a09a-52050a140b28-260x156-EGNP7.png\"\n   },\n   \"\\/write\\/i\":{\n      \"id\":\"53ee5dce-e2ec-4697-a09a-52050a140b28\",\n      \"name\":\"Professionaly Written Copy\",\n      \"title\":\"Professionaly Written Copy\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/professional-copywriting-for-your-wordpress-site\",\n      \"short_desc\":\"We have an amazing team of college grads and English majors who just love writing content (Weird, right?).\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53ee5dce-e2ec-4697-a09a-52050a140b28-260x156-EGNP7.png\"\n   }\n}\";s:3:\"raw\";s:19130:\"HTTP/1.1 200 OK\r\nServer: nginx/1.12.0\r\nDate: Tue, 19 Feb 2019 13:53:46 GMT\r\nContent-Type: application/json\r\nContent-Length: 18840\r\nLast-Modified: Fri, 26 May 2017 22:03:35 GMT\r\nConnection: close\r\nETag: \"5928a637-4998\"\r\nAccept-Ranges: bytes\r\nVary: Origin\r\nSet-Cookie: APISVR=a0n4; path=/\r\n\r\n{\n   \"\\/woo\\/i\":{\n      \"id\":\"530782e3-1388-4e6a-a8ac-6f7b0a140b28\",\n      \"name\":\"WooCommerce\",\n      \"title\":\"WooCommerce Integration\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/integrate-woocommerce-onto-wordpress-site\",\n      \"short_desc\":\"WooCommerce will transform your WordPress site into a full eCommerce store that is simple to use.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-532c8ae2-5c38-4636-8c69-15550a141528-260x156-mDPp8.png\"\n   },\n   \"\\/commerce\\/i\":{\n      \"id\":\"530782e3-1388-4e6a-a8ac-6f7b0a140b28\",\n      \"name\":\"WooCommerce\",\n      \"title\":\"WooCommerce Integration\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/integrate-woocommerce-onto-wordpress-site\",\n      \"short_desc\":\"WooCommerce will transform your WordPress site into a full eCommerce store that is simple to use.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-532c8ae2-5c38-4636-8c69-15550a141528-260x156-mDPp8.png\"\n   },\n   \"\\/shop\\/i\":{\n      \"id\":\"530782e3-1388-4e6a-a8ac-6f7b0a140b28\",\n      \"name\":\"WooCommerce\",\n      \"title\":\"WooCommerce Integration\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/integrate-woocommerce-onto-wordpress-site\",\n      \"short_desc\":\"WooCommerce will transform your WordPress site into a full eCommerce store that is simple to use.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-532c8ae2-5c38-4636-8c69-15550a141528-260x156-mDPp8.png\"\n   },\n   \"\\/store\\/i\":{\n      \"id\":\"530782e3-1388-4e6a-a8ac-6f7b0a140b28\",\n      \"name\":\"WooCommerce\",\n      \"title\":\"WooCommerce Integration\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/integrate-woocommerce-onto-wordpress-site\",\n      \"short_desc\":\"WooCommerce will transform your WordPress site into a full eCommerce store that is simple to use.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-532c8ae2-5c38-4636-8c69-15550a141528-260x156-mDPp8.png\"\n   },\n   \"\\/checkout\\/i\":{\n      \"id\":\"530782e3-1388-4e6a-a8ac-6f7b0a140b28\",\n      \"name\":\"WooCommerce\",\n      \"title\":\"WooCommerce Integration\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/integrate-woocommerce-onto-wordpress-site\",\n      \"short_desc\":\"WooCommerce will transform your WordPress site into a full eCommerce store that is simple to use.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-532c8ae2-5c38-4636-8c69-15550a141528-260x156-mDPp8.png\"\n   },\n   \"\\/credit\\/i\":{\n      \"id\":\"530782e3-1388-4e6a-a8ac-6f7b0a140b28\",\n      \"name\":\"WooCommerce\",\n      \"title\":\"WooCommerce Integration\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/integrate-woocommerce-onto-wordpress-site\",\n      \"short_desc\":\"WooCommerce will transform your WordPress site into a full eCommerce store that is simple to use.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-532c8ae2-5c38-4636-8c69-15550a141528-260x156-mDPp8.png\"\n   },\n   \"\\/sell\\/i\":{\n      \"id\":\"530782e3-1388-4e6a-a8ac-6f7b0a140b28\",\n      \"name\":\"WooCommerce\",\n      \"title\":\"WooCommerce Integration\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/integrate-woocommerce-onto-wordpress-site\",\n      \"short_desc\":\"WooCommerce will transform your WordPress site into a full eCommerce store that is simple to use.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-532c8ae2-5c38-4636-8c69-15550a141528-260x156-mDPp8.png\"\n   },\n   \"\\/analytics\\/i\":{\n      \"id\":\"530697a6-92cc-4329-9cdd-21e40a140b28\",\n      \"name\":\"Google Analytics\",\n      \"title\":\"Google Analytics Setup\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/add-google-analytics-to-your-wordpress-site\",\n      \"short_desc\":\" You can follow users on your site in real time and get in depth analysis as to their behaviors when browsing your website.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-530697a6-92cc-4329-9cdd-21e40a140b28-260x156-UXxnX.png\"\n   },\n   \"\\/stats\\/i\":{\n      \"id\":\"530697a6-92cc-4329-9cdd-21e40a140b28\",\n      \"name\":\"Google Analytics\",\n      \"title\":\"Google Analytics Setup\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/add-google-analytics-to-your-wordpress-site\",\n      \"short_desc\":\" You can follow users on your site in real time and get in depth analysis as to their behaviors when browsing your website.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-530697a6-92cc-4329-9cdd-21e40a140b28-260x156-UXxnX.png\"\n   },\n   \"\\/sitemap\\/i\":{\n      \"id\":\"530788ba-c450-45eb-b154-47ce0a141528\",\n      \"name\":\"Sitemap\",\n      \"title\":\"SEO Sitemap Setup\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/add-an-seo-friendly-sitemap-to-your-wordpress-site\",\n      \"short_desc\":\"Google loves to see a list of every page on your site and how those pages relate to each other.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-530788ba-c450-45eb-b154-47ce0a141528-260x156-r3HBm.png\"\n   },\n   \"\\/seo\\/i\":{\n      \"id\":\"53d7ea4d-e52c-42fe-9b7e-5ed50a141528\",\n      \"name\":\"Search Engine Optimization (seo)\",\n      \"title\":\"Search Engine Optimization (seo)\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/wordpress-seo\",\n      \"short_desc\":\"The service ensures your content is fully optimized for the search engines.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53d7ea4d-e52c-42fe-9b7e-5ed50a141528-260x156-0pE1j.png\"\n   },\n   \"\\/yoast\\/i\":{\n      \"id\":\"53d7ea4d-e52c-42fe-9b7e-5ed50a141528\",\n      \"name\":\"Setting Up Yoast SEO\",\n      \"title\":\"Setting Up Yoast SEO\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/wordpress-seo\",\n      \"short_desc\":\"The service ensures your content is fully optimized for the search engines.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53d7ea4d-e52c-42fe-9b7e-5ed50a141528-260x156-0pE1j.png\"\n   },\n   \"\\/buddypress\\/i\":{\n      \"id\":\"53078511-1974-470c-8ed5-43500a141528\",\n      \"name\":\"BuddyPress\",\n      \"title\":\"BuddyPress Setup\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/install-and-setup-buddypress-wordpress-plugin\",\n      \"short_desc\":\"This service will have you all setup and ready to start using your website as a social network.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/images.mojomarketplace.com\\/images\\/thumbnail-53078511-1974-470c-8ed5-43500a141528-square-mm-resize-260x156-530bb499b8714.png\"\n   },\n   \"\\/buddy press\\/i\":{\n      \"id\":\"53078511-1974-470c-8ed5-43500a141528\",\n      \"name\":\"BuddyPress\",\n      \"title\":\"BuddyPress Setup\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/install-and-setup-buddypress-wordpress-plugin\",\n      \"short_desc\":\"This service will have you all setup and ready to start using your website as a social network.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/images.mojomarketplace.com\\/images\\/thumbnail-53078511-1974-470c-8ed5-43500a141528-square-mm-resize-260x156-530bb499b8714.png\"\n   },\n   \"\\/bbpress\\/i\":{\n      \"id\":\"530783b3-d4d8-4823-ad1e-70310a140b28\",\n      \"name\":\"bbPress\",\n      \"title\":\"bbPress Setup\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/install-and-setup-bbpress-wordpress-plugin\",\n      \"short_desc\":\"From within your WordPress admin, you can easily setup and moderate forums, topics and replies.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"http:\\/\\/images.mojomarketplace.com\\/images\\/thumbnail-530783b3-d4d8-4823-ad1e-70310a140b28-square-mm-resize-260x156-530bb1f321d8d.png\"\n   },\n   \"\\/bb press\\/i\":{\n      \"id\":\"530783b3-d4d8-4823-ad1e-70310a140b28\",\n      \"name\":\"bbPress\",\n      \"title\":\"bbPress Setup\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/install-and-setup-bbpress-wordpress-plugin\",\n      \"short_desc\":\"From within your WordPress admin, you can easily setup and moderate forums, topics and replies.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"http:\\/\\/images.mojomarketplace.com\\/images\\/thumbnail-530783b3-d4d8-4823-ad1e-70310a140b28-square-mm-resize-260x156-530bb1f321d8d.png\"\n   },\n   \"\\/contact\\/i\":{\n      \"id\":\"\",\n      \"name\":\"Constant Contact Forms\",\n      \"title\":\"Constant Contact Forms\",\n      \"buy_now_btn\":\"Learn More\",\n      \"button_class\":\"button thickbox open-plugin-details-modal\",\n      \"detail_class\":\"thickbox open-plugin-details-modal\",\n      \"url\":\"plugin-install.php?tab=plugin-information&plugin=constant-contact-forms&TB_iframe=true&width=600&height=550\",\n      \"buy_now_link\":\"plugin-install.php?tab=plugin-information&plugin=constant-contact-forms&TB_iframe=true&width=600&height=550\",\n      \"short_desc\":\"Constant Contact Forms makes it fast and easy to capture visitor information right from your WordPress site.\",\n      \"author\":\"Constant Contact\",\n      \"author_url\":\"https://www.constantcontact.com/\",\n      \"img\":\"http:\\/\\/ps.w.org\\/constant-contact-forms\\/assets\\/icon-256x256.png\"\n   },\n   \"\\/ form\\/i\":{\n      \"id\":\"\",\n      \"name\":\"Constant Contact Forms\",\n      \"title\":\"Constant Contact Forms\",\n      \"buy_now_btn\":\"Learn More\",\n      \"button_class\":\"button thickbox open-plugin-details-modal\",\n      \"detail_class\":\"thickbox open-plugin-details-modal\",\n      \"url\":\"plugin-install.php?tab=plugin-information&plugin=constant-contact-forms&TB_iframe=true&width=600&height=550\",\n      \"buy_now_link\":\"plugin-install.php?tab=plugin-information&plugin=constant-contact-forms&TB_iframe=true&width=600&height=550\",\n      \"short_desc\":\"Constant Contact Forms makes it fast and easy to capture visitor information right from your WordPress site.\",\n      \"author\":\"Constant Contact\",\n      \"author_url\":\"https://www.constantcontact.com/\",\n      \"img\":\"http:\\/\\/ps.w.org\\/constant-contact-forms\\/assets\\/icon-256x256.png\"\n   },\n   \"\\/news\\/i\":{\n      \"id\":\"\",\n      \"name\":\"Constant Contact Forms\",\n      \"title\":\"Constant Contact Forms\",\n      \"buy_now_btn\":\"Learn More\",\n      \"button_class\":\"button thickbox open-plugin-details-modal\",\n      \"detail_class\":\"thickbox open-plugin-details-modal\",\n      \"url\":\"plugin-install.php?tab=plugin-information&plugin=constant-contact-forms&TB_iframe=true&width=600&height=550\",\n      \"buy_now_link\":\"plugin-install.php?tab=plugin-information&plugin=constant-contact-forms&TB_iframe=true&width=600&height=550\",\n      \"short_desc\":\"Constant Contact Forms makes it fast and easy to capture visitor information right from your WordPress site.\",\n      \"author\":\"Constant Contact\",\n      \"author_url\":\"https://www.constantcontact.com/\",\n      \"img\":\"http:\\/\\/ps.w.org\\/constant-contact-forms\\/assets\\/icon-256x256.png\"\n   },\n   \"\\/map\\/i\":{\n      \"id\":\"530786ea-27b8-4f1b-bc94-46650a141528\",\n      \"name\":\"Google Maps\",\n      \"title\":\"Setup a Google Map\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/add-a-google-map-to-my-wordpress-site\",\n      \"short_desc\":\"Let us add Google Maps to your WordPress website for you. We can add up to 10 different locations with include custom navigation.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"http:\\/\\/images.mojomarketplace.com\\/images\\/thumbnail-530786ea-27b8-4f1b-bc94-46650a141528-square-mm-resize-260x156-530d15d46aaab.png\"\n   },\n   \"\\/locat\\/i\":{\n      \"id\":\"530786ea-27b8-4f1b-bc94-46650a141528\",\n      \"name\":\"Google Maps\",\n      \"title\":\"Setup a Google Map\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/add-a-google-map-to-my-wordpress-site\",\n      \"short_desc\":\"Let us add Google Maps to your WordPress website for you. We can add up to 10 different locations with include custom navigation.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"http:\\/\\/images.mojomarketplace.com\\/images\\/thumbnail-530786ea-27b8-4f1b-bc94-46650a141528-square-mm-resize-260x156-530d15d46aaab.png\"\n   },\n   \"\\/hack\\/i\":{\n      \"id\":\"53b4501f-180c-4bd3-9b3f-56cb0a141528\",\n      \"name\":\"Securing Your WordPress Site\",\n      \"title\":\"Secure Your WordPress Site\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/make-my-wordpress-site-secure\",\n      \"short_desc\":\"Let us help you drastically increase your site’s security.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53b4501f-180c-4bd3-9b3f-56cb0a141528-260x156-Qji3u.png\"\n   },\n   \"\\/fence\\/i\":{\n      \"id\":\"53b4501f-180c-4bd3-9b3f-56cb0a141528\",\n      \"name\":\"Securing Your WordPress Site\",\n      \"title\":\"Secure Your WordPress Site\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/make-my-wordpress-site-secure\",\n      \"short_desc\":\"Let us help you drastically increase your site’s security.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53b4501f-180c-4bd3-9b3f-56cb0a141528-260x156-Qji3u.png\"\n   },\n   \"\\/protect\\/i\":{\n      \"id\":\"53b4501f-180c-4bd3-9b3f-56cb0a141528\",\n      \"name\":\"Securing Your WordPress Site\",\n      \"title\":\"Secure Your WordPress Site\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/make-my-wordpress-site-secure\",\n      \"short_desc\":\"Let us help you drastically increase your site’s security.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53b4501f-180c-4bd3-9b3f-56cb0a141528-260x156-Qji3u.png\"\n   },\n   \"\\/backup\\/i\":{\n      \"id\":\"53e00b04-03b8-4025-bb75-173c0a141528\",\n      \"name\":\"Configuring Your Site Backup\",\n      \"title\":\"Setup Site Backups\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/backup-your-wordpress-website\",\n      \"short_desc\":\"With this backup service we will set things up so you can continually backup your WordPress website.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53e00b04-03b8-4025-bb75-173c0a141528-260x156-cr17X.png\"\n   },\n   \"\\/restor\\/i\":{\n      \"id\":\"53e00b04-03b8-4025-bb75-173c0a141528\",\n      \"name\":\"Configuring Your Site Backup\",\n      \"title\":\"Setup Site Backups\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/backup-your-wordpress-website\",\n      \"short_desc\":\"With this backup service we will set things up so you can continually backup your WordPress website.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53e00b04-03b8-4025-bb75-173c0a141528-260x156-cr17X.png\"\n   },\n   \"\\/color\\/i\":{\n      \"id\":\"53ee5ec2-eff0-441a-944d-52050a140b28\",\n      \"name\":\"Changing Your Site Colors\",\n      \"title\":\"Change Your Site Colors\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/use-my-branding-to-customize-my-wordpress-site\",\n      \"short_desc\":\"\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53ee5ec2-eff0-441a-944d-52050a140b28-260x156-1GDl6.png\"\n   },\n   \"\\/brand\\/i\":{\n      \"id\":\"53ee5ec2-eff0-441a-944d-52050a140b28\",\n      \"name\":\"Match Your Site Branding\",\n      \"title\":\"Match Your Site Branding\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/use-my-branding-to-customize-my-wordpress-site\",\n      \"short_desc\":\"This is a great way to ensure that your theme properly reflects your unique style and brand.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53ee5ec2-eff0-441a-944d-52050a140b28-260x156-1GDl6.png\"\n   },\n   \"\\/design\\/i\":{\n      \"id\":\"53ee5ec2-eff0-441a-944d-52050a140b28\",\n      \"name\":\"Change The Colors In Your Design\",\n      \"title\":\"Change The Colors In Your Design\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/use-my-branding-to-customize-my-wordpress-site\",\n      \"short_desc\":\"This is a great way to ensure that your theme properly reflects your unique style and brand.\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53ee5ec2-eff0-441a-944d-52050a140b28-260x156-1GDl6.png\"\n   },\n   \"\\/copywri\\/i\":{\n      \"id\":\"53ee5dce-e2ec-4697-a09a-52050a140b28\",\n      \"name\":\"Professional Copywriting\",\n      \"title\":\"Professional Copywriting\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/professional-copywriting-for-your-wordpress-site\",\n      \"short_desc\":\"We have an amazing team of college grads and English majors who just love writing content (Weird, right?).\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53ee5dce-e2ec-4697-a09a-52050a140b28-260x156-EGNP7.png\"\n   },\n   \"\\/content\\/i\":{\n      \"id\":\"53ee5dce-e2ec-4697-a09a-52050a140b28\",\n      \"name\":\"Writing Professional Content\",\n      \"title\":\"Writing Professional Content\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/professional-copywriting-for-your-wordpress-site\",\n      \"short_desc\":\"We have an amazing team of college grads and English majors who just love writing content (Weird, right?).\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53ee5dce-e2ec-4697-a09a-52050a140b28-260x156-EGNP7.png\"\n   },\n   \"\\/write\\/i\":{\n      \"id\":\"53ee5dce-e2ec-4697-a09a-52050a140b28\",\n      \"name\":\"Professionaly Written Copy\",\n      \"title\":\"Professionaly Written Copy\",\n      \"url\":\"https:\\/\\/www.mojomarketplace.com\\/item\\/professional-copywriting-for-your-wordpress-site\",\n      \"short_desc\":\"We have an amazing team of college grads and English majors who just love writing content (Weird, right?).\",\n      \"author\":\"\",\n      \"author_url\":\"\",\n      \"img\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53ee5dce-e2ec-4697-a09a-52050a140b28-260x156-EGNP7.png\"\n   }\n}\";s:7:\"headers\";O:25:\"Requests_Response_Headers\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";a:1:{i:0;s:12:\"nginx/1.12.0\";}s:4:\"date\";a:1:{i:0;s:29:\"Tue, 19 Feb 2019 13:53:46 GMT\";}s:12:\"content-type\";a:1:{i:0;s:16:\"application/json\";}s:14:\"content-length\";a:1:{i:0;s:5:\"18840\";}s:13:\"last-modified\";a:1:{i:0;s:29:\"Fri, 26 May 2017 22:03:35 GMT\";}s:4:\"etag\";a:1:{i:0;s:15:\"\"5928a637-4998\"\";}s:13:\"accept-ranges\";a:1:{i:0;s:5:\"bytes\";}s:4:\"vary\";a:1:{i:0;s:6:\"Origin\";}s:10:\"set-cookie\";a:1:{i:0;s:19:\"APISVR=a0n4; path=/\";}}}s:11:\"status_code\";i:200;s:16:\"protocol_version\";d:1.100000000000000088817841970012523233890533447265625;s:7:\"success\";b:1;s:9:\"redirects\";i:0;s:3:\"url\";s:76:\"https://api.mojomarketplace.com/mojo-plugin-assets/json/search-patterns.json\";s:7:\"history\";a:0:{}s:7:\"cookies\";O:19:\"Requests_Cookie_Jar\":1:{s:10:\"\0*\0cookies\";a:1:{s:6:\"APISVR\";O:15:\"Requests_Cookie\":5:{s:4:\"name\";s:6:\"APISVR\";s:5:\"value\";s:4:\"a0n4\";s:10:\"attributes\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:2:{s:4:\"path\";s:1:\"/\";s:6:\"domain\";s:23:\"api.mojomarketplace.com\";}}s:5:\"flags\";a:4:{s:8:\"creation\";i:1550584426;s:11:\"last-access\";i:1550584426;s:10:\"persistent\";b:0;s:9:\"host-only\";b:1;}s:14:\"reference_time\";i:1550584426;}}}}s:11:\"\0*\0filename\";N;s:4:\"data\";N;s:7:\"headers\";N;s:6:\"status\";N;}}s:32:\"111394a0ae98cfe780016e93c27d916a\";a:6:{s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:12:\"nginx/1.10.1\";s:4:\"date\";s:29:\"Tue, 19 Feb 2019 13:53:47 GMT\";s:12:\"content-type\";s:31:\"application/json; charset=UTF-8\";s:14:\"content-length\";s:5:\"53225\";s:12:\"x-powered-by\";s:10:\"PHP/5.6.22\";s:10:\"set-cookie\";a:2:{i:0;s:147:\"SESSION=6of8k381nliuha3cir3mudd0d3; expires=Sat, 23-Feb-2019 17:53:47 GMT; Max-Age=360000; path=/; domain=www.mojomarketplace.com; secure; HttpOnly\";i:1;s:19:\"APISVR=a0n2; path=/\";}s:13:\"cache-control\";s:3:\"900\";s:27:\"access-control-allow-origin\";s:1:\"*\";s:4:\"vary\";s:6:\"Origin\";}}s:4:\"body\";s:53225:\"{\"status\":\"success\",\"items\":[{\"id\":\"5377b431-d8a8-431b-a711-50c10a141528\",\"name\":\"Highend Ultimate Multi-Purpose WordPress Theme\",\"slug\":\"highend-ultimate-multi-purpose-wordpress-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/highend-ultimate-multi-purpose-wordpress-theme\",\"sales_count\":35046,\"is_service\":false,\"rating\":4.7,\"seller_name\":\"HB-Themes\",\"seller_url\":\"store\\/hb-themes\",\"tags\":\"store, portfolio, Slider, coach, minimal, real estate, Business, blog, clean, restaurant, photography, church, Corporate, woocommerce, galleries, modern, seo, presentation, responsive, shop, gallery, video, landing page, parallax, WordPress, Drag and Drop Page Builder\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-5377b431-d8a8-431b-a711-50c10a141528-368x296-95lrK.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-590111d8-1938-4c59-907f-19d10a141539-GuDbh.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-590111d8-1938-4c59-907f-19d10a141539-T3LLc.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5377b431-d8a8-431b-a711-50c10a141528-1800x1800-800gn.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5377b431-d8a8-431b-a711-50c10a141528-1800x1800-QYQHF.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5377b431-d8a8-431b-a711-50c10a141528-1800x1800-UCmVZ.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5377b431-d8a8-431b-a711-50c10a141528-1800x1800-D54Pg.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5377b431-d8a8-431b-a711-50c10a141528-1800x1800-ptl5s.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-59eb7af1-45c0-4a86-b93a-5b1d0a14153b-UVFyd.png\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"Drag and Drop Page Builder\",\"Fully Responsive - Mobile Ready\",\"WooCommerce - Build Your Online Shop\"],\"created\":\"2014-05-17 14:11:49\",\"created_timestamp\":1400357509,\"demo_url\":\"https:\\/\\/hb-themes.com\\/themes\\/highend\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"78ac157401b0f7ac1c0be083b84831e5\"},{\"id\":\"518048d9-ae08-4939-93ac-0a000a140b1e\",\"name\":\"Creativo Responsive Multi-Purpose WordPress Theme\",\"slug\":\"creativo-5-0-ultra-responsive-multipurpose-wp-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/creativo-5-0-ultra-responsive-multipurpose-wp-theme\",\"sales_count\":15244,\"is_service\":false,\"rating\":4.9,\"seller_name\":\"RockyThemes\",\"seller_url\":\"store\\/rockythemes\",\"tags\":\"modern, agency, responsive, clean, HTML5, page builder, Business, creative, coach, minimal, retina, portfolio, church, blog\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-518048d9-ae08-4939-93ac-0a000a140b1e-368x296-wh0MK.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-518048d9-ae08-4939-93ac-0a000a140b1e-136x136-Ap575.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-518048d9-ae08-4939-93ac-0a000a140b1e-260x156-ejN1Y.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-LEwG8.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-i2occ.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-dQ1yf.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-PpC6f.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-cYsfQ.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-igiIT.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-r67bK.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-i3hhe.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-AImHx.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-1800x1800-1QYDb.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-ksXYf.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-yuBJ1.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-mhnvB.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-aINqv.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-nmFCK.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-bs4oQ.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-neWr1.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-vVopz.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-1800x1800-EmrSF.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-xCNaq.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-cyImm.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-RWrTA.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5c2ca671-1d68-4699-bc75-15eb0a14153a-HtVRG.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"Ecommerce Ready - Works with WooCommerce\",\"Drag and Drop Page Builder\",\"Responsive Design and Retina Ready\"],\"created\":\"2013-04-30 17:03:15\",\"created_timestamp\":1367362995,\"demo_url\":\"https:\\/\\/rockythemes.com\\/creativo\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"e8fb8041fbc423c2b44f546e7ea5bd27\"},{\"id\":\"55f82a3d-0ab8-49c6-a224-1a220a141f38\",\"name\":\"Daisy Simple and Minimal WordPress Blog\",\"slug\":\"daisy-simple-amp-minimal-wordpress-blog\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/daisy-simple-amp-minimal-wordpress-blog\",\"sales_count\":5850,\"is_service\":false,\"rating\":4.9,\"seller_name\":\"LazaThemes\",\"seller_url\":\"store\\/lazathemes\",\"tags\":\"personal, blog, minimal, responsive, bootstrap, blogging\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-55f82a3d-0ab8-49c6-a224-1a220a141f38-136x136-z6jqO.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-55f82a3d-0ab8-49c6-a224-1a220a141f38-260x156-ElBpX.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55f82a3d-0ab8-49c6-a224-1a220a141f38-1800x1800-iX4uf.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5b14f8fd-3d18-4607-804a-7cbd0a14153a-f04cH.png\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"Clean and Professional Design\",\"Easy To Set Up\",\"Responsive Layout\"],\"created\":\"2015-09-15 08:37:14\",\"created_timestamp\":1442327834,\"demo_url\":\"https:\\/\\/demos.lazathemes.com\\/daisy-wp\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"4f7a79714aaca6efc0ce4f7c933538cc\"},{\"id\":\"53a6de8b-9098-40bf-a57d-718e0a141528\",\"name\":\"Birch A Responsive WordPress Theme\",\"slug\":\"birch-a-responsive-wordpress-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/birch-a-responsive-wordpress-theme\",\"sales_count\":3164,\"is_service\":false,\"rating\":4.9,\"seller_name\":\"Bottomless Themes\",\"seller_url\":\"store\\/bottomless-themes\",\"tags\":\"tablet, fashion, logo, gallery, environmental, multipurpose, shortcodes, travel, clean, Fitness, retina, HTML5, natural, Corporate, parallax, cafe, iphone, seo, WordPress, media, translation, responsive, health, creative, service, blogging, woocommerce, office, Business, professional, minimal, personal, Custom, food, ipad, eco, portfolio, Testimonials, elegant, bio, CSS3, video, mobile, shop, sports, company, Slider, startup, modern, blog, church, photography, simple, agriculture\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-53a6de8b-9098-40bf-a57d-718e0a141528-368x296-gh5uf.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-53a6de8b-9098-40bf-a57d-718e0a141528-136x136-GjY4S.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53a6de8b-9098-40bf-a57d-718e0a141528-260x156-aZts2.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53a6de8b-9098-40bf-a57d-718e0a141528-1800x1800-7s31Z.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53a6de8b-9098-40bf-a57d-718e0a141528-1800x1800-wGrWo.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53a6de8b-9098-40bf-a57d-718e0a141528-1800x1800-5fL3L.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53a6de8b-9098-40bf-a57d-718e0a141528-1800x1800-611h4.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53a6de8b-9098-40bf-a57d-718e0a141528-1800x1800-YtsTh.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53a6de8b-9098-40bf-a57d-718e0a141528-1800x1800-0wjF6.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53a6de8b-9098-40bf-a57d-718e0a141528-1800x1800-QNS9l.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53a6de8b-9098-40bf-a57d-718e0a141528-1800x1800-9DbiX.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53a6de8b-9098-40bf-a57d-718e0a141528-1800x1800-tilmc.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53a6de8b-9098-40bf-a57d-718e0a141528-1800x1800-XeafI.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53a6de8b-9098-40bf-a57d-718e0a141528-1800x1800-LuRcX.png\"],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-53a6de8b-9098-40bf-a57d-718e0a141528-1180x660-tS7VZ.png\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"SEO Ready\",\"Powerful Admin Panel\",\"Responsive Design\"],\"created\":\"2014-06-22 08:00:22\",\"created_timestamp\":1403445622,\"demo_url\":\"https:\\/\\/birch.bottomlessthemes.com\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"74ed870a9f8a5d46a544ce7026827b68\"},{\"id\":\"57c43604-3e40-4824-9219-1cc70a14153b\",\"name\":\"The Core Multi-Purpose WordPress Theme\",\"slug\":\"the-core-multi-purpose-wordpress-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/the-core-multi-purpose-wordpress-theme\",\"sales_count\":2925,\"is_service\":false,\"rating\":4.2,\"seller_name\":\"ThemeFuse\",\"seller_url\":\"store\\/themefuse\",\"tags\":\"Business, agency, wedding, kindergarten, creative, blog, cleaning, restaurant, events, responsive, Corporate, bakery, catering, magazine, lawyers, WordPress, charity, medical, church, architecture\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-57c43604-3e40-4824-9219-1cc70a14153b-KHmWi.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5928264a-c4f8-4dcc-91d9-56040a141539-HFsZg.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59a00a14-398c-4ab6-8cc4-4a8c0a14153a-fcBaq.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5928264a-c4f8-4dcc-91d9-56040a141539-mXR7A.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57c43604-3e40-4824-9219-1cc70a14153b-vgV3U.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-59c56867-1e00-445c-ae40-6f460a141539-rLof0.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"1 Click  Demo Install\",\"20 Website Demos Included (more to come for FREE)\",\"Visual Page Builder\"],\"created\":\"2016-08-29 07:18:34\",\"created_timestamp\":1472476714,\"demo_url\":\"https:\\/\\/demo.themefuse.com\\/the-core\\/?market_referrer=mojo\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"fe54e73e29cac33917ee48ab110b9bef\"},{\"id\":\"5444f3ed-49bc-4484-9264-0f5c0a140b28\",\"name\":\"Zephyr A Beautiful WordPress Blog Theme\",\"slug\":\"zephyr-a-beautiful-wordpress-blog-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/zephyr-a-beautiful-wordpress-blog-theme\",\"sales_count\":2754,\"is_service\":false,\"rating\":5,\"seller_name\":\"Themeflame\",\"seller_url\":\"store\\/themeflame\",\"tags\":\"video, CSS3, seo, agency, retina, news, personal, elegant, blogging, portfolio, travel, HTML5, mobile, brand, gallery, widgets, theme, blog, modern, professional, photography, health, Corporate, Slider, WordPress, simple, food, clean, design, responsive, restaurant, woocommerce, multipurpose, minimal, magazine, fashion, Business, bootstrap, creative\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-5444f3ed-49bc-4484-9264-0f5c0a140b28-368x296-8Di6N.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5444f3ed-49bc-4484-9264-0f5c0a140b28-136x136-zMAwr.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5444f3ed-49bc-4484-9264-0f5c0a140b28-260x156-PQ45k.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5444f3ed-49bc-4484-9264-0f5c0a140b28-1800x1800-TtFpS.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5bf3077a-dcfc-4c82-8f2a-58a30a14153b-ZgWFC.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"Over 30 Homepage Layouts\",\"Header, Post and Customization Options\",\"Timely Support and Updates\",\"Timely Support and Updates\",\"Over 30 Homepage Layouts\",\"Header, Post and Customization Options\"],\"created\":\"2014-10-20 06:11:25\",\"created_timestamp\":1413807085,\"demo_url\":\"http:\\/\\/178.128.146.147\\/zephyr\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"13f401b35fbfa320cf306a891828f876\"},{\"id\":\"5659d4bf-6b80-434a-b566-64870a141f38\",\"name\":\"FREYJA Personal WordPress Theme for Bloggers\",\"slug\":\"freyja-personal-wordpress-theme-for-bloggers\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/freyja-personal-wordpress-theme-for-bloggers\",\"sales_count\":2264,\"is_service\":false,\"rating\":5,\"seller_name\":\"Sparrow and Snow\",\"seller_url\":\"store\\/sparrow-and-snow\",\"tags\":\"responsive, design, gallery, audio, simple, video, elegant, easy, photographer, clean, food, creative, fashion, lifestyle, travel, modern, personal, instagram, Blogger\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-58fe8554-6868-418f-a6ed-69a80a141539-6bIxM.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5659d4bf-6b80-434a-b566-64870a141f38-ch13X.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5659d4bf-6b80-434a-b566-64870a141f38-zo4DU.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5659d4bf-6b80-434a-b566-64870a141f38-uoyC5.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5659d4bf-6b80-434a-b566-64870a141f38-EycmZ.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5659d4bf-6b80-434a-b566-64870a141f38-mqENt.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5659d4bf-6b80-434a-b566-64870a141f38-6Vq6I.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5659d4bf-6b80-434a-b566-64870a141f38-w5O3O.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5659d4bf-6b80-434a-b566-64870a141f38-yl6Bs.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-58fe8554-6868-418f-a6ed-69a80a141539-nWtg4.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"10 Blog Layout\",\"Translation Ready\",\"Retina Ready\"],\"created\":\"2015-11-28 09:23:17\",\"created_timestamp\":1448727797,\"demo_url\":\"http:\\/\\/sparrowandsnow.com\\/freyja\\/demo\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"be9598299f6d395d43fa63d9ec92b3f1\"},{\"id\":\"54626dc3-c4d8-40b3-b441-3ff60a141528\",\"name\":\"Nimva Ultimate Multi Purpose WordPress Theme\",\"slug\":\"nimva-ultimate-multi-purpose-wordpress-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/nimva-ultimate-multi-purpose-wordpress-theme\",\"sales_count\":1658,\"is_service\":false,\"rating\":4.7,\"seller_name\":\"RockyThemes\",\"seller_url\":\"store\\/rockythemes\",\"tags\":\"clean, Business, responsive, minimal\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-54626dc3-c4d8-40b3-b441-3ff60a141528-136x136-7Bg7b.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-54626dc3-c4d8-40b3-b441-3ff60a141528-260x156-Vucki.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-54626dc3-c4d8-40b3-b441-3ff60a141528-1800x1800-rlk5m.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-54626dc3-c4d8-40b3-b441-3ff60a141528-1800x1800-8RwBo.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-54626dc3-c4d8-40b3-b441-3ff60a141528-1800x1800-WktDL.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-54626dc3-c4d8-40b3-b441-3ff60a141528-1800x1800-FYTxh.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-54626dc3-c4d8-40b3-b441-3ff60a141528-1800x1800-3DFLY.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-54626dc3-c4d8-40b3-b441-3ff60a141528-1800x1800-UomN2.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-54626dc3-c4d8-40b3-b441-3ff60a141528-1180x660-uEBMb.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"Retina Ready\",\"Powerful Admin Panel\",\"Drag and Drop Visual Composer Elements\"],\"created\":\"2014-11-11 14:27:09\",\"created_timestamp\":1415741229,\"demo_url\":\"http:\\/\\/rockythemes.com\\/nimva\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"e8fb8041fbc423c2b44f546e7ea5bd27\"},{\"id\":\"53589542-c8f4-491e-ad1e-29c90a141528\",\"name\":\"Nectar A Responsive WordPress Theme\",\"slug\":\"nectar-a-responsive-wordpress-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/nectar-a-responsive-wordpress-theme\",\"sales_count\":1645,\"is_service\":false,\"rating\":4.8,\"seller_name\":\"Bottomless Themes\",\"seller_url\":\"store\\/bottomless-themes\",\"tags\":\"company, design, gallery, simple, responsive, WordPress, CSS3, mobile, modern, logo, health, retina, parallax, Slider, photography, food, clean, fashion, multipurpose, professional, blogging, personal, HTML5, shortcodes, Business, media, Corporate, creative, seo, theme, elegant, shop, blog, portfolio, woocommerce, minimal\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-53589542-c8f4-491e-ad1e-29c90a141528-368x296-BWaK1.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-53589542-c8f4-491e-ad1e-29c90a141528-136x136-0pPAV.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53589542-c8f4-491e-ad1e-29c90a141528-MZJXd.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53589542-c8f4-491e-ad1e-29c90a141528-1800x1800-ZMB1W.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53589542-c8f4-491e-ad1e-29c90a141528-1800x1800-qGPwW.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53589542-c8f4-491e-ad1e-29c90a141528-1800x1800-YSJik.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53589542-c8f4-491e-ad1e-29c90a141528-1800x1800-rVJ4N.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53589542-c8f4-491e-ad1e-29c90a141528-1800x1800-B6hX8.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53589542-c8f4-491e-ad1e-29c90a141528-1800x1800-YWsAd.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53589542-c8f4-491e-ad1e-29c90a141528-1800x1800-WwuAA.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53589542-c8f4-491e-ad1e-29c90a141528-1800x1800-JMt5C.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53589542-c8f4-491e-ad1e-29c90a141528-1800x1800-2hEmp.png\"],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-53589542-c8f4-491e-ad1e-29c90a141528-1180x660-oTokc.png\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"Responsive Design\",\"Clean and Modern\",\"WooCommerce\"],\"created\":\"2014-04-23 23:04:45\",\"created_timestamp\":1398315885,\"demo_url\":\"https:\\/\\/nectar.bottomlessthemes.com\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"74ed870a9f8a5d46a544ce7026827b68\"},{\"id\":\"55233c6f-c31c-4ab8-8023-0d350a141f3c\",\"name\":\"Wunderful Clean &amp; Minimal WordPress Blog Theme\",\"slug\":\"wunderful-clean-amp-minimal-wordpress-blog-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/wunderful-clean-amp-minimal-wordpress-blog-theme\",\"sales_count\":1551,\"is_service\":false,\"rating\":4,\"seller_name\":\"ThemeDsgn\",\"seller_url\":\"store\\/themedsgn\",\"tags\":\"blog, music, blogging, responsive, travel, personal, simple, WordPress, woocommerce, recipe, clean, minimal, modern, fashion\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-55233c6f-c31c-4ab8-8023-0d350a141f3c-136x136-8XtlH.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-55233c6f-c31c-4ab8-8023-0d350a141f3c-260x156-B9ll6.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55233c6f-c31c-4ab8-8023-0d350a141f3c-1800x1800-C6jAi.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55233c6f-c31c-4ab8-8023-0d350a141f3c-1800x1800-C6jAi.png\"],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-55233c6f-c31c-4ab8-8023-0d350a141f3c-1180x660-Rk6wt.png\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"Suitable for Any Blog\",\"Clean, Elegant &amp; Responsive Layout\",\"Easy to Install &amp; Setup\"],\"created\":\"2015-04-06 20:44:54\",\"created_timestamp\":1428374694,\"demo_url\":\"http:\\/\\/themes.themedsgn.com\\/wunderful\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"6a91f75d7b640a42445fafc86a421ac1\"},{\"id\":\"5187560e-4164-4925-9eb3-77c20a140b1e\",\"name\":\"BlueBird  Beautiful WordPress Theme for Personal Blog\",\"slug\":\"bluebird-beautiful-wordpress-theme-for-personal-blog\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/bluebird-beautiful-wordpress-theme-for-personal-blog\",\"sales_count\":1465,\"is_service\":false,\"rating\":5,\"seller_name\":\"Just Good Themes\",\"seller_url\":\"store\\/just-good-themes\",\"tags\":\"personal, beautiful, clean, jQuery, elegant, minimal, retina, WordPress, lifestyle, blog, food, Free Installation Service, classic, responsive, HTML5, blogging, tabs, simple, blue\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-5187560e-4164-4925-9eb3-77c20a140b1e-368x296-Xt1nC.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5187560e-4164-4925-9eb3-77c20a140b1e-136x136-uV7Iw.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5187560e-4164-4925-9eb3-77c20a140b1e-260x156-l7RPT.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5187560e-4164-4925-9eb3-77c20a140b1e-1800x1800-FdkGn.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5187560e-4164-4925-9eb3-77c20a140b1e-kY6QR.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"Retina Ready \\u2013 All Icons Are Optimized For Retina Devices\",\"Responsive Layout\",\"Custom Page Templates for Full-Width Pages and Blog Archives\"],\"created\":\"2013-05-06 01:18:38\",\"created_timestamp\":1367824718,\"demo_url\":\"https:\\/\\/justgoodthemes.eu\\/bluebird\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"61db66e9c23bb2cea94225f065516187\"},{\"id\":\"55dd6a85-24f0-438a-8723-1ea40a141f38\",\"name\":\"Solstice Elegant WordPress Theme\",\"slug\":\"solstice-an-elegant-versatile-and-responsive-wordpress-theme-for-blogging-and-business\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/solstice-an-elegant-versatile-and-responsive-wordpress-theme-for-blogging-and-business\",\"sales_count\":1399,\"is_service\":false,\"rating\":5,\"seller_name\":\"Bottomless Themes\",\"seller_url\":\"store\\/bottomless-themes\",\"tags\":\"modern, startup, multipurpose, office, service, bio, blog, retina, travel, Custom, mobile, Testimonials, tablet, sports, agriculture, seo, portfolio, WordPress, video, woocommerce, church, environmental, translation, customize, photography, responsive, Business, fashion, creative, Fitness, cafe, ipad, iphone, natural, clean, minimal, customizer\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-55dd6a85-24f0-438a-8723-1ea40a141f38-368x296-czJN9.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-55dd6a85-24f0-438a-8723-1ea40a141f38-136x136-3WX3a.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-55dd6a85-24f0-438a-8723-1ea40a141f38-260x156-5GLPx.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-iA29C.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-9sIUv.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-OWTE0.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-AYepv.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-wZDz0.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-tfE7f.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-x1Kc0.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-9seWT.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-pgETy.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-fQWmi.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-TZba1.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-fczJB.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-9BUzz.png\"],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-55dd6a85-24f0-438a-8723-1ea40a141f38-1180x660-Io87q.png\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"Customizer\",\"Responsive Layout\",\"Plugin Compatible \"],\"created\":\"2015-08-26 02:03:32\",\"created_timestamp\":1440576212,\"demo_url\":\"https:\\/\\/solstice.bottomlessthemes.com\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"74ed870a9f8a5d46a544ce7026827b68\"},{\"id\":\"532798c5-2834-440b-8469-255a0a141528\",\"name\":\"Creative Blog WordPress Theme\",\"slug\":\"creative-blog-wordpress-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/creative-blog-wordpress-theme\",\"sales_count\":1307,\"is_service\":false,\"rating\":5,\"seller_name\":\"Dessign Themes\",\"seller_url\":\"store\\/dessign-themes\",\"tags\":\"blog, portfolio, photography\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/large_thumbnail-532798c5-2834-440b-8469-255a0a141528-368x296.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5bce5af2-62fc-427a-a413-202a0a14153b-t8V1J.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/thumbnail-532798c5-2834-440b-8469-255a0a141528-260x156.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/screen_shots-532798c5-2834-440b-8469-255a0a141528-1800x1800.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/preview-532798c5-2834-440b-8469-255a0a141528-1180x660.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"Slider Video Feature\",\"Theme Options panel\",\"Responsive Layout\"],\"created\":\"2014-03-17 19:15:51\",\"created_timestamp\":1395105351,\"demo_url\":\"https:\\/\\/dessigncreativeblog.com\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"12a1f004a6ed51582a3f0de432cf020d\"},{\"id\":\"5927485a-9bc0-4180-9e94-0afc0a14153b\",\"name\":\"Creatica Creative Multi-Purpose WordPress Theme\",\"slug\":\"creatica\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/creatica\",\"sales_count\":1141,\"is_service\":false,\"rating\":4.9,\"seller_name\":\"Skywarrior Themes\",\"seller_url\":\"store\\/skywarrior-themes\",\"tags\":\"portfolio, woocommerce, parallax, responsive, gallery, news, widgets, modern, magazine, multipurpose, minimal, photography, agency, creative, Slider, professional, Business, seo, fashion, Corporate, clean, shop, travel, WordPress\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5927485a-e0f0-44b2-bcb9-0afc0a14153b-fMkhO.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5927485a-e0f0-44b2-bcb9-0afc0a14153b-eJo1V.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5927485a-e0f0-44b2-bcb9-0afc0a14153b-D9bUm.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5927485a-e0f0-44b2-bcb9-0afc0a14153b-0LnGc.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5927485a-e0f0-44b2-bcb9-0afc0a14153b-PtAyR.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5927485a-e0f0-44b2-bcb9-0afc0a14153b-rfbuE.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5927485a-e0f0-44b2-bcb9-0afc0a14153b-gKWk0.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5927485a-e0f0-44b2-bcb9-0afc0a14153b-D7yDo.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-599b4d42-ca90-41e0-9724-0fdf0a14153a-uQNRF.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"Ready to Install Demos\",\"Awesome Theme Options\",\"Fully Responsive\"],\"created\":\"2017-05-25 15:10:50\",\"created_timestamp\":1495746650,\"demo_url\":\"https:\\/\\/skywarriorthemes.com\\/creatica\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"85c9a3723ab02eaa4167c6232a1f5e58\"},{\"id\":\"5987e38b-f758-44aa-83a4-26d10a14153b\",\"name\":\"StartUp Theme A Multipurpose WordPress Customizer Theme\",\"slug\":\"startup-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/startup-theme\",\"sales_count\":1061,\"is_service\":false,\"rating\":3.7,\"seller_name\":\"Organic Themes\",\"seller_url\":\"store\\/organic-themes\",\"tags\":\"design, woocommerce, clean, seo, logo, magazine, restaurant, travel, Business, CSS3, agency, theme, retina, company, blogging, HTML5, blog, mobile, WordPress, jQuery, Slider, support, widgets, responsive, portfolio, modern, Corporate, video, multipurpose, professional, news, consulting\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5afb9d3b-4f34-4713-a07e-58510a14153b-QIkub.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5987e38b-4cf8-4d25-866d-26d10a14153b-3jFEY.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5987e38b-4cf8-4d25-866d-26d10a14153b-6S1DR.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5987e38b-4cf8-4d25-866d-26d10a14153b-cKgtQ.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5987e38b-4cf8-4d25-866d-26d10a14153b-nTYAf.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5987e38b-4cf8-4d25-866d-26d10a14153b-7CV0q.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"Customizer Options\",\"Widgetized Page Builder\",\"Mobile Responsive Framework\"],\"created\":\"2017-08-06 21:50:35\",\"created_timestamp\":1502077835,\"demo_url\":\"https:\\/\\/organicthemes.com\\/demo\\/startup\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"479b85bcce1bf1bc90615446f8d2b1b7\"},{\"id\":\"55e0a4cb-394c-4af9-b480-01610a141f37\",\"name\":\"Amiable A WordPress Blogging Theme\",\"slug\":\"amiable-a-wordpress-blogging-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/amiable-a-wordpress-blogging-theme\",\"sales_count\":1058,\"is_service\":false,\"rating\":5,\"seller_name\":\"Sculpture Qode\",\"seller_url\":\"store\\/sculpture-qode\",\"tags\":\"Slider, simple, theme, modern, retina, gallery, news, video, clean, fashion, minimal, magazine, blogging, responsive, blog, photography, personal, travel, support, WordPress, food, mobile\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-55e0a4cb-394c-4af9-b480-01610a141f37-368x296-YUEWQ.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-55e0a4cb-394c-4af9-b480-01610a141f37-136x136-0T1lk.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-55e0a4cb-394c-4af9-b480-01610a141f37-260x156-c46rC.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55e0a4cb-394c-4af9-b480-01610a141f37-1800x1800-Y49gi.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55e0a4cb-394c-4af9-b480-01610a141f37-1800x1800-M5MTN.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55e0a4cb-394c-4af9-b480-01610a141f37-1800x1800-s9CU7.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-55e0a4cb-394c-4af9-b480-01610a141f37-1180x660-nRwUj.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"Easy to Set Up\",\"Clean and Professional Design\",\"Responsive Layout\"],\"created\":\"2015-08-28 13:07:12\",\"created_timestamp\":1440788832,\"demo_url\":\"https:\\/\\/amiable.sculptureqode.com\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"b96badfe3b2a9b5edbddd952ff936826\"},{\"id\":\"521fe073-ea40-4ac3-af03-31d40a140b24\",\"name\":\"Edge Theme Portfolio and Business WordPress Theme\",\"slug\":\"edge-portfolio-amp-business-wordpress-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/edge-portfolio-amp-business-wordpress-theme\",\"sales_count\":1014,\"is_service\":false,\"rating\":5,\"seller_name\":\"Visualmodo\",\"seller_url\":\"store\\/visualmodo\",\"tags\":\"Corporate, seo, shortcodes, wordpress templates, professional, woocommerce, responsive, logo, agency, premium plugins, creative, gallery, design, visual builder, plugins, revolution slider, photography, Premium Wordpress Themes, premium theme, jQuery, blogging, video, blog, CSS3, consulting, template, brand, simple, smart, restaurant, slider ready, mobile, shop, clean and simple, fluid, agency portfolio, wide, news, magazine, media, premium support, Smart Grid, food, hotel, widgets, WordPress, premium content, Visual Composer, revslider, clean, WordPress Plugins, Portfolio Theme, boxed, portfolio, support, visual shortcode, personal, freelancer portfolio, elegant, Business, theme, clients, health, HTML5, responsive wordpress theme, flat, WordPress Agency, store, wordpress theme, parallax, retina, multipurpose, bootstrap, minimal, fashion, modern, travel, Slider, company\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-521fe073-ea40-4ac3-af03-31d40a140b24-368x296-IfrjJ.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-521fe073-ea40-4ac3-af03-31d40a140b24-NtIfx.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-521fe073-ea40-4ac3-af03-31d40a140b24-JZO0f.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5c32335c-5744-4006-a21a-50ab0a14153a-9GCZ0.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-521fe073-ea40-4ac3-af03-31d40a140b24-V5LLW.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5c32335c-5744-4006-a21a-50ab0a14153a-68fL6.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-597321df-21d4-4e1a-858c-03860a14153a-gUJd3.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-521fe073-ea40-4ac3-af03-31d40a140b24-V9JcG.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5c32335c-5744-4006-a21a-50ab0a14153a-gbjPe.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-597321df-21d4-4e1a-858c-03860a14153a-iQT0B.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-521fe073-ea40-4ac3-af03-31d40a140b24-1800x1800-vR6fd.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-597321df-21d4-4e1a-858c-03860a14153a-n7f7Y.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5c32335c-5744-4006-a21a-50ab0a14153a-L7fQK.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-521fe073-ea40-4ac3-af03-31d40a140b24-1800x1800-xWMaR.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-597321df-21d4-4e1a-858c-03860a14153a-wtUh0.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5c32335c-5744-4006-a21a-50ab0a14153a-FPZ8F.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-521fe073-ea40-4ac3-af03-31d40a140b24-oOMDE.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-521fe073-ea40-4ac3-af03-31d40a140b24-1800x1800-Rp0EU.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5c32335c-5744-4006-a21a-50ab0a14153a-4VMuE.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5c32335c-5744-4006-a21a-50ab0a14153a-lpcGX.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-521fe073-ea40-4ac3-af03-31d40a140b24-1800x1800-mMsmq.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-521fe073-ea40-4ac3-af03-31d40a140b24-UeGPB.png\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"Drag and Drop Page Builder \\/ Slider Builder Included \\/ Easy-To-Use\",\"Creative Multi-Purpose Business \\/ Portfolio Theme \\/ 1-Click Demo Import\",\"Responsive \\/ Fully Editable \\/ Flexible \\/ Widgets \\/ Projects \\/ Templates\"],\"created\":\"2013-08-29 19:28:59\",\"created_timestamp\":1377826139,\"demo_url\":\"https:\\/\\/theme.visualmodo.com\\/edge\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"99d435049174e5389b7918b49693fbf2\"},{\"id\":\"57c4683a-c598-43ec-bb26-15af0a14153b\",\"name\":\"The Paragraph  Clean WordPress Theme for Blogs\",\"slug\":\"the-paragraph-clean-wordpress-theme-for-blogs\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/the-paragraph-clean-wordpress-theme-for-blogs\",\"sales_count\":965,\"is_service\":false,\"rating\":0,\"seller_name\":\"MajorThemes\",\"seller_url\":\"store\\/majorthemes\",\"tags\":\"travel, modern, flat, WordPress, blogging, responsive, blog, clean, creative\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-59e3a91c-4970-43f1-9fe3-13bb0a14153b-ssF7z.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-59e3a91c-4970-43f1-9fe3-13bb0a14153b-Qw9PU.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57c4683a-c598-43ec-bb26-15af0a14153b-crVJe.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57c4683a-c598-43ec-bb26-15af0a14153b-7Id5x.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-57c4683a-c598-43ec-bb26-15af0a14153b-Mhvcb.png\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"Fully Documented\",\"Easy to Install and Configure\",\"100% Responsive\"],\"created\":\"2016-08-29 10:53:36\",\"created_timestamp\":1472489616,\"demo_url\":\"http:\\/\\/demo.major-themes.com\\/paragraph\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"d6769abb1d05fe59c46b071cb0c0d4fa\"},{\"id\":\"59313218-87c0-41d8-b811-54620a14153b\",\"name\":\"Mariana Lifestyle and Travel Blog\",\"slug\":\"mariana\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/mariana\",\"sales_count\":937,\"is_service\":false,\"rating\":0,\"seller_name\":\"ThemeREX\",\"seller_url\":\"\",\"tags\":\"fashion, personal blog, minimal, widgets, responsive, magazine, modern, wordpress blog, WordPress, lifestyle, news, blogging, gallery, portfolio, elegant, blog\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-59678cb4-c550-4126-9cfd-213a0a14153b-N7iGD.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-59313218-e014-467c-93cb-54620a14153b-siN1t.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59313218-e014-467c-93cb-54620a14153b-vfe7f.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59313218-e014-467c-93cb-54620a14153b-f9c9W.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-593554ae-1b2c-41bd-a837-0a150a14153b-EunLT.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"Super fast page load\",\"WP Customizer support\",\"Light and Dark versions available\"],\"created\":\"2017-06-02 03:38:32\",\"created_timestamp\":1496396312,\"demo_url\":\"http:\\/\\/mariana.themerex.net\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"b5a37fca93d6cc2e271d7866d896a785\"},{\"id\":\"55b4af45-6248-4025-846b-39650a141f38\",\"name\":\"Semplice An Elegant WordPress Blogging Theme\",\"slug\":\"semplice-an-elegant-wordpress-blogging-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/semplice-an-elegant-wordpress-blogging-theme\",\"sales_count\":931,\"is_service\":false,\"rating\":4.9,\"seller_name\":\"Sculpture Qode\",\"seller_url\":\"store\\/sculpture-qode\",\"tags\":\"video, clean, Slider, grid, lifestyle, fashion, blog, gallery, facebook, instagram, creative, responsive, retina, beauty, music, personal\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-55b4af45-6248-4025-846b-39650a141f38-368x296-HQfZe.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-55b4af45-6248-4025-846b-39650a141f38-VBSIh.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-55b4af45-6248-4025-846b-39650a141f38-kG44U.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55b4af45-6248-4025-846b-39650a141f38-1800x1800-R9zHx.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55b4af45-6248-4025-846b-39650a141f38-1800x1800-rzpoq.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-55b4af45-6248-4025-846b-39650a141f38-DnvmC.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"Responsive Layout\",\"Powerful Admin Panel\",\"Clean and Professional Design\"],\"created\":\"2015-07-26 05:11:26\",\"created_timestamp\":1437909086,\"demo_url\":\"https:\\/\\/semplice.sculptureqode.com\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"b96badfe3b2a9b5edbddd952ff936826\"}],\"page\":1,\"pageCount\":49,\"records\":979}\";s:8:\"response\";a:2:{s:4:\"code\";i:200;s:7:\"message\";s:2:\"OK\";}s:7:\"cookies\";a:1:{i:0;O:14:\"WP_Http_Cookie\":5:{s:4:\"name\";s:6:\"APISVR\";s:5:\"value\";s:4:\"a0n2\";s:7:\"expires\";N;s:4:\"path\";s:1:\"/\";s:6:\"domain\";s:23:\"api.mojomarketplace.com\";}}s:8:\"filename\";N;s:13:\"http_response\";O:25:\"WP_HTTP_Requests_Response\":5:{s:11:\"\0*\0response\";O:17:\"Requests_Response\":10:{s:4:\"body\";s:53225:\"{\"status\":\"success\",\"items\":[{\"id\":\"5377b431-d8a8-431b-a711-50c10a141528\",\"name\":\"Highend Ultimate Multi-Purpose WordPress Theme\",\"slug\":\"highend-ultimate-multi-purpose-wordpress-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/highend-ultimate-multi-purpose-wordpress-theme\",\"sales_count\":35046,\"is_service\":false,\"rating\":4.7,\"seller_name\":\"HB-Themes\",\"seller_url\":\"store\\/hb-themes\",\"tags\":\"store, portfolio, Slider, coach, minimal, real estate, Business, blog, clean, restaurant, photography, church, Corporate, woocommerce, galleries, modern, seo, presentation, responsive, shop, gallery, video, landing page, parallax, WordPress, Drag and Drop Page Builder\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-5377b431-d8a8-431b-a711-50c10a141528-368x296-95lrK.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-590111d8-1938-4c59-907f-19d10a141539-GuDbh.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-590111d8-1938-4c59-907f-19d10a141539-T3LLc.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5377b431-d8a8-431b-a711-50c10a141528-1800x1800-800gn.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5377b431-d8a8-431b-a711-50c10a141528-1800x1800-QYQHF.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5377b431-d8a8-431b-a711-50c10a141528-1800x1800-UCmVZ.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5377b431-d8a8-431b-a711-50c10a141528-1800x1800-D54Pg.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5377b431-d8a8-431b-a711-50c10a141528-1800x1800-ptl5s.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-59eb7af1-45c0-4a86-b93a-5b1d0a14153b-UVFyd.png\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"Drag and Drop Page Builder\",\"Fully Responsive - Mobile Ready\",\"WooCommerce - Build Your Online Shop\"],\"created\":\"2014-05-17 14:11:49\",\"created_timestamp\":1400357509,\"demo_url\":\"https:\\/\\/hb-themes.com\\/themes\\/highend\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"78ac157401b0f7ac1c0be083b84831e5\"},{\"id\":\"518048d9-ae08-4939-93ac-0a000a140b1e\",\"name\":\"Creativo Responsive Multi-Purpose WordPress Theme\",\"slug\":\"creativo-5-0-ultra-responsive-multipurpose-wp-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/creativo-5-0-ultra-responsive-multipurpose-wp-theme\",\"sales_count\":15244,\"is_service\":false,\"rating\":4.9,\"seller_name\":\"RockyThemes\",\"seller_url\":\"store\\/rockythemes\",\"tags\":\"modern, agency, responsive, clean, HTML5, page builder, Business, creative, coach, minimal, retina, portfolio, church, blog\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-518048d9-ae08-4939-93ac-0a000a140b1e-368x296-wh0MK.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-518048d9-ae08-4939-93ac-0a000a140b1e-136x136-Ap575.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-518048d9-ae08-4939-93ac-0a000a140b1e-260x156-ejN1Y.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-LEwG8.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-i2occ.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-dQ1yf.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-PpC6f.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-cYsfQ.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-igiIT.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-r67bK.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-i3hhe.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-AImHx.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-1800x1800-1QYDb.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-ksXYf.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-yuBJ1.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-mhnvB.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-aINqv.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-nmFCK.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-bs4oQ.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-neWr1.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-vVopz.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-1800x1800-EmrSF.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-xCNaq.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-cyImm.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-RWrTA.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5c2ca671-1d68-4699-bc75-15eb0a14153a-HtVRG.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"Ecommerce Ready - Works with WooCommerce\",\"Drag and Drop Page Builder\",\"Responsive Design and Retina Ready\"],\"created\":\"2013-04-30 17:03:15\",\"created_timestamp\":1367362995,\"demo_url\":\"https:\\/\\/rockythemes.com\\/creativo\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"e8fb8041fbc423c2b44f546e7ea5bd27\"},{\"id\":\"55f82a3d-0ab8-49c6-a224-1a220a141f38\",\"name\":\"Daisy Simple and Minimal WordPress Blog\",\"slug\":\"daisy-simple-amp-minimal-wordpress-blog\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/daisy-simple-amp-minimal-wordpress-blog\",\"sales_count\":5850,\"is_service\":false,\"rating\":4.9,\"seller_name\":\"LazaThemes\",\"seller_url\":\"store\\/lazathemes\",\"tags\":\"personal, blog, minimal, responsive, bootstrap, blogging\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-55f82a3d-0ab8-49c6-a224-1a220a141f38-136x136-z6jqO.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-55f82a3d-0ab8-49c6-a224-1a220a141f38-260x156-ElBpX.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55f82a3d-0ab8-49c6-a224-1a220a141f38-1800x1800-iX4uf.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5b14f8fd-3d18-4607-804a-7cbd0a14153a-f04cH.png\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"Clean and Professional Design\",\"Easy To Set Up\",\"Responsive Layout\"],\"created\":\"2015-09-15 08:37:14\",\"created_timestamp\":1442327834,\"demo_url\":\"https:\\/\\/demos.lazathemes.com\\/daisy-wp\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"4f7a79714aaca6efc0ce4f7c933538cc\"},{\"id\":\"53a6de8b-9098-40bf-a57d-718e0a141528\",\"name\":\"Birch A Responsive WordPress Theme\",\"slug\":\"birch-a-responsive-wordpress-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/birch-a-responsive-wordpress-theme\",\"sales_count\":3164,\"is_service\":false,\"rating\":4.9,\"seller_name\":\"Bottomless Themes\",\"seller_url\":\"store\\/bottomless-themes\",\"tags\":\"tablet, fashion, logo, gallery, environmental, multipurpose, shortcodes, travel, clean, Fitness, retina, HTML5, natural, Corporate, parallax, cafe, iphone, seo, WordPress, media, translation, responsive, health, creative, service, blogging, woocommerce, office, Business, professional, minimal, personal, Custom, food, ipad, eco, portfolio, Testimonials, elegant, bio, CSS3, video, mobile, shop, sports, company, Slider, startup, modern, blog, church, photography, simple, agriculture\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-53a6de8b-9098-40bf-a57d-718e0a141528-368x296-gh5uf.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-53a6de8b-9098-40bf-a57d-718e0a141528-136x136-GjY4S.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53a6de8b-9098-40bf-a57d-718e0a141528-260x156-aZts2.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53a6de8b-9098-40bf-a57d-718e0a141528-1800x1800-7s31Z.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53a6de8b-9098-40bf-a57d-718e0a141528-1800x1800-wGrWo.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53a6de8b-9098-40bf-a57d-718e0a141528-1800x1800-5fL3L.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53a6de8b-9098-40bf-a57d-718e0a141528-1800x1800-611h4.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53a6de8b-9098-40bf-a57d-718e0a141528-1800x1800-YtsTh.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53a6de8b-9098-40bf-a57d-718e0a141528-1800x1800-0wjF6.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53a6de8b-9098-40bf-a57d-718e0a141528-1800x1800-QNS9l.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53a6de8b-9098-40bf-a57d-718e0a141528-1800x1800-9DbiX.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53a6de8b-9098-40bf-a57d-718e0a141528-1800x1800-tilmc.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53a6de8b-9098-40bf-a57d-718e0a141528-1800x1800-XeafI.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53a6de8b-9098-40bf-a57d-718e0a141528-1800x1800-LuRcX.png\"],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-53a6de8b-9098-40bf-a57d-718e0a141528-1180x660-tS7VZ.png\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"SEO Ready\",\"Powerful Admin Panel\",\"Responsive Design\"],\"created\":\"2014-06-22 08:00:22\",\"created_timestamp\":1403445622,\"demo_url\":\"https:\\/\\/birch.bottomlessthemes.com\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"74ed870a9f8a5d46a544ce7026827b68\"},{\"id\":\"57c43604-3e40-4824-9219-1cc70a14153b\",\"name\":\"The Core Multi-Purpose WordPress Theme\",\"slug\":\"the-core-multi-purpose-wordpress-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/the-core-multi-purpose-wordpress-theme\",\"sales_count\":2925,\"is_service\":false,\"rating\":4.2,\"seller_name\":\"ThemeFuse\",\"seller_url\":\"store\\/themefuse\",\"tags\":\"Business, agency, wedding, kindergarten, creative, blog, cleaning, restaurant, events, responsive, Corporate, bakery, catering, magazine, lawyers, WordPress, charity, medical, church, architecture\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-57c43604-3e40-4824-9219-1cc70a14153b-KHmWi.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5928264a-c4f8-4dcc-91d9-56040a141539-HFsZg.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59a00a14-398c-4ab6-8cc4-4a8c0a14153a-fcBaq.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5928264a-c4f8-4dcc-91d9-56040a141539-mXR7A.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57c43604-3e40-4824-9219-1cc70a14153b-vgV3U.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-59c56867-1e00-445c-ae40-6f460a141539-rLof0.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"1 Click  Demo Install\",\"20 Website Demos Included (more to come for FREE)\",\"Visual Page Builder\"],\"created\":\"2016-08-29 07:18:34\",\"created_timestamp\":1472476714,\"demo_url\":\"https:\\/\\/demo.themefuse.com\\/the-core\\/?market_referrer=mojo\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"fe54e73e29cac33917ee48ab110b9bef\"},{\"id\":\"5444f3ed-49bc-4484-9264-0f5c0a140b28\",\"name\":\"Zephyr A Beautiful WordPress Blog Theme\",\"slug\":\"zephyr-a-beautiful-wordpress-blog-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/zephyr-a-beautiful-wordpress-blog-theme\",\"sales_count\":2754,\"is_service\":false,\"rating\":5,\"seller_name\":\"Themeflame\",\"seller_url\":\"store\\/themeflame\",\"tags\":\"video, CSS3, seo, agency, retina, news, personal, elegant, blogging, portfolio, travel, HTML5, mobile, brand, gallery, widgets, theme, blog, modern, professional, photography, health, Corporate, Slider, WordPress, simple, food, clean, design, responsive, restaurant, woocommerce, multipurpose, minimal, magazine, fashion, Business, bootstrap, creative\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-5444f3ed-49bc-4484-9264-0f5c0a140b28-368x296-8Di6N.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5444f3ed-49bc-4484-9264-0f5c0a140b28-136x136-zMAwr.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5444f3ed-49bc-4484-9264-0f5c0a140b28-260x156-PQ45k.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5444f3ed-49bc-4484-9264-0f5c0a140b28-1800x1800-TtFpS.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5bf3077a-dcfc-4c82-8f2a-58a30a14153b-ZgWFC.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"Over 30 Homepage Layouts\",\"Header, Post and Customization Options\",\"Timely Support and Updates\",\"Timely Support and Updates\",\"Over 30 Homepage Layouts\",\"Header, Post and Customization Options\"],\"created\":\"2014-10-20 06:11:25\",\"created_timestamp\":1413807085,\"demo_url\":\"http:\\/\\/178.128.146.147\\/zephyr\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"13f401b35fbfa320cf306a891828f876\"},{\"id\":\"5659d4bf-6b80-434a-b566-64870a141f38\",\"name\":\"FREYJA Personal WordPress Theme for Bloggers\",\"slug\":\"freyja-personal-wordpress-theme-for-bloggers\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/freyja-personal-wordpress-theme-for-bloggers\",\"sales_count\":2264,\"is_service\":false,\"rating\":5,\"seller_name\":\"Sparrow and Snow\",\"seller_url\":\"store\\/sparrow-and-snow\",\"tags\":\"responsive, design, gallery, audio, simple, video, elegant, easy, photographer, clean, food, creative, fashion, lifestyle, travel, modern, personal, instagram, Blogger\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-58fe8554-6868-418f-a6ed-69a80a141539-6bIxM.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5659d4bf-6b80-434a-b566-64870a141f38-ch13X.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5659d4bf-6b80-434a-b566-64870a141f38-zo4DU.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5659d4bf-6b80-434a-b566-64870a141f38-uoyC5.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5659d4bf-6b80-434a-b566-64870a141f38-EycmZ.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5659d4bf-6b80-434a-b566-64870a141f38-mqENt.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5659d4bf-6b80-434a-b566-64870a141f38-6Vq6I.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5659d4bf-6b80-434a-b566-64870a141f38-w5O3O.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5659d4bf-6b80-434a-b566-64870a141f38-yl6Bs.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-58fe8554-6868-418f-a6ed-69a80a141539-nWtg4.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"10 Blog Layout\",\"Translation Ready\",\"Retina Ready\"],\"created\":\"2015-11-28 09:23:17\",\"created_timestamp\":1448727797,\"demo_url\":\"http:\\/\\/sparrowandsnow.com\\/freyja\\/demo\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"be9598299f6d395d43fa63d9ec92b3f1\"},{\"id\":\"54626dc3-c4d8-40b3-b441-3ff60a141528\",\"name\":\"Nimva Ultimate Multi Purpose WordPress Theme\",\"slug\":\"nimva-ultimate-multi-purpose-wordpress-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/nimva-ultimate-multi-purpose-wordpress-theme\",\"sales_count\":1658,\"is_service\":false,\"rating\":4.7,\"seller_name\":\"RockyThemes\",\"seller_url\":\"store\\/rockythemes\",\"tags\":\"clean, Business, responsive, minimal\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-54626dc3-c4d8-40b3-b441-3ff60a141528-136x136-7Bg7b.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-54626dc3-c4d8-40b3-b441-3ff60a141528-260x156-Vucki.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-54626dc3-c4d8-40b3-b441-3ff60a141528-1800x1800-rlk5m.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-54626dc3-c4d8-40b3-b441-3ff60a141528-1800x1800-8RwBo.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-54626dc3-c4d8-40b3-b441-3ff60a141528-1800x1800-WktDL.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-54626dc3-c4d8-40b3-b441-3ff60a141528-1800x1800-FYTxh.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-54626dc3-c4d8-40b3-b441-3ff60a141528-1800x1800-3DFLY.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-54626dc3-c4d8-40b3-b441-3ff60a141528-1800x1800-UomN2.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-54626dc3-c4d8-40b3-b441-3ff60a141528-1180x660-uEBMb.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"Retina Ready\",\"Powerful Admin Panel\",\"Drag and Drop Visual Composer Elements\"],\"created\":\"2014-11-11 14:27:09\",\"created_timestamp\":1415741229,\"demo_url\":\"http:\\/\\/rockythemes.com\\/nimva\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"e8fb8041fbc423c2b44f546e7ea5bd27\"},{\"id\":\"53589542-c8f4-491e-ad1e-29c90a141528\",\"name\":\"Nectar A Responsive WordPress Theme\",\"slug\":\"nectar-a-responsive-wordpress-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/nectar-a-responsive-wordpress-theme\",\"sales_count\":1645,\"is_service\":false,\"rating\":4.8,\"seller_name\":\"Bottomless Themes\",\"seller_url\":\"store\\/bottomless-themes\",\"tags\":\"company, design, gallery, simple, responsive, WordPress, CSS3, mobile, modern, logo, health, retina, parallax, Slider, photography, food, clean, fashion, multipurpose, professional, blogging, personal, HTML5, shortcodes, Business, media, Corporate, creative, seo, theme, elegant, shop, blog, portfolio, woocommerce, minimal\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-53589542-c8f4-491e-ad1e-29c90a141528-368x296-BWaK1.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-53589542-c8f4-491e-ad1e-29c90a141528-136x136-0pPAV.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53589542-c8f4-491e-ad1e-29c90a141528-MZJXd.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53589542-c8f4-491e-ad1e-29c90a141528-1800x1800-ZMB1W.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53589542-c8f4-491e-ad1e-29c90a141528-1800x1800-qGPwW.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53589542-c8f4-491e-ad1e-29c90a141528-1800x1800-YSJik.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53589542-c8f4-491e-ad1e-29c90a141528-1800x1800-rVJ4N.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53589542-c8f4-491e-ad1e-29c90a141528-1800x1800-B6hX8.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53589542-c8f4-491e-ad1e-29c90a141528-1800x1800-YWsAd.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53589542-c8f4-491e-ad1e-29c90a141528-1800x1800-WwuAA.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53589542-c8f4-491e-ad1e-29c90a141528-1800x1800-JMt5C.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53589542-c8f4-491e-ad1e-29c90a141528-1800x1800-2hEmp.png\"],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-53589542-c8f4-491e-ad1e-29c90a141528-1180x660-oTokc.png\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"Responsive Design\",\"Clean and Modern\",\"WooCommerce\"],\"created\":\"2014-04-23 23:04:45\",\"created_timestamp\":1398315885,\"demo_url\":\"https:\\/\\/nectar.bottomlessthemes.com\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"74ed870a9f8a5d46a544ce7026827b68\"},{\"id\":\"55233c6f-c31c-4ab8-8023-0d350a141f3c\",\"name\":\"Wunderful Clean &amp; Minimal WordPress Blog Theme\",\"slug\":\"wunderful-clean-amp-minimal-wordpress-blog-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/wunderful-clean-amp-minimal-wordpress-blog-theme\",\"sales_count\":1551,\"is_service\":false,\"rating\":4,\"seller_name\":\"ThemeDsgn\",\"seller_url\":\"store\\/themedsgn\",\"tags\":\"blog, music, blogging, responsive, travel, personal, simple, WordPress, woocommerce, recipe, clean, minimal, modern, fashion\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-55233c6f-c31c-4ab8-8023-0d350a141f3c-136x136-8XtlH.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-55233c6f-c31c-4ab8-8023-0d350a141f3c-260x156-B9ll6.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55233c6f-c31c-4ab8-8023-0d350a141f3c-1800x1800-C6jAi.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55233c6f-c31c-4ab8-8023-0d350a141f3c-1800x1800-C6jAi.png\"],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-55233c6f-c31c-4ab8-8023-0d350a141f3c-1180x660-Rk6wt.png\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"Suitable for Any Blog\",\"Clean, Elegant &amp; Responsive Layout\",\"Easy to Install &amp; Setup\"],\"created\":\"2015-04-06 20:44:54\",\"created_timestamp\":1428374694,\"demo_url\":\"http:\\/\\/themes.themedsgn.com\\/wunderful\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"6a91f75d7b640a42445fafc86a421ac1\"},{\"id\":\"5187560e-4164-4925-9eb3-77c20a140b1e\",\"name\":\"BlueBird  Beautiful WordPress Theme for Personal Blog\",\"slug\":\"bluebird-beautiful-wordpress-theme-for-personal-blog\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/bluebird-beautiful-wordpress-theme-for-personal-blog\",\"sales_count\":1465,\"is_service\":false,\"rating\":5,\"seller_name\":\"Just Good Themes\",\"seller_url\":\"store\\/just-good-themes\",\"tags\":\"personal, beautiful, clean, jQuery, elegant, minimal, retina, WordPress, lifestyle, blog, food, Free Installation Service, classic, responsive, HTML5, blogging, tabs, simple, blue\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-5187560e-4164-4925-9eb3-77c20a140b1e-368x296-Xt1nC.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5187560e-4164-4925-9eb3-77c20a140b1e-136x136-uV7Iw.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5187560e-4164-4925-9eb3-77c20a140b1e-260x156-l7RPT.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5187560e-4164-4925-9eb3-77c20a140b1e-1800x1800-FdkGn.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5187560e-4164-4925-9eb3-77c20a140b1e-kY6QR.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"Retina Ready \\u2013 All Icons Are Optimized For Retina Devices\",\"Responsive Layout\",\"Custom Page Templates for Full-Width Pages and Blog Archives\"],\"created\":\"2013-05-06 01:18:38\",\"created_timestamp\":1367824718,\"demo_url\":\"https:\\/\\/justgoodthemes.eu\\/bluebird\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"61db66e9c23bb2cea94225f065516187\"},{\"id\":\"55dd6a85-24f0-438a-8723-1ea40a141f38\",\"name\":\"Solstice Elegant WordPress Theme\",\"slug\":\"solstice-an-elegant-versatile-and-responsive-wordpress-theme-for-blogging-and-business\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/solstice-an-elegant-versatile-and-responsive-wordpress-theme-for-blogging-and-business\",\"sales_count\":1399,\"is_service\":false,\"rating\":5,\"seller_name\":\"Bottomless Themes\",\"seller_url\":\"store\\/bottomless-themes\",\"tags\":\"modern, startup, multipurpose, office, service, bio, blog, retina, travel, Custom, mobile, Testimonials, tablet, sports, agriculture, seo, portfolio, WordPress, video, woocommerce, church, environmental, translation, customize, photography, responsive, Business, fashion, creative, Fitness, cafe, ipad, iphone, natural, clean, minimal, customizer\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-55dd6a85-24f0-438a-8723-1ea40a141f38-368x296-czJN9.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-55dd6a85-24f0-438a-8723-1ea40a141f38-136x136-3WX3a.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-55dd6a85-24f0-438a-8723-1ea40a141f38-260x156-5GLPx.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-iA29C.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-9sIUv.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-OWTE0.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-AYepv.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-wZDz0.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-tfE7f.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-x1Kc0.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-9seWT.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-pgETy.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-fQWmi.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-TZba1.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-fczJB.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-9BUzz.png\"],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-55dd6a85-24f0-438a-8723-1ea40a141f38-1180x660-Io87q.png\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"Customizer\",\"Responsive Layout\",\"Plugin Compatible \"],\"created\":\"2015-08-26 02:03:32\",\"created_timestamp\":1440576212,\"demo_url\":\"https:\\/\\/solstice.bottomlessthemes.com\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"74ed870a9f8a5d46a544ce7026827b68\"},{\"id\":\"532798c5-2834-440b-8469-255a0a141528\",\"name\":\"Creative Blog WordPress Theme\",\"slug\":\"creative-blog-wordpress-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/creative-blog-wordpress-theme\",\"sales_count\":1307,\"is_service\":false,\"rating\":5,\"seller_name\":\"Dessign Themes\",\"seller_url\":\"store\\/dessign-themes\",\"tags\":\"blog, portfolio, photography\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/large_thumbnail-532798c5-2834-440b-8469-255a0a141528-368x296.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5bce5af2-62fc-427a-a413-202a0a14153b-t8V1J.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/thumbnail-532798c5-2834-440b-8469-255a0a141528-260x156.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/screen_shots-532798c5-2834-440b-8469-255a0a141528-1800x1800.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/preview-532798c5-2834-440b-8469-255a0a141528-1180x660.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"Slider Video Feature\",\"Theme Options panel\",\"Responsive Layout\"],\"created\":\"2014-03-17 19:15:51\",\"created_timestamp\":1395105351,\"demo_url\":\"https:\\/\\/dessigncreativeblog.com\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"12a1f004a6ed51582a3f0de432cf020d\"},{\"id\":\"5927485a-9bc0-4180-9e94-0afc0a14153b\",\"name\":\"Creatica Creative Multi-Purpose WordPress Theme\",\"slug\":\"creatica\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/creatica\",\"sales_count\":1141,\"is_service\":false,\"rating\":4.9,\"seller_name\":\"Skywarrior Themes\",\"seller_url\":\"store\\/skywarrior-themes\",\"tags\":\"portfolio, woocommerce, parallax, responsive, gallery, news, widgets, modern, magazine, multipurpose, minimal, photography, agency, creative, Slider, professional, Business, seo, fashion, Corporate, clean, shop, travel, WordPress\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5927485a-e0f0-44b2-bcb9-0afc0a14153b-fMkhO.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5927485a-e0f0-44b2-bcb9-0afc0a14153b-eJo1V.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5927485a-e0f0-44b2-bcb9-0afc0a14153b-D9bUm.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5927485a-e0f0-44b2-bcb9-0afc0a14153b-0LnGc.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5927485a-e0f0-44b2-bcb9-0afc0a14153b-PtAyR.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5927485a-e0f0-44b2-bcb9-0afc0a14153b-rfbuE.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5927485a-e0f0-44b2-bcb9-0afc0a14153b-gKWk0.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5927485a-e0f0-44b2-bcb9-0afc0a14153b-D7yDo.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-599b4d42-ca90-41e0-9724-0fdf0a14153a-uQNRF.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"Ready to Install Demos\",\"Awesome Theme Options\",\"Fully Responsive\"],\"created\":\"2017-05-25 15:10:50\",\"created_timestamp\":1495746650,\"demo_url\":\"https:\\/\\/skywarriorthemes.com\\/creatica\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"85c9a3723ab02eaa4167c6232a1f5e58\"},{\"id\":\"5987e38b-f758-44aa-83a4-26d10a14153b\",\"name\":\"StartUp Theme A Multipurpose WordPress Customizer Theme\",\"slug\":\"startup-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/startup-theme\",\"sales_count\":1061,\"is_service\":false,\"rating\":3.7,\"seller_name\":\"Organic Themes\",\"seller_url\":\"store\\/organic-themes\",\"tags\":\"design, woocommerce, clean, seo, logo, magazine, restaurant, travel, Business, CSS3, agency, theme, retina, company, blogging, HTML5, blog, mobile, WordPress, jQuery, Slider, support, widgets, responsive, portfolio, modern, Corporate, video, multipurpose, professional, news, consulting\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5afb9d3b-4f34-4713-a07e-58510a14153b-QIkub.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5987e38b-4cf8-4d25-866d-26d10a14153b-3jFEY.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5987e38b-4cf8-4d25-866d-26d10a14153b-6S1DR.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5987e38b-4cf8-4d25-866d-26d10a14153b-cKgtQ.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5987e38b-4cf8-4d25-866d-26d10a14153b-nTYAf.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5987e38b-4cf8-4d25-866d-26d10a14153b-7CV0q.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"Customizer Options\",\"Widgetized Page Builder\",\"Mobile Responsive Framework\"],\"created\":\"2017-08-06 21:50:35\",\"created_timestamp\":1502077835,\"demo_url\":\"https:\\/\\/organicthemes.com\\/demo\\/startup\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"479b85bcce1bf1bc90615446f8d2b1b7\"},{\"id\":\"55e0a4cb-394c-4af9-b480-01610a141f37\",\"name\":\"Amiable A WordPress Blogging Theme\",\"slug\":\"amiable-a-wordpress-blogging-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/amiable-a-wordpress-blogging-theme\",\"sales_count\":1058,\"is_service\":false,\"rating\":5,\"seller_name\":\"Sculpture Qode\",\"seller_url\":\"store\\/sculpture-qode\",\"tags\":\"Slider, simple, theme, modern, retina, gallery, news, video, clean, fashion, minimal, magazine, blogging, responsive, blog, photography, personal, travel, support, WordPress, food, mobile\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-55e0a4cb-394c-4af9-b480-01610a141f37-368x296-YUEWQ.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-55e0a4cb-394c-4af9-b480-01610a141f37-136x136-0T1lk.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-55e0a4cb-394c-4af9-b480-01610a141f37-260x156-c46rC.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55e0a4cb-394c-4af9-b480-01610a141f37-1800x1800-Y49gi.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55e0a4cb-394c-4af9-b480-01610a141f37-1800x1800-M5MTN.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55e0a4cb-394c-4af9-b480-01610a141f37-1800x1800-s9CU7.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-55e0a4cb-394c-4af9-b480-01610a141f37-1180x660-nRwUj.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"Easy to Set Up\",\"Clean and Professional Design\",\"Responsive Layout\"],\"created\":\"2015-08-28 13:07:12\",\"created_timestamp\":1440788832,\"demo_url\":\"https:\\/\\/amiable.sculptureqode.com\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"b96badfe3b2a9b5edbddd952ff936826\"},{\"id\":\"521fe073-ea40-4ac3-af03-31d40a140b24\",\"name\":\"Edge Theme Portfolio and Business WordPress Theme\",\"slug\":\"edge-portfolio-amp-business-wordpress-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/edge-portfolio-amp-business-wordpress-theme\",\"sales_count\":1014,\"is_service\":false,\"rating\":5,\"seller_name\":\"Visualmodo\",\"seller_url\":\"store\\/visualmodo\",\"tags\":\"Corporate, seo, shortcodes, wordpress templates, professional, woocommerce, responsive, logo, agency, premium plugins, creative, gallery, design, visual builder, plugins, revolution slider, photography, Premium Wordpress Themes, premium theme, jQuery, blogging, video, blog, CSS3, consulting, template, brand, simple, smart, restaurant, slider ready, mobile, shop, clean and simple, fluid, agency portfolio, wide, news, magazine, media, premium support, Smart Grid, food, hotel, widgets, WordPress, premium content, Visual Composer, revslider, clean, WordPress Plugins, Portfolio Theme, boxed, portfolio, support, visual shortcode, personal, freelancer portfolio, elegant, Business, theme, clients, health, HTML5, responsive wordpress theme, flat, WordPress Agency, store, wordpress theme, parallax, retina, multipurpose, bootstrap, minimal, fashion, modern, travel, Slider, company\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-521fe073-ea40-4ac3-af03-31d40a140b24-368x296-IfrjJ.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-521fe073-ea40-4ac3-af03-31d40a140b24-NtIfx.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-521fe073-ea40-4ac3-af03-31d40a140b24-JZO0f.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5c32335c-5744-4006-a21a-50ab0a14153a-9GCZ0.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-521fe073-ea40-4ac3-af03-31d40a140b24-V5LLW.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5c32335c-5744-4006-a21a-50ab0a14153a-68fL6.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-597321df-21d4-4e1a-858c-03860a14153a-gUJd3.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-521fe073-ea40-4ac3-af03-31d40a140b24-V9JcG.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5c32335c-5744-4006-a21a-50ab0a14153a-gbjPe.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-597321df-21d4-4e1a-858c-03860a14153a-iQT0B.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-521fe073-ea40-4ac3-af03-31d40a140b24-1800x1800-vR6fd.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-597321df-21d4-4e1a-858c-03860a14153a-n7f7Y.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5c32335c-5744-4006-a21a-50ab0a14153a-L7fQK.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-521fe073-ea40-4ac3-af03-31d40a140b24-1800x1800-xWMaR.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-597321df-21d4-4e1a-858c-03860a14153a-wtUh0.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5c32335c-5744-4006-a21a-50ab0a14153a-FPZ8F.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-521fe073-ea40-4ac3-af03-31d40a140b24-oOMDE.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-521fe073-ea40-4ac3-af03-31d40a140b24-1800x1800-Rp0EU.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5c32335c-5744-4006-a21a-50ab0a14153a-4VMuE.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5c32335c-5744-4006-a21a-50ab0a14153a-lpcGX.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-521fe073-ea40-4ac3-af03-31d40a140b24-1800x1800-mMsmq.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-521fe073-ea40-4ac3-af03-31d40a140b24-UeGPB.png\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"Drag and Drop Page Builder \\/ Slider Builder Included \\/ Easy-To-Use\",\"Creative Multi-Purpose Business \\/ Portfolio Theme \\/ 1-Click Demo Import\",\"Responsive \\/ Fully Editable \\/ Flexible \\/ Widgets \\/ Projects \\/ Templates\"],\"created\":\"2013-08-29 19:28:59\",\"created_timestamp\":1377826139,\"demo_url\":\"https:\\/\\/theme.visualmodo.com\\/edge\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"99d435049174e5389b7918b49693fbf2\"},{\"id\":\"57c4683a-c598-43ec-bb26-15af0a14153b\",\"name\":\"The Paragraph  Clean WordPress Theme for Blogs\",\"slug\":\"the-paragraph-clean-wordpress-theme-for-blogs\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/the-paragraph-clean-wordpress-theme-for-blogs\",\"sales_count\":965,\"is_service\":false,\"rating\":0,\"seller_name\":\"MajorThemes\",\"seller_url\":\"store\\/majorthemes\",\"tags\":\"travel, modern, flat, WordPress, blogging, responsive, blog, clean, creative\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-59e3a91c-4970-43f1-9fe3-13bb0a14153b-ssF7z.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-59e3a91c-4970-43f1-9fe3-13bb0a14153b-Qw9PU.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57c4683a-c598-43ec-bb26-15af0a14153b-crVJe.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57c4683a-c598-43ec-bb26-15af0a14153b-7Id5x.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-57c4683a-c598-43ec-bb26-15af0a14153b-Mhvcb.png\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"Fully Documented\",\"Easy to Install and Configure\",\"100% Responsive\"],\"created\":\"2016-08-29 10:53:36\",\"created_timestamp\":1472489616,\"demo_url\":\"http:\\/\\/demo.major-themes.com\\/paragraph\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"d6769abb1d05fe59c46b071cb0c0d4fa\"},{\"id\":\"59313218-87c0-41d8-b811-54620a14153b\",\"name\":\"Mariana Lifestyle and Travel Blog\",\"slug\":\"mariana\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/mariana\",\"sales_count\":937,\"is_service\":false,\"rating\":0,\"seller_name\":\"ThemeREX\",\"seller_url\":\"\",\"tags\":\"fashion, personal blog, minimal, widgets, responsive, magazine, modern, wordpress blog, WordPress, lifestyle, news, blogging, gallery, portfolio, elegant, blog\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-59678cb4-c550-4126-9cfd-213a0a14153b-N7iGD.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-59313218-e014-467c-93cb-54620a14153b-siN1t.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59313218-e014-467c-93cb-54620a14153b-vfe7f.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59313218-e014-467c-93cb-54620a14153b-f9c9W.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-593554ae-1b2c-41bd-a837-0a150a14153b-EunLT.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"Super fast page load\",\"WP Customizer support\",\"Light and Dark versions available\"],\"created\":\"2017-06-02 03:38:32\",\"created_timestamp\":1496396312,\"demo_url\":\"http:\\/\\/mariana.themerex.net\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"b5a37fca93d6cc2e271d7866d896a785\"},{\"id\":\"55b4af45-6248-4025-846b-39650a141f38\",\"name\":\"Semplice An Elegant WordPress Blogging Theme\",\"slug\":\"semplice-an-elegant-wordpress-blogging-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/semplice-an-elegant-wordpress-blogging-theme\",\"sales_count\":931,\"is_service\":false,\"rating\":4.9,\"seller_name\":\"Sculpture Qode\",\"seller_url\":\"store\\/sculpture-qode\",\"tags\":\"video, clean, Slider, grid, lifestyle, fashion, blog, gallery, facebook, instagram, creative, responsive, retina, beauty, music, personal\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-55b4af45-6248-4025-846b-39650a141f38-368x296-HQfZe.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-55b4af45-6248-4025-846b-39650a141f38-VBSIh.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-55b4af45-6248-4025-846b-39650a141f38-kG44U.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55b4af45-6248-4025-846b-39650a141f38-1800x1800-R9zHx.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55b4af45-6248-4025-846b-39650a141f38-1800x1800-rzpoq.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-55b4af45-6248-4025-846b-39650a141f38-DnvmC.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"Responsive Layout\",\"Powerful Admin Panel\",\"Clean and Professional Design\"],\"created\":\"2015-07-26 05:11:26\",\"created_timestamp\":1437909086,\"demo_url\":\"https:\\/\\/semplice.sculptureqode.com\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"b96badfe3b2a9b5edbddd952ff936826\"}],\"page\":1,\"pageCount\":49,\"records\":979}\";s:3:\"raw\";s:53678:\"HTTP/1.1 200 OK\r\nServer: nginx/1.10.1\r\nDate: Tue, 19 Feb 2019 13:53:47 GMT\r\nContent-Type: application/json; charset=UTF-8\r\nContent-Length: 53225\r\nConnection: close\r\nX-Powered-By: PHP/5.6.22\r\nSet-Cookie: SESSION=6of8k381nliuha3cir3mudd0d3; expires=Sat, 23-Feb-2019 17:53:47 GMT; Max-Age=360000; path=/; domain=www.mojomarketplace.com; secure; HttpOnly\r\nCache-Control: 900\r\nAccess-Control-Allow-Origin: *\r\nVary: Origin\r\nSet-Cookie: APISVR=a0n2; path=/\r\n\r\n{\"status\":\"success\",\"items\":[{\"id\":\"5377b431-d8a8-431b-a711-50c10a141528\",\"name\":\"Highend Ultimate Multi-Purpose WordPress Theme\",\"slug\":\"highend-ultimate-multi-purpose-wordpress-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/highend-ultimate-multi-purpose-wordpress-theme\",\"sales_count\":35046,\"is_service\":false,\"rating\":4.7,\"seller_name\":\"HB-Themes\",\"seller_url\":\"store\\/hb-themes\",\"tags\":\"store, portfolio, Slider, coach, minimal, real estate, Business, blog, clean, restaurant, photography, church, Corporate, woocommerce, galleries, modern, seo, presentation, responsive, shop, gallery, video, landing page, parallax, WordPress, Drag and Drop Page Builder\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-5377b431-d8a8-431b-a711-50c10a141528-368x296-95lrK.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-590111d8-1938-4c59-907f-19d10a141539-GuDbh.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-590111d8-1938-4c59-907f-19d10a141539-T3LLc.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5377b431-d8a8-431b-a711-50c10a141528-1800x1800-800gn.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5377b431-d8a8-431b-a711-50c10a141528-1800x1800-QYQHF.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5377b431-d8a8-431b-a711-50c10a141528-1800x1800-UCmVZ.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5377b431-d8a8-431b-a711-50c10a141528-1800x1800-D54Pg.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5377b431-d8a8-431b-a711-50c10a141528-1800x1800-ptl5s.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-59eb7af1-45c0-4a86-b93a-5b1d0a14153b-UVFyd.png\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"Drag and Drop Page Builder\",\"Fully Responsive - Mobile Ready\",\"WooCommerce - Build Your Online Shop\"],\"created\":\"2014-05-17 14:11:49\",\"created_timestamp\":1400357509,\"demo_url\":\"https:\\/\\/hb-themes.com\\/themes\\/highend\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"78ac157401b0f7ac1c0be083b84831e5\"},{\"id\":\"518048d9-ae08-4939-93ac-0a000a140b1e\",\"name\":\"Creativo Responsive Multi-Purpose WordPress Theme\",\"slug\":\"creativo-5-0-ultra-responsive-multipurpose-wp-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/creativo-5-0-ultra-responsive-multipurpose-wp-theme\",\"sales_count\":15244,\"is_service\":false,\"rating\":4.9,\"seller_name\":\"RockyThemes\",\"seller_url\":\"store\\/rockythemes\",\"tags\":\"modern, agency, responsive, clean, HTML5, page builder, Business, creative, coach, minimal, retina, portfolio, church, blog\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-518048d9-ae08-4939-93ac-0a000a140b1e-368x296-wh0MK.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-518048d9-ae08-4939-93ac-0a000a140b1e-136x136-Ap575.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-518048d9-ae08-4939-93ac-0a000a140b1e-260x156-ejN1Y.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-LEwG8.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-i2occ.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-dQ1yf.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-PpC6f.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-cYsfQ.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-igiIT.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-r67bK.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-i3hhe.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-AImHx.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-1800x1800-1QYDb.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-ksXYf.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-yuBJ1.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-mhnvB.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-aINqv.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-nmFCK.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-bs4oQ.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-neWr1.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-vVopz.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-1800x1800-EmrSF.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-xCNaq.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-cyImm.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-RWrTA.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5c2ca671-1d68-4699-bc75-15eb0a14153a-HtVRG.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"Ecommerce Ready - Works with WooCommerce\",\"Drag and Drop Page Builder\",\"Responsive Design and Retina Ready\"],\"created\":\"2013-04-30 17:03:15\",\"created_timestamp\":1367362995,\"demo_url\":\"https:\\/\\/rockythemes.com\\/creativo\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"e8fb8041fbc423c2b44f546e7ea5bd27\"},{\"id\":\"55f82a3d-0ab8-49c6-a224-1a220a141f38\",\"name\":\"Daisy Simple and Minimal WordPress Blog\",\"slug\":\"daisy-simple-amp-minimal-wordpress-blog\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/daisy-simple-amp-minimal-wordpress-blog\",\"sales_count\":5850,\"is_service\":false,\"rating\":4.9,\"seller_name\":\"LazaThemes\",\"seller_url\":\"store\\/lazathemes\",\"tags\":\"personal, blog, minimal, responsive, bootstrap, blogging\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-55f82a3d-0ab8-49c6-a224-1a220a141f38-136x136-z6jqO.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-55f82a3d-0ab8-49c6-a224-1a220a141f38-260x156-ElBpX.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55f82a3d-0ab8-49c6-a224-1a220a141f38-1800x1800-iX4uf.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5b14f8fd-3d18-4607-804a-7cbd0a14153a-f04cH.png\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"Clean and Professional Design\",\"Easy To Set Up\",\"Responsive Layout\"],\"created\":\"2015-09-15 08:37:14\",\"created_timestamp\":1442327834,\"demo_url\":\"https:\\/\\/demos.lazathemes.com\\/daisy-wp\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"4f7a79714aaca6efc0ce4f7c933538cc\"},{\"id\":\"53a6de8b-9098-40bf-a57d-718e0a141528\",\"name\":\"Birch A Responsive WordPress Theme\",\"slug\":\"birch-a-responsive-wordpress-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/birch-a-responsive-wordpress-theme\",\"sales_count\":3164,\"is_service\":false,\"rating\":4.9,\"seller_name\":\"Bottomless Themes\",\"seller_url\":\"store\\/bottomless-themes\",\"tags\":\"tablet, fashion, logo, gallery, environmental, multipurpose, shortcodes, travel, clean, Fitness, retina, HTML5, natural, Corporate, parallax, cafe, iphone, seo, WordPress, media, translation, responsive, health, creative, service, blogging, woocommerce, office, Business, professional, minimal, personal, Custom, food, ipad, eco, portfolio, Testimonials, elegant, bio, CSS3, video, mobile, shop, sports, company, Slider, startup, modern, blog, church, photography, simple, agriculture\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-53a6de8b-9098-40bf-a57d-718e0a141528-368x296-gh5uf.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-53a6de8b-9098-40bf-a57d-718e0a141528-136x136-GjY4S.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53a6de8b-9098-40bf-a57d-718e0a141528-260x156-aZts2.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53a6de8b-9098-40bf-a57d-718e0a141528-1800x1800-7s31Z.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53a6de8b-9098-40bf-a57d-718e0a141528-1800x1800-wGrWo.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53a6de8b-9098-40bf-a57d-718e0a141528-1800x1800-5fL3L.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53a6de8b-9098-40bf-a57d-718e0a141528-1800x1800-611h4.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53a6de8b-9098-40bf-a57d-718e0a141528-1800x1800-YtsTh.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53a6de8b-9098-40bf-a57d-718e0a141528-1800x1800-0wjF6.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53a6de8b-9098-40bf-a57d-718e0a141528-1800x1800-QNS9l.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53a6de8b-9098-40bf-a57d-718e0a141528-1800x1800-9DbiX.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53a6de8b-9098-40bf-a57d-718e0a141528-1800x1800-tilmc.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53a6de8b-9098-40bf-a57d-718e0a141528-1800x1800-XeafI.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53a6de8b-9098-40bf-a57d-718e0a141528-1800x1800-LuRcX.png\"],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-53a6de8b-9098-40bf-a57d-718e0a141528-1180x660-tS7VZ.png\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"SEO Ready\",\"Powerful Admin Panel\",\"Responsive Design\"],\"created\":\"2014-06-22 08:00:22\",\"created_timestamp\":1403445622,\"demo_url\":\"https:\\/\\/birch.bottomlessthemes.com\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"74ed870a9f8a5d46a544ce7026827b68\"},{\"id\":\"57c43604-3e40-4824-9219-1cc70a14153b\",\"name\":\"The Core Multi-Purpose WordPress Theme\",\"slug\":\"the-core-multi-purpose-wordpress-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/the-core-multi-purpose-wordpress-theme\",\"sales_count\":2925,\"is_service\":false,\"rating\":4.2,\"seller_name\":\"ThemeFuse\",\"seller_url\":\"store\\/themefuse\",\"tags\":\"Business, agency, wedding, kindergarten, creative, blog, cleaning, restaurant, events, responsive, Corporate, bakery, catering, magazine, lawyers, WordPress, charity, medical, church, architecture\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-57c43604-3e40-4824-9219-1cc70a14153b-KHmWi.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5928264a-c4f8-4dcc-91d9-56040a141539-HFsZg.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59a00a14-398c-4ab6-8cc4-4a8c0a14153a-fcBaq.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5928264a-c4f8-4dcc-91d9-56040a141539-mXR7A.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57c43604-3e40-4824-9219-1cc70a14153b-vgV3U.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-59c56867-1e00-445c-ae40-6f460a141539-rLof0.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"1 Click  Demo Install\",\"20 Website Demos Included (more to come for FREE)\",\"Visual Page Builder\"],\"created\":\"2016-08-29 07:18:34\",\"created_timestamp\":1472476714,\"demo_url\":\"https:\\/\\/demo.themefuse.com\\/the-core\\/?market_referrer=mojo\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"fe54e73e29cac33917ee48ab110b9bef\"},{\"id\":\"5444f3ed-49bc-4484-9264-0f5c0a140b28\",\"name\":\"Zephyr A Beautiful WordPress Blog Theme\",\"slug\":\"zephyr-a-beautiful-wordpress-blog-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/zephyr-a-beautiful-wordpress-blog-theme\",\"sales_count\":2754,\"is_service\":false,\"rating\":5,\"seller_name\":\"Themeflame\",\"seller_url\":\"store\\/themeflame\",\"tags\":\"video, CSS3, seo, agency, retina, news, personal, elegant, blogging, portfolio, travel, HTML5, mobile, brand, gallery, widgets, theme, blog, modern, professional, photography, health, Corporate, Slider, WordPress, simple, food, clean, design, responsive, restaurant, woocommerce, multipurpose, minimal, magazine, fashion, Business, bootstrap, creative\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-5444f3ed-49bc-4484-9264-0f5c0a140b28-368x296-8Di6N.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5444f3ed-49bc-4484-9264-0f5c0a140b28-136x136-zMAwr.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5444f3ed-49bc-4484-9264-0f5c0a140b28-260x156-PQ45k.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5444f3ed-49bc-4484-9264-0f5c0a140b28-1800x1800-TtFpS.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5bf3077a-dcfc-4c82-8f2a-58a30a14153b-ZgWFC.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"Over 30 Homepage Layouts\",\"Header, Post and Customization Options\",\"Timely Support and Updates\",\"Timely Support and Updates\",\"Over 30 Homepage Layouts\",\"Header, Post and Customization Options\"],\"created\":\"2014-10-20 06:11:25\",\"created_timestamp\":1413807085,\"demo_url\":\"http:\\/\\/178.128.146.147\\/zephyr\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"13f401b35fbfa320cf306a891828f876\"},{\"id\":\"5659d4bf-6b80-434a-b566-64870a141f38\",\"name\":\"FREYJA Personal WordPress Theme for Bloggers\",\"slug\":\"freyja-personal-wordpress-theme-for-bloggers\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/freyja-personal-wordpress-theme-for-bloggers\",\"sales_count\":2264,\"is_service\":false,\"rating\":5,\"seller_name\":\"Sparrow and Snow\",\"seller_url\":\"store\\/sparrow-and-snow\",\"tags\":\"responsive, design, gallery, audio, simple, video, elegant, easy, photographer, clean, food, creative, fashion, lifestyle, travel, modern, personal, instagram, Blogger\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-58fe8554-6868-418f-a6ed-69a80a141539-6bIxM.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5659d4bf-6b80-434a-b566-64870a141f38-ch13X.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5659d4bf-6b80-434a-b566-64870a141f38-zo4DU.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5659d4bf-6b80-434a-b566-64870a141f38-uoyC5.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5659d4bf-6b80-434a-b566-64870a141f38-EycmZ.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5659d4bf-6b80-434a-b566-64870a141f38-mqENt.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5659d4bf-6b80-434a-b566-64870a141f38-6Vq6I.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5659d4bf-6b80-434a-b566-64870a141f38-w5O3O.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5659d4bf-6b80-434a-b566-64870a141f38-yl6Bs.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-58fe8554-6868-418f-a6ed-69a80a141539-nWtg4.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"10 Blog Layout\",\"Translation Ready\",\"Retina Ready\"],\"created\":\"2015-11-28 09:23:17\",\"created_timestamp\":1448727797,\"demo_url\":\"http:\\/\\/sparrowandsnow.com\\/freyja\\/demo\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"be9598299f6d395d43fa63d9ec92b3f1\"},{\"id\":\"54626dc3-c4d8-40b3-b441-3ff60a141528\",\"name\":\"Nimva Ultimate Multi Purpose WordPress Theme\",\"slug\":\"nimva-ultimate-multi-purpose-wordpress-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/nimva-ultimate-multi-purpose-wordpress-theme\",\"sales_count\":1658,\"is_service\":false,\"rating\":4.7,\"seller_name\":\"RockyThemes\",\"seller_url\":\"store\\/rockythemes\",\"tags\":\"clean, Business, responsive, minimal\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-54626dc3-c4d8-40b3-b441-3ff60a141528-136x136-7Bg7b.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-54626dc3-c4d8-40b3-b441-3ff60a141528-260x156-Vucki.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-54626dc3-c4d8-40b3-b441-3ff60a141528-1800x1800-rlk5m.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-54626dc3-c4d8-40b3-b441-3ff60a141528-1800x1800-8RwBo.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-54626dc3-c4d8-40b3-b441-3ff60a141528-1800x1800-WktDL.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-54626dc3-c4d8-40b3-b441-3ff60a141528-1800x1800-FYTxh.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-54626dc3-c4d8-40b3-b441-3ff60a141528-1800x1800-3DFLY.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-54626dc3-c4d8-40b3-b441-3ff60a141528-1800x1800-UomN2.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-54626dc3-c4d8-40b3-b441-3ff60a141528-1180x660-uEBMb.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"Retina Ready\",\"Powerful Admin Panel\",\"Drag and Drop Visual Composer Elements\"],\"created\":\"2014-11-11 14:27:09\",\"created_timestamp\":1415741229,\"demo_url\":\"http:\\/\\/rockythemes.com\\/nimva\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"e8fb8041fbc423c2b44f546e7ea5bd27\"},{\"id\":\"53589542-c8f4-491e-ad1e-29c90a141528\",\"name\":\"Nectar A Responsive WordPress Theme\",\"slug\":\"nectar-a-responsive-wordpress-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/nectar-a-responsive-wordpress-theme\",\"sales_count\":1645,\"is_service\":false,\"rating\":4.8,\"seller_name\":\"Bottomless Themes\",\"seller_url\":\"store\\/bottomless-themes\",\"tags\":\"company, design, gallery, simple, responsive, WordPress, CSS3, mobile, modern, logo, health, retina, parallax, Slider, photography, food, clean, fashion, multipurpose, professional, blogging, personal, HTML5, shortcodes, Business, media, Corporate, creative, seo, theme, elegant, shop, blog, portfolio, woocommerce, minimal\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-53589542-c8f4-491e-ad1e-29c90a141528-368x296-BWaK1.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-53589542-c8f4-491e-ad1e-29c90a141528-136x136-0pPAV.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53589542-c8f4-491e-ad1e-29c90a141528-MZJXd.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53589542-c8f4-491e-ad1e-29c90a141528-1800x1800-ZMB1W.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53589542-c8f4-491e-ad1e-29c90a141528-1800x1800-qGPwW.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53589542-c8f4-491e-ad1e-29c90a141528-1800x1800-YSJik.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53589542-c8f4-491e-ad1e-29c90a141528-1800x1800-rVJ4N.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53589542-c8f4-491e-ad1e-29c90a141528-1800x1800-B6hX8.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53589542-c8f4-491e-ad1e-29c90a141528-1800x1800-YWsAd.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53589542-c8f4-491e-ad1e-29c90a141528-1800x1800-WwuAA.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53589542-c8f4-491e-ad1e-29c90a141528-1800x1800-JMt5C.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53589542-c8f4-491e-ad1e-29c90a141528-1800x1800-2hEmp.png\"],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-53589542-c8f4-491e-ad1e-29c90a141528-1180x660-oTokc.png\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"Responsive Design\",\"Clean and Modern\",\"WooCommerce\"],\"created\":\"2014-04-23 23:04:45\",\"created_timestamp\":1398315885,\"demo_url\":\"https:\\/\\/nectar.bottomlessthemes.com\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"74ed870a9f8a5d46a544ce7026827b68\"},{\"id\":\"55233c6f-c31c-4ab8-8023-0d350a141f3c\",\"name\":\"Wunderful Clean &amp; Minimal WordPress Blog Theme\",\"slug\":\"wunderful-clean-amp-minimal-wordpress-blog-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/wunderful-clean-amp-minimal-wordpress-blog-theme\",\"sales_count\":1551,\"is_service\":false,\"rating\":4,\"seller_name\":\"ThemeDsgn\",\"seller_url\":\"store\\/themedsgn\",\"tags\":\"blog, music, blogging, responsive, travel, personal, simple, WordPress, woocommerce, recipe, clean, minimal, modern, fashion\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-55233c6f-c31c-4ab8-8023-0d350a141f3c-136x136-8XtlH.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-55233c6f-c31c-4ab8-8023-0d350a141f3c-260x156-B9ll6.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55233c6f-c31c-4ab8-8023-0d350a141f3c-1800x1800-C6jAi.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55233c6f-c31c-4ab8-8023-0d350a141f3c-1800x1800-C6jAi.png\"],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-55233c6f-c31c-4ab8-8023-0d350a141f3c-1180x660-Rk6wt.png\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"Suitable for Any Blog\",\"Clean, Elegant &amp; Responsive Layout\",\"Easy to Install &amp; Setup\"],\"created\":\"2015-04-06 20:44:54\",\"created_timestamp\":1428374694,\"demo_url\":\"http:\\/\\/themes.themedsgn.com\\/wunderful\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"6a91f75d7b640a42445fafc86a421ac1\"},{\"id\":\"5187560e-4164-4925-9eb3-77c20a140b1e\",\"name\":\"BlueBird  Beautiful WordPress Theme for Personal Blog\",\"slug\":\"bluebird-beautiful-wordpress-theme-for-personal-blog\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/bluebird-beautiful-wordpress-theme-for-personal-blog\",\"sales_count\":1465,\"is_service\":false,\"rating\":5,\"seller_name\":\"Just Good Themes\",\"seller_url\":\"store\\/just-good-themes\",\"tags\":\"personal, beautiful, clean, jQuery, elegant, minimal, retina, WordPress, lifestyle, blog, food, Free Installation Service, classic, responsive, HTML5, blogging, tabs, simple, blue\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-5187560e-4164-4925-9eb3-77c20a140b1e-368x296-Xt1nC.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5187560e-4164-4925-9eb3-77c20a140b1e-136x136-uV7Iw.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5187560e-4164-4925-9eb3-77c20a140b1e-260x156-l7RPT.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5187560e-4164-4925-9eb3-77c20a140b1e-1800x1800-FdkGn.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5187560e-4164-4925-9eb3-77c20a140b1e-kY6QR.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"Retina Ready \\u2013 All Icons Are Optimized For Retina Devices\",\"Responsive Layout\",\"Custom Page Templates for Full-Width Pages and Blog Archives\"],\"created\":\"2013-05-06 01:18:38\",\"created_timestamp\":1367824718,\"demo_url\":\"https:\\/\\/justgoodthemes.eu\\/bluebird\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"61db66e9c23bb2cea94225f065516187\"},{\"id\":\"55dd6a85-24f0-438a-8723-1ea40a141f38\",\"name\":\"Solstice Elegant WordPress Theme\",\"slug\":\"solstice-an-elegant-versatile-and-responsive-wordpress-theme-for-blogging-and-business\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/solstice-an-elegant-versatile-and-responsive-wordpress-theme-for-blogging-and-business\",\"sales_count\":1399,\"is_service\":false,\"rating\":5,\"seller_name\":\"Bottomless Themes\",\"seller_url\":\"store\\/bottomless-themes\",\"tags\":\"modern, startup, multipurpose, office, service, bio, blog, retina, travel, Custom, mobile, Testimonials, tablet, sports, agriculture, seo, portfolio, WordPress, video, woocommerce, church, environmental, translation, customize, photography, responsive, Business, fashion, creative, Fitness, cafe, ipad, iphone, natural, clean, minimal, customizer\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-55dd6a85-24f0-438a-8723-1ea40a141f38-368x296-czJN9.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-55dd6a85-24f0-438a-8723-1ea40a141f38-136x136-3WX3a.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-55dd6a85-24f0-438a-8723-1ea40a141f38-260x156-5GLPx.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-iA29C.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-9sIUv.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-OWTE0.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-AYepv.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-wZDz0.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-tfE7f.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-x1Kc0.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-9seWT.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-pgETy.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-fQWmi.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-TZba1.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-fczJB.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-9BUzz.png\"],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-55dd6a85-24f0-438a-8723-1ea40a141f38-1180x660-Io87q.png\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"Customizer\",\"Responsive Layout\",\"Plugin Compatible \"],\"created\":\"2015-08-26 02:03:32\",\"created_timestamp\":1440576212,\"demo_url\":\"https:\\/\\/solstice.bottomlessthemes.com\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"74ed870a9f8a5d46a544ce7026827b68\"},{\"id\":\"532798c5-2834-440b-8469-255a0a141528\",\"name\":\"Creative Blog WordPress Theme\",\"slug\":\"creative-blog-wordpress-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/creative-blog-wordpress-theme\",\"sales_count\":1307,\"is_service\":false,\"rating\":5,\"seller_name\":\"Dessign Themes\",\"seller_url\":\"store\\/dessign-themes\",\"tags\":\"blog, portfolio, photography\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/large_thumbnail-532798c5-2834-440b-8469-255a0a141528-368x296.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5bce5af2-62fc-427a-a413-202a0a14153b-t8V1J.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/thumbnail-532798c5-2834-440b-8469-255a0a141528-260x156.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/screen_shots-532798c5-2834-440b-8469-255a0a141528-1800x1800.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/preview-532798c5-2834-440b-8469-255a0a141528-1180x660.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"Slider Video Feature\",\"Theme Options panel\",\"Responsive Layout\"],\"created\":\"2014-03-17 19:15:51\",\"created_timestamp\":1395105351,\"demo_url\":\"https:\\/\\/dessigncreativeblog.com\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"12a1f004a6ed51582a3f0de432cf020d\"},{\"id\":\"5927485a-9bc0-4180-9e94-0afc0a14153b\",\"name\":\"Creatica Creative Multi-Purpose WordPress Theme\",\"slug\":\"creatica\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/creatica\",\"sales_count\":1141,\"is_service\":false,\"rating\":4.9,\"seller_name\":\"Skywarrior Themes\",\"seller_url\":\"store\\/skywarrior-themes\",\"tags\":\"portfolio, woocommerce, parallax, responsive, gallery, news, widgets, modern, magazine, multipurpose, minimal, photography, agency, creative, Slider, professional, Business, seo, fashion, Corporate, clean, shop, travel, WordPress\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5927485a-e0f0-44b2-bcb9-0afc0a14153b-fMkhO.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5927485a-e0f0-44b2-bcb9-0afc0a14153b-eJo1V.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5927485a-e0f0-44b2-bcb9-0afc0a14153b-D9bUm.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5927485a-e0f0-44b2-bcb9-0afc0a14153b-0LnGc.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5927485a-e0f0-44b2-bcb9-0afc0a14153b-PtAyR.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5927485a-e0f0-44b2-bcb9-0afc0a14153b-rfbuE.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5927485a-e0f0-44b2-bcb9-0afc0a14153b-gKWk0.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5927485a-e0f0-44b2-bcb9-0afc0a14153b-D7yDo.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-599b4d42-ca90-41e0-9724-0fdf0a14153a-uQNRF.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"Ready to Install Demos\",\"Awesome Theme Options\",\"Fully Responsive\"],\"created\":\"2017-05-25 15:10:50\",\"created_timestamp\":1495746650,\"demo_url\":\"https:\\/\\/skywarriorthemes.com\\/creatica\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"85c9a3723ab02eaa4167c6232a1f5e58\"},{\"id\":\"5987e38b-f758-44aa-83a4-26d10a14153b\",\"name\":\"StartUp Theme A Multipurpose WordPress Customizer Theme\",\"slug\":\"startup-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/startup-theme\",\"sales_count\":1061,\"is_service\":false,\"rating\":3.7,\"seller_name\":\"Organic Themes\",\"seller_url\":\"store\\/organic-themes\",\"tags\":\"design, woocommerce, clean, seo, logo, magazine, restaurant, travel, Business, CSS3, agency, theme, retina, company, blogging, HTML5, blog, mobile, WordPress, jQuery, Slider, support, widgets, responsive, portfolio, modern, Corporate, video, multipurpose, professional, news, consulting\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5afb9d3b-4f34-4713-a07e-58510a14153b-QIkub.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5987e38b-4cf8-4d25-866d-26d10a14153b-3jFEY.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5987e38b-4cf8-4d25-866d-26d10a14153b-6S1DR.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5987e38b-4cf8-4d25-866d-26d10a14153b-cKgtQ.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5987e38b-4cf8-4d25-866d-26d10a14153b-nTYAf.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5987e38b-4cf8-4d25-866d-26d10a14153b-7CV0q.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"Customizer Options\",\"Widgetized Page Builder\",\"Mobile Responsive Framework\"],\"created\":\"2017-08-06 21:50:35\",\"created_timestamp\":1502077835,\"demo_url\":\"https:\\/\\/organicthemes.com\\/demo\\/startup\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"479b85bcce1bf1bc90615446f8d2b1b7\"},{\"id\":\"55e0a4cb-394c-4af9-b480-01610a141f37\",\"name\":\"Amiable A WordPress Blogging Theme\",\"slug\":\"amiable-a-wordpress-blogging-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/amiable-a-wordpress-blogging-theme\",\"sales_count\":1058,\"is_service\":false,\"rating\":5,\"seller_name\":\"Sculpture Qode\",\"seller_url\":\"store\\/sculpture-qode\",\"tags\":\"Slider, simple, theme, modern, retina, gallery, news, video, clean, fashion, minimal, magazine, blogging, responsive, blog, photography, personal, travel, support, WordPress, food, mobile\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-55e0a4cb-394c-4af9-b480-01610a141f37-368x296-YUEWQ.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-55e0a4cb-394c-4af9-b480-01610a141f37-136x136-0T1lk.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-55e0a4cb-394c-4af9-b480-01610a141f37-260x156-c46rC.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55e0a4cb-394c-4af9-b480-01610a141f37-1800x1800-Y49gi.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55e0a4cb-394c-4af9-b480-01610a141f37-1800x1800-M5MTN.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55e0a4cb-394c-4af9-b480-01610a141f37-1800x1800-s9CU7.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-55e0a4cb-394c-4af9-b480-01610a141f37-1180x660-nRwUj.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"Easy to Set Up\",\"Clean and Professional Design\",\"Responsive Layout\"],\"created\":\"2015-08-28 13:07:12\",\"created_timestamp\":1440788832,\"demo_url\":\"https:\\/\\/amiable.sculptureqode.com\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"b96badfe3b2a9b5edbddd952ff936826\"},{\"id\":\"521fe073-ea40-4ac3-af03-31d40a140b24\",\"name\":\"Edge Theme Portfolio and Business WordPress Theme\",\"slug\":\"edge-portfolio-amp-business-wordpress-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/edge-portfolio-amp-business-wordpress-theme\",\"sales_count\":1014,\"is_service\":false,\"rating\":5,\"seller_name\":\"Visualmodo\",\"seller_url\":\"store\\/visualmodo\",\"tags\":\"Corporate, seo, shortcodes, wordpress templates, professional, woocommerce, responsive, logo, agency, premium plugins, creative, gallery, design, visual builder, plugins, revolution slider, photography, Premium Wordpress Themes, premium theme, jQuery, blogging, video, blog, CSS3, consulting, template, brand, simple, smart, restaurant, slider ready, mobile, shop, clean and simple, fluid, agency portfolio, wide, news, magazine, media, premium support, Smart Grid, food, hotel, widgets, WordPress, premium content, Visual Composer, revslider, clean, WordPress Plugins, Portfolio Theme, boxed, portfolio, support, visual shortcode, personal, freelancer portfolio, elegant, Business, theme, clients, health, HTML5, responsive wordpress theme, flat, WordPress Agency, store, wordpress theme, parallax, retina, multipurpose, bootstrap, minimal, fashion, modern, travel, Slider, company\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-521fe073-ea40-4ac3-af03-31d40a140b24-368x296-IfrjJ.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-521fe073-ea40-4ac3-af03-31d40a140b24-NtIfx.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-521fe073-ea40-4ac3-af03-31d40a140b24-JZO0f.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5c32335c-5744-4006-a21a-50ab0a14153a-9GCZ0.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-521fe073-ea40-4ac3-af03-31d40a140b24-V5LLW.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5c32335c-5744-4006-a21a-50ab0a14153a-68fL6.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-597321df-21d4-4e1a-858c-03860a14153a-gUJd3.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-521fe073-ea40-4ac3-af03-31d40a140b24-V9JcG.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5c32335c-5744-4006-a21a-50ab0a14153a-gbjPe.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-597321df-21d4-4e1a-858c-03860a14153a-iQT0B.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-521fe073-ea40-4ac3-af03-31d40a140b24-1800x1800-vR6fd.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-597321df-21d4-4e1a-858c-03860a14153a-n7f7Y.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5c32335c-5744-4006-a21a-50ab0a14153a-L7fQK.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-521fe073-ea40-4ac3-af03-31d40a140b24-1800x1800-xWMaR.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-597321df-21d4-4e1a-858c-03860a14153a-wtUh0.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5c32335c-5744-4006-a21a-50ab0a14153a-FPZ8F.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-521fe073-ea40-4ac3-af03-31d40a140b24-oOMDE.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-521fe073-ea40-4ac3-af03-31d40a140b24-1800x1800-Rp0EU.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5c32335c-5744-4006-a21a-50ab0a14153a-4VMuE.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5c32335c-5744-4006-a21a-50ab0a14153a-lpcGX.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-521fe073-ea40-4ac3-af03-31d40a140b24-1800x1800-mMsmq.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-521fe073-ea40-4ac3-af03-31d40a140b24-UeGPB.png\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"Drag and Drop Page Builder \\/ Slider Builder Included \\/ Easy-To-Use\",\"Creative Multi-Purpose Business \\/ Portfolio Theme \\/ 1-Click Demo Import\",\"Responsive \\/ Fully Editable \\/ Flexible \\/ Widgets \\/ Projects \\/ Templates\"],\"created\":\"2013-08-29 19:28:59\",\"created_timestamp\":1377826139,\"demo_url\":\"https:\\/\\/theme.visualmodo.com\\/edge\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"99d435049174e5389b7918b49693fbf2\"},{\"id\":\"57c4683a-c598-43ec-bb26-15af0a14153b\",\"name\":\"The Paragraph  Clean WordPress Theme for Blogs\",\"slug\":\"the-paragraph-clean-wordpress-theme-for-blogs\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/the-paragraph-clean-wordpress-theme-for-blogs\",\"sales_count\":965,\"is_service\":false,\"rating\":0,\"seller_name\":\"MajorThemes\",\"seller_url\":\"store\\/majorthemes\",\"tags\":\"travel, modern, flat, WordPress, blogging, responsive, blog, clean, creative\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-59e3a91c-4970-43f1-9fe3-13bb0a14153b-ssF7z.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-59e3a91c-4970-43f1-9fe3-13bb0a14153b-Qw9PU.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57c4683a-c598-43ec-bb26-15af0a14153b-crVJe.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57c4683a-c598-43ec-bb26-15af0a14153b-7Id5x.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-57c4683a-c598-43ec-bb26-15af0a14153b-Mhvcb.png\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"Fully Documented\",\"Easy to Install and Configure\",\"100% Responsive\"],\"created\":\"2016-08-29 10:53:36\",\"created_timestamp\":1472489616,\"demo_url\":\"http:\\/\\/demo.major-themes.com\\/paragraph\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"d6769abb1d05fe59c46b071cb0c0d4fa\"},{\"id\":\"59313218-87c0-41d8-b811-54620a14153b\",\"name\":\"Mariana Lifestyle and Travel Blog\",\"slug\":\"mariana\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/mariana\",\"sales_count\":937,\"is_service\":false,\"rating\":0,\"seller_name\":\"ThemeREX\",\"seller_url\":\"\",\"tags\":\"fashion, personal blog, minimal, widgets, responsive, magazine, modern, wordpress blog, WordPress, lifestyle, news, blogging, gallery, portfolio, elegant, blog\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-59678cb4-c550-4126-9cfd-213a0a14153b-N7iGD.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-59313218-e014-467c-93cb-54620a14153b-siN1t.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59313218-e014-467c-93cb-54620a14153b-vfe7f.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59313218-e014-467c-93cb-54620a14153b-f9c9W.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-593554ae-1b2c-41bd-a837-0a150a14153b-EunLT.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"Super fast page load\",\"WP Customizer support\",\"Light and Dark versions available\"],\"created\":\"2017-06-02 03:38:32\",\"created_timestamp\":1496396312,\"demo_url\":\"http:\\/\\/mariana.themerex.net\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"b5a37fca93d6cc2e271d7866d896a785\"},{\"id\":\"55b4af45-6248-4025-846b-39650a141f38\",\"name\":\"Semplice An Elegant WordPress Blogging Theme\",\"slug\":\"semplice-an-elegant-wordpress-blogging-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/semplice-an-elegant-wordpress-blogging-theme\",\"sales_count\":931,\"is_service\":false,\"rating\":4.9,\"seller_name\":\"Sculpture Qode\",\"seller_url\":\"store\\/sculpture-qode\",\"tags\":\"video, clean, Slider, grid, lifestyle, fashion, blog, gallery, facebook, instagram, creative, responsive, retina, beauty, music, personal\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-55b4af45-6248-4025-846b-39650a141f38-368x296-HQfZe.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-55b4af45-6248-4025-846b-39650a141f38-VBSIh.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-55b4af45-6248-4025-846b-39650a141f38-kG44U.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55b4af45-6248-4025-846b-39650a141f38-1800x1800-R9zHx.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55b4af45-6248-4025-846b-39650a141f38-1800x1800-rzpoq.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-55b4af45-6248-4025-846b-39650a141f38-DnvmC.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"Responsive Layout\",\"Powerful Admin Panel\",\"Clean and Professional Design\"],\"created\":\"2015-07-26 05:11:26\",\"created_timestamp\":1437909086,\"demo_url\":\"https:\\/\\/semplice.sculptureqode.com\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"b96badfe3b2a9b5edbddd952ff936826\"}],\"page\":1,\"pageCount\":49,\"records\":979}\";s:7:\"headers\";O:25:\"Requests_Response_Headers\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";a:1:{i:0;s:12:\"nginx/1.10.1\";}s:4:\"date\";a:1:{i:0;s:29:\"Tue, 19 Feb 2019 13:53:47 GMT\";}s:12:\"content-type\";a:1:{i:0;s:31:\"application/json; charset=UTF-8\";}s:14:\"content-length\";a:1:{i:0;s:5:\"53225\";}s:12:\"x-powered-by\";a:1:{i:0;s:10:\"PHP/5.6.22\";}s:10:\"set-cookie\";a:2:{i:0;s:147:\"SESSION=6of8k381nliuha3cir3mudd0d3; expires=Sat, 23-Feb-2019 17:53:47 GMT; Max-Age=360000; path=/; domain=www.mojomarketplace.com; secure; HttpOnly\";i:1;s:19:\"APISVR=a0n2; path=/\";}s:13:\"cache-control\";a:1:{i:0;s:3:\"900\";}s:27:\"access-control-allow-origin\";a:1:{i:0;s:1:\"*\";}s:4:\"vary\";a:1:{i:0;s:6:\"Origin\";}}}s:11:\"status_code\";i:200;s:16:\"protocol_version\";d:1.100000000000000088817841970012523233890533447265625;s:7:\"success\";b:1;s:9:\"redirects\";i:0;s:3:\"url\";s:96:\"https://api.mojomarketplace.com/api/v2/items?category=wordpress&type=themes&count=20&order=sales\";s:7:\"history\";a:0:{}s:7:\"cookies\";O:19:\"Requests_Cookie_Jar\":1:{s:10:\"\0*\0cookies\";a:1:{s:6:\"APISVR\";O:15:\"Requests_Cookie\":5:{s:4:\"name\";s:6:\"APISVR\";s:5:\"value\";s:4:\"a0n2\";s:10:\"attributes\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:2:{s:4:\"path\";s:1:\"/\";s:6:\"domain\";s:23:\"api.mojomarketplace.com\";}}s:5:\"flags\";a:4:{s:8:\"creation\";i:1550584427;s:11:\"last-access\";i:1550584427;s:10:\"persistent\";b:0;s:9:\"host-only\";b:1;}s:14:\"reference_time\";i:1550584427;}}}}s:11:\"\0*\0filename\";N;s:4:\"data\";N;s:7:\"headers\";N;s:6:\"status\";N;}}s:32:\"60b80a3a08bc18e06d6014e32d3263cc\";a:6:{s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:12:\"nginx/1.12.0\";s:4:\"date\";s:29:\"Tue, 19 Feb 2019 13:53:47 GMT\";s:12:\"content-type\";s:31:\"application/json; charset=UTF-8\";s:14:\"content-length\";s:5:\"53225\";s:12:\"x-powered-by\";s:10:\"PHP/5.6.30\";s:10:\"set-cookie\";a:2:{i:0;s:147:\"SESSION=8mvb0427c6sbthb48tobuu3400; expires=Sat, 23-Feb-2019 17:53:47 GMT; Max-Age=360000; path=/; domain=www.mojomarketplace.com; secure; HttpOnly\";i:1;s:19:\"APISVR=a0n4; path=/\";}s:13:\"cache-control\";s:3:\"900\";s:27:\"access-control-allow-origin\";s:1:\"*\";s:4:\"vary\";s:6:\"Origin\";}}s:4:\"body\";s:53225:\"{\"status\":\"success\",\"items\":[{\"id\":\"5377b431-d8a8-431b-a711-50c10a141528\",\"name\":\"Highend Ultimate Multi-Purpose WordPress Theme\",\"slug\":\"highend-ultimate-multi-purpose-wordpress-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/highend-ultimate-multi-purpose-wordpress-theme\",\"sales_count\":35046,\"is_service\":false,\"rating\":4.7,\"seller_name\":\"HB-Themes\",\"seller_url\":\"store\\/hb-themes\",\"tags\":\"store, portfolio, Slider, coach, minimal, real estate, Business, blog, clean, restaurant, photography, church, Corporate, woocommerce, galleries, modern, seo, presentation, responsive, shop, gallery, video, landing page, parallax, WordPress, Drag and Drop Page Builder\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-5377b431-d8a8-431b-a711-50c10a141528-368x296-95lrK.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-590111d8-1938-4c59-907f-19d10a141539-GuDbh.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-590111d8-1938-4c59-907f-19d10a141539-T3LLc.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5377b431-d8a8-431b-a711-50c10a141528-1800x1800-800gn.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5377b431-d8a8-431b-a711-50c10a141528-1800x1800-QYQHF.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5377b431-d8a8-431b-a711-50c10a141528-1800x1800-UCmVZ.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5377b431-d8a8-431b-a711-50c10a141528-1800x1800-D54Pg.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5377b431-d8a8-431b-a711-50c10a141528-1800x1800-ptl5s.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-59eb7af1-45c0-4a86-b93a-5b1d0a14153b-UVFyd.png\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"Drag and Drop Page Builder\",\"Fully Responsive - Mobile Ready\",\"WooCommerce - Build Your Online Shop\"],\"created\":\"2014-05-17 14:11:49\",\"created_timestamp\":1400357509,\"demo_url\":\"https:\\/\\/hb-themes.com\\/themes\\/highend\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"78ac157401b0f7ac1c0be083b84831e5\"},{\"id\":\"518048d9-ae08-4939-93ac-0a000a140b1e\",\"name\":\"Creativo Responsive Multi-Purpose WordPress Theme\",\"slug\":\"creativo-5-0-ultra-responsive-multipurpose-wp-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/creativo-5-0-ultra-responsive-multipurpose-wp-theme\",\"sales_count\":15244,\"is_service\":false,\"rating\":4.9,\"seller_name\":\"RockyThemes\",\"seller_url\":\"store\\/rockythemes\",\"tags\":\"modern, agency, responsive, clean, HTML5, page builder, Business, creative, coach, minimal, retina, portfolio, church, blog\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-518048d9-ae08-4939-93ac-0a000a140b1e-368x296-wh0MK.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-518048d9-ae08-4939-93ac-0a000a140b1e-136x136-Ap575.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-518048d9-ae08-4939-93ac-0a000a140b1e-260x156-ejN1Y.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-LEwG8.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-i2occ.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-dQ1yf.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-PpC6f.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-cYsfQ.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-igiIT.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-r67bK.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-i3hhe.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-AImHx.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-1800x1800-1QYDb.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-ksXYf.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-yuBJ1.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-mhnvB.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-aINqv.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-nmFCK.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-bs4oQ.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-neWr1.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-vVopz.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-1800x1800-EmrSF.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-xCNaq.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-cyImm.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-RWrTA.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5c2ca671-1d68-4699-bc75-15eb0a14153a-HtVRG.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"Ecommerce Ready - Works with WooCommerce\",\"Drag and Drop Page Builder\",\"Responsive Design and Retina Ready\"],\"created\":\"2013-04-30 17:03:15\",\"created_timestamp\":1367362995,\"demo_url\":\"https:\\/\\/rockythemes.com\\/creativo\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"e8fb8041fbc423c2b44f546e7ea5bd27\"},{\"id\":\"55f82a3d-0ab8-49c6-a224-1a220a141f38\",\"name\":\"Daisy Simple and Minimal WordPress Blog\",\"slug\":\"daisy-simple-amp-minimal-wordpress-blog\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/daisy-simple-amp-minimal-wordpress-blog\",\"sales_count\":5850,\"is_service\":false,\"rating\":4.9,\"seller_name\":\"LazaThemes\",\"seller_url\":\"store\\/lazathemes\",\"tags\":\"personal, blog, minimal, responsive, bootstrap, blogging\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-55f82a3d-0ab8-49c6-a224-1a220a141f38-136x136-z6jqO.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-55f82a3d-0ab8-49c6-a224-1a220a141f38-260x156-ElBpX.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55f82a3d-0ab8-49c6-a224-1a220a141f38-1800x1800-iX4uf.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5b14f8fd-3d18-4607-804a-7cbd0a14153a-f04cH.png\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"Clean and Professional Design\",\"Easy To Set Up\",\"Responsive Layout\"],\"created\":\"2015-09-15 08:37:14\",\"created_timestamp\":1442327834,\"demo_url\":\"https:\\/\\/demos.lazathemes.com\\/daisy-wp\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"4f7a79714aaca6efc0ce4f7c933538cc\"},{\"id\":\"53a6de8b-9098-40bf-a57d-718e0a141528\",\"name\":\"Birch A Responsive WordPress Theme\",\"slug\":\"birch-a-responsive-wordpress-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/birch-a-responsive-wordpress-theme\",\"sales_count\":3164,\"is_service\":false,\"rating\":4.9,\"seller_name\":\"Bottomless Themes\",\"seller_url\":\"store\\/bottomless-themes\",\"tags\":\"tablet, fashion, logo, gallery, environmental, multipurpose, shortcodes, travel, clean, Fitness, retina, HTML5, natural, Corporate, parallax, cafe, iphone, seo, WordPress, media, translation, responsive, health, creative, service, blogging, woocommerce, office, Business, professional, minimal, personal, Custom, food, ipad, eco, portfolio, Testimonials, elegant, bio, CSS3, video, mobile, shop, sports, company, Slider, startup, modern, blog, church, photography, simple, agriculture\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-53a6de8b-9098-40bf-a57d-718e0a141528-368x296-gh5uf.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-53a6de8b-9098-40bf-a57d-718e0a141528-136x136-GjY4S.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53a6de8b-9098-40bf-a57d-718e0a141528-260x156-aZts2.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53a6de8b-9098-40bf-a57d-718e0a141528-1800x1800-7s31Z.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53a6de8b-9098-40bf-a57d-718e0a141528-1800x1800-wGrWo.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53a6de8b-9098-40bf-a57d-718e0a141528-1800x1800-5fL3L.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53a6de8b-9098-40bf-a57d-718e0a141528-1800x1800-611h4.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53a6de8b-9098-40bf-a57d-718e0a141528-1800x1800-YtsTh.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53a6de8b-9098-40bf-a57d-718e0a141528-1800x1800-0wjF6.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53a6de8b-9098-40bf-a57d-718e0a141528-1800x1800-QNS9l.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53a6de8b-9098-40bf-a57d-718e0a141528-1800x1800-9DbiX.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53a6de8b-9098-40bf-a57d-718e0a141528-1800x1800-tilmc.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53a6de8b-9098-40bf-a57d-718e0a141528-1800x1800-XeafI.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53a6de8b-9098-40bf-a57d-718e0a141528-1800x1800-LuRcX.png\"],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-53a6de8b-9098-40bf-a57d-718e0a141528-1180x660-tS7VZ.png\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"SEO Ready\",\"Powerful Admin Panel\",\"Responsive Design\"],\"created\":\"2014-06-22 08:00:22\",\"created_timestamp\":1403445622,\"demo_url\":\"https:\\/\\/birch.bottomlessthemes.com\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"74ed870a9f8a5d46a544ce7026827b68\"},{\"id\":\"57c43604-3e40-4824-9219-1cc70a14153b\",\"name\":\"The Core Multi-Purpose WordPress Theme\",\"slug\":\"the-core-multi-purpose-wordpress-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/the-core-multi-purpose-wordpress-theme\",\"sales_count\":2925,\"is_service\":false,\"rating\":4.2,\"seller_name\":\"ThemeFuse\",\"seller_url\":\"store\\/themefuse\",\"tags\":\"Business, agency, wedding, kindergarten, creative, blog, cleaning, restaurant, events, responsive, Corporate, bakery, catering, magazine, lawyers, WordPress, charity, medical, church, architecture\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-57c43604-3e40-4824-9219-1cc70a14153b-KHmWi.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5928264a-c4f8-4dcc-91d9-56040a141539-HFsZg.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59a00a14-398c-4ab6-8cc4-4a8c0a14153a-fcBaq.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5928264a-c4f8-4dcc-91d9-56040a141539-mXR7A.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57c43604-3e40-4824-9219-1cc70a14153b-vgV3U.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-59c56867-1e00-445c-ae40-6f460a141539-rLof0.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"1 Click  Demo Install\",\"20 Website Demos Included (more to come for FREE)\",\"Visual Page Builder\"],\"created\":\"2016-08-29 07:18:34\",\"created_timestamp\":1472476714,\"demo_url\":\"https:\\/\\/demo.themefuse.com\\/the-core\\/?market_referrer=mojo\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"fe54e73e29cac33917ee48ab110b9bef\"},{\"id\":\"5444f3ed-49bc-4484-9264-0f5c0a140b28\",\"name\":\"Zephyr A Beautiful WordPress Blog Theme\",\"slug\":\"zephyr-a-beautiful-wordpress-blog-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/zephyr-a-beautiful-wordpress-blog-theme\",\"sales_count\":2754,\"is_service\":false,\"rating\":5,\"seller_name\":\"Themeflame\",\"seller_url\":\"store\\/themeflame\",\"tags\":\"video, CSS3, seo, agency, retina, news, personal, elegant, blogging, portfolio, travel, HTML5, mobile, brand, gallery, widgets, theme, blog, modern, professional, photography, health, Corporate, Slider, WordPress, simple, food, clean, design, responsive, restaurant, woocommerce, multipurpose, minimal, magazine, fashion, Business, bootstrap, creative\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-5444f3ed-49bc-4484-9264-0f5c0a140b28-368x296-8Di6N.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5444f3ed-49bc-4484-9264-0f5c0a140b28-136x136-zMAwr.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5444f3ed-49bc-4484-9264-0f5c0a140b28-260x156-PQ45k.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5444f3ed-49bc-4484-9264-0f5c0a140b28-1800x1800-TtFpS.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5bf3077a-dcfc-4c82-8f2a-58a30a14153b-ZgWFC.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"Over 30 Homepage Layouts\",\"Header, Post and Customization Options\",\"Timely Support and Updates\",\"Timely Support and Updates\",\"Over 30 Homepage Layouts\",\"Header, Post and Customization Options\"],\"created\":\"2014-10-20 06:11:25\",\"created_timestamp\":1413807085,\"demo_url\":\"http:\\/\\/178.128.146.147\\/zephyr\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"13f401b35fbfa320cf306a891828f876\"},{\"id\":\"5659d4bf-6b80-434a-b566-64870a141f38\",\"name\":\"FREYJA Personal WordPress Theme for Bloggers\",\"slug\":\"freyja-personal-wordpress-theme-for-bloggers\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/freyja-personal-wordpress-theme-for-bloggers\",\"sales_count\":2264,\"is_service\":false,\"rating\":5,\"seller_name\":\"Sparrow and Snow\",\"seller_url\":\"store\\/sparrow-and-snow\",\"tags\":\"responsive, design, gallery, audio, simple, video, elegant, easy, photographer, clean, food, creative, fashion, lifestyle, travel, modern, personal, instagram, Blogger\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-58fe8554-6868-418f-a6ed-69a80a141539-6bIxM.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5659d4bf-6b80-434a-b566-64870a141f38-ch13X.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5659d4bf-6b80-434a-b566-64870a141f38-zo4DU.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5659d4bf-6b80-434a-b566-64870a141f38-uoyC5.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5659d4bf-6b80-434a-b566-64870a141f38-EycmZ.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5659d4bf-6b80-434a-b566-64870a141f38-mqENt.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5659d4bf-6b80-434a-b566-64870a141f38-6Vq6I.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5659d4bf-6b80-434a-b566-64870a141f38-w5O3O.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5659d4bf-6b80-434a-b566-64870a141f38-yl6Bs.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-58fe8554-6868-418f-a6ed-69a80a141539-nWtg4.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"10 Blog Layout\",\"Translation Ready\",\"Retina Ready\"],\"created\":\"2015-11-28 09:23:17\",\"created_timestamp\":1448727797,\"demo_url\":\"http:\\/\\/sparrowandsnow.com\\/freyja\\/demo\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"be9598299f6d395d43fa63d9ec92b3f1\"},{\"id\":\"54626dc3-c4d8-40b3-b441-3ff60a141528\",\"name\":\"Nimva Ultimate Multi Purpose WordPress Theme\",\"slug\":\"nimva-ultimate-multi-purpose-wordpress-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/nimva-ultimate-multi-purpose-wordpress-theme\",\"sales_count\":1658,\"is_service\":false,\"rating\":4.7,\"seller_name\":\"RockyThemes\",\"seller_url\":\"store\\/rockythemes\",\"tags\":\"clean, Business, responsive, minimal\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-54626dc3-c4d8-40b3-b441-3ff60a141528-136x136-7Bg7b.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-54626dc3-c4d8-40b3-b441-3ff60a141528-260x156-Vucki.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-54626dc3-c4d8-40b3-b441-3ff60a141528-1800x1800-rlk5m.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-54626dc3-c4d8-40b3-b441-3ff60a141528-1800x1800-8RwBo.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-54626dc3-c4d8-40b3-b441-3ff60a141528-1800x1800-WktDL.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-54626dc3-c4d8-40b3-b441-3ff60a141528-1800x1800-FYTxh.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-54626dc3-c4d8-40b3-b441-3ff60a141528-1800x1800-3DFLY.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-54626dc3-c4d8-40b3-b441-3ff60a141528-1800x1800-UomN2.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-54626dc3-c4d8-40b3-b441-3ff60a141528-1180x660-uEBMb.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"Retina Ready\",\"Powerful Admin Panel\",\"Drag and Drop Visual Composer Elements\"],\"created\":\"2014-11-11 14:27:09\",\"created_timestamp\":1415741229,\"demo_url\":\"http:\\/\\/rockythemes.com\\/nimva\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"e8fb8041fbc423c2b44f546e7ea5bd27\"},{\"id\":\"53589542-c8f4-491e-ad1e-29c90a141528\",\"name\":\"Nectar A Responsive WordPress Theme\",\"slug\":\"nectar-a-responsive-wordpress-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/nectar-a-responsive-wordpress-theme\",\"sales_count\":1645,\"is_service\":false,\"rating\":4.8,\"seller_name\":\"Bottomless Themes\",\"seller_url\":\"store\\/bottomless-themes\",\"tags\":\"company, design, gallery, simple, responsive, WordPress, CSS3, mobile, modern, logo, health, retina, parallax, Slider, photography, food, clean, fashion, multipurpose, professional, blogging, personal, HTML5, shortcodes, Business, media, Corporate, creative, seo, theme, elegant, shop, blog, portfolio, woocommerce, minimal\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-53589542-c8f4-491e-ad1e-29c90a141528-368x296-BWaK1.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-53589542-c8f4-491e-ad1e-29c90a141528-136x136-0pPAV.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53589542-c8f4-491e-ad1e-29c90a141528-MZJXd.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53589542-c8f4-491e-ad1e-29c90a141528-1800x1800-ZMB1W.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53589542-c8f4-491e-ad1e-29c90a141528-1800x1800-qGPwW.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53589542-c8f4-491e-ad1e-29c90a141528-1800x1800-YSJik.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53589542-c8f4-491e-ad1e-29c90a141528-1800x1800-rVJ4N.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53589542-c8f4-491e-ad1e-29c90a141528-1800x1800-B6hX8.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53589542-c8f4-491e-ad1e-29c90a141528-1800x1800-YWsAd.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53589542-c8f4-491e-ad1e-29c90a141528-1800x1800-WwuAA.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53589542-c8f4-491e-ad1e-29c90a141528-1800x1800-JMt5C.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53589542-c8f4-491e-ad1e-29c90a141528-1800x1800-2hEmp.png\"],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-53589542-c8f4-491e-ad1e-29c90a141528-1180x660-oTokc.png\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"Responsive Design\",\"Clean and Modern\",\"WooCommerce\"],\"created\":\"2014-04-23 23:04:45\",\"created_timestamp\":1398315885,\"demo_url\":\"https:\\/\\/nectar.bottomlessthemes.com\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"74ed870a9f8a5d46a544ce7026827b68\"},{\"id\":\"55233c6f-c31c-4ab8-8023-0d350a141f3c\",\"name\":\"Wunderful Clean &amp; Minimal WordPress Blog Theme\",\"slug\":\"wunderful-clean-amp-minimal-wordpress-blog-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/wunderful-clean-amp-minimal-wordpress-blog-theme\",\"sales_count\":1551,\"is_service\":false,\"rating\":4,\"seller_name\":\"ThemeDsgn\",\"seller_url\":\"store\\/themedsgn\",\"tags\":\"blog, music, blogging, responsive, travel, personal, simple, WordPress, woocommerce, recipe, clean, minimal, modern, fashion\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-55233c6f-c31c-4ab8-8023-0d350a141f3c-136x136-8XtlH.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-55233c6f-c31c-4ab8-8023-0d350a141f3c-260x156-B9ll6.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55233c6f-c31c-4ab8-8023-0d350a141f3c-1800x1800-C6jAi.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55233c6f-c31c-4ab8-8023-0d350a141f3c-1800x1800-C6jAi.png\"],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-55233c6f-c31c-4ab8-8023-0d350a141f3c-1180x660-Rk6wt.png\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"Suitable for Any Blog\",\"Clean, Elegant &amp; Responsive Layout\",\"Easy to Install &amp; Setup\"],\"created\":\"2015-04-06 20:44:54\",\"created_timestamp\":1428374694,\"demo_url\":\"http:\\/\\/themes.themedsgn.com\\/wunderful\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"6a91f75d7b640a42445fafc86a421ac1\"},{\"id\":\"5187560e-4164-4925-9eb3-77c20a140b1e\",\"name\":\"BlueBird  Beautiful WordPress Theme for Personal Blog\",\"slug\":\"bluebird-beautiful-wordpress-theme-for-personal-blog\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/bluebird-beautiful-wordpress-theme-for-personal-blog\",\"sales_count\":1465,\"is_service\":false,\"rating\":5,\"seller_name\":\"Just Good Themes\",\"seller_url\":\"store\\/just-good-themes\",\"tags\":\"personal, beautiful, clean, jQuery, elegant, minimal, retina, WordPress, lifestyle, blog, food, Free Installation Service, classic, responsive, HTML5, blogging, tabs, simple, blue\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-5187560e-4164-4925-9eb3-77c20a140b1e-368x296-Xt1nC.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5187560e-4164-4925-9eb3-77c20a140b1e-136x136-uV7Iw.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5187560e-4164-4925-9eb3-77c20a140b1e-260x156-l7RPT.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5187560e-4164-4925-9eb3-77c20a140b1e-1800x1800-FdkGn.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5187560e-4164-4925-9eb3-77c20a140b1e-kY6QR.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"Retina Ready \\u2013 All Icons Are Optimized For Retina Devices\",\"Responsive Layout\",\"Custom Page Templates for Full-Width Pages and Blog Archives\"],\"created\":\"2013-05-06 01:18:38\",\"created_timestamp\":1367824718,\"demo_url\":\"https:\\/\\/justgoodthemes.eu\\/bluebird\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"61db66e9c23bb2cea94225f065516187\"},{\"id\":\"55dd6a85-24f0-438a-8723-1ea40a141f38\",\"name\":\"Solstice Elegant WordPress Theme\",\"slug\":\"solstice-an-elegant-versatile-and-responsive-wordpress-theme-for-blogging-and-business\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/solstice-an-elegant-versatile-and-responsive-wordpress-theme-for-blogging-and-business\",\"sales_count\":1399,\"is_service\":false,\"rating\":5,\"seller_name\":\"Bottomless Themes\",\"seller_url\":\"store\\/bottomless-themes\",\"tags\":\"modern, startup, multipurpose, office, service, bio, blog, retina, travel, Custom, mobile, Testimonials, tablet, sports, agriculture, seo, portfolio, WordPress, video, woocommerce, church, environmental, translation, customize, photography, responsive, Business, fashion, creative, Fitness, cafe, ipad, iphone, natural, clean, minimal, customizer\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-55dd6a85-24f0-438a-8723-1ea40a141f38-368x296-czJN9.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-55dd6a85-24f0-438a-8723-1ea40a141f38-136x136-3WX3a.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-55dd6a85-24f0-438a-8723-1ea40a141f38-260x156-5GLPx.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-iA29C.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-9sIUv.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-OWTE0.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-AYepv.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-wZDz0.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-tfE7f.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-x1Kc0.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-9seWT.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-pgETy.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-fQWmi.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-TZba1.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-fczJB.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-9BUzz.png\"],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-55dd6a85-24f0-438a-8723-1ea40a141f38-1180x660-Io87q.png\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"Customizer\",\"Responsive Layout\",\"Plugin Compatible \"],\"created\":\"2015-08-26 02:03:32\",\"created_timestamp\":1440576212,\"demo_url\":\"https:\\/\\/solstice.bottomlessthemes.com\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"74ed870a9f8a5d46a544ce7026827b68\"},{\"id\":\"532798c5-2834-440b-8469-255a0a141528\",\"name\":\"Creative Blog WordPress Theme\",\"slug\":\"creative-blog-wordpress-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/creative-blog-wordpress-theme\",\"sales_count\":1307,\"is_service\":false,\"rating\":5,\"seller_name\":\"Dessign Themes\",\"seller_url\":\"store\\/dessign-themes\",\"tags\":\"blog, portfolio, photography\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/large_thumbnail-532798c5-2834-440b-8469-255a0a141528-368x296.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5bce5af2-62fc-427a-a413-202a0a14153b-t8V1J.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/thumbnail-532798c5-2834-440b-8469-255a0a141528-260x156.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/screen_shots-532798c5-2834-440b-8469-255a0a141528-1800x1800.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/preview-532798c5-2834-440b-8469-255a0a141528-1180x660.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"Slider Video Feature\",\"Theme Options panel\",\"Responsive Layout\"],\"created\":\"2014-03-17 19:15:51\",\"created_timestamp\":1395105351,\"demo_url\":\"https:\\/\\/dessigncreativeblog.com\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"12a1f004a6ed51582a3f0de432cf020d\"},{\"id\":\"5927485a-9bc0-4180-9e94-0afc0a14153b\",\"name\":\"Creatica Creative Multi-Purpose WordPress Theme\",\"slug\":\"creatica\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/creatica\",\"sales_count\":1141,\"is_service\":false,\"rating\":4.9,\"seller_name\":\"Skywarrior Themes\",\"seller_url\":\"store\\/skywarrior-themes\",\"tags\":\"portfolio, woocommerce, parallax, responsive, gallery, news, widgets, modern, magazine, multipurpose, minimal, photography, agency, creative, Slider, professional, Business, seo, fashion, Corporate, clean, shop, travel, WordPress\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5927485a-e0f0-44b2-bcb9-0afc0a14153b-fMkhO.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5927485a-e0f0-44b2-bcb9-0afc0a14153b-eJo1V.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5927485a-e0f0-44b2-bcb9-0afc0a14153b-D9bUm.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5927485a-e0f0-44b2-bcb9-0afc0a14153b-0LnGc.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5927485a-e0f0-44b2-bcb9-0afc0a14153b-PtAyR.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5927485a-e0f0-44b2-bcb9-0afc0a14153b-rfbuE.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5927485a-e0f0-44b2-bcb9-0afc0a14153b-gKWk0.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5927485a-e0f0-44b2-bcb9-0afc0a14153b-D7yDo.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-599b4d42-ca90-41e0-9724-0fdf0a14153a-uQNRF.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"Ready to Install Demos\",\"Awesome Theme Options\",\"Fully Responsive\"],\"created\":\"2017-05-25 15:10:50\",\"created_timestamp\":1495746650,\"demo_url\":\"https:\\/\\/skywarriorthemes.com\\/creatica\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"85c9a3723ab02eaa4167c6232a1f5e58\"},{\"id\":\"5987e38b-f758-44aa-83a4-26d10a14153b\",\"name\":\"StartUp Theme A Multipurpose WordPress Customizer Theme\",\"slug\":\"startup-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/startup-theme\",\"sales_count\":1061,\"is_service\":false,\"rating\":3.7,\"seller_name\":\"Organic Themes\",\"seller_url\":\"store\\/organic-themes\",\"tags\":\"design, woocommerce, clean, seo, logo, magazine, restaurant, travel, Business, CSS3, agency, theme, retina, company, blogging, HTML5, blog, mobile, WordPress, jQuery, Slider, support, widgets, responsive, portfolio, modern, Corporate, video, multipurpose, professional, news, consulting\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5afb9d3b-4f34-4713-a07e-58510a14153b-QIkub.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5987e38b-4cf8-4d25-866d-26d10a14153b-3jFEY.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5987e38b-4cf8-4d25-866d-26d10a14153b-6S1DR.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5987e38b-4cf8-4d25-866d-26d10a14153b-cKgtQ.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5987e38b-4cf8-4d25-866d-26d10a14153b-nTYAf.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5987e38b-4cf8-4d25-866d-26d10a14153b-7CV0q.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"Customizer Options\",\"Widgetized Page Builder\",\"Mobile Responsive Framework\"],\"created\":\"2017-08-06 21:50:35\",\"created_timestamp\":1502077835,\"demo_url\":\"https:\\/\\/organicthemes.com\\/demo\\/startup\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"479b85bcce1bf1bc90615446f8d2b1b7\"},{\"id\":\"55e0a4cb-394c-4af9-b480-01610a141f37\",\"name\":\"Amiable A WordPress Blogging Theme\",\"slug\":\"amiable-a-wordpress-blogging-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/amiable-a-wordpress-blogging-theme\",\"sales_count\":1058,\"is_service\":false,\"rating\":5,\"seller_name\":\"Sculpture Qode\",\"seller_url\":\"store\\/sculpture-qode\",\"tags\":\"Slider, simple, theme, modern, retina, gallery, news, video, clean, fashion, minimal, magazine, blogging, responsive, blog, photography, personal, travel, support, WordPress, food, mobile\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-55e0a4cb-394c-4af9-b480-01610a141f37-368x296-YUEWQ.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-55e0a4cb-394c-4af9-b480-01610a141f37-136x136-0T1lk.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-55e0a4cb-394c-4af9-b480-01610a141f37-260x156-c46rC.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55e0a4cb-394c-4af9-b480-01610a141f37-1800x1800-Y49gi.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55e0a4cb-394c-4af9-b480-01610a141f37-1800x1800-M5MTN.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55e0a4cb-394c-4af9-b480-01610a141f37-1800x1800-s9CU7.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-55e0a4cb-394c-4af9-b480-01610a141f37-1180x660-nRwUj.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"Easy to Set Up\",\"Clean and Professional Design\",\"Responsive Layout\"],\"created\":\"2015-08-28 13:07:12\",\"created_timestamp\":1440788832,\"demo_url\":\"https:\\/\\/amiable.sculptureqode.com\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"b96badfe3b2a9b5edbddd952ff936826\"},{\"id\":\"521fe073-ea40-4ac3-af03-31d40a140b24\",\"name\":\"Edge Theme Portfolio and Business WordPress Theme\",\"slug\":\"edge-portfolio-amp-business-wordpress-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/edge-portfolio-amp-business-wordpress-theme\",\"sales_count\":1014,\"is_service\":false,\"rating\":5,\"seller_name\":\"Visualmodo\",\"seller_url\":\"store\\/visualmodo\",\"tags\":\"Corporate, seo, shortcodes, wordpress templates, professional, woocommerce, responsive, logo, agency, premium plugins, creative, gallery, design, visual builder, plugins, revolution slider, photography, Premium Wordpress Themes, premium theme, jQuery, blogging, video, blog, CSS3, consulting, template, brand, simple, smart, restaurant, slider ready, mobile, shop, clean and simple, fluid, agency portfolio, wide, news, magazine, media, premium support, Smart Grid, food, hotel, widgets, WordPress, premium content, Visual Composer, revslider, clean, WordPress Plugins, Portfolio Theme, boxed, portfolio, support, visual shortcode, personal, freelancer portfolio, elegant, Business, theme, clients, health, HTML5, responsive wordpress theme, flat, WordPress Agency, store, wordpress theme, parallax, retina, multipurpose, bootstrap, minimal, fashion, modern, travel, Slider, company\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-521fe073-ea40-4ac3-af03-31d40a140b24-368x296-IfrjJ.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-521fe073-ea40-4ac3-af03-31d40a140b24-NtIfx.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-521fe073-ea40-4ac3-af03-31d40a140b24-JZO0f.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5c32335c-5744-4006-a21a-50ab0a14153a-9GCZ0.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-521fe073-ea40-4ac3-af03-31d40a140b24-V5LLW.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5c32335c-5744-4006-a21a-50ab0a14153a-68fL6.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-597321df-21d4-4e1a-858c-03860a14153a-gUJd3.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-521fe073-ea40-4ac3-af03-31d40a140b24-V9JcG.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5c32335c-5744-4006-a21a-50ab0a14153a-gbjPe.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-597321df-21d4-4e1a-858c-03860a14153a-iQT0B.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-521fe073-ea40-4ac3-af03-31d40a140b24-1800x1800-vR6fd.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-597321df-21d4-4e1a-858c-03860a14153a-n7f7Y.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5c32335c-5744-4006-a21a-50ab0a14153a-L7fQK.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-521fe073-ea40-4ac3-af03-31d40a140b24-1800x1800-xWMaR.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-597321df-21d4-4e1a-858c-03860a14153a-wtUh0.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5c32335c-5744-4006-a21a-50ab0a14153a-FPZ8F.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-521fe073-ea40-4ac3-af03-31d40a140b24-oOMDE.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-521fe073-ea40-4ac3-af03-31d40a140b24-1800x1800-Rp0EU.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5c32335c-5744-4006-a21a-50ab0a14153a-4VMuE.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5c32335c-5744-4006-a21a-50ab0a14153a-lpcGX.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-521fe073-ea40-4ac3-af03-31d40a140b24-1800x1800-mMsmq.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-521fe073-ea40-4ac3-af03-31d40a140b24-UeGPB.png\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"Drag and Drop Page Builder \\/ Slider Builder Included \\/ Easy-To-Use\",\"Creative Multi-Purpose Business \\/ Portfolio Theme \\/ 1-Click Demo Import\",\"Responsive \\/ Fully Editable \\/ Flexible \\/ Widgets \\/ Projects \\/ Templates\"],\"created\":\"2013-08-29 19:28:59\",\"created_timestamp\":1377826139,\"demo_url\":\"https:\\/\\/theme.visualmodo.com\\/edge\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"99d435049174e5389b7918b49693fbf2\"},{\"id\":\"57c4683a-c598-43ec-bb26-15af0a14153b\",\"name\":\"The Paragraph  Clean WordPress Theme for Blogs\",\"slug\":\"the-paragraph-clean-wordpress-theme-for-blogs\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/the-paragraph-clean-wordpress-theme-for-blogs\",\"sales_count\":965,\"is_service\":false,\"rating\":0,\"seller_name\":\"MajorThemes\",\"seller_url\":\"store\\/majorthemes\",\"tags\":\"travel, modern, flat, WordPress, blogging, responsive, blog, clean, creative\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-59e3a91c-4970-43f1-9fe3-13bb0a14153b-ssF7z.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-59e3a91c-4970-43f1-9fe3-13bb0a14153b-Qw9PU.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57c4683a-c598-43ec-bb26-15af0a14153b-crVJe.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57c4683a-c598-43ec-bb26-15af0a14153b-7Id5x.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-57c4683a-c598-43ec-bb26-15af0a14153b-Mhvcb.png\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"Fully Documented\",\"Easy to Install and Configure\",\"100% Responsive\"],\"created\":\"2016-08-29 10:53:36\",\"created_timestamp\":1472489616,\"demo_url\":\"http:\\/\\/demo.major-themes.com\\/paragraph\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"d6769abb1d05fe59c46b071cb0c0d4fa\"},{\"id\":\"59313218-87c0-41d8-b811-54620a14153b\",\"name\":\"Mariana Lifestyle and Travel Blog\",\"slug\":\"mariana\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/mariana\",\"sales_count\":937,\"is_service\":false,\"rating\":0,\"seller_name\":\"ThemeREX\",\"seller_url\":\"\",\"tags\":\"fashion, personal blog, minimal, widgets, responsive, magazine, modern, wordpress blog, WordPress, lifestyle, news, blogging, gallery, portfolio, elegant, blog\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-59678cb4-c550-4126-9cfd-213a0a14153b-N7iGD.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-59313218-e014-467c-93cb-54620a14153b-siN1t.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59313218-e014-467c-93cb-54620a14153b-vfe7f.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59313218-e014-467c-93cb-54620a14153b-f9c9W.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-593554ae-1b2c-41bd-a837-0a150a14153b-EunLT.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"Super fast page load\",\"WP Customizer support\",\"Light and Dark versions available\"],\"created\":\"2017-06-02 03:38:32\",\"created_timestamp\":1496396312,\"demo_url\":\"http:\\/\\/mariana.themerex.net\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"b5a37fca93d6cc2e271d7866d896a785\"},{\"id\":\"55b4af45-6248-4025-846b-39650a141f38\",\"name\":\"Semplice An Elegant WordPress Blogging Theme\",\"slug\":\"semplice-an-elegant-wordpress-blogging-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/semplice-an-elegant-wordpress-blogging-theme\",\"sales_count\":931,\"is_service\":false,\"rating\":4.9,\"seller_name\":\"Sculpture Qode\",\"seller_url\":\"store\\/sculpture-qode\",\"tags\":\"video, clean, Slider, grid, lifestyle, fashion, blog, gallery, facebook, instagram, creative, responsive, retina, beauty, music, personal\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-55b4af45-6248-4025-846b-39650a141f38-368x296-HQfZe.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-55b4af45-6248-4025-846b-39650a141f38-VBSIh.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-55b4af45-6248-4025-846b-39650a141f38-kG44U.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55b4af45-6248-4025-846b-39650a141f38-1800x1800-R9zHx.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55b4af45-6248-4025-846b-39650a141f38-1800x1800-rzpoq.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-55b4af45-6248-4025-846b-39650a141f38-DnvmC.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"Responsive Layout\",\"Powerful Admin Panel\",\"Clean and Professional Design\"],\"created\":\"2015-07-26 05:11:26\",\"created_timestamp\":1437909086,\"demo_url\":\"https:\\/\\/semplice.sculptureqode.com\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"b96badfe3b2a9b5edbddd952ff936826\"}],\"page\":1,\"pageCount\":49,\"records\":979}\";s:8:\"response\";a:2:{s:4:\"code\";i:200;s:7:\"message\";s:2:\"OK\";}s:7:\"cookies\";a:1:{i:0;O:14:\"WP_Http_Cookie\":5:{s:4:\"name\";s:6:\"APISVR\";s:5:\"value\";s:4:\"a0n4\";s:7:\"expires\";N;s:4:\"path\";s:1:\"/\";s:6:\"domain\";s:23:\"api.mojomarketplace.com\";}}s:8:\"filename\";N;s:13:\"http_response\";O:25:\"WP_HTTP_Requests_Response\":5:{s:11:\"\0*\0response\";O:17:\"Requests_Response\":10:{s:4:\"body\";s:53225:\"{\"status\":\"success\",\"items\":[{\"id\":\"5377b431-d8a8-431b-a711-50c10a141528\",\"name\":\"Highend Ultimate Multi-Purpose WordPress Theme\",\"slug\":\"highend-ultimate-multi-purpose-wordpress-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/highend-ultimate-multi-purpose-wordpress-theme\",\"sales_count\":35046,\"is_service\":false,\"rating\":4.7,\"seller_name\":\"HB-Themes\",\"seller_url\":\"store\\/hb-themes\",\"tags\":\"store, portfolio, Slider, coach, minimal, real estate, Business, blog, clean, restaurant, photography, church, Corporate, woocommerce, galleries, modern, seo, presentation, responsive, shop, gallery, video, landing page, parallax, WordPress, Drag and Drop Page Builder\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-5377b431-d8a8-431b-a711-50c10a141528-368x296-95lrK.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-590111d8-1938-4c59-907f-19d10a141539-GuDbh.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-590111d8-1938-4c59-907f-19d10a141539-T3LLc.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5377b431-d8a8-431b-a711-50c10a141528-1800x1800-800gn.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5377b431-d8a8-431b-a711-50c10a141528-1800x1800-QYQHF.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5377b431-d8a8-431b-a711-50c10a141528-1800x1800-UCmVZ.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5377b431-d8a8-431b-a711-50c10a141528-1800x1800-D54Pg.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5377b431-d8a8-431b-a711-50c10a141528-1800x1800-ptl5s.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-59eb7af1-45c0-4a86-b93a-5b1d0a14153b-UVFyd.png\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"Drag and Drop Page Builder\",\"Fully Responsive - Mobile Ready\",\"WooCommerce - Build Your Online Shop\"],\"created\":\"2014-05-17 14:11:49\",\"created_timestamp\":1400357509,\"demo_url\":\"https:\\/\\/hb-themes.com\\/themes\\/highend\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"78ac157401b0f7ac1c0be083b84831e5\"},{\"id\":\"518048d9-ae08-4939-93ac-0a000a140b1e\",\"name\":\"Creativo Responsive Multi-Purpose WordPress Theme\",\"slug\":\"creativo-5-0-ultra-responsive-multipurpose-wp-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/creativo-5-0-ultra-responsive-multipurpose-wp-theme\",\"sales_count\":15244,\"is_service\":false,\"rating\":4.9,\"seller_name\":\"RockyThemes\",\"seller_url\":\"store\\/rockythemes\",\"tags\":\"modern, agency, responsive, clean, HTML5, page builder, Business, creative, coach, minimal, retina, portfolio, church, blog\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-518048d9-ae08-4939-93ac-0a000a140b1e-368x296-wh0MK.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-518048d9-ae08-4939-93ac-0a000a140b1e-136x136-Ap575.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-518048d9-ae08-4939-93ac-0a000a140b1e-260x156-ejN1Y.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-LEwG8.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-i2occ.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-dQ1yf.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-PpC6f.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-cYsfQ.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-igiIT.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-r67bK.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-i3hhe.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-AImHx.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-1800x1800-1QYDb.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-ksXYf.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-yuBJ1.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-mhnvB.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-aINqv.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-nmFCK.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-bs4oQ.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-neWr1.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-vVopz.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-1800x1800-EmrSF.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-xCNaq.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-cyImm.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-RWrTA.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5c2ca671-1d68-4699-bc75-15eb0a14153a-HtVRG.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"Ecommerce Ready - Works with WooCommerce\",\"Drag and Drop Page Builder\",\"Responsive Design and Retina Ready\"],\"created\":\"2013-04-30 17:03:15\",\"created_timestamp\":1367362995,\"demo_url\":\"https:\\/\\/rockythemes.com\\/creativo\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"e8fb8041fbc423c2b44f546e7ea5bd27\"},{\"id\":\"55f82a3d-0ab8-49c6-a224-1a220a141f38\",\"name\":\"Daisy Simple and Minimal WordPress Blog\",\"slug\":\"daisy-simple-amp-minimal-wordpress-blog\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/daisy-simple-amp-minimal-wordpress-blog\",\"sales_count\":5850,\"is_service\":false,\"rating\":4.9,\"seller_name\":\"LazaThemes\",\"seller_url\":\"store\\/lazathemes\",\"tags\":\"personal, blog, minimal, responsive, bootstrap, blogging\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-55f82a3d-0ab8-49c6-a224-1a220a141f38-136x136-z6jqO.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-55f82a3d-0ab8-49c6-a224-1a220a141f38-260x156-ElBpX.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55f82a3d-0ab8-49c6-a224-1a220a141f38-1800x1800-iX4uf.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5b14f8fd-3d18-4607-804a-7cbd0a14153a-f04cH.png\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"Clean and Professional Design\",\"Easy To Set Up\",\"Responsive Layout\"],\"created\":\"2015-09-15 08:37:14\",\"created_timestamp\":1442327834,\"demo_url\":\"https:\\/\\/demos.lazathemes.com\\/daisy-wp\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"4f7a79714aaca6efc0ce4f7c933538cc\"},{\"id\":\"53a6de8b-9098-40bf-a57d-718e0a141528\",\"name\":\"Birch A Responsive WordPress Theme\",\"slug\":\"birch-a-responsive-wordpress-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/birch-a-responsive-wordpress-theme\",\"sales_count\":3164,\"is_service\":false,\"rating\":4.9,\"seller_name\":\"Bottomless Themes\",\"seller_url\":\"store\\/bottomless-themes\",\"tags\":\"tablet, fashion, logo, gallery, environmental, multipurpose, shortcodes, travel, clean, Fitness, retina, HTML5, natural, Corporate, parallax, cafe, iphone, seo, WordPress, media, translation, responsive, health, creative, service, blogging, woocommerce, office, Business, professional, minimal, personal, Custom, food, ipad, eco, portfolio, Testimonials, elegant, bio, CSS3, video, mobile, shop, sports, company, Slider, startup, modern, blog, church, photography, simple, agriculture\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-53a6de8b-9098-40bf-a57d-718e0a141528-368x296-gh5uf.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-53a6de8b-9098-40bf-a57d-718e0a141528-136x136-GjY4S.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53a6de8b-9098-40bf-a57d-718e0a141528-260x156-aZts2.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53a6de8b-9098-40bf-a57d-718e0a141528-1800x1800-7s31Z.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53a6de8b-9098-40bf-a57d-718e0a141528-1800x1800-wGrWo.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53a6de8b-9098-40bf-a57d-718e0a141528-1800x1800-5fL3L.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53a6de8b-9098-40bf-a57d-718e0a141528-1800x1800-611h4.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53a6de8b-9098-40bf-a57d-718e0a141528-1800x1800-YtsTh.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53a6de8b-9098-40bf-a57d-718e0a141528-1800x1800-0wjF6.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53a6de8b-9098-40bf-a57d-718e0a141528-1800x1800-QNS9l.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53a6de8b-9098-40bf-a57d-718e0a141528-1800x1800-9DbiX.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53a6de8b-9098-40bf-a57d-718e0a141528-1800x1800-tilmc.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53a6de8b-9098-40bf-a57d-718e0a141528-1800x1800-XeafI.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53a6de8b-9098-40bf-a57d-718e0a141528-1800x1800-LuRcX.png\"],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-53a6de8b-9098-40bf-a57d-718e0a141528-1180x660-tS7VZ.png\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"SEO Ready\",\"Powerful Admin Panel\",\"Responsive Design\"],\"created\":\"2014-06-22 08:00:22\",\"created_timestamp\":1403445622,\"demo_url\":\"https:\\/\\/birch.bottomlessthemes.com\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"74ed870a9f8a5d46a544ce7026827b68\"},{\"id\":\"57c43604-3e40-4824-9219-1cc70a14153b\",\"name\":\"The Core Multi-Purpose WordPress Theme\",\"slug\":\"the-core-multi-purpose-wordpress-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/the-core-multi-purpose-wordpress-theme\",\"sales_count\":2925,\"is_service\":false,\"rating\":4.2,\"seller_name\":\"ThemeFuse\",\"seller_url\":\"store\\/themefuse\",\"tags\":\"Business, agency, wedding, kindergarten, creative, blog, cleaning, restaurant, events, responsive, Corporate, bakery, catering, magazine, lawyers, WordPress, charity, medical, church, architecture\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-57c43604-3e40-4824-9219-1cc70a14153b-KHmWi.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5928264a-c4f8-4dcc-91d9-56040a141539-HFsZg.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59a00a14-398c-4ab6-8cc4-4a8c0a14153a-fcBaq.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5928264a-c4f8-4dcc-91d9-56040a141539-mXR7A.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57c43604-3e40-4824-9219-1cc70a14153b-vgV3U.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-59c56867-1e00-445c-ae40-6f460a141539-rLof0.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"1 Click  Demo Install\",\"20 Website Demos Included (more to come for FREE)\",\"Visual Page Builder\"],\"created\":\"2016-08-29 07:18:34\",\"created_timestamp\":1472476714,\"demo_url\":\"https:\\/\\/demo.themefuse.com\\/the-core\\/?market_referrer=mojo\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"fe54e73e29cac33917ee48ab110b9bef\"},{\"id\":\"5444f3ed-49bc-4484-9264-0f5c0a140b28\",\"name\":\"Zephyr A Beautiful WordPress Blog Theme\",\"slug\":\"zephyr-a-beautiful-wordpress-blog-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/zephyr-a-beautiful-wordpress-blog-theme\",\"sales_count\":2754,\"is_service\":false,\"rating\":5,\"seller_name\":\"Themeflame\",\"seller_url\":\"store\\/themeflame\",\"tags\":\"video, CSS3, seo, agency, retina, news, personal, elegant, blogging, portfolio, travel, HTML5, mobile, brand, gallery, widgets, theme, blog, modern, professional, photography, health, Corporate, Slider, WordPress, simple, food, clean, design, responsive, restaurant, woocommerce, multipurpose, minimal, magazine, fashion, Business, bootstrap, creative\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-5444f3ed-49bc-4484-9264-0f5c0a140b28-368x296-8Di6N.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5444f3ed-49bc-4484-9264-0f5c0a140b28-136x136-zMAwr.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5444f3ed-49bc-4484-9264-0f5c0a140b28-260x156-PQ45k.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5444f3ed-49bc-4484-9264-0f5c0a140b28-1800x1800-TtFpS.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5bf3077a-dcfc-4c82-8f2a-58a30a14153b-ZgWFC.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"Over 30 Homepage Layouts\",\"Header, Post and Customization Options\",\"Timely Support and Updates\",\"Timely Support and Updates\",\"Over 30 Homepage Layouts\",\"Header, Post and Customization Options\"],\"created\":\"2014-10-20 06:11:25\",\"created_timestamp\":1413807085,\"demo_url\":\"http:\\/\\/178.128.146.147\\/zephyr\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"13f401b35fbfa320cf306a891828f876\"},{\"id\":\"5659d4bf-6b80-434a-b566-64870a141f38\",\"name\":\"FREYJA Personal WordPress Theme for Bloggers\",\"slug\":\"freyja-personal-wordpress-theme-for-bloggers\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/freyja-personal-wordpress-theme-for-bloggers\",\"sales_count\":2264,\"is_service\":false,\"rating\":5,\"seller_name\":\"Sparrow and Snow\",\"seller_url\":\"store\\/sparrow-and-snow\",\"tags\":\"responsive, design, gallery, audio, simple, video, elegant, easy, photographer, clean, food, creative, fashion, lifestyle, travel, modern, personal, instagram, Blogger\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-58fe8554-6868-418f-a6ed-69a80a141539-6bIxM.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5659d4bf-6b80-434a-b566-64870a141f38-ch13X.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5659d4bf-6b80-434a-b566-64870a141f38-zo4DU.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5659d4bf-6b80-434a-b566-64870a141f38-uoyC5.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5659d4bf-6b80-434a-b566-64870a141f38-EycmZ.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5659d4bf-6b80-434a-b566-64870a141f38-mqENt.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5659d4bf-6b80-434a-b566-64870a141f38-6Vq6I.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5659d4bf-6b80-434a-b566-64870a141f38-w5O3O.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5659d4bf-6b80-434a-b566-64870a141f38-yl6Bs.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-58fe8554-6868-418f-a6ed-69a80a141539-nWtg4.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"10 Blog Layout\",\"Translation Ready\",\"Retina Ready\"],\"created\":\"2015-11-28 09:23:17\",\"created_timestamp\":1448727797,\"demo_url\":\"http:\\/\\/sparrowandsnow.com\\/freyja\\/demo\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"be9598299f6d395d43fa63d9ec92b3f1\"},{\"id\":\"54626dc3-c4d8-40b3-b441-3ff60a141528\",\"name\":\"Nimva Ultimate Multi Purpose WordPress Theme\",\"slug\":\"nimva-ultimate-multi-purpose-wordpress-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/nimva-ultimate-multi-purpose-wordpress-theme\",\"sales_count\":1658,\"is_service\":false,\"rating\":4.7,\"seller_name\":\"RockyThemes\",\"seller_url\":\"store\\/rockythemes\",\"tags\":\"clean, Business, responsive, minimal\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-54626dc3-c4d8-40b3-b441-3ff60a141528-136x136-7Bg7b.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-54626dc3-c4d8-40b3-b441-3ff60a141528-260x156-Vucki.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-54626dc3-c4d8-40b3-b441-3ff60a141528-1800x1800-rlk5m.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-54626dc3-c4d8-40b3-b441-3ff60a141528-1800x1800-8RwBo.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-54626dc3-c4d8-40b3-b441-3ff60a141528-1800x1800-WktDL.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-54626dc3-c4d8-40b3-b441-3ff60a141528-1800x1800-FYTxh.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-54626dc3-c4d8-40b3-b441-3ff60a141528-1800x1800-3DFLY.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-54626dc3-c4d8-40b3-b441-3ff60a141528-1800x1800-UomN2.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-54626dc3-c4d8-40b3-b441-3ff60a141528-1180x660-uEBMb.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"Retina Ready\",\"Powerful Admin Panel\",\"Drag and Drop Visual Composer Elements\"],\"created\":\"2014-11-11 14:27:09\",\"created_timestamp\":1415741229,\"demo_url\":\"http:\\/\\/rockythemes.com\\/nimva\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"e8fb8041fbc423c2b44f546e7ea5bd27\"},{\"id\":\"53589542-c8f4-491e-ad1e-29c90a141528\",\"name\":\"Nectar A Responsive WordPress Theme\",\"slug\":\"nectar-a-responsive-wordpress-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/nectar-a-responsive-wordpress-theme\",\"sales_count\":1645,\"is_service\":false,\"rating\":4.8,\"seller_name\":\"Bottomless Themes\",\"seller_url\":\"store\\/bottomless-themes\",\"tags\":\"company, design, gallery, simple, responsive, WordPress, CSS3, mobile, modern, logo, health, retina, parallax, Slider, photography, food, clean, fashion, multipurpose, professional, blogging, personal, HTML5, shortcodes, Business, media, Corporate, creative, seo, theme, elegant, shop, blog, portfolio, woocommerce, minimal\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-53589542-c8f4-491e-ad1e-29c90a141528-368x296-BWaK1.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-53589542-c8f4-491e-ad1e-29c90a141528-136x136-0pPAV.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53589542-c8f4-491e-ad1e-29c90a141528-MZJXd.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53589542-c8f4-491e-ad1e-29c90a141528-1800x1800-ZMB1W.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53589542-c8f4-491e-ad1e-29c90a141528-1800x1800-qGPwW.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53589542-c8f4-491e-ad1e-29c90a141528-1800x1800-YSJik.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53589542-c8f4-491e-ad1e-29c90a141528-1800x1800-rVJ4N.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53589542-c8f4-491e-ad1e-29c90a141528-1800x1800-B6hX8.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53589542-c8f4-491e-ad1e-29c90a141528-1800x1800-YWsAd.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53589542-c8f4-491e-ad1e-29c90a141528-1800x1800-WwuAA.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53589542-c8f4-491e-ad1e-29c90a141528-1800x1800-JMt5C.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53589542-c8f4-491e-ad1e-29c90a141528-1800x1800-2hEmp.png\"],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-53589542-c8f4-491e-ad1e-29c90a141528-1180x660-oTokc.png\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"Responsive Design\",\"Clean and Modern\",\"WooCommerce\"],\"created\":\"2014-04-23 23:04:45\",\"created_timestamp\":1398315885,\"demo_url\":\"https:\\/\\/nectar.bottomlessthemes.com\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"74ed870a9f8a5d46a544ce7026827b68\"},{\"id\":\"55233c6f-c31c-4ab8-8023-0d350a141f3c\",\"name\":\"Wunderful Clean &amp; Minimal WordPress Blog Theme\",\"slug\":\"wunderful-clean-amp-minimal-wordpress-blog-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/wunderful-clean-amp-minimal-wordpress-blog-theme\",\"sales_count\":1551,\"is_service\":false,\"rating\":4,\"seller_name\":\"ThemeDsgn\",\"seller_url\":\"store\\/themedsgn\",\"tags\":\"blog, music, blogging, responsive, travel, personal, simple, WordPress, woocommerce, recipe, clean, minimal, modern, fashion\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-55233c6f-c31c-4ab8-8023-0d350a141f3c-136x136-8XtlH.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-55233c6f-c31c-4ab8-8023-0d350a141f3c-260x156-B9ll6.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55233c6f-c31c-4ab8-8023-0d350a141f3c-1800x1800-C6jAi.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55233c6f-c31c-4ab8-8023-0d350a141f3c-1800x1800-C6jAi.png\"],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-55233c6f-c31c-4ab8-8023-0d350a141f3c-1180x660-Rk6wt.png\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"Suitable for Any Blog\",\"Clean, Elegant &amp; Responsive Layout\",\"Easy to Install &amp; Setup\"],\"created\":\"2015-04-06 20:44:54\",\"created_timestamp\":1428374694,\"demo_url\":\"http:\\/\\/themes.themedsgn.com\\/wunderful\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"6a91f75d7b640a42445fafc86a421ac1\"},{\"id\":\"5187560e-4164-4925-9eb3-77c20a140b1e\",\"name\":\"BlueBird  Beautiful WordPress Theme for Personal Blog\",\"slug\":\"bluebird-beautiful-wordpress-theme-for-personal-blog\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/bluebird-beautiful-wordpress-theme-for-personal-blog\",\"sales_count\":1465,\"is_service\":false,\"rating\":5,\"seller_name\":\"Just Good Themes\",\"seller_url\":\"store\\/just-good-themes\",\"tags\":\"personal, beautiful, clean, jQuery, elegant, minimal, retina, WordPress, lifestyle, blog, food, Free Installation Service, classic, responsive, HTML5, blogging, tabs, simple, blue\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-5187560e-4164-4925-9eb3-77c20a140b1e-368x296-Xt1nC.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5187560e-4164-4925-9eb3-77c20a140b1e-136x136-uV7Iw.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5187560e-4164-4925-9eb3-77c20a140b1e-260x156-l7RPT.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5187560e-4164-4925-9eb3-77c20a140b1e-1800x1800-FdkGn.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5187560e-4164-4925-9eb3-77c20a140b1e-kY6QR.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"Retina Ready \\u2013 All Icons Are Optimized For Retina Devices\",\"Responsive Layout\",\"Custom Page Templates for Full-Width Pages and Blog Archives\"],\"created\":\"2013-05-06 01:18:38\",\"created_timestamp\":1367824718,\"demo_url\":\"https:\\/\\/justgoodthemes.eu\\/bluebird\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"61db66e9c23bb2cea94225f065516187\"},{\"id\":\"55dd6a85-24f0-438a-8723-1ea40a141f38\",\"name\":\"Solstice Elegant WordPress Theme\",\"slug\":\"solstice-an-elegant-versatile-and-responsive-wordpress-theme-for-blogging-and-business\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/solstice-an-elegant-versatile-and-responsive-wordpress-theme-for-blogging-and-business\",\"sales_count\":1399,\"is_service\":false,\"rating\":5,\"seller_name\":\"Bottomless Themes\",\"seller_url\":\"store\\/bottomless-themes\",\"tags\":\"modern, startup, multipurpose, office, service, bio, blog, retina, travel, Custom, mobile, Testimonials, tablet, sports, agriculture, seo, portfolio, WordPress, video, woocommerce, church, environmental, translation, customize, photography, responsive, Business, fashion, creative, Fitness, cafe, ipad, iphone, natural, clean, minimal, customizer\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-55dd6a85-24f0-438a-8723-1ea40a141f38-368x296-czJN9.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-55dd6a85-24f0-438a-8723-1ea40a141f38-136x136-3WX3a.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-55dd6a85-24f0-438a-8723-1ea40a141f38-260x156-5GLPx.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-iA29C.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-9sIUv.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-OWTE0.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-AYepv.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-wZDz0.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-tfE7f.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-x1Kc0.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-9seWT.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-pgETy.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-fQWmi.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-TZba1.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-fczJB.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-9BUzz.png\"],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-55dd6a85-24f0-438a-8723-1ea40a141f38-1180x660-Io87q.png\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"Customizer\",\"Responsive Layout\",\"Plugin Compatible \"],\"created\":\"2015-08-26 02:03:32\",\"created_timestamp\":1440576212,\"demo_url\":\"https:\\/\\/solstice.bottomlessthemes.com\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"74ed870a9f8a5d46a544ce7026827b68\"},{\"id\":\"532798c5-2834-440b-8469-255a0a141528\",\"name\":\"Creative Blog WordPress Theme\",\"slug\":\"creative-blog-wordpress-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/creative-blog-wordpress-theme\",\"sales_count\":1307,\"is_service\":false,\"rating\":5,\"seller_name\":\"Dessign Themes\",\"seller_url\":\"store\\/dessign-themes\",\"tags\":\"blog, portfolio, photography\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/large_thumbnail-532798c5-2834-440b-8469-255a0a141528-368x296.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5bce5af2-62fc-427a-a413-202a0a14153b-t8V1J.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/thumbnail-532798c5-2834-440b-8469-255a0a141528-260x156.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/screen_shots-532798c5-2834-440b-8469-255a0a141528-1800x1800.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/preview-532798c5-2834-440b-8469-255a0a141528-1180x660.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"Slider Video Feature\",\"Theme Options panel\",\"Responsive Layout\"],\"created\":\"2014-03-17 19:15:51\",\"created_timestamp\":1395105351,\"demo_url\":\"https:\\/\\/dessigncreativeblog.com\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"12a1f004a6ed51582a3f0de432cf020d\"},{\"id\":\"5927485a-9bc0-4180-9e94-0afc0a14153b\",\"name\":\"Creatica Creative Multi-Purpose WordPress Theme\",\"slug\":\"creatica\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/creatica\",\"sales_count\":1141,\"is_service\":false,\"rating\":4.9,\"seller_name\":\"Skywarrior Themes\",\"seller_url\":\"store\\/skywarrior-themes\",\"tags\":\"portfolio, woocommerce, parallax, responsive, gallery, news, widgets, modern, magazine, multipurpose, minimal, photography, agency, creative, Slider, professional, Business, seo, fashion, Corporate, clean, shop, travel, WordPress\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5927485a-e0f0-44b2-bcb9-0afc0a14153b-fMkhO.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5927485a-e0f0-44b2-bcb9-0afc0a14153b-eJo1V.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5927485a-e0f0-44b2-bcb9-0afc0a14153b-D9bUm.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5927485a-e0f0-44b2-bcb9-0afc0a14153b-0LnGc.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5927485a-e0f0-44b2-bcb9-0afc0a14153b-PtAyR.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5927485a-e0f0-44b2-bcb9-0afc0a14153b-rfbuE.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5927485a-e0f0-44b2-bcb9-0afc0a14153b-gKWk0.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5927485a-e0f0-44b2-bcb9-0afc0a14153b-D7yDo.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-599b4d42-ca90-41e0-9724-0fdf0a14153a-uQNRF.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"Ready to Install Demos\",\"Awesome Theme Options\",\"Fully Responsive\"],\"created\":\"2017-05-25 15:10:50\",\"created_timestamp\":1495746650,\"demo_url\":\"https:\\/\\/skywarriorthemes.com\\/creatica\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"85c9a3723ab02eaa4167c6232a1f5e58\"},{\"id\":\"5987e38b-f758-44aa-83a4-26d10a14153b\",\"name\":\"StartUp Theme A Multipurpose WordPress Customizer Theme\",\"slug\":\"startup-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/startup-theme\",\"sales_count\":1061,\"is_service\":false,\"rating\":3.7,\"seller_name\":\"Organic Themes\",\"seller_url\":\"store\\/organic-themes\",\"tags\":\"design, woocommerce, clean, seo, logo, magazine, restaurant, travel, Business, CSS3, agency, theme, retina, company, blogging, HTML5, blog, mobile, WordPress, jQuery, Slider, support, widgets, responsive, portfolio, modern, Corporate, video, multipurpose, professional, news, consulting\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5afb9d3b-4f34-4713-a07e-58510a14153b-QIkub.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5987e38b-4cf8-4d25-866d-26d10a14153b-3jFEY.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5987e38b-4cf8-4d25-866d-26d10a14153b-6S1DR.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5987e38b-4cf8-4d25-866d-26d10a14153b-cKgtQ.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5987e38b-4cf8-4d25-866d-26d10a14153b-nTYAf.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5987e38b-4cf8-4d25-866d-26d10a14153b-7CV0q.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"Customizer Options\",\"Widgetized Page Builder\",\"Mobile Responsive Framework\"],\"created\":\"2017-08-06 21:50:35\",\"created_timestamp\":1502077835,\"demo_url\":\"https:\\/\\/organicthemes.com\\/demo\\/startup\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"479b85bcce1bf1bc90615446f8d2b1b7\"},{\"id\":\"55e0a4cb-394c-4af9-b480-01610a141f37\",\"name\":\"Amiable A WordPress Blogging Theme\",\"slug\":\"amiable-a-wordpress-blogging-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/amiable-a-wordpress-blogging-theme\",\"sales_count\":1058,\"is_service\":false,\"rating\":5,\"seller_name\":\"Sculpture Qode\",\"seller_url\":\"store\\/sculpture-qode\",\"tags\":\"Slider, simple, theme, modern, retina, gallery, news, video, clean, fashion, minimal, magazine, blogging, responsive, blog, photography, personal, travel, support, WordPress, food, mobile\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-55e0a4cb-394c-4af9-b480-01610a141f37-368x296-YUEWQ.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-55e0a4cb-394c-4af9-b480-01610a141f37-136x136-0T1lk.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-55e0a4cb-394c-4af9-b480-01610a141f37-260x156-c46rC.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55e0a4cb-394c-4af9-b480-01610a141f37-1800x1800-Y49gi.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55e0a4cb-394c-4af9-b480-01610a141f37-1800x1800-M5MTN.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55e0a4cb-394c-4af9-b480-01610a141f37-1800x1800-s9CU7.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-55e0a4cb-394c-4af9-b480-01610a141f37-1180x660-nRwUj.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"Easy to Set Up\",\"Clean and Professional Design\",\"Responsive Layout\"],\"created\":\"2015-08-28 13:07:12\",\"created_timestamp\":1440788832,\"demo_url\":\"https:\\/\\/amiable.sculptureqode.com\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"b96badfe3b2a9b5edbddd952ff936826\"},{\"id\":\"521fe073-ea40-4ac3-af03-31d40a140b24\",\"name\":\"Edge Theme Portfolio and Business WordPress Theme\",\"slug\":\"edge-portfolio-amp-business-wordpress-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/edge-portfolio-amp-business-wordpress-theme\",\"sales_count\":1014,\"is_service\":false,\"rating\":5,\"seller_name\":\"Visualmodo\",\"seller_url\":\"store\\/visualmodo\",\"tags\":\"Corporate, seo, shortcodes, wordpress templates, professional, woocommerce, responsive, logo, agency, premium plugins, creative, gallery, design, visual builder, plugins, revolution slider, photography, Premium Wordpress Themes, premium theme, jQuery, blogging, video, blog, CSS3, consulting, template, brand, simple, smart, restaurant, slider ready, mobile, shop, clean and simple, fluid, agency portfolio, wide, news, magazine, media, premium support, Smart Grid, food, hotel, widgets, WordPress, premium content, Visual Composer, revslider, clean, WordPress Plugins, Portfolio Theme, boxed, portfolio, support, visual shortcode, personal, freelancer portfolio, elegant, Business, theme, clients, health, HTML5, responsive wordpress theme, flat, WordPress Agency, store, wordpress theme, parallax, retina, multipurpose, bootstrap, minimal, fashion, modern, travel, Slider, company\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-521fe073-ea40-4ac3-af03-31d40a140b24-368x296-IfrjJ.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-521fe073-ea40-4ac3-af03-31d40a140b24-NtIfx.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-521fe073-ea40-4ac3-af03-31d40a140b24-JZO0f.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5c32335c-5744-4006-a21a-50ab0a14153a-9GCZ0.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-521fe073-ea40-4ac3-af03-31d40a140b24-V5LLW.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5c32335c-5744-4006-a21a-50ab0a14153a-68fL6.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-597321df-21d4-4e1a-858c-03860a14153a-gUJd3.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-521fe073-ea40-4ac3-af03-31d40a140b24-V9JcG.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5c32335c-5744-4006-a21a-50ab0a14153a-gbjPe.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-597321df-21d4-4e1a-858c-03860a14153a-iQT0B.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-521fe073-ea40-4ac3-af03-31d40a140b24-1800x1800-vR6fd.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-597321df-21d4-4e1a-858c-03860a14153a-n7f7Y.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5c32335c-5744-4006-a21a-50ab0a14153a-L7fQK.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-521fe073-ea40-4ac3-af03-31d40a140b24-1800x1800-xWMaR.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-597321df-21d4-4e1a-858c-03860a14153a-wtUh0.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5c32335c-5744-4006-a21a-50ab0a14153a-FPZ8F.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-521fe073-ea40-4ac3-af03-31d40a140b24-oOMDE.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-521fe073-ea40-4ac3-af03-31d40a140b24-1800x1800-Rp0EU.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5c32335c-5744-4006-a21a-50ab0a14153a-4VMuE.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5c32335c-5744-4006-a21a-50ab0a14153a-lpcGX.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-521fe073-ea40-4ac3-af03-31d40a140b24-1800x1800-mMsmq.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-521fe073-ea40-4ac3-af03-31d40a140b24-UeGPB.png\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"Drag and Drop Page Builder \\/ Slider Builder Included \\/ Easy-To-Use\",\"Creative Multi-Purpose Business \\/ Portfolio Theme \\/ 1-Click Demo Import\",\"Responsive \\/ Fully Editable \\/ Flexible \\/ Widgets \\/ Projects \\/ Templates\"],\"created\":\"2013-08-29 19:28:59\",\"created_timestamp\":1377826139,\"demo_url\":\"https:\\/\\/theme.visualmodo.com\\/edge\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"99d435049174e5389b7918b49693fbf2\"},{\"id\":\"57c4683a-c598-43ec-bb26-15af0a14153b\",\"name\":\"The Paragraph  Clean WordPress Theme for Blogs\",\"slug\":\"the-paragraph-clean-wordpress-theme-for-blogs\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/the-paragraph-clean-wordpress-theme-for-blogs\",\"sales_count\":965,\"is_service\":false,\"rating\":0,\"seller_name\":\"MajorThemes\",\"seller_url\":\"store\\/majorthemes\",\"tags\":\"travel, modern, flat, WordPress, blogging, responsive, blog, clean, creative\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-59e3a91c-4970-43f1-9fe3-13bb0a14153b-ssF7z.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-59e3a91c-4970-43f1-9fe3-13bb0a14153b-Qw9PU.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57c4683a-c598-43ec-bb26-15af0a14153b-crVJe.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57c4683a-c598-43ec-bb26-15af0a14153b-7Id5x.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-57c4683a-c598-43ec-bb26-15af0a14153b-Mhvcb.png\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"Fully Documented\",\"Easy to Install and Configure\",\"100% Responsive\"],\"created\":\"2016-08-29 10:53:36\",\"created_timestamp\":1472489616,\"demo_url\":\"http:\\/\\/demo.major-themes.com\\/paragraph\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"d6769abb1d05fe59c46b071cb0c0d4fa\"},{\"id\":\"59313218-87c0-41d8-b811-54620a14153b\",\"name\":\"Mariana Lifestyle and Travel Blog\",\"slug\":\"mariana\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/mariana\",\"sales_count\":937,\"is_service\":false,\"rating\":0,\"seller_name\":\"ThemeREX\",\"seller_url\":\"\",\"tags\":\"fashion, personal blog, minimal, widgets, responsive, magazine, modern, wordpress blog, WordPress, lifestyle, news, blogging, gallery, portfolio, elegant, blog\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-59678cb4-c550-4126-9cfd-213a0a14153b-N7iGD.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-59313218-e014-467c-93cb-54620a14153b-siN1t.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59313218-e014-467c-93cb-54620a14153b-vfe7f.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59313218-e014-467c-93cb-54620a14153b-f9c9W.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-593554ae-1b2c-41bd-a837-0a150a14153b-EunLT.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"Super fast page load\",\"WP Customizer support\",\"Light and Dark versions available\"],\"created\":\"2017-06-02 03:38:32\",\"created_timestamp\":1496396312,\"demo_url\":\"http:\\/\\/mariana.themerex.net\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"b5a37fca93d6cc2e271d7866d896a785\"},{\"id\":\"55b4af45-6248-4025-846b-39650a141f38\",\"name\":\"Semplice An Elegant WordPress Blogging Theme\",\"slug\":\"semplice-an-elegant-wordpress-blogging-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/semplice-an-elegant-wordpress-blogging-theme\",\"sales_count\":931,\"is_service\":false,\"rating\":4.9,\"seller_name\":\"Sculpture Qode\",\"seller_url\":\"store\\/sculpture-qode\",\"tags\":\"video, clean, Slider, grid, lifestyle, fashion, blog, gallery, facebook, instagram, creative, responsive, retina, beauty, music, personal\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-55b4af45-6248-4025-846b-39650a141f38-368x296-HQfZe.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-55b4af45-6248-4025-846b-39650a141f38-VBSIh.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-55b4af45-6248-4025-846b-39650a141f38-kG44U.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55b4af45-6248-4025-846b-39650a141f38-1800x1800-R9zHx.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55b4af45-6248-4025-846b-39650a141f38-1800x1800-rzpoq.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-55b4af45-6248-4025-846b-39650a141f38-DnvmC.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"Responsive Layout\",\"Powerful Admin Panel\",\"Clean and Professional Design\"],\"created\":\"2015-07-26 05:11:26\",\"created_timestamp\":1437909086,\"demo_url\":\"https:\\/\\/semplice.sculptureqode.com\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"b96badfe3b2a9b5edbddd952ff936826\"}],\"page\":1,\"pageCount\":49,\"records\":979}\";s:3:\"raw\";s:53678:\"HTTP/1.1 200 OK\r\nServer: nginx/1.12.0\r\nDate: Tue, 19 Feb 2019 13:53:47 GMT\r\nContent-Type: application/json; charset=UTF-8\r\nContent-Length: 53225\r\nConnection: close\r\nX-Powered-By: PHP/5.6.30\r\nSet-Cookie: SESSION=8mvb0427c6sbthb48tobuu3400; expires=Sat, 23-Feb-2019 17:53:47 GMT; Max-Age=360000; path=/; domain=www.mojomarketplace.com; secure; HttpOnly\r\nCache-Control: 900\r\nAccess-Control-Allow-Origin: *\r\nVary: Origin\r\nSet-Cookie: APISVR=a0n4; path=/\r\n\r\n{\"status\":\"success\",\"items\":[{\"id\":\"5377b431-d8a8-431b-a711-50c10a141528\",\"name\":\"Highend Ultimate Multi-Purpose WordPress Theme\",\"slug\":\"highend-ultimate-multi-purpose-wordpress-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/highend-ultimate-multi-purpose-wordpress-theme\",\"sales_count\":35046,\"is_service\":false,\"rating\":4.7,\"seller_name\":\"HB-Themes\",\"seller_url\":\"store\\/hb-themes\",\"tags\":\"store, portfolio, Slider, coach, minimal, real estate, Business, blog, clean, restaurant, photography, church, Corporate, woocommerce, galleries, modern, seo, presentation, responsive, shop, gallery, video, landing page, parallax, WordPress, Drag and Drop Page Builder\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-5377b431-d8a8-431b-a711-50c10a141528-368x296-95lrK.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-590111d8-1938-4c59-907f-19d10a141539-GuDbh.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-590111d8-1938-4c59-907f-19d10a141539-T3LLc.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5377b431-d8a8-431b-a711-50c10a141528-1800x1800-800gn.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5377b431-d8a8-431b-a711-50c10a141528-1800x1800-QYQHF.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5377b431-d8a8-431b-a711-50c10a141528-1800x1800-UCmVZ.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5377b431-d8a8-431b-a711-50c10a141528-1800x1800-D54Pg.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5377b431-d8a8-431b-a711-50c10a141528-1800x1800-ptl5s.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-59eb7af1-45c0-4a86-b93a-5b1d0a14153b-UVFyd.png\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"Drag and Drop Page Builder\",\"Fully Responsive - Mobile Ready\",\"WooCommerce - Build Your Online Shop\"],\"created\":\"2014-05-17 14:11:49\",\"created_timestamp\":1400357509,\"demo_url\":\"https:\\/\\/hb-themes.com\\/themes\\/highend\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"78ac157401b0f7ac1c0be083b84831e5\"},{\"id\":\"518048d9-ae08-4939-93ac-0a000a140b1e\",\"name\":\"Creativo Responsive Multi-Purpose WordPress Theme\",\"slug\":\"creativo-5-0-ultra-responsive-multipurpose-wp-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/creativo-5-0-ultra-responsive-multipurpose-wp-theme\",\"sales_count\":15244,\"is_service\":false,\"rating\":4.9,\"seller_name\":\"RockyThemes\",\"seller_url\":\"store\\/rockythemes\",\"tags\":\"modern, agency, responsive, clean, HTML5, page builder, Business, creative, coach, minimal, retina, portfolio, church, blog\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-518048d9-ae08-4939-93ac-0a000a140b1e-368x296-wh0MK.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-518048d9-ae08-4939-93ac-0a000a140b1e-136x136-Ap575.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-518048d9-ae08-4939-93ac-0a000a140b1e-260x156-ejN1Y.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-LEwG8.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-i2occ.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-dQ1yf.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-PpC6f.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-cYsfQ.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-igiIT.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-r67bK.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-i3hhe.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-AImHx.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-1800x1800-1QYDb.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-ksXYf.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-yuBJ1.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-mhnvB.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-aINqv.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-nmFCK.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-bs4oQ.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-neWr1.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-vVopz.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-1800x1800-EmrSF.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-xCNaq.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-cyImm.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-518048d9-ae08-4939-93ac-0a000a140b1e-RWrTA.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5c2ca671-1d68-4699-bc75-15eb0a14153a-HtVRG.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"Ecommerce Ready - Works with WooCommerce\",\"Drag and Drop Page Builder\",\"Responsive Design and Retina Ready\"],\"created\":\"2013-04-30 17:03:15\",\"created_timestamp\":1367362995,\"demo_url\":\"https:\\/\\/rockythemes.com\\/creativo\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"e8fb8041fbc423c2b44f546e7ea5bd27\"},{\"id\":\"55f82a3d-0ab8-49c6-a224-1a220a141f38\",\"name\":\"Daisy Simple and Minimal WordPress Blog\",\"slug\":\"daisy-simple-amp-minimal-wordpress-blog\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/daisy-simple-amp-minimal-wordpress-blog\",\"sales_count\":5850,\"is_service\":false,\"rating\":4.9,\"seller_name\":\"LazaThemes\",\"seller_url\":\"store\\/lazathemes\",\"tags\":\"personal, blog, minimal, responsive, bootstrap, blogging\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-55f82a3d-0ab8-49c6-a224-1a220a141f38-136x136-z6jqO.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-55f82a3d-0ab8-49c6-a224-1a220a141f38-260x156-ElBpX.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55f82a3d-0ab8-49c6-a224-1a220a141f38-1800x1800-iX4uf.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5b14f8fd-3d18-4607-804a-7cbd0a14153a-f04cH.png\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"Clean and Professional Design\",\"Easy To Set Up\",\"Responsive Layout\"],\"created\":\"2015-09-15 08:37:14\",\"created_timestamp\":1442327834,\"demo_url\":\"https:\\/\\/demos.lazathemes.com\\/daisy-wp\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"4f7a79714aaca6efc0ce4f7c933538cc\"},{\"id\":\"53a6de8b-9098-40bf-a57d-718e0a141528\",\"name\":\"Birch A Responsive WordPress Theme\",\"slug\":\"birch-a-responsive-wordpress-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/birch-a-responsive-wordpress-theme\",\"sales_count\":3164,\"is_service\":false,\"rating\":4.9,\"seller_name\":\"Bottomless Themes\",\"seller_url\":\"store\\/bottomless-themes\",\"tags\":\"tablet, fashion, logo, gallery, environmental, multipurpose, shortcodes, travel, clean, Fitness, retina, HTML5, natural, Corporate, parallax, cafe, iphone, seo, WordPress, media, translation, responsive, health, creative, service, blogging, woocommerce, office, Business, professional, minimal, personal, Custom, food, ipad, eco, portfolio, Testimonials, elegant, bio, CSS3, video, mobile, shop, sports, company, Slider, startup, modern, blog, church, photography, simple, agriculture\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-53a6de8b-9098-40bf-a57d-718e0a141528-368x296-gh5uf.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-53a6de8b-9098-40bf-a57d-718e0a141528-136x136-GjY4S.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53a6de8b-9098-40bf-a57d-718e0a141528-260x156-aZts2.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53a6de8b-9098-40bf-a57d-718e0a141528-1800x1800-7s31Z.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53a6de8b-9098-40bf-a57d-718e0a141528-1800x1800-wGrWo.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53a6de8b-9098-40bf-a57d-718e0a141528-1800x1800-5fL3L.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53a6de8b-9098-40bf-a57d-718e0a141528-1800x1800-611h4.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53a6de8b-9098-40bf-a57d-718e0a141528-1800x1800-YtsTh.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53a6de8b-9098-40bf-a57d-718e0a141528-1800x1800-0wjF6.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53a6de8b-9098-40bf-a57d-718e0a141528-1800x1800-QNS9l.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53a6de8b-9098-40bf-a57d-718e0a141528-1800x1800-9DbiX.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53a6de8b-9098-40bf-a57d-718e0a141528-1800x1800-tilmc.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53a6de8b-9098-40bf-a57d-718e0a141528-1800x1800-XeafI.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53a6de8b-9098-40bf-a57d-718e0a141528-1800x1800-LuRcX.png\"],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-53a6de8b-9098-40bf-a57d-718e0a141528-1180x660-tS7VZ.png\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"SEO Ready\",\"Powerful Admin Panel\",\"Responsive Design\"],\"created\":\"2014-06-22 08:00:22\",\"created_timestamp\":1403445622,\"demo_url\":\"https:\\/\\/birch.bottomlessthemes.com\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"74ed870a9f8a5d46a544ce7026827b68\"},{\"id\":\"57c43604-3e40-4824-9219-1cc70a14153b\",\"name\":\"The Core Multi-Purpose WordPress Theme\",\"slug\":\"the-core-multi-purpose-wordpress-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/the-core-multi-purpose-wordpress-theme\",\"sales_count\":2925,\"is_service\":false,\"rating\":4.2,\"seller_name\":\"ThemeFuse\",\"seller_url\":\"store\\/themefuse\",\"tags\":\"Business, agency, wedding, kindergarten, creative, blog, cleaning, restaurant, events, responsive, Corporate, bakery, catering, magazine, lawyers, WordPress, charity, medical, church, architecture\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-57c43604-3e40-4824-9219-1cc70a14153b-KHmWi.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5928264a-c4f8-4dcc-91d9-56040a141539-HFsZg.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59a00a14-398c-4ab6-8cc4-4a8c0a14153a-fcBaq.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5928264a-c4f8-4dcc-91d9-56040a141539-mXR7A.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57c43604-3e40-4824-9219-1cc70a14153b-vgV3U.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-59c56867-1e00-445c-ae40-6f460a141539-rLof0.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"1 Click  Demo Install\",\"20 Website Demos Included (more to come for FREE)\",\"Visual Page Builder\"],\"created\":\"2016-08-29 07:18:34\",\"created_timestamp\":1472476714,\"demo_url\":\"https:\\/\\/demo.themefuse.com\\/the-core\\/?market_referrer=mojo\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"fe54e73e29cac33917ee48ab110b9bef\"},{\"id\":\"5444f3ed-49bc-4484-9264-0f5c0a140b28\",\"name\":\"Zephyr A Beautiful WordPress Blog Theme\",\"slug\":\"zephyr-a-beautiful-wordpress-blog-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/zephyr-a-beautiful-wordpress-blog-theme\",\"sales_count\":2754,\"is_service\":false,\"rating\":5,\"seller_name\":\"Themeflame\",\"seller_url\":\"store\\/themeflame\",\"tags\":\"video, CSS3, seo, agency, retina, news, personal, elegant, blogging, portfolio, travel, HTML5, mobile, brand, gallery, widgets, theme, blog, modern, professional, photography, health, Corporate, Slider, WordPress, simple, food, clean, design, responsive, restaurant, woocommerce, multipurpose, minimal, magazine, fashion, Business, bootstrap, creative\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-5444f3ed-49bc-4484-9264-0f5c0a140b28-368x296-8Di6N.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5444f3ed-49bc-4484-9264-0f5c0a140b28-136x136-zMAwr.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5444f3ed-49bc-4484-9264-0f5c0a140b28-260x156-PQ45k.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5444f3ed-49bc-4484-9264-0f5c0a140b28-1800x1800-TtFpS.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5bf3077a-dcfc-4c82-8f2a-58a30a14153b-ZgWFC.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"Over 30 Homepage Layouts\",\"Header, Post and Customization Options\",\"Timely Support and Updates\",\"Timely Support and Updates\",\"Over 30 Homepage Layouts\",\"Header, Post and Customization Options\"],\"created\":\"2014-10-20 06:11:25\",\"created_timestamp\":1413807085,\"demo_url\":\"http:\\/\\/178.128.146.147\\/zephyr\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"13f401b35fbfa320cf306a891828f876\"},{\"id\":\"5659d4bf-6b80-434a-b566-64870a141f38\",\"name\":\"FREYJA Personal WordPress Theme for Bloggers\",\"slug\":\"freyja-personal-wordpress-theme-for-bloggers\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/freyja-personal-wordpress-theme-for-bloggers\",\"sales_count\":2264,\"is_service\":false,\"rating\":5,\"seller_name\":\"Sparrow and Snow\",\"seller_url\":\"store\\/sparrow-and-snow\",\"tags\":\"responsive, design, gallery, audio, simple, video, elegant, easy, photographer, clean, food, creative, fashion, lifestyle, travel, modern, personal, instagram, Blogger\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-58fe8554-6868-418f-a6ed-69a80a141539-6bIxM.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5659d4bf-6b80-434a-b566-64870a141f38-ch13X.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5659d4bf-6b80-434a-b566-64870a141f38-zo4DU.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5659d4bf-6b80-434a-b566-64870a141f38-uoyC5.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5659d4bf-6b80-434a-b566-64870a141f38-EycmZ.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5659d4bf-6b80-434a-b566-64870a141f38-mqENt.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5659d4bf-6b80-434a-b566-64870a141f38-6Vq6I.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5659d4bf-6b80-434a-b566-64870a141f38-w5O3O.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5659d4bf-6b80-434a-b566-64870a141f38-yl6Bs.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-58fe8554-6868-418f-a6ed-69a80a141539-nWtg4.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"10 Blog Layout\",\"Translation Ready\",\"Retina Ready\"],\"created\":\"2015-11-28 09:23:17\",\"created_timestamp\":1448727797,\"demo_url\":\"http:\\/\\/sparrowandsnow.com\\/freyja\\/demo\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"be9598299f6d395d43fa63d9ec92b3f1\"},{\"id\":\"54626dc3-c4d8-40b3-b441-3ff60a141528\",\"name\":\"Nimva Ultimate Multi Purpose WordPress Theme\",\"slug\":\"nimva-ultimate-multi-purpose-wordpress-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/nimva-ultimate-multi-purpose-wordpress-theme\",\"sales_count\":1658,\"is_service\":false,\"rating\":4.7,\"seller_name\":\"RockyThemes\",\"seller_url\":\"store\\/rockythemes\",\"tags\":\"clean, Business, responsive, minimal\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-54626dc3-c4d8-40b3-b441-3ff60a141528-136x136-7Bg7b.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-54626dc3-c4d8-40b3-b441-3ff60a141528-260x156-Vucki.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-54626dc3-c4d8-40b3-b441-3ff60a141528-1800x1800-rlk5m.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-54626dc3-c4d8-40b3-b441-3ff60a141528-1800x1800-8RwBo.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-54626dc3-c4d8-40b3-b441-3ff60a141528-1800x1800-WktDL.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-54626dc3-c4d8-40b3-b441-3ff60a141528-1800x1800-FYTxh.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-54626dc3-c4d8-40b3-b441-3ff60a141528-1800x1800-3DFLY.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-54626dc3-c4d8-40b3-b441-3ff60a141528-1800x1800-UomN2.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-54626dc3-c4d8-40b3-b441-3ff60a141528-1180x660-uEBMb.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"Retina Ready\",\"Powerful Admin Panel\",\"Drag and Drop Visual Composer Elements\"],\"created\":\"2014-11-11 14:27:09\",\"created_timestamp\":1415741229,\"demo_url\":\"http:\\/\\/rockythemes.com\\/nimva\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"e8fb8041fbc423c2b44f546e7ea5bd27\"},{\"id\":\"53589542-c8f4-491e-ad1e-29c90a141528\",\"name\":\"Nectar A Responsive WordPress Theme\",\"slug\":\"nectar-a-responsive-wordpress-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/nectar-a-responsive-wordpress-theme\",\"sales_count\":1645,\"is_service\":false,\"rating\":4.8,\"seller_name\":\"Bottomless Themes\",\"seller_url\":\"store\\/bottomless-themes\",\"tags\":\"company, design, gallery, simple, responsive, WordPress, CSS3, mobile, modern, logo, health, retina, parallax, Slider, photography, food, clean, fashion, multipurpose, professional, blogging, personal, HTML5, shortcodes, Business, media, Corporate, creative, seo, theme, elegant, shop, blog, portfolio, woocommerce, minimal\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-53589542-c8f4-491e-ad1e-29c90a141528-368x296-BWaK1.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-53589542-c8f4-491e-ad1e-29c90a141528-136x136-0pPAV.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53589542-c8f4-491e-ad1e-29c90a141528-MZJXd.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53589542-c8f4-491e-ad1e-29c90a141528-1800x1800-ZMB1W.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53589542-c8f4-491e-ad1e-29c90a141528-1800x1800-qGPwW.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53589542-c8f4-491e-ad1e-29c90a141528-1800x1800-YSJik.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53589542-c8f4-491e-ad1e-29c90a141528-1800x1800-rVJ4N.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53589542-c8f4-491e-ad1e-29c90a141528-1800x1800-B6hX8.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53589542-c8f4-491e-ad1e-29c90a141528-1800x1800-YWsAd.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53589542-c8f4-491e-ad1e-29c90a141528-1800x1800-WwuAA.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53589542-c8f4-491e-ad1e-29c90a141528-1800x1800-JMt5C.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-53589542-c8f4-491e-ad1e-29c90a141528-1800x1800-2hEmp.png\"],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-53589542-c8f4-491e-ad1e-29c90a141528-1180x660-oTokc.png\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"Responsive Design\",\"Clean and Modern\",\"WooCommerce\"],\"created\":\"2014-04-23 23:04:45\",\"created_timestamp\":1398315885,\"demo_url\":\"https:\\/\\/nectar.bottomlessthemes.com\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"74ed870a9f8a5d46a544ce7026827b68\"},{\"id\":\"55233c6f-c31c-4ab8-8023-0d350a141f3c\",\"name\":\"Wunderful Clean &amp; Minimal WordPress Blog Theme\",\"slug\":\"wunderful-clean-amp-minimal-wordpress-blog-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/wunderful-clean-amp-minimal-wordpress-blog-theme\",\"sales_count\":1551,\"is_service\":false,\"rating\":4,\"seller_name\":\"ThemeDsgn\",\"seller_url\":\"store\\/themedsgn\",\"tags\":\"blog, music, blogging, responsive, travel, personal, simple, WordPress, woocommerce, recipe, clean, minimal, modern, fashion\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-55233c6f-c31c-4ab8-8023-0d350a141f3c-136x136-8XtlH.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-55233c6f-c31c-4ab8-8023-0d350a141f3c-260x156-B9ll6.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55233c6f-c31c-4ab8-8023-0d350a141f3c-1800x1800-C6jAi.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55233c6f-c31c-4ab8-8023-0d350a141f3c-1800x1800-C6jAi.png\"],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-55233c6f-c31c-4ab8-8023-0d350a141f3c-1180x660-Rk6wt.png\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"Suitable for Any Blog\",\"Clean, Elegant &amp; Responsive Layout\",\"Easy to Install &amp; Setup\"],\"created\":\"2015-04-06 20:44:54\",\"created_timestamp\":1428374694,\"demo_url\":\"http:\\/\\/themes.themedsgn.com\\/wunderful\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"6a91f75d7b640a42445fafc86a421ac1\"},{\"id\":\"5187560e-4164-4925-9eb3-77c20a140b1e\",\"name\":\"BlueBird  Beautiful WordPress Theme for Personal Blog\",\"slug\":\"bluebird-beautiful-wordpress-theme-for-personal-blog\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/bluebird-beautiful-wordpress-theme-for-personal-blog\",\"sales_count\":1465,\"is_service\":false,\"rating\":5,\"seller_name\":\"Just Good Themes\",\"seller_url\":\"store\\/just-good-themes\",\"tags\":\"personal, beautiful, clean, jQuery, elegant, minimal, retina, WordPress, lifestyle, blog, food, Free Installation Service, classic, responsive, HTML5, blogging, tabs, simple, blue\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-5187560e-4164-4925-9eb3-77c20a140b1e-368x296-Xt1nC.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5187560e-4164-4925-9eb3-77c20a140b1e-136x136-uV7Iw.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5187560e-4164-4925-9eb3-77c20a140b1e-260x156-l7RPT.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5187560e-4164-4925-9eb3-77c20a140b1e-1800x1800-FdkGn.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5187560e-4164-4925-9eb3-77c20a140b1e-kY6QR.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"Retina Ready \\u2013 All Icons Are Optimized For Retina Devices\",\"Responsive Layout\",\"Custom Page Templates for Full-Width Pages and Blog Archives\"],\"created\":\"2013-05-06 01:18:38\",\"created_timestamp\":1367824718,\"demo_url\":\"https:\\/\\/justgoodthemes.eu\\/bluebird\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"61db66e9c23bb2cea94225f065516187\"},{\"id\":\"55dd6a85-24f0-438a-8723-1ea40a141f38\",\"name\":\"Solstice Elegant WordPress Theme\",\"slug\":\"solstice-an-elegant-versatile-and-responsive-wordpress-theme-for-blogging-and-business\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/solstice-an-elegant-versatile-and-responsive-wordpress-theme-for-blogging-and-business\",\"sales_count\":1399,\"is_service\":false,\"rating\":5,\"seller_name\":\"Bottomless Themes\",\"seller_url\":\"store\\/bottomless-themes\",\"tags\":\"modern, startup, multipurpose, office, service, bio, blog, retina, travel, Custom, mobile, Testimonials, tablet, sports, agriculture, seo, portfolio, WordPress, video, woocommerce, church, environmental, translation, customize, photography, responsive, Business, fashion, creative, Fitness, cafe, ipad, iphone, natural, clean, minimal, customizer\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-55dd6a85-24f0-438a-8723-1ea40a141f38-368x296-czJN9.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-55dd6a85-24f0-438a-8723-1ea40a141f38-136x136-3WX3a.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-55dd6a85-24f0-438a-8723-1ea40a141f38-260x156-5GLPx.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-iA29C.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-9sIUv.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-OWTE0.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-AYepv.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-wZDz0.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-tfE7f.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-x1Kc0.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-9seWT.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-pgETy.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-fQWmi.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-TZba1.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-fczJB.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55dd6a85-24f0-438a-8723-1ea40a141f38-1800x1800-9BUzz.png\"],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-55dd6a85-24f0-438a-8723-1ea40a141f38-1180x660-Io87q.png\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"Customizer\",\"Responsive Layout\",\"Plugin Compatible \"],\"created\":\"2015-08-26 02:03:32\",\"created_timestamp\":1440576212,\"demo_url\":\"https:\\/\\/solstice.bottomlessthemes.com\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"74ed870a9f8a5d46a544ce7026827b68\"},{\"id\":\"532798c5-2834-440b-8469-255a0a141528\",\"name\":\"Creative Blog WordPress Theme\",\"slug\":\"creative-blog-wordpress-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/creative-blog-wordpress-theme\",\"sales_count\":1307,\"is_service\":false,\"rating\":5,\"seller_name\":\"Dessign Themes\",\"seller_url\":\"store\\/dessign-themes\",\"tags\":\"blog, portfolio, photography\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/large_thumbnail-532798c5-2834-440b-8469-255a0a141528-368x296.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5bce5af2-62fc-427a-a413-202a0a14153b-t8V1J.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/thumbnail-532798c5-2834-440b-8469-255a0a141528-260x156.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/screen_shots-532798c5-2834-440b-8469-255a0a141528-1800x1800.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/preview-532798c5-2834-440b-8469-255a0a141528-1180x660.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"Slider Video Feature\",\"Theme Options panel\",\"Responsive Layout\"],\"created\":\"2014-03-17 19:15:51\",\"created_timestamp\":1395105351,\"demo_url\":\"https:\\/\\/dessigncreativeblog.com\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"12a1f004a6ed51582a3f0de432cf020d\"},{\"id\":\"5927485a-9bc0-4180-9e94-0afc0a14153b\",\"name\":\"Creatica Creative Multi-Purpose WordPress Theme\",\"slug\":\"creatica\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/creatica\",\"sales_count\":1141,\"is_service\":false,\"rating\":4.9,\"seller_name\":\"Skywarrior Themes\",\"seller_url\":\"store\\/skywarrior-themes\",\"tags\":\"portfolio, woocommerce, parallax, responsive, gallery, news, widgets, modern, magazine, multipurpose, minimal, photography, agency, creative, Slider, professional, Business, seo, fashion, Corporate, clean, shop, travel, WordPress\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5927485a-e0f0-44b2-bcb9-0afc0a14153b-fMkhO.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5927485a-e0f0-44b2-bcb9-0afc0a14153b-eJo1V.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5927485a-e0f0-44b2-bcb9-0afc0a14153b-D9bUm.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5927485a-e0f0-44b2-bcb9-0afc0a14153b-0LnGc.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5927485a-e0f0-44b2-bcb9-0afc0a14153b-PtAyR.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5927485a-e0f0-44b2-bcb9-0afc0a14153b-rfbuE.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5927485a-e0f0-44b2-bcb9-0afc0a14153b-gKWk0.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5927485a-e0f0-44b2-bcb9-0afc0a14153b-D7yDo.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-599b4d42-ca90-41e0-9724-0fdf0a14153a-uQNRF.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"Ready to Install Demos\",\"Awesome Theme Options\",\"Fully Responsive\"],\"created\":\"2017-05-25 15:10:50\",\"created_timestamp\":1495746650,\"demo_url\":\"https:\\/\\/skywarriorthemes.com\\/creatica\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"85c9a3723ab02eaa4167c6232a1f5e58\"},{\"id\":\"5987e38b-f758-44aa-83a4-26d10a14153b\",\"name\":\"StartUp Theme A Multipurpose WordPress Customizer Theme\",\"slug\":\"startup-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/startup-theme\",\"sales_count\":1061,\"is_service\":false,\"rating\":3.7,\"seller_name\":\"Organic Themes\",\"seller_url\":\"store\\/organic-themes\",\"tags\":\"design, woocommerce, clean, seo, logo, magazine, restaurant, travel, Business, CSS3, agency, theme, retina, company, blogging, HTML5, blog, mobile, WordPress, jQuery, Slider, support, widgets, responsive, portfolio, modern, Corporate, video, multipurpose, professional, news, consulting\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5afb9d3b-4f34-4713-a07e-58510a14153b-QIkub.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5987e38b-4cf8-4d25-866d-26d10a14153b-3jFEY.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5987e38b-4cf8-4d25-866d-26d10a14153b-6S1DR.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5987e38b-4cf8-4d25-866d-26d10a14153b-cKgtQ.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5987e38b-4cf8-4d25-866d-26d10a14153b-nTYAf.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5987e38b-4cf8-4d25-866d-26d10a14153b-7CV0q.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"Customizer Options\",\"Widgetized Page Builder\",\"Mobile Responsive Framework\"],\"created\":\"2017-08-06 21:50:35\",\"created_timestamp\":1502077835,\"demo_url\":\"https:\\/\\/organicthemes.com\\/demo\\/startup\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"479b85bcce1bf1bc90615446f8d2b1b7\"},{\"id\":\"55e0a4cb-394c-4af9-b480-01610a141f37\",\"name\":\"Amiable A WordPress Blogging Theme\",\"slug\":\"amiable-a-wordpress-blogging-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/amiable-a-wordpress-blogging-theme\",\"sales_count\":1058,\"is_service\":false,\"rating\":5,\"seller_name\":\"Sculpture Qode\",\"seller_url\":\"store\\/sculpture-qode\",\"tags\":\"Slider, simple, theme, modern, retina, gallery, news, video, clean, fashion, minimal, magazine, blogging, responsive, blog, photography, personal, travel, support, WordPress, food, mobile\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-55e0a4cb-394c-4af9-b480-01610a141f37-368x296-YUEWQ.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-55e0a4cb-394c-4af9-b480-01610a141f37-136x136-0T1lk.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-55e0a4cb-394c-4af9-b480-01610a141f37-260x156-c46rC.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55e0a4cb-394c-4af9-b480-01610a141f37-1800x1800-Y49gi.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55e0a4cb-394c-4af9-b480-01610a141f37-1800x1800-M5MTN.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55e0a4cb-394c-4af9-b480-01610a141f37-1800x1800-s9CU7.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-55e0a4cb-394c-4af9-b480-01610a141f37-1180x660-nRwUj.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"Easy to Set Up\",\"Clean and Professional Design\",\"Responsive Layout\"],\"created\":\"2015-08-28 13:07:12\",\"created_timestamp\":1440788832,\"demo_url\":\"https:\\/\\/amiable.sculptureqode.com\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"b96badfe3b2a9b5edbddd952ff936826\"},{\"id\":\"521fe073-ea40-4ac3-af03-31d40a140b24\",\"name\":\"Edge Theme Portfolio and Business WordPress Theme\",\"slug\":\"edge-portfolio-amp-business-wordpress-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/edge-portfolio-amp-business-wordpress-theme\",\"sales_count\":1014,\"is_service\":false,\"rating\":5,\"seller_name\":\"Visualmodo\",\"seller_url\":\"store\\/visualmodo\",\"tags\":\"Corporate, seo, shortcodes, wordpress templates, professional, woocommerce, responsive, logo, agency, premium plugins, creative, gallery, design, visual builder, plugins, revolution slider, photography, Premium Wordpress Themes, premium theme, jQuery, blogging, video, blog, CSS3, consulting, template, brand, simple, smart, restaurant, slider ready, mobile, shop, clean and simple, fluid, agency portfolio, wide, news, magazine, media, premium support, Smart Grid, food, hotel, widgets, WordPress, premium content, Visual Composer, revslider, clean, WordPress Plugins, Portfolio Theme, boxed, portfolio, support, visual shortcode, personal, freelancer portfolio, elegant, Business, theme, clients, health, HTML5, responsive wordpress theme, flat, WordPress Agency, store, wordpress theme, parallax, retina, multipurpose, bootstrap, minimal, fashion, modern, travel, Slider, company\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-521fe073-ea40-4ac3-af03-31d40a140b24-368x296-IfrjJ.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-521fe073-ea40-4ac3-af03-31d40a140b24-NtIfx.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-521fe073-ea40-4ac3-af03-31d40a140b24-JZO0f.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5c32335c-5744-4006-a21a-50ab0a14153a-9GCZ0.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-521fe073-ea40-4ac3-af03-31d40a140b24-V5LLW.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5c32335c-5744-4006-a21a-50ab0a14153a-68fL6.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-597321df-21d4-4e1a-858c-03860a14153a-gUJd3.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-521fe073-ea40-4ac3-af03-31d40a140b24-V9JcG.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5c32335c-5744-4006-a21a-50ab0a14153a-gbjPe.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-597321df-21d4-4e1a-858c-03860a14153a-iQT0B.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-521fe073-ea40-4ac3-af03-31d40a140b24-1800x1800-vR6fd.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-597321df-21d4-4e1a-858c-03860a14153a-n7f7Y.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5c32335c-5744-4006-a21a-50ab0a14153a-L7fQK.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-521fe073-ea40-4ac3-af03-31d40a140b24-1800x1800-xWMaR.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-597321df-21d4-4e1a-858c-03860a14153a-wtUh0.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5c32335c-5744-4006-a21a-50ab0a14153a-FPZ8F.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-521fe073-ea40-4ac3-af03-31d40a140b24-oOMDE.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-521fe073-ea40-4ac3-af03-31d40a140b24-1800x1800-Rp0EU.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5c32335c-5744-4006-a21a-50ab0a14153a-4VMuE.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5c32335c-5744-4006-a21a-50ab0a14153a-lpcGX.png\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-521fe073-ea40-4ac3-af03-31d40a140b24-1800x1800-mMsmq.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-521fe073-ea40-4ac3-af03-31d40a140b24-UeGPB.png\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"59.00\",\"5_domain_license\":\"236.00\",\"developer_license\":\"1475.00\"},\"features\":[\"Drag and Drop Page Builder \\/ Slider Builder Included \\/ Easy-To-Use\",\"Creative Multi-Purpose Business \\/ Portfolio Theme \\/ 1-Click Demo Import\",\"Responsive \\/ Fully Editable \\/ Flexible \\/ Widgets \\/ Projects \\/ Templates\"],\"created\":\"2013-08-29 19:28:59\",\"created_timestamp\":1377826139,\"demo_url\":\"https:\\/\\/theme.visualmodo.com\\/edge\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"99d435049174e5389b7918b49693fbf2\"},{\"id\":\"57c4683a-c598-43ec-bb26-15af0a14153b\",\"name\":\"The Paragraph  Clean WordPress Theme for Blogs\",\"slug\":\"the-paragraph-clean-wordpress-theme-for-blogs\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/the-paragraph-clean-wordpress-theme-for-blogs\",\"sales_count\":965,\"is_service\":false,\"rating\":0,\"seller_name\":\"MajorThemes\",\"seller_url\":\"store\\/majorthemes\",\"tags\":\"travel, modern, flat, WordPress, blogging, responsive, blog, clean, creative\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-59e3a91c-4970-43f1-9fe3-13bb0a14153b-ssF7z.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-59e3a91c-4970-43f1-9fe3-13bb0a14153b-Qw9PU.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57c4683a-c598-43ec-bb26-15af0a14153b-crVJe.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57c4683a-c598-43ec-bb26-15af0a14153b-7Id5x.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-57c4683a-c598-43ec-bb26-15af0a14153b-Mhvcb.png\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"Fully Documented\",\"Easy to Install and Configure\",\"100% Responsive\"],\"created\":\"2016-08-29 10:53:36\",\"created_timestamp\":1472489616,\"demo_url\":\"http:\\/\\/demo.major-themes.com\\/paragraph\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"d6769abb1d05fe59c46b071cb0c0d4fa\"},{\"id\":\"59313218-87c0-41d8-b811-54620a14153b\",\"name\":\"Mariana Lifestyle and Travel Blog\",\"slug\":\"mariana\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/mariana\",\"sales_count\":937,\"is_service\":false,\"rating\":0,\"seller_name\":\"ThemeREX\",\"seller_url\":\"\",\"tags\":\"fashion, personal blog, minimal, widgets, responsive, magazine, modern, wordpress blog, WordPress, lifestyle, news, blogging, gallery, portfolio, elegant, blog\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-59678cb4-c550-4126-9cfd-213a0a14153b-N7iGD.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-59313218-e014-467c-93cb-54620a14153b-siN1t.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59313218-e014-467c-93cb-54620a14153b-vfe7f.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59313218-e014-467c-93cb-54620a14153b-f9c9W.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-593554ae-1b2c-41bd-a837-0a150a14153b-EunLT.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"Super fast page load\",\"WP Customizer support\",\"Light and Dark versions available\"],\"created\":\"2017-06-02 03:38:32\",\"created_timestamp\":1496396312,\"demo_url\":\"http:\\/\\/mariana.themerex.net\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"b5a37fca93d6cc2e271d7866d896a785\"},{\"id\":\"55b4af45-6248-4025-846b-39650a141f38\",\"name\":\"Semplice An Elegant WordPress Blogging Theme\",\"slug\":\"semplice-an-elegant-wordpress-blogging-theme\",\"category\":\"WordPress\",\"type\":\"themes\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/semplice-an-elegant-wordpress-blogging-theme\",\"sales_count\":931,\"is_service\":false,\"rating\":4.9,\"seller_name\":\"Sculpture Qode\",\"seller_url\":\"store\\/sculpture-qode\",\"tags\":\"video, clean, Slider, grid, lifestyle, fashion, blog, gallery, facebook, instagram, creative, responsive, retina, beauty, music, personal\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-55b4af45-6248-4025-846b-39650a141f38-368x296-HQfZe.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-55b4af45-6248-4025-846b-39650a141f38-VBSIh.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-55b4af45-6248-4025-846b-39650a141f38-kG44U.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55b4af45-6248-4025-846b-39650a141f38-1800x1800-R9zHx.jpg\",\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-55b4af45-6248-4025-846b-39650a141f38-1800x1800-rzpoq.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-55b4af45-6248-4025-846b-39650a141f38-DnvmC.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"Responsive Layout\",\"Powerful Admin Panel\",\"Clean and Professional Design\"],\"created\":\"2015-07-26 05:11:26\",\"created_timestamp\":1437909086,\"demo_url\":\"https:\\/\\/semplice.sculptureqode.com\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"b96badfe3b2a9b5edbddd952ff936826\"}],\"page\":1,\"pageCount\":49,\"records\":979}\";s:7:\"headers\";O:25:\"Requests_Response_Headers\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";a:1:{i:0;s:12:\"nginx/1.12.0\";}s:4:\"date\";a:1:{i:0;s:29:\"Tue, 19 Feb 2019 13:53:47 GMT\";}s:12:\"content-type\";a:1:{i:0;s:31:\"application/json; charset=UTF-8\";}s:14:\"content-length\";a:1:{i:0;s:5:\"53225\";}s:12:\"x-powered-by\";a:1:{i:0;s:10:\"PHP/5.6.30\";}s:10:\"set-cookie\";a:2:{i:0;s:147:\"SESSION=8mvb0427c6sbthb48tobuu3400; expires=Sat, 23-Feb-2019 17:53:47 GMT; Max-Age=360000; path=/; domain=www.mojomarketplace.com; secure; HttpOnly\";i:1;s:19:\"APISVR=a0n4; path=/\";}s:13:\"cache-control\";a:1:{i:0;s:3:\"900\";}s:27:\"access-control-allow-origin\";a:1:{i:0;s:1:\"*\";}s:4:\"vary\";a:1:{i:0;s:6:\"Origin\";}}}s:11:\"status_code\";i:200;s:16:\"protocol_version\";d:1.100000000000000088817841970012523233890533447265625;s:7:\"success\";b:1;s:9:\"redirects\";i:0;s:3:\"url\";s:98:\"https://api.mojomarketplace.com/api/v2/items?category=wordpress&type=themes&count=20&order=popular\";s:7:\"history\";a:0:{}s:7:\"cookies\";O:19:\"Requests_Cookie_Jar\":1:{s:10:\"\0*\0cookies\";a:1:{s:6:\"APISVR\";O:15:\"Requests_Cookie\":5:{s:4:\"name\";s:6:\"APISVR\";s:5:\"value\";s:4:\"a0n4\";s:10:\"attributes\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:2:{s:4:\"path\";s:1:\"/\";s:6:\"domain\";s:23:\"api.mojomarketplace.com\";}}s:5:\"flags\";a:4:{s:8:\"creation\";i:1550584428;s:11:\"last-access\";i:1550584428;s:10:\"persistent\";b:0;s:9:\"host-only\";b:1;}s:14:\"reference_time\";i:1550584428;}}}}s:11:\"\0*\0filename\";N;s:4:\"data\";N;s:7:\"headers\";N;s:6:\"status\";N;}}s:32:\"5e600d70ca93b82ff4646f4aa16ae55e\";a:6:{s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:12:\"nginx/1.12.0\";s:4:\"date\";s:29:\"Tue, 19 Feb 2019 13:53:48 GMT\";s:12:\"content-type\";s:31:\"application/json; charset=UTF-8\";s:14:\"content-length\";s:5:\"60554\";s:12:\"x-powered-by\";s:10:\"PHP/5.6.30\";s:10:\"set-cookie\";a:2:{i:0;s:147:\"SESSION=uojb1g9a0jgnnaili25caavbl7; expires=Sat, 23-Feb-2019 17:53:48 GMT; Max-Age=360000; path=/; domain=www.mojomarketplace.com; secure; HttpOnly\";i:1;s:19:\"APISVR=a0n4; path=/\";}s:13:\"cache-control\";s:3:\"900\";s:27:\"access-control-allow-origin\";s:1:\"*\";s:4:\"vary\";s:6:\"Origin\";}}s:4:\"body\";s:60554:\"{\"status\":\"success\",\"items\":[{\"id\":\"57fc0ac0-d508-4ece-b096-041e0a14153b\",\"name\":\"Constant Contact Forms For WordPress\",\"slug\":\"constant-contact-forms-for-wordpress\",\"category\":\"WordPress\",\"type\":\"plugins\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/constant-contact-forms-for-wordpress\",\"sales_count\":3537,\"is_service\":false,\"rating\":5,\"seller_name\":\"Constant Contact\",\"seller_url\":\"store\\/constant-contact\",\"tags\":\"WordPress, plugins, plugin\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-57fc0ac0-d508-4ece-b096-041e0a14153b-QZ0bW.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-57fc0ac0-d508-4ece-b096-041e0a14153b-7uenP.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57fc0ac0-d508-4ece-b096-041e0a14153b-0PRzB.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57fc0ac0-d508-4ece-b096-041e0a14153b-cKWzO.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57fc0ac0-d508-4ece-b096-041e0a14153b-AzsJ5.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57fc0ac0-d508-4ece-b096-041e0a14153b-2dJiP.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57fc0ac0-d508-4ece-b096-041e0a14153b-2dJiP.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57fc0ac0-d508-4ece-b096-041e0a14153b-cKWzO.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57fc0ac0-d508-4ece-b096-041e0a14153b-0PRzB.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57fc0ac0-d508-4ece-b096-041e0a14153b-AzsJ5.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-57fc0ac0-d508-4ece-b096-041e0a14153b-4iVnr.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\"],\"prices\":{\"single_domain_license\":\"0.00\",\"5_domain_license\":\"0.00\",\"developer_license\":\"0.00\"},\"features\":[\"Capture Visitor Information Right From Your WordPress Site\",\"Create Easy To Install-Forms that Match Your WP Theme\",\"Customize Data Fields, So You Can Tailor The Information You Coll\"],\"created\":\"2016-10-10 15:40:46\",\"created_timestamp\":1476135646,\"demo_url\":\"https:\\/\\/cl.ly\\/3z3p2Y3b1d1Y\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"d8351e3b1400f222097db205c3729c64\"},{\"id\":\"565f4b5d-4dcc-48c4-8059-3de40a141f38\",\"name\":\"Product Vendors Plugin for WordPress\",\"slug\":\"product-vendors-plugin-for-wordpress\",\"category\":\"WordPress\",\"type\":\"plugins\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/product-vendors-plugin-for-wordpress\",\"sales_count\":1098,\"is_service\":false,\"rating\":0,\"seller_name\":\"WooCommerce\",\"seller_url\":\"store\\/woocommerce\",\"tags\":\"woocommerce, accounting, products\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-565f4b5d-4dcc-48c4-8059-3de40a141f38-2MCs2.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-565f4b5d-4dcc-48c4-8059-3de40a141f38-pbL75.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565f4b5d-4dcc-48c4-8059-3de40a141f38-yP02g.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565f4b5d-4dcc-48c4-8059-3de40a141f38-Fv652.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565f4b5d-4dcc-48c4-8059-3de40a141f38-U79BI.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-565f4b5d-4dcc-48c4-8059-3de40a141f38-ePpeq.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\"],\"prices\":{\"single_domain_license\":\"79.00\",\"5_domain_license\":\"316.00\",\"developer_license\":\"1975.00\"},\"features\":[\"Accessible And Readable Reports For You And Your Vendors\",\"Manage Your Commissions With Ease\",\"Manage Product Tags\"],\"created\":\"2015-12-02 12:53:01\",\"created_timestamp\":1449085981,\"demo_url\":\"https:\\/\\/woocommerce.com\\/products\\/product-vendors\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"20a43fe4f147fe16a8eea8291629c6a2\"},{\"id\":\"59dba270-4cc4-43f2-9c2d-091b0a141539\",\"name\":\"Translate Website Localization &amp; Translation\",\"slug\":\"translate\",\"category\":\"WordPress\",\"type\":\"plugins\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/translate\",\"sales_count\":1060,\"is_service\":false,\"rating\":0,\"seller_name\":\"translate\",\"seller_url\":\"\",\"tags\":\"WordPress, seo, Business\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-59dba270-2244-4413-a1cb-091b0a141539-PM8Yr.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-59dba270-2244-4413-a1cb-091b0a141539-2oSrx.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59dba270-2244-4413-a1cb-091b0a141539-AMxDq.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-59dba270-2244-4413-a1cb-091b0a141539-nY8PJ.jpg\"},\"downloads\":[\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"0.00\",\"5_domain_license\":\"0.00\",\"developer_license\":\"0.00\"},\"features\":[\"More Engagement\",\"More Traffic\",\"More Conversions\"],\"created\":\"2017-10-09 10:23:12\",\"created_timestamp\":1507566192,\"demo_url\":\"https:\\/\\/www.translate.com\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"f137dc0264951dc71f1922bb89b57eff\"},{\"id\":\"59abc082-2d68-4a26-8798-12b00a141539\",\"name\":\"Gwolle GB Add-On Adds Functions to Your Guestbook\",\"slug\":\"gwolle-gb-add-on\",\"category\":\"WordPress\",\"type\":\"plugins\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/gwolle-gb-add-on\",\"sales_count\":301,\"is_service\":false,\"rating\":3.8,\"seller_name\":\"mpol\",\"seller_url\":\"\",\"tags\":\"shortcodes, responsive, seo\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-59abc082-8a98-423d-be46-12b00a141539-SLEUp.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-59abc082-8a98-423d-be46-12b00a141539-K4qk0.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59abc082-8a98-423d-be46-12b00a141539-wZ5Ym.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59abc082-8a98-423d-be46-12b00a141539-8BiNc.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59abc082-8a98-423d-be46-12b00a141539-LxuNL.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59abc082-8a98-423d-be46-12b00a141539-4CADp.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59abc082-8a98-423d-be46-12b00a141539-iwFcE.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59abc082-8a98-423d-be46-12b00a141539-P1s90.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59abc082-8a98-423d-be46-12b00a141539-aQqj9.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5ad0bdd7-a314-4b5f-8947-23d50a14153a-GajoP.jpg\"},\"downloads\":[\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"9.00\",\"5_domain_license\":\"36.00\",\"developer_license\":\"225.00\"},\"features\":[\"Star Ratings, With Voting and Display and Rich Snippets for SEO\",\"Social Media Sharing (Optional).\",\"Meta Fields. Add Any Field You want; Company, Phone Number\"],\"created\":\"2017-09-03 02:42:42\",\"created_timestamp\":1504428162,\"demo_url\":\"http:\\/\\/demo.zenoweb.nl\\/wordpress-plugins\\/gwolle-guestbook-the-add-on\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"ab0ed337a155ffdab98c1cab1b2076db\"},{\"id\":\"567aabcb-9f9c-43bb-97b6-1b660a141f37\",\"name\":\"Contact Form Plugin WP Contact Forms with CAPTCHA and Validation\",\"slug\":\"advanced-wordpress-contact-form-plugin\",\"category\":\"WordPress\",\"type\":\"plugins\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/advanced-wordpress-contact-form-plugin\",\"sales_count\":210,\"is_service\":false,\"rating\":5,\"seller_name\":\"HTMLPIE\",\"seller_url\":\"store\\/htmlpie\",\"tags\":\"email, ajax, contact, message, captcha, validation, localization, shortcode, spam, responsive, mobile, newsletter, widget, form\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-58f7adc8-c67c-4294-b42f-1f5a0a141539-Exwvg.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-58f7adc8-c67c-4294-b42f-1f5a0a141539-M8ab7.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-567aabcb-9f9c-43bb-97b6-1b660a141f37-8iaHy.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-567aabcb-9f9c-43bb-97b6-1b660a141f37-ZNycn.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-567aabcb-9f9c-43bb-97b6-1b660a141f37-Q6KrR.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-567aabcb-9f9c-43bb-97b6-1b660a141f37-8MO33.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-567aabcb-9f9c-43bb-97b6-1b660a141f37-WuQcg.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-567aabcb-9f9c-43bb-97b6-1b660a141f37-GAolw.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-567aabcb-9f9c-43bb-97b6-1b660a141f37-8lu19.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-567aabcb-9f9c-43bb-97b6-1b660a141f37-kgMxM.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-567aabcb-9f9c-43bb-97b6-1b660a141f37-4n2sg.png\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"29.00\",\"5_domain_license\":\"116.00\",\"developer_license\":\"725.00\"},\"features\":[\"Built-in CAPTCHA and Validation\",\"Automatic Plugin Update\",\"Tons of Ready-Made CSS3 Styles Included\"],\"created\":\"2015-12-23 07:13:14\",\"created_timestamp\":1450879994,\"demo_url\":\"https:\\/\\/www.htmlpie.com\\/preview\\/wordpress-contact-form-plugin?ref=mojomarketplace\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"dfbdb474052f63e677f6ae8cd239639a\"},{\"id\":\"565f4f34-f7a4-44b6-95d4-490a0a141f38\",\"name\":\"PayPal Pro Credit Card Gateway Plugin\",\"slug\":\"paypal-pro-credit-card-gateway-plugin\",\"category\":\"WordPress\",\"type\":\"plugins\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/paypal-pro-credit-card-gateway-plugin\",\"sales_count\":98,\"is_service\":false,\"rating\":0,\"seller_name\":\"WooCommerce\",\"seller_url\":\"store\\/woocommerce\",\"tags\":\"Business, account, woocommerce\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-565f4f34-f7a4-44b6-95d4-490a0a141f38-lsaRh.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-565f4f34-f7a4-44b6-95d4-490a0a141f38-RcvRT.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565f4f34-f7a4-44b6-95d4-490a0a141f38-as1x2.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-565f4f34-f7a4-44b6-95d4-490a0a141f38-DIR4m.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\"],\"prices\":{\"single_domain_license\":\"79.00\",\"5_domain_license\":\"316.00\",\"developer_license\":\"1975.00\"},\"features\":[\"Checkout Process\",\"Take Credit Card Payments Directly\",\"Easy to integrate\"],\"created\":\"2015-12-02 13:08:02\",\"created_timestamp\":1449086882,\"demo_url\":\"https:\\/\\/woocommerce.com\\/products\\/paypal-pro\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"20a43fe4f147fe16a8eea8291629c6a2\"},{\"id\":\"57a3b773-3038-430b-a6c0-0ab90a14153b\",\"name\":\"Visitor Statistics Site Visitor Statistics for WordPress\",\"slug\":\"mystat-site-visitor-statistics-for-wordpress-7\",\"category\":\"WordPress\",\"type\":\"plugins\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/mystat-site-visitor-statistics-for-wordpress-7\",\"sales_count\":85,\"is_service\":false,\"rating\":0,\"seller_name\":\"mySTAT\",\"seller_url\":\"store\\/mystat\",\"tags\":\"analytics, statistics, WordPress, seo, widgets, professional, simple\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-59280b02-0030-4de6-a19d-5f050a141539-LZxGv.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-59280b02-0030-4de6-a19d-5f050a141539-CdVDh.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57a3b773-3038-430b-a6c0-0ab90a14153b-AuEQa.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57a3b773-3038-430b-a6c0-0ab90a14153b-qJfZN.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57a3b773-3038-430b-a6c0-0ab90a14153b-MSqw7.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57a3b773-3038-430b-a6c0-0ab90a14153b-6lchg.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57a3b773-3038-430b-a6c0-0ab90a14153b-lki78.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57a3b773-3038-430b-a6c0-0ab90a14153b-Z4SFa.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57a3b773-3038-430b-a6c0-0ab90a14153b-EsLWh.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57a3b773-3038-430b-a6c0-0ab90a14153b-1tmpe.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57a3b773-3038-430b-a6c0-0ab90a14153b-FAr07.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57a3b773-3038-430b-a6c0-0ab90a14153b-eRwBo.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57a3b773-3038-430b-a6c0-0ab90a14153b-PQ3md.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57a3b773-3038-430b-a6c0-0ab90a14153b-RoDop.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-59280b02-0030-4de6-a19d-5f050a141539-Z0S8N.png\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"20.00\",\"5_domain_license\":\"80.00\",\"developer_license\":\"500.00\"},\"features\":[\"Analytics\",\"Security\",\"Statistics\"],\"created\":\"2016-08-04 15:47:29\",\"created_timestamp\":1470347249,\"demo_url\":\"https:\\/\\/my-stat.com\\/demo\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"67ef2b46dcaaacbf476647c4ce8fc62d\"},{\"id\":\"565f506a-aaac-4997-8787-4fcd0a141f38\",\"name\":\"Amazon Pay WooCommerce Plugin\",\"slug\":\"amazon-payments-woocommerce-plugin\",\"category\":\"WordPress\",\"type\":\"plugins\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/amazon-payments-woocommerce-plugin\",\"sales_count\":83,\"is_service\":false,\"rating\":0,\"seller_name\":\"WooCommerce\",\"seller_url\":\"store\\/woocommerce\",\"tags\":\"free, accounting, woocommerce\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-565f506a-aaac-4997-8787-4fcd0a141f38-uspuS.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-565f506a-aaac-4997-8787-4fcd0a141f38-Wx9pL.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565f506a-aaac-4997-8787-4fcd0a141f38-XhLz7.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-565f506a-aaac-4997-8787-4fcd0a141f38-W9cWe.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\"],\"prices\":{\"single_domain_license\":\"0.00\",\"5_domain_license\":\"0.00\",\"developer_license\":\"0.00\"},\"features\":[\"Mobile-Optimized Widgets\",\"Site Retention\",\"Amazon Fraud Protection\"],\"created\":\"2015-12-02 13:15:02\",\"created_timestamp\":1449087302,\"demo_url\":\"https:\\/\\/woocommerce.com\\/products\\/pay-with-amazon\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"20a43fe4f147fe16a8eea8291629c6a2\"},{\"id\":\"5793b572-feb0-4db7-86f7-4f0c0a141539\",\"name\":\"WP Ajax search  WordPress Ajax Search Plugin\",\"slug\":\"wordpress-live-search-and-auto-complete-search-plugin\",\"category\":\"WordPress\",\"type\":\"plugins\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/wordpress-live-search-and-auto-complete-search-plugin\",\"sales_count\":72,\"is_service\":false,\"rating\":5,\"seller_name\":\"Netflixtech\",\"seller_url\":\"store\\/netflixtech\",\"tags\":\"widgets, search, responsive, modern, woocommerce, shop\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5793b572-feb0-4db7-86f7-4f0c0a141539-gt78n.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5793b572-feb0-4db7-86f7-4f0c0a141539-MGZsh.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5793b572-feb0-4db7-86f7-4f0c0a141539-qrYVm.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5793b572-feb0-4db7-86f7-4f0c0a141539-VrhU4.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5793b572-feb0-4db7-86f7-4f0c0a141539-H59XK.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5793b572-feb0-4db7-86f7-4f0c0a141539-6hnG0.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5793b572-feb0-4db7-86f7-4f0c0a141539-T5ad5.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5793b572-feb0-4db7-86f7-4f0c0a141539-10vOf.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"20.00\",\"5_domain_license\":\"80.00\",\"developer_license\":\"500.00\"},\"features\":[\"Customizable Results Template Using Standard WordPress Functions\",\"Instant Search Result With Featured Image\",\"Ajax Search Support\"],\"created\":\"2016-07-23 12:20:47\",\"created_timestamp\":1469298047,\"demo_url\":\"http:\\/\\/demo.netflixtech.com\\/shop\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"bba199e24571f9fe614b6995e1f58e2c\"},{\"id\":\"51e0385c-fb50-480b-ab02-64b60a140b24\",\"name\":\"Domain For Sale Domain Auction Plugin For WordPress\",\"slug\":\"this-domain-is-for-sale-wordpress-plugin\",\"category\":\"WordPress\",\"type\":\"plugins\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/this-domain-is-for-sale-wordpress-plugin\",\"sales_count\":69,\"is_service\":false,\"rating\":0,\"seller_name\":\"HTMLPIE\",\"seller_url\":\"store\\/htmlpie\",\"tags\":\"email, mail, parking, marketplace, quote, offer, buy, sell, domain, sale, auction, csv, price, bid, park\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/large_thumbnail-51e0385c-fb50-480b-ab02-64b60a140b24-difs_wp_plugin_368x296-mm-resize-368x296.png\",\"square_thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/square_thumbnail-51e0385c-fb50-480b-ab02-64b60a140b24-136x136-mm-resize-136x136.png\",\"thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/thumbnail-51e0385c-fb50-480b-ab02-64b60a140b24-difs_wp_plugin_260x156-mm-resize-260x156.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5a147138-ab04-4aff-a14f-7bd50a14153b-3E6K2.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5a147138-ab04-4aff-a14f-7bd50a14153b-GjkL9.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5a147138-ab04-4aff-a14f-7bd50a14153b-CUGL6.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5a147138-ab04-4aff-a14f-7bd50a14153b-rzPEn.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5a147138-ab04-4aff-a14f-7bd50a14153b-ItMMg.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5a147138-ab04-4aff-a14f-7bd50a14153b-FrtrC.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-51e0385c-fb50-480b-ab02-64b60a140b24-QCT1V.png\",\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/screen_shots-51e0385c-fb50-480b-ab02-64b60a140b24-difs_wp_plugin_backend_screenshot-mm-resize-1800x1800.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5a147138-ab04-4aff-a14f-7bd50a14153b-xlpur.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5a147138-ab04-4aff-a14f-7bd50a14153b-luKel.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5a147138-ab04-4aff-a14f-7bd50a14153b-ETP5E.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-51e0385c-fb50-480b-ab02-64b60a140b24-8gc04.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-51e0385c-fb50-480b-ab02-64b60a140b24-xbchz.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"29.00\",\"5_domain_license\":\"116.00\",\"developer_license\":\"725.00\"},\"features\":[\"Highly Customizable\",\"Auction and Fixed-Price Sales\",\"One Single WordPress Installation For All Your Domains\"],\"created\":\"2013-07-12 11:50:00\",\"created_timestamp\":1373651400,\"demo_url\":\"https:\\/\\/www.htmlpie.com\\/preview\\/domain-for-sale-wordpress-plugin\\/?ref=mojomarketplace\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"dfbdb474052f63e677f6ae8cd239639a\"},{\"id\":\"565f5da6-70d8-4e67-ad3b-5dc10a141f38\",\"name\":\"Product Add-Ons Developed by WooCommerce\",\"slug\":\"product-add-ons-woocommerce-add-on\",\"category\":\"WordPress\",\"type\":\"plugins\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/product-add-ons-woocommerce-add-on\",\"sales_count\":64,\"is_service\":false,\"rating\":0,\"seller_name\":\"WooCommerce\",\"seller_url\":\"store\\/woocommerce\",\"tags\":\"products, utilities, woocommerce\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-565f5da6-70d8-4e67-ad3b-5dc10a141f38-NxrIO.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-565f5da6-70d8-4e67-ad3b-5dc10a141f38-WP4O7.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565f5da6-70d8-4e67-ad3b-5dc10a141f38-RNNTM.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565f5da6-70d8-4e67-ad3b-5dc10a141f38-xbFlV.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-565f5da6-70d8-4e67-ad3b-5dc10a141f38-7RYy3.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"Easy to Integrate\",\"Customize\",\"Create Additional Product Personalization Options\"],\"created\":\"2015-12-02 14:07:56\",\"created_timestamp\":1449090476,\"demo_url\":\"http:\\/\\/www.woothemes.com\\/products\\/product-add-ons\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"20a43fe4f147fe16a8eea8291629c6a2\"},{\"id\":\"57ad9c9b-9438-4efd-a3cf-3cb40a14153a\",\"name\":\"Hide My WordPress Hide My WordPress PRO- Best Security 2018\",\"slug\":\"hide-my-wordpress-pro-security-plugin\",\"category\":\"WordPress\",\"type\":\"plugins\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/hide-my-wordpress-pro-security-plugin\",\"sales_count\":60,\"is_service\":false,\"rating\":0,\"seller_name\":\"WPplugins\",\"seller_url\":\"store\\/wpplugins\",\"tags\":\"hide, WordPress, plugin, wplugin, login, Admin Login, admin, security, best sellers\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5924fb86-2f74-4e96-8f8e-53560a141f3e-dkRGs.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5924fb86-2f74-4e96-8f8e-53560a141f3e-QeGTz.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57ad9c9b-9438-4efd-a3cf-3cb40a14153a-dyCkD.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57ad9c9b-9438-4efd-a3cf-3cb40a14153a-gWyDl.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57ad9c9b-9438-4efd-a3cf-3cb40a14153a-qiqvP.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57ad9c9b-9438-4efd-a3cf-3cb40a14153a-QOPCs.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-58f08514-9a60-4399-818a-06730a14153b-CuITJ.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57ad9c9b-9438-4efd-a3cf-3cb40a14153a-27liB.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5924fb86-2f74-4e96-8f8e-53560a141f3e-2Nm2L.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57ad9c9b-9438-4efd-a3cf-3cb40a14153a-Qjw0O.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57ad9c9b-9438-4efd-a3cf-3cb40a14153a-wxSxb.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57ad9c9b-9438-4efd-a3cf-3cb40a14153a-pOyFW.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57ad9c9b-9438-4efd-a3cf-3cb40a14153a-pouGp.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57ad9c9b-9438-4efd-a3cf-3cb40a14153a-u8y1y.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57ad9c9b-9438-4efd-a3cf-3cb40a14153a-wyjgj.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5924fb86-2f74-4e96-8f8e-53560a141f3e-KXrMa.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"23.00\",\"5_domain_license\":\"92.00\",\"developer_license\":\"575.00\"},\"features\":[\"Support for WordPress Multi Sites, Apache, Nginx and LiteSpeed \",\"Safe and Fast Plugin for WordPress\",\"Protect Your WordPress Site \"],\"created\":\"2016-08-12 03:53:51\",\"created_timestamp\":1470995631,\"demo_url\":\"http:\\/\\/test.wpplugins.tips\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"be0877006f3b74c66893473a71c5374b\"},{\"id\":\"5799700a-2870-4909-a64e-66090a14153a\",\"name\":\"Simple Variation Price for WooCommerce Plugin\",\"slug\":\"simple-variation-price-for-woocommerce-plugin\",\"category\":\"WordPress\",\"type\":\"plugins\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/simple-variation-price-for-woocommerce-plugin\",\"sales_count\":60,\"is_service\":false,\"rating\":3,\"seller_name\":\"Shatter Studios\",\"seller_url\":\"store\\/shatter-studios\",\"tags\":\"clean, WordPress, woocommerce, price, product, display\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5799700a-2870-4909-a64e-66090a14153a-0h4ei.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5799700a-2870-4909-a64e-66090a14153a-CC3sy.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5799700a-2870-4909-a64e-66090a14153a-t1LO3.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5799700a-2870-4909-a64e-66090a14153a-3H7Iv.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5799700a-2870-4909-a64e-66090a14153a-56BK3.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5799700a-2870-4909-a64e-66090a14153a-TmvX2.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5799700a-2870-4909-a64e-66090a14153a-L8d1m.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5799700a-2870-4909-a64e-66090a14153a-dq1kV.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5799700a-2870-4909-a64e-66090a14153a-x2L1N.png\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\"],\"prices\":{\"single_domain_license\":\"20.00\",\"5_domain_license\":\"80.00\",\"developer_license\":\"500.00\"},\"features\":[\"Show clean and simple prices on variable products\",\"Works with differing prices and sales of single\\/multiple variatio\",\"Easy 30 second install, no setup\"],\"created\":\"2016-07-27 20:52:43\",\"created_timestamp\":1469674363,\"demo_url\":\"http:\\/\\/demo.shatterstudios.net\\/wordpress\\/simple-variation-price\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"4753e30d8003a46d6f3d50c2ef08faa7\"},{\"id\":\"5739b161-5e88-4728-a32d-1e5f0a140b32\",\"name\":\"Product Enquiry Pro Inquiry and Quote Request Extension QuoteUp\",\"slug\":\"product-enquiry-pro-a-k-a-quoteup\",\"category\":\"WordPress\",\"type\":\"plugins\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/product-enquiry-pro-a-k-a-quoteup\",\"sales_count\":58,\"is_service\":false,\"rating\":0,\"seller_name\":\"WisdmLabs\",\"seller_url\":\"store\\/wisdmlabs\",\"tags\":\"WordPress, woocommerce, Inquiry, quote\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5739b161-5e88-4728-a32d-1e5f0a140b32-6YCv3.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5739b161-5e88-4728-a32d-1e5f0a140b32-c0Eyz.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-e58XN.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-PC6gA.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-9xAlJ.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-qbtkO.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-XRmLU.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-FY2Yw.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-vAixT.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-4OtgT.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-jiQVI.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-QCRvi.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-yXGj3.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-c6yM1.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-WuQ35.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-r6wgA.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-Vgvtd.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-a1Cj3.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-9xAlJ.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-y2cZN.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-GHCXL.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-y2cZN.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-nrVwo.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-jiQVI.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-2mGch.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-zdcWU.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-QCRvi.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-LqYZn.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-dmXwN.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-WkJ0G.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-Eu55C.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-fyKCl.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-NKCkG.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-paYy0.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-4OtgT.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-dmXwN.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-WuQ35.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-3alqh.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-Vgvtd.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-EYBpJ.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-EMDEO.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-XRmLU.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-xizTU.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-KwI77.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-srnUw.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-WkJ0G.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-7c3HT.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-LtqB1.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-IhFF5.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-u0iQ8.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-paYy0.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-yVjEw.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-u0iQ8.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-GHCXL.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-QOamp.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-HjJXP.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-yXGj3.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-c6yM1.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-yVjEw.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-HjJXP.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-PC6gA.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-Eu55C.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-e58XN.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-jWqLC.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-srnUw.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-qbtkO.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-xizTU.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-LtqB1.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-b0lZR.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-jWqLC.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-3alqh.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-zdcWU.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-EYBpJ.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-a1Cj3.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-2mGch.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-EMDEO.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-jEgTa.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-fyKCl.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-7c3HT.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-IhFF5.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-jEgTa.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-FY2Yw.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-0nTzd.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-r6wgA.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-cIyPC.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-KwI77.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-TRPgd.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-pyXm0.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-pyXm0.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-b0lZR.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-cIyPC.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-QOamp.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-LqYZn.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-nrVwo.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-NKCkG.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-0nTzd.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-vAixT.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-TRPgd.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5739b161-5e88-4728-a32d-1e5f0a140b32-fqYwA.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"Add Inquiry Button Under Each Product on Your Shop Page\",\"Ability to Create and Send Quotations From the Back-end\",\"Enable Users to Request a Quote for Multiple Products From the Shop Page\"],\"created\":\"2016-05-16 05:42:19\",\"created_timestamp\":1463398939,\"demo_url\":\"http:\\/\\/quoteup.wisdmlabs.com\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"4e9c9e26db4af42e7a3fa7588b3f8d70\"},{\"id\":\"58b845c9-fd3c-4a75-bda4-4a4f0a141539\",\"name\":\"Super Simple Recipes Recipes Cards for WordPress\",\"slug\":\"super-simple-recipes-for-wordpress\",\"category\":\"WordPress\",\"type\":\"plugins\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/super-simple-recipes-for-wordpress\",\"sales_count\":53,\"is_service\":false,\"rating\":0,\"seller_name\":\"Sculpture Qode\",\"seller_url\":\"store\\/sculpture-qode\",\"tags\":\"recipe, nutrition, ratings, responsive, food, print\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-58b845c9-fd3c-4a75-bda4-4a4f0a141539-YgQKl.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-58b845c9-fd3c-4a75-bda4-4a4f0a141539-lFYTC.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-58b845c9-fd3c-4a75-bda4-4a4f0a141539-dHd0p.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-58b845c9-fd3c-4a75-bda4-4a4f0a141539-w2KwE.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-58b845c9-fd3c-4a75-bda4-4a4f0a141539-intXn.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-58b845c9-fd3c-4a75-bda4-4a4f0a141539-xwR7j.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-58b845c9-fd3c-4a75-bda4-4a4f0a141539-rJZCO.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-58b845c9-fd3c-4a75-bda4-4a4f0a141539-9cW5R.png\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"Google Friendly\",\"Featured Recipe Images\",\"5 Star Recipe Ratings\"],\"created\":\"2017-03-02 09:18:29\",\"created_timestamp\":1488471509,\"demo_url\":\"https:\\/\\/healey.sculptureqode.com\\/burger-with-deep-fried-onions\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"b96badfe3b2a9b5edbddd952ff936826\"},{\"id\":\"565ccac1-5c24-4bba-8093-44b80a141f38\",\"name\":\"Sensei Learning Management for WordPress\",\"slug\":\"sensei-learning-management-for-wordpress\",\"category\":\"WordPress\",\"type\":\"plugins\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/sensei-learning-management-for-wordpress\",\"sales_count\":39,\"is_service\":false,\"rating\":0,\"seller_name\":\"WooCommerce\",\"seller_url\":\"store\\/woocommerce\",\"tags\":\"utilities, Business, WordPress, learning\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-565ccac1-5c24-4bba-8093-44b80a141f38-00KwJ.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-565ccac1-5c24-4bba-8093-44b80a141f38-XgoP6.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565ccac1-5c24-4bba-8093-44b80a141f38-VmSBv.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-565ccac1-5c24-4bba-8093-44b80a141f38-9inA9.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\"],\"prices\":{\"single_domain_license\":\"129.00\",\"5_domain_license\":\"516.00\",\"developer_license\":\"3225.00\"},\"features\":[\"Charge for Courses\",\"Seamless WordPress Integration\",\"Easy Content Creation\"],\"created\":\"2015-11-30 15:18:21\",\"created_timestamp\":1448921901,\"demo_url\":\"https:\\/\\/seesensei.com\\/courses\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"20a43fe4f147fe16a8eea8291629c6a2\"},{\"id\":\"565cccfd-2ef4-4609-bc33-49f60a141f38\",\"name\":\"USPS Shipping Method for WooCommerce\",\"slug\":\"usps-shipping-method-for-woocommerce\",\"category\":\"WordPress\",\"type\":\"plugins\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/usps-shipping-method-for-woocommerce\",\"sales_count\":37,\"is_service\":false,\"rating\":0,\"seller_name\":\"WooCommerce\",\"seller_url\":\"store\\/woocommerce\",\"tags\":\"woocommerce, shipping, utilities\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-565cccfd-2ef4-4609-bc33-49f60a141f38-vVLVV.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-565cccfd-2ef4-4609-bc33-49f60a141f38-9e1mN.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565cccfd-2ef4-4609-bc33-49f60a141f38-0BAMw.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565cccfd-2ef4-4609-bc33-49f60a141f38-7QB3H.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565cccfd-2ef4-4609-bc33-49f60a141f38-0BAMw.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565cccfd-2ef4-4609-bc33-49f60a141f38-7QB3H.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-565cccfd-2ef4-4609-bc33-49f60a141f38-KhuD0.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\"],\"prices\":{\"single_domain_license\":\"79.00\",\"5_domain_license\":\"316.00\",\"developer_license\":\"1975.00\"},\"features\":[\"Real-Time Shipping Rates\",\"Pack Items Individually\",\"Calculates Quotes Worldwide\"],\"created\":\"2015-11-30 15:26:52\",\"created_timestamp\":1448922412,\"demo_url\":\"https:\\/\\/woocommerce.com\\/products\\/usps-shipping-method\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"20a43fe4f147fe16a8eea8291629c6a2\"},{\"id\":\"599d5a9b-de9c-4e67-889f-65490a141539\",\"name\":\"Social Share Wordpress Social Media\",\"slug\":\"social-share\",\"category\":\"WordPress\",\"type\":\"plugins\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/social-share\",\"sales_count\":30,\"is_service\":false,\"rating\":0,\"seller_name\":\"A WP Life\",\"seller_url\":\"store\\/a-wp-life\",\"tags\":\"responsive, WordPress, media\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-599d5a9b-a7dc-47f3-8f51-65490a141539-wIQME.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-599d5a9b-a7dc-47f3-8f51-65490a141539-nud2G.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-599d5a9b-a7dc-47f3-8f51-65490a141539-T2QGq.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-599d5a9b-a7dc-47f3-8f51-65490a141539-xKwmc.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-599d5a9b-a7dc-47f3-8f51-65490a141539-cLl6x.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-599d5a9b-a7dc-47f3-8f51-65490a141539-3dp2A.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-599d5a9b-a7dc-47f3-8f51-65490a141539-Y7YgR.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-59d7751e-da48-4e8f-a604-18310a14153a-KZYfg.jpg\"},\"downloads\":[\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"8.00\",\"5_domain_license\":\"32.00\",\"developer_license\":\"200.00\"},\"features\":[\"+ 30 Social Media Profiles + Two Effect Types + 10 Transform Effect + 60 Hover Effect + Unlimited Color\",\"+ Hover Color Effect + Full Widget Customization + Color Icon Setting\",\"+ Custom CSS\"],\"created\":\"2017-08-23 04:36:11\",\"created_timestamp\":1503484571,\"demo_url\":\"https:\\/\\/awplife.com\\/demo\\/social-media-widget-premium\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"8d4ee52a55fe320b4839f6ec308f25ef\"},{\"id\":\"565f5981-f638-4d4c-9ea8-1c320a141f39\",\"name\":\"WooCommerce Bookings Developed by WooCommerce\",\"slug\":\"woocommerce-bookings\",\"category\":\"WordPress\",\"type\":\"plugins\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/woocommerce-bookings\",\"sales_count\":29,\"is_service\":false,\"rating\":0,\"seller_name\":\"WooCommerce\",\"seller_url\":\"store\\/woocommerce\",\"tags\":\"woocommerce, advertising, plugins\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-565f5981-f638-4d4c-9ea8-1c320a141f39-MkFh6.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-565f5981-f638-4d4c-9ea8-1c320a141f39-GW7ly.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565f5981-f638-4d4c-9ea8-1c320a141f39-uYNAg.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565f5981-f638-4d4c-9ea8-1c320a141f39-XqEPs.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565f5981-f638-4d4c-9ea8-1c320a141f39-9bpRF.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565f5981-f638-4d4c-9ea8-1c320a141f39-Kl183.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565f5981-f638-4d4c-9ea8-1c320a141f39-2yPhr.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565f5981-f638-4d4c-9ea8-1c320a141f39-uDKAt.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565f5981-f638-4d4c-9ea8-1c320a141f39-jXgWJ.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565f5981-f638-4d4c-9ea8-1c320a141f39-90nha.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565f5981-f638-4d4c-9ea8-1c320a141f39-kYUb0.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565f5981-f638-4d4c-9ea8-1c320a141f39-EsKy2.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565f5981-f638-4d4c-9ea8-1c320a141f39-mKTkI.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565f5981-f638-4d4c-9ea8-1c320a141f39-J0UfF.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565f5981-f638-4d4c-9ea8-1c320a141f39-vAdu3.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565f5981-f638-4d4c-9ea8-1c320a141f39-qBL2s.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565f5981-f638-4d4c-9ea8-1c320a141f39-JrTht.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-565f5981-f638-4d4c-9ea8-1c320a141f39-46gew.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\"],\"prices\":{\"single_domain_license\":\"249.00\",\"5_domain_license\":\"996.00\",\"developer_license\":\"6225.00\"},\"features\":[\"Intuitive Booking Management\",\"Sell Your Time or Date Based Bookings\",\"Custom-Tailored Booking Costs\"],\"created\":\"2015-12-02 13:50:35\",\"created_timestamp\":1449089435,\"demo_url\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-bookings\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"20a43fe4f147fe16a8eea8291629c6a2\"},{\"id\":\"565ccf58-1990-4703-ad9e-10800a141f39\",\"name\":\"UPS Shipping Method for WooCommerce\",\"slug\":\"ups-shipping-method-for-woocommerce\",\"category\":\"WordPress\",\"type\":\"plugins\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/ups-shipping-method-for-woocommerce\",\"sales_count\":26,\"is_service\":false,\"rating\":0,\"seller_name\":\"WooCommerce\",\"seller_url\":\"store\\/woocommerce\",\"tags\":\"Business, woocommerce, ups\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-565ccf58-1990-4703-ad9e-10800a141f39-uBUnn.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-565ccf58-1990-4703-ad9e-10800a141f39-JyL0v.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565ccf58-1990-4703-ad9e-10800a141f39-RmbYA.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565ccf58-1990-4703-ad9e-10800a141f39-RmbYA.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565ccf58-1990-4703-ad9e-10800a141f39-7jltm.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565ccf58-1990-4703-ad9e-10800a141f39-7jltm.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-565ccf58-1990-4703-ad9e-10800a141f39-PAVBd.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\"],\"prices\":{\"single_domain_license\":\"79.00\",\"5_domain_license\":\"316.00\",\"developer_license\":\"1975.00\"},\"features\":[\"Calculate Quotes Worldwide\",\"API\",\"Units Converted Automatically\"],\"created\":\"2015-11-30 15:36:21\",\"created_timestamp\":1448922981,\"demo_url\":\"https:\\/\\/woocommerce.com\\/products\\/ups-shipping-method\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"20a43fe4f147fe16a8eea8291629c6a2\"}],\"page\":\"1\",\"pageCount\":5,\"records\":91}\";s:8:\"response\";a:2:{s:4:\"code\";i:200;s:7:\"message\";s:2:\"OK\";}s:7:\"cookies\";a:1:{i:0;O:14:\"WP_Http_Cookie\":5:{s:4:\"name\";s:6:\"APISVR\";s:5:\"value\";s:4:\"a0n4\";s:7:\"expires\";N;s:4:\"path\";s:1:\"/\";s:6:\"domain\";s:23:\"api.mojomarketplace.com\";}}s:8:\"filename\";N;s:13:\"http_response\";O:25:\"WP_HTTP_Requests_Response\":5:{s:11:\"\0*\0response\";O:17:\"Requests_Response\":10:{s:4:\"body\";s:60554:\"{\"status\":\"success\",\"items\":[{\"id\":\"57fc0ac0-d508-4ece-b096-041e0a14153b\",\"name\":\"Constant Contact Forms For WordPress\",\"slug\":\"constant-contact-forms-for-wordpress\",\"category\":\"WordPress\",\"type\":\"plugins\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/constant-contact-forms-for-wordpress\",\"sales_count\":3537,\"is_service\":false,\"rating\":5,\"seller_name\":\"Constant Contact\",\"seller_url\":\"store\\/constant-contact\",\"tags\":\"WordPress, plugins, plugin\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-57fc0ac0-d508-4ece-b096-041e0a14153b-QZ0bW.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-57fc0ac0-d508-4ece-b096-041e0a14153b-7uenP.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57fc0ac0-d508-4ece-b096-041e0a14153b-0PRzB.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57fc0ac0-d508-4ece-b096-041e0a14153b-cKWzO.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57fc0ac0-d508-4ece-b096-041e0a14153b-AzsJ5.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57fc0ac0-d508-4ece-b096-041e0a14153b-2dJiP.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57fc0ac0-d508-4ece-b096-041e0a14153b-2dJiP.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57fc0ac0-d508-4ece-b096-041e0a14153b-cKWzO.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57fc0ac0-d508-4ece-b096-041e0a14153b-0PRzB.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57fc0ac0-d508-4ece-b096-041e0a14153b-AzsJ5.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-57fc0ac0-d508-4ece-b096-041e0a14153b-4iVnr.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\"],\"prices\":{\"single_domain_license\":\"0.00\",\"5_domain_license\":\"0.00\",\"developer_license\":\"0.00\"},\"features\":[\"Capture Visitor Information Right From Your WordPress Site\",\"Create Easy To Install-Forms that Match Your WP Theme\",\"Customize Data Fields, So You Can Tailor The Information You Coll\"],\"created\":\"2016-10-10 15:40:46\",\"created_timestamp\":1476135646,\"demo_url\":\"https:\\/\\/cl.ly\\/3z3p2Y3b1d1Y\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"d8351e3b1400f222097db205c3729c64\"},{\"id\":\"565f4b5d-4dcc-48c4-8059-3de40a141f38\",\"name\":\"Product Vendors Plugin for WordPress\",\"slug\":\"product-vendors-plugin-for-wordpress\",\"category\":\"WordPress\",\"type\":\"plugins\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/product-vendors-plugin-for-wordpress\",\"sales_count\":1098,\"is_service\":false,\"rating\":0,\"seller_name\":\"WooCommerce\",\"seller_url\":\"store\\/woocommerce\",\"tags\":\"woocommerce, accounting, products\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-565f4b5d-4dcc-48c4-8059-3de40a141f38-2MCs2.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-565f4b5d-4dcc-48c4-8059-3de40a141f38-pbL75.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565f4b5d-4dcc-48c4-8059-3de40a141f38-yP02g.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565f4b5d-4dcc-48c4-8059-3de40a141f38-Fv652.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565f4b5d-4dcc-48c4-8059-3de40a141f38-U79BI.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-565f4b5d-4dcc-48c4-8059-3de40a141f38-ePpeq.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\"],\"prices\":{\"single_domain_license\":\"79.00\",\"5_domain_license\":\"316.00\",\"developer_license\":\"1975.00\"},\"features\":[\"Accessible And Readable Reports For You And Your Vendors\",\"Manage Your Commissions With Ease\",\"Manage Product Tags\"],\"created\":\"2015-12-02 12:53:01\",\"created_timestamp\":1449085981,\"demo_url\":\"https:\\/\\/woocommerce.com\\/products\\/product-vendors\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"20a43fe4f147fe16a8eea8291629c6a2\"},{\"id\":\"59dba270-4cc4-43f2-9c2d-091b0a141539\",\"name\":\"Translate Website Localization &amp; Translation\",\"slug\":\"translate\",\"category\":\"WordPress\",\"type\":\"plugins\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/translate\",\"sales_count\":1060,\"is_service\":false,\"rating\":0,\"seller_name\":\"translate\",\"seller_url\":\"\",\"tags\":\"WordPress, seo, Business\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-59dba270-2244-4413-a1cb-091b0a141539-PM8Yr.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-59dba270-2244-4413-a1cb-091b0a141539-2oSrx.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59dba270-2244-4413-a1cb-091b0a141539-AMxDq.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-59dba270-2244-4413-a1cb-091b0a141539-nY8PJ.jpg\"},\"downloads\":[\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"0.00\",\"5_domain_license\":\"0.00\",\"developer_license\":\"0.00\"},\"features\":[\"More Engagement\",\"More Traffic\",\"More Conversions\"],\"created\":\"2017-10-09 10:23:12\",\"created_timestamp\":1507566192,\"demo_url\":\"https:\\/\\/www.translate.com\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"f137dc0264951dc71f1922bb89b57eff\"},{\"id\":\"59abc082-2d68-4a26-8798-12b00a141539\",\"name\":\"Gwolle GB Add-On Adds Functions to Your Guestbook\",\"slug\":\"gwolle-gb-add-on\",\"category\":\"WordPress\",\"type\":\"plugins\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/gwolle-gb-add-on\",\"sales_count\":301,\"is_service\":false,\"rating\":3.8,\"seller_name\":\"mpol\",\"seller_url\":\"\",\"tags\":\"shortcodes, responsive, seo\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-59abc082-8a98-423d-be46-12b00a141539-SLEUp.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-59abc082-8a98-423d-be46-12b00a141539-K4qk0.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59abc082-8a98-423d-be46-12b00a141539-wZ5Ym.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59abc082-8a98-423d-be46-12b00a141539-8BiNc.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59abc082-8a98-423d-be46-12b00a141539-LxuNL.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59abc082-8a98-423d-be46-12b00a141539-4CADp.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59abc082-8a98-423d-be46-12b00a141539-iwFcE.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59abc082-8a98-423d-be46-12b00a141539-P1s90.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59abc082-8a98-423d-be46-12b00a141539-aQqj9.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5ad0bdd7-a314-4b5f-8947-23d50a14153a-GajoP.jpg\"},\"downloads\":[\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"9.00\",\"5_domain_license\":\"36.00\",\"developer_license\":\"225.00\"},\"features\":[\"Star Ratings, With Voting and Display and Rich Snippets for SEO\",\"Social Media Sharing (Optional).\",\"Meta Fields. Add Any Field You want; Company, Phone Number\"],\"created\":\"2017-09-03 02:42:42\",\"created_timestamp\":1504428162,\"demo_url\":\"http:\\/\\/demo.zenoweb.nl\\/wordpress-plugins\\/gwolle-guestbook-the-add-on\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"ab0ed337a155ffdab98c1cab1b2076db\"},{\"id\":\"567aabcb-9f9c-43bb-97b6-1b660a141f37\",\"name\":\"Contact Form Plugin WP Contact Forms with CAPTCHA and Validation\",\"slug\":\"advanced-wordpress-contact-form-plugin\",\"category\":\"WordPress\",\"type\":\"plugins\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/advanced-wordpress-contact-form-plugin\",\"sales_count\":210,\"is_service\":false,\"rating\":5,\"seller_name\":\"HTMLPIE\",\"seller_url\":\"store\\/htmlpie\",\"tags\":\"email, ajax, contact, message, captcha, validation, localization, shortcode, spam, responsive, mobile, newsletter, widget, form\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-58f7adc8-c67c-4294-b42f-1f5a0a141539-Exwvg.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-58f7adc8-c67c-4294-b42f-1f5a0a141539-M8ab7.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-567aabcb-9f9c-43bb-97b6-1b660a141f37-8iaHy.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-567aabcb-9f9c-43bb-97b6-1b660a141f37-ZNycn.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-567aabcb-9f9c-43bb-97b6-1b660a141f37-Q6KrR.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-567aabcb-9f9c-43bb-97b6-1b660a141f37-8MO33.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-567aabcb-9f9c-43bb-97b6-1b660a141f37-WuQcg.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-567aabcb-9f9c-43bb-97b6-1b660a141f37-GAolw.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-567aabcb-9f9c-43bb-97b6-1b660a141f37-8lu19.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-567aabcb-9f9c-43bb-97b6-1b660a141f37-kgMxM.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-567aabcb-9f9c-43bb-97b6-1b660a141f37-4n2sg.png\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"29.00\",\"5_domain_license\":\"116.00\",\"developer_license\":\"725.00\"},\"features\":[\"Built-in CAPTCHA and Validation\",\"Automatic Plugin Update\",\"Tons of Ready-Made CSS3 Styles Included\"],\"created\":\"2015-12-23 07:13:14\",\"created_timestamp\":1450879994,\"demo_url\":\"https:\\/\\/www.htmlpie.com\\/preview\\/wordpress-contact-form-plugin?ref=mojomarketplace\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"dfbdb474052f63e677f6ae8cd239639a\"},{\"id\":\"565f4f34-f7a4-44b6-95d4-490a0a141f38\",\"name\":\"PayPal Pro Credit Card Gateway Plugin\",\"slug\":\"paypal-pro-credit-card-gateway-plugin\",\"category\":\"WordPress\",\"type\":\"plugins\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/paypal-pro-credit-card-gateway-plugin\",\"sales_count\":98,\"is_service\":false,\"rating\":0,\"seller_name\":\"WooCommerce\",\"seller_url\":\"store\\/woocommerce\",\"tags\":\"Business, account, woocommerce\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-565f4f34-f7a4-44b6-95d4-490a0a141f38-lsaRh.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-565f4f34-f7a4-44b6-95d4-490a0a141f38-RcvRT.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565f4f34-f7a4-44b6-95d4-490a0a141f38-as1x2.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-565f4f34-f7a4-44b6-95d4-490a0a141f38-DIR4m.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\"],\"prices\":{\"single_domain_license\":\"79.00\",\"5_domain_license\":\"316.00\",\"developer_license\":\"1975.00\"},\"features\":[\"Checkout Process\",\"Take Credit Card Payments Directly\",\"Easy to integrate\"],\"created\":\"2015-12-02 13:08:02\",\"created_timestamp\":1449086882,\"demo_url\":\"https:\\/\\/woocommerce.com\\/products\\/paypal-pro\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"20a43fe4f147fe16a8eea8291629c6a2\"},{\"id\":\"57a3b773-3038-430b-a6c0-0ab90a14153b\",\"name\":\"Visitor Statistics Site Visitor Statistics for WordPress\",\"slug\":\"mystat-site-visitor-statistics-for-wordpress-7\",\"category\":\"WordPress\",\"type\":\"plugins\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/mystat-site-visitor-statistics-for-wordpress-7\",\"sales_count\":85,\"is_service\":false,\"rating\":0,\"seller_name\":\"mySTAT\",\"seller_url\":\"store\\/mystat\",\"tags\":\"analytics, statistics, WordPress, seo, widgets, professional, simple\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-59280b02-0030-4de6-a19d-5f050a141539-LZxGv.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-59280b02-0030-4de6-a19d-5f050a141539-CdVDh.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57a3b773-3038-430b-a6c0-0ab90a14153b-AuEQa.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57a3b773-3038-430b-a6c0-0ab90a14153b-qJfZN.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57a3b773-3038-430b-a6c0-0ab90a14153b-MSqw7.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57a3b773-3038-430b-a6c0-0ab90a14153b-6lchg.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57a3b773-3038-430b-a6c0-0ab90a14153b-lki78.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57a3b773-3038-430b-a6c0-0ab90a14153b-Z4SFa.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57a3b773-3038-430b-a6c0-0ab90a14153b-EsLWh.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57a3b773-3038-430b-a6c0-0ab90a14153b-1tmpe.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57a3b773-3038-430b-a6c0-0ab90a14153b-FAr07.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57a3b773-3038-430b-a6c0-0ab90a14153b-eRwBo.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57a3b773-3038-430b-a6c0-0ab90a14153b-PQ3md.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57a3b773-3038-430b-a6c0-0ab90a14153b-RoDop.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-59280b02-0030-4de6-a19d-5f050a141539-Z0S8N.png\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"20.00\",\"5_domain_license\":\"80.00\",\"developer_license\":\"500.00\"},\"features\":[\"Analytics\",\"Security\",\"Statistics\"],\"created\":\"2016-08-04 15:47:29\",\"created_timestamp\":1470347249,\"demo_url\":\"https:\\/\\/my-stat.com\\/demo\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"67ef2b46dcaaacbf476647c4ce8fc62d\"},{\"id\":\"565f506a-aaac-4997-8787-4fcd0a141f38\",\"name\":\"Amazon Pay WooCommerce Plugin\",\"slug\":\"amazon-payments-woocommerce-plugin\",\"category\":\"WordPress\",\"type\":\"plugins\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/amazon-payments-woocommerce-plugin\",\"sales_count\":83,\"is_service\":false,\"rating\":0,\"seller_name\":\"WooCommerce\",\"seller_url\":\"store\\/woocommerce\",\"tags\":\"free, accounting, woocommerce\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-565f506a-aaac-4997-8787-4fcd0a141f38-uspuS.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-565f506a-aaac-4997-8787-4fcd0a141f38-Wx9pL.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565f506a-aaac-4997-8787-4fcd0a141f38-XhLz7.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-565f506a-aaac-4997-8787-4fcd0a141f38-W9cWe.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\"],\"prices\":{\"single_domain_license\":\"0.00\",\"5_domain_license\":\"0.00\",\"developer_license\":\"0.00\"},\"features\":[\"Mobile-Optimized Widgets\",\"Site Retention\",\"Amazon Fraud Protection\"],\"created\":\"2015-12-02 13:15:02\",\"created_timestamp\":1449087302,\"demo_url\":\"https:\\/\\/woocommerce.com\\/products\\/pay-with-amazon\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"20a43fe4f147fe16a8eea8291629c6a2\"},{\"id\":\"5793b572-feb0-4db7-86f7-4f0c0a141539\",\"name\":\"WP Ajax search  WordPress Ajax Search Plugin\",\"slug\":\"wordpress-live-search-and-auto-complete-search-plugin\",\"category\":\"WordPress\",\"type\":\"plugins\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/wordpress-live-search-and-auto-complete-search-plugin\",\"sales_count\":72,\"is_service\":false,\"rating\":5,\"seller_name\":\"Netflixtech\",\"seller_url\":\"store\\/netflixtech\",\"tags\":\"widgets, search, responsive, modern, woocommerce, shop\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5793b572-feb0-4db7-86f7-4f0c0a141539-gt78n.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5793b572-feb0-4db7-86f7-4f0c0a141539-MGZsh.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5793b572-feb0-4db7-86f7-4f0c0a141539-qrYVm.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5793b572-feb0-4db7-86f7-4f0c0a141539-VrhU4.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5793b572-feb0-4db7-86f7-4f0c0a141539-H59XK.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5793b572-feb0-4db7-86f7-4f0c0a141539-6hnG0.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5793b572-feb0-4db7-86f7-4f0c0a141539-T5ad5.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5793b572-feb0-4db7-86f7-4f0c0a141539-10vOf.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"20.00\",\"5_domain_license\":\"80.00\",\"developer_license\":\"500.00\"},\"features\":[\"Customizable Results Template Using Standard WordPress Functions\",\"Instant Search Result With Featured Image\",\"Ajax Search Support\"],\"created\":\"2016-07-23 12:20:47\",\"created_timestamp\":1469298047,\"demo_url\":\"http:\\/\\/demo.netflixtech.com\\/shop\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"bba199e24571f9fe614b6995e1f58e2c\"},{\"id\":\"51e0385c-fb50-480b-ab02-64b60a140b24\",\"name\":\"Domain For Sale Domain Auction Plugin For WordPress\",\"slug\":\"this-domain-is-for-sale-wordpress-plugin\",\"category\":\"WordPress\",\"type\":\"plugins\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/this-domain-is-for-sale-wordpress-plugin\",\"sales_count\":69,\"is_service\":false,\"rating\":0,\"seller_name\":\"HTMLPIE\",\"seller_url\":\"store\\/htmlpie\",\"tags\":\"email, mail, parking, marketplace, quote, offer, buy, sell, domain, sale, auction, csv, price, bid, park\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/large_thumbnail-51e0385c-fb50-480b-ab02-64b60a140b24-difs_wp_plugin_368x296-mm-resize-368x296.png\",\"square_thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/square_thumbnail-51e0385c-fb50-480b-ab02-64b60a140b24-136x136-mm-resize-136x136.png\",\"thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/thumbnail-51e0385c-fb50-480b-ab02-64b60a140b24-difs_wp_plugin_260x156-mm-resize-260x156.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5a147138-ab04-4aff-a14f-7bd50a14153b-3E6K2.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5a147138-ab04-4aff-a14f-7bd50a14153b-GjkL9.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5a147138-ab04-4aff-a14f-7bd50a14153b-CUGL6.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5a147138-ab04-4aff-a14f-7bd50a14153b-rzPEn.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5a147138-ab04-4aff-a14f-7bd50a14153b-ItMMg.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5a147138-ab04-4aff-a14f-7bd50a14153b-FrtrC.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-51e0385c-fb50-480b-ab02-64b60a140b24-QCT1V.png\",\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/screen_shots-51e0385c-fb50-480b-ab02-64b60a140b24-difs_wp_plugin_backend_screenshot-mm-resize-1800x1800.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5a147138-ab04-4aff-a14f-7bd50a14153b-xlpur.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5a147138-ab04-4aff-a14f-7bd50a14153b-luKel.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5a147138-ab04-4aff-a14f-7bd50a14153b-ETP5E.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-51e0385c-fb50-480b-ab02-64b60a140b24-8gc04.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-51e0385c-fb50-480b-ab02-64b60a140b24-xbchz.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"29.00\",\"5_domain_license\":\"116.00\",\"developer_license\":\"725.00\"},\"features\":[\"Highly Customizable\",\"Auction and Fixed-Price Sales\",\"One Single WordPress Installation For All Your Domains\"],\"created\":\"2013-07-12 11:50:00\",\"created_timestamp\":1373651400,\"demo_url\":\"https:\\/\\/www.htmlpie.com\\/preview\\/domain-for-sale-wordpress-plugin\\/?ref=mojomarketplace\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"dfbdb474052f63e677f6ae8cd239639a\"},{\"id\":\"565f5da6-70d8-4e67-ad3b-5dc10a141f38\",\"name\":\"Product Add-Ons Developed by WooCommerce\",\"slug\":\"product-add-ons-woocommerce-add-on\",\"category\":\"WordPress\",\"type\":\"plugins\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/product-add-ons-woocommerce-add-on\",\"sales_count\":64,\"is_service\":false,\"rating\":0,\"seller_name\":\"WooCommerce\",\"seller_url\":\"store\\/woocommerce\",\"tags\":\"products, utilities, woocommerce\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-565f5da6-70d8-4e67-ad3b-5dc10a141f38-NxrIO.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-565f5da6-70d8-4e67-ad3b-5dc10a141f38-WP4O7.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565f5da6-70d8-4e67-ad3b-5dc10a141f38-RNNTM.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565f5da6-70d8-4e67-ad3b-5dc10a141f38-xbFlV.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-565f5da6-70d8-4e67-ad3b-5dc10a141f38-7RYy3.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"Easy to Integrate\",\"Customize\",\"Create Additional Product Personalization Options\"],\"created\":\"2015-12-02 14:07:56\",\"created_timestamp\":1449090476,\"demo_url\":\"http:\\/\\/www.woothemes.com\\/products\\/product-add-ons\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"20a43fe4f147fe16a8eea8291629c6a2\"},{\"id\":\"57ad9c9b-9438-4efd-a3cf-3cb40a14153a\",\"name\":\"Hide My WordPress Hide My WordPress PRO- Best Security 2018\",\"slug\":\"hide-my-wordpress-pro-security-plugin\",\"category\":\"WordPress\",\"type\":\"plugins\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/hide-my-wordpress-pro-security-plugin\",\"sales_count\":60,\"is_service\":false,\"rating\":0,\"seller_name\":\"WPplugins\",\"seller_url\":\"store\\/wpplugins\",\"tags\":\"hide, WordPress, plugin, wplugin, login, Admin Login, admin, security, best sellers\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5924fb86-2f74-4e96-8f8e-53560a141f3e-dkRGs.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5924fb86-2f74-4e96-8f8e-53560a141f3e-QeGTz.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57ad9c9b-9438-4efd-a3cf-3cb40a14153a-dyCkD.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57ad9c9b-9438-4efd-a3cf-3cb40a14153a-gWyDl.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57ad9c9b-9438-4efd-a3cf-3cb40a14153a-qiqvP.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57ad9c9b-9438-4efd-a3cf-3cb40a14153a-QOPCs.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-58f08514-9a60-4399-818a-06730a14153b-CuITJ.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57ad9c9b-9438-4efd-a3cf-3cb40a14153a-27liB.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5924fb86-2f74-4e96-8f8e-53560a141f3e-2Nm2L.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57ad9c9b-9438-4efd-a3cf-3cb40a14153a-Qjw0O.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57ad9c9b-9438-4efd-a3cf-3cb40a14153a-wxSxb.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57ad9c9b-9438-4efd-a3cf-3cb40a14153a-pOyFW.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57ad9c9b-9438-4efd-a3cf-3cb40a14153a-pouGp.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57ad9c9b-9438-4efd-a3cf-3cb40a14153a-u8y1y.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57ad9c9b-9438-4efd-a3cf-3cb40a14153a-wyjgj.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5924fb86-2f74-4e96-8f8e-53560a141f3e-KXrMa.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"23.00\",\"5_domain_license\":\"92.00\",\"developer_license\":\"575.00\"},\"features\":[\"Support for WordPress Multi Sites, Apache, Nginx and LiteSpeed \",\"Safe and Fast Plugin for WordPress\",\"Protect Your WordPress Site \"],\"created\":\"2016-08-12 03:53:51\",\"created_timestamp\":1470995631,\"demo_url\":\"http:\\/\\/test.wpplugins.tips\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"be0877006f3b74c66893473a71c5374b\"},{\"id\":\"5799700a-2870-4909-a64e-66090a14153a\",\"name\":\"Simple Variation Price for WooCommerce Plugin\",\"slug\":\"simple-variation-price-for-woocommerce-plugin\",\"category\":\"WordPress\",\"type\":\"plugins\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/simple-variation-price-for-woocommerce-plugin\",\"sales_count\":60,\"is_service\":false,\"rating\":3,\"seller_name\":\"Shatter Studios\",\"seller_url\":\"store\\/shatter-studios\",\"tags\":\"clean, WordPress, woocommerce, price, product, display\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5799700a-2870-4909-a64e-66090a14153a-0h4ei.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5799700a-2870-4909-a64e-66090a14153a-CC3sy.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5799700a-2870-4909-a64e-66090a14153a-t1LO3.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5799700a-2870-4909-a64e-66090a14153a-3H7Iv.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5799700a-2870-4909-a64e-66090a14153a-56BK3.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5799700a-2870-4909-a64e-66090a14153a-TmvX2.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5799700a-2870-4909-a64e-66090a14153a-L8d1m.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5799700a-2870-4909-a64e-66090a14153a-dq1kV.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5799700a-2870-4909-a64e-66090a14153a-x2L1N.png\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\"],\"prices\":{\"single_domain_license\":\"20.00\",\"5_domain_license\":\"80.00\",\"developer_license\":\"500.00\"},\"features\":[\"Show clean and simple prices on variable products\",\"Works with differing prices and sales of single\\/multiple variatio\",\"Easy 30 second install, no setup\"],\"created\":\"2016-07-27 20:52:43\",\"created_timestamp\":1469674363,\"demo_url\":\"http:\\/\\/demo.shatterstudios.net\\/wordpress\\/simple-variation-price\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"4753e30d8003a46d6f3d50c2ef08faa7\"},{\"id\":\"5739b161-5e88-4728-a32d-1e5f0a140b32\",\"name\":\"Product Enquiry Pro Inquiry and Quote Request Extension QuoteUp\",\"slug\":\"product-enquiry-pro-a-k-a-quoteup\",\"category\":\"WordPress\",\"type\":\"plugins\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/product-enquiry-pro-a-k-a-quoteup\",\"sales_count\":58,\"is_service\":false,\"rating\":0,\"seller_name\":\"WisdmLabs\",\"seller_url\":\"store\\/wisdmlabs\",\"tags\":\"WordPress, woocommerce, Inquiry, quote\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5739b161-5e88-4728-a32d-1e5f0a140b32-6YCv3.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5739b161-5e88-4728-a32d-1e5f0a140b32-c0Eyz.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-e58XN.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-PC6gA.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-9xAlJ.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-qbtkO.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-XRmLU.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-FY2Yw.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-vAixT.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-4OtgT.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-jiQVI.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-QCRvi.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-yXGj3.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-c6yM1.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-WuQ35.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-r6wgA.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-Vgvtd.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-a1Cj3.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-9xAlJ.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-y2cZN.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-GHCXL.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-y2cZN.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-nrVwo.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-jiQVI.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-2mGch.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-zdcWU.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-QCRvi.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-LqYZn.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-dmXwN.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-WkJ0G.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-Eu55C.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-fyKCl.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-NKCkG.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-paYy0.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-4OtgT.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-dmXwN.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-WuQ35.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-3alqh.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-Vgvtd.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-EYBpJ.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-EMDEO.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-XRmLU.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-xizTU.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-KwI77.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-srnUw.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-WkJ0G.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-7c3HT.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-LtqB1.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-IhFF5.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-u0iQ8.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-paYy0.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-yVjEw.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-u0iQ8.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-GHCXL.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-QOamp.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-HjJXP.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-yXGj3.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-c6yM1.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-yVjEw.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-HjJXP.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-PC6gA.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-Eu55C.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-e58XN.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-jWqLC.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-srnUw.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-qbtkO.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-xizTU.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-LtqB1.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-b0lZR.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-jWqLC.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-3alqh.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-zdcWU.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-EYBpJ.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-a1Cj3.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-2mGch.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-EMDEO.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-jEgTa.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-fyKCl.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-7c3HT.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-IhFF5.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-jEgTa.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-FY2Yw.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-0nTzd.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-r6wgA.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-cIyPC.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-KwI77.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-TRPgd.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-pyXm0.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-pyXm0.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-b0lZR.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-cIyPC.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-QOamp.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-LqYZn.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-nrVwo.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-NKCkG.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-0nTzd.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-vAixT.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-TRPgd.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5739b161-5e88-4728-a32d-1e5f0a140b32-fqYwA.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"Add Inquiry Button Under Each Product on Your Shop Page\",\"Ability to Create and Send Quotations From the Back-end\",\"Enable Users to Request a Quote for Multiple Products From the Shop Page\"],\"created\":\"2016-05-16 05:42:19\",\"created_timestamp\":1463398939,\"demo_url\":\"http:\\/\\/quoteup.wisdmlabs.com\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"4e9c9e26db4af42e7a3fa7588b3f8d70\"},{\"id\":\"58b845c9-fd3c-4a75-bda4-4a4f0a141539\",\"name\":\"Super Simple Recipes Recipes Cards for WordPress\",\"slug\":\"super-simple-recipes-for-wordpress\",\"category\":\"WordPress\",\"type\":\"plugins\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/super-simple-recipes-for-wordpress\",\"sales_count\":53,\"is_service\":false,\"rating\":0,\"seller_name\":\"Sculpture Qode\",\"seller_url\":\"store\\/sculpture-qode\",\"tags\":\"recipe, nutrition, ratings, responsive, food, print\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-58b845c9-fd3c-4a75-bda4-4a4f0a141539-YgQKl.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-58b845c9-fd3c-4a75-bda4-4a4f0a141539-lFYTC.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-58b845c9-fd3c-4a75-bda4-4a4f0a141539-dHd0p.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-58b845c9-fd3c-4a75-bda4-4a4f0a141539-w2KwE.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-58b845c9-fd3c-4a75-bda4-4a4f0a141539-intXn.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-58b845c9-fd3c-4a75-bda4-4a4f0a141539-xwR7j.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-58b845c9-fd3c-4a75-bda4-4a4f0a141539-rJZCO.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-58b845c9-fd3c-4a75-bda4-4a4f0a141539-9cW5R.png\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"Google Friendly\",\"Featured Recipe Images\",\"5 Star Recipe Ratings\"],\"created\":\"2017-03-02 09:18:29\",\"created_timestamp\":1488471509,\"demo_url\":\"https:\\/\\/healey.sculptureqode.com\\/burger-with-deep-fried-onions\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"b96badfe3b2a9b5edbddd952ff936826\"},{\"id\":\"565ccac1-5c24-4bba-8093-44b80a141f38\",\"name\":\"Sensei Learning Management for WordPress\",\"slug\":\"sensei-learning-management-for-wordpress\",\"category\":\"WordPress\",\"type\":\"plugins\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/sensei-learning-management-for-wordpress\",\"sales_count\":39,\"is_service\":false,\"rating\":0,\"seller_name\":\"WooCommerce\",\"seller_url\":\"store\\/woocommerce\",\"tags\":\"utilities, Business, WordPress, learning\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-565ccac1-5c24-4bba-8093-44b80a141f38-00KwJ.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-565ccac1-5c24-4bba-8093-44b80a141f38-XgoP6.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565ccac1-5c24-4bba-8093-44b80a141f38-VmSBv.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-565ccac1-5c24-4bba-8093-44b80a141f38-9inA9.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\"],\"prices\":{\"single_domain_license\":\"129.00\",\"5_domain_license\":\"516.00\",\"developer_license\":\"3225.00\"},\"features\":[\"Charge for Courses\",\"Seamless WordPress Integration\",\"Easy Content Creation\"],\"created\":\"2015-11-30 15:18:21\",\"created_timestamp\":1448921901,\"demo_url\":\"https:\\/\\/seesensei.com\\/courses\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"20a43fe4f147fe16a8eea8291629c6a2\"},{\"id\":\"565cccfd-2ef4-4609-bc33-49f60a141f38\",\"name\":\"USPS Shipping Method for WooCommerce\",\"slug\":\"usps-shipping-method-for-woocommerce\",\"category\":\"WordPress\",\"type\":\"plugins\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/usps-shipping-method-for-woocommerce\",\"sales_count\":37,\"is_service\":false,\"rating\":0,\"seller_name\":\"WooCommerce\",\"seller_url\":\"store\\/woocommerce\",\"tags\":\"woocommerce, shipping, utilities\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-565cccfd-2ef4-4609-bc33-49f60a141f38-vVLVV.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-565cccfd-2ef4-4609-bc33-49f60a141f38-9e1mN.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565cccfd-2ef4-4609-bc33-49f60a141f38-0BAMw.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565cccfd-2ef4-4609-bc33-49f60a141f38-7QB3H.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565cccfd-2ef4-4609-bc33-49f60a141f38-0BAMw.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565cccfd-2ef4-4609-bc33-49f60a141f38-7QB3H.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-565cccfd-2ef4-4609-bc33-49f60a141f38-KhuD0.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\"],\"prices\":{\"single_domain_license\":\"79.00\",\"5_domain_license\":\"316.00\",\"developer_license\":\"1975.00\"},\"features\":[\"Real-Time Shipping Rates\",\"Pack Items Individually\",\"Calculates Quotes Worldwide\"],\"created\":\"2015-11-30 15:26:52\",\"created_timestamp\":1448922412,\"demo_url\":\"https:\\/\\/woocommerce.com\\/products\\/usps-shipping-method\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"20a43fe4f147fe16a8eea8291629c6a2\"},{\"id\":\"599d5a9b-de9c-4e67-889f-65490a141539\",\"name\":\"Social Share Wordpress Social Media\",\"slug\":\"social-share\",\"category\":\"WordPress\",\"type\":\"plugins\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/social-share\",\"sales_count\":30,\"is_service\":false,\"rating\":0,\"seller_name\":\"A WP Life\",\"seller_url\":\"store\\/a-wp-life\",\"tags\":\"responsive, WordPress, media\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-599d5a9b-a7dc-47f3-8f51-65490a141539-wIQME.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-599d5a9b-a7dc-47f3-8f51-65490a141539-nud2G.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-599d5a9b-a7dc-47f3-8f51-65490a141539-T2QGq.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-599d5a9b-a7dc-47f3-8f51-65490a141539-xKwmc.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-599d5a9b-a7dc-47f3-8f51-65490a141539-cLl6x.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-599d5a9b-a7dc-47f3-8f51-65490a141539-3dp2A.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-599d5a9b-a7dc-47f3-8f51-65490a141539-Y7YgR.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-59d7751e-da48-4e8f-a604-18310a14153a-KZYfg.jpg\"},\"downloads\":[\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"8.00\",\"5_domain_license\":\"32.00\",\"developer_license\":\"200.00\"},\"features\":[\"+ 30 Social Media Profiles + Two Effect Types + 10 Transform Effect + 60 Hover Effect + Unlimited Color\",\"+ Hover Color Effect + Full Widget Customization + Color Icon Setting\",\"+ Custom CSS\"],\"created\":\"2017-08-23 04:36:11\",\"created_timestamp\":1503484571,\"demo_url\":\"https:\\/\\/awplife.com\\/demo\\/social-media-widget-premium\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"8d4ee52a55fe320b4839f6ec308f25ef\"},{\"id\":\"565f5981-f638-4d4c-9ea8-1c320a141f39\",\"name\":\"WooCommerce Bookings Developed by WooCommerce\",\"slug\":\"woocommerce-bookings\",\"category\":\"WordPress\",\"type\":\"plugins\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/woocommerce-bookings\",\"sales_count\":29,\"is_service\":false,\"rating\":0,\"seller_name\":\"WooCommerce\",\"seller_url\":\"store\\/woocommerce\",\"tags\":\"woocommerce, advertising, plugins\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-565f5981-f638-4d4c-9ea8-1c320a141f39-MkFh6.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-565f5981-f638-4d4c-9ea8-1c320a141f39-GW7ly.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565f5981-f638-4d4c-9ea8-1c320a141f39-uYNAg.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565f5981-f638-4d4c-9ea8-1c320a141f39-XqEPs.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565f5981-f638-4d4c-9ea8-1c320a141f39-9bpRF.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565f5981-f638-4d4c-9ea8-1c320a141f39-Kl183.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565f5981-f638-4d4c-9ea8-1c320a141f39-2yPhr.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565f5981-f638-4d4c-9ea8-1c320a141f39-uDKAt.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565f5981-f638-4d4c-9ea8-1c320a141f39-jXgWJ.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565f5981-f638-4d4c-9ea8-1c320a141f39-90nha.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565f5981-f638-4d4c-9ea8-1c320a141f39-kYUb0.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565f5981-f638-4d4c-9ea8-1c320a141f39-EsKy2.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565f5981-f638-4d4c-9ea8-1c320a141f39-mKTkI.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565f5981-f638-4d4c-9ea8-1c320a141f39-J0UfF.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565f5981-f638-4d4c-9ea8-1c320a141f39-vAdu3.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565f5981-f638-4d4c-9ea8-1c320a141f39-qBL2s.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565f5981-f638-4d4c-9ea8-1c320a141f39-JrTht.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-565f5981-f638-4d4c-9ea8-1c320a141f39-46gew.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\"],\"prices\":{\"single_domain_license\":\"249.00\",\"5_domain_license\":\"996.00\",\"developer_license\":\"6225.00\"},\"features\":[\"Intuitive Booking Management\",\"Sell Your Time or Date Based Bookings\",\"Custom-Tailored Booking Costs\"],\"created\":\"2015-12-02 13:50:35\",\"created_timestamp\":1449089435,\"demo_url\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-bookings\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"20a43fe4f147fe16a8eea8291629c6a2\"},{\"id\":\"565ccf58-1990-4703-ad9e-10800a141f39\",\"name\":\"UPS Shipping Method for WooCommerce\",\"slug\":\"ups-shipping-method-for-woocommerce\",\"category\":\"WordPress\",\"type\":\"plugins\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/ups-shipping-method-for-woocommerce\",\"sales_count\":26,\"is_service\":false,\"rating\":0,\"seller_name\":\"WooCommerce\",\"seller_url\":\"store\\/woocommerce\",\"tags\":\"Business, woocommerce, ups\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-565ccf58-1990-4703-ad9e-10800a141f39-uBUnn.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-565ccf58-1990-4703-ad9e-10800a141f39-JyL0v.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565ccf58-1990-4703-ad9e-10800a141f39-RmbYA.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565ccf58-1990-4703-ad9e-10800a141f39-RmbYA.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565ccf58-1990-4703-ad9e-10800a141f39-7jltm.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565ccf58-1990-4703-ad9e-10800a141f39-7jltm.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-565ccf58-1990-4703-ad9e-10800a141f39-PAVBd.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\"],\"prices\":{\"single_domain_license\":\"79.00\",\"5_domain_license\":\"316.00\",\"developer_license\":\"1975.00\"},\"features\":[\"Calculate Quotes Worldwide\",\"API\",\"Units Converted Automatically\"],\"created\":\"2015-11-30 15:36:21\",\"created_timestamp\":1448922981,\"demo_url\":\"https:\\/\\/woocommerce.com\\/products\\/ups-shipping-method\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"20a43fe4f147fe16a8eea8291629c6a2\"}],\"page\":\"1\",\"pageCount\":5,\"records\":91}\";s:3:\"raw\";s:61007:\"HTTP/1.1 200 OK\r\nServer: nginx/1.12.0\r\nDate: Tue, 19 Feb 2019 13:53:48 GMT\r\nContent-Type: application/json; charset=UTF-8\r\nContent-Length: 60554\r\nConnection: close\r\nX-Powered-By: PHP/5.6.30\r\nSet-Cookie: SESSION=uojb1g9a0jgnnaili25caavbl7; expires=Sat, 23-Feb-2019 17:53:48 GMT; Max-Age=360000; path=/; domain=www.mojomarketplace.com; secure; HttpOnly\r\nCache-Control: 900\r\nAccess-Control-Allow-Origin: *\r\nVary: Origin\r\nSet-Cookie: APISVR=a0n4; path=/\r\n\r\n{\"status\":\"success\",\"items\":[{\"id\":\"57fc0ac0-d508-4ece-b096-041e0a14153b\",\"name\":\"Constant Contact Forms For WordPress\",\"slug\":\"constant-contact-forms-for-wordpress\",\"category\":\"WordPress\",\"type\":\"plugins\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/constant-contact-forms-for-wordpress\",\"sales_count\":3537,\"is_service\":false,\"rating\":5,\"seller_name\":\"Constant Contact\",\"seller_url\":\"store\\/constant-contact\",\"tags\":\"WordPress, plugins, plugin\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-57fc0ac0-d508-4ece-b096-041e0a14153b-QZ0bW.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-57fc0ac0-d508-4ece-b096-041e0a14153b-7uenP.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57fc0ac0-d508-4ece-b096-041e0a14153b-0PRzB.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57fc0ac0-d508-4ece-b096-041e0a14153b-cKWzO.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57fc0ac0-d508-4ece-b096-041e0a14153b-AzsJ5.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57fc0ac0-d508-4ece-b096-041e0a14153b-2dJiP.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57fc0ac0-d508-4ece-b096-041e0a14153b-2dJiP.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57fc0ac0-d508-4ece-b096-041e0a14153b-cKWzO.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57fc0ac0-d508-4ece-b096-041e0a14153b-0PRzB.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57fc0ac0-d508-4ece-b096-041e0a14153b-AzsJ5.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-57fc0ac0-d508-4ece-b096-041e0a14153b-4iVnr.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\"],\"prices\":{\"single_domain_license\":\"0.00\",\"5_domain_license\":\"0.00\",\"developer_license\":\"0.00\"},\"features\":[\"Capture Visitor Information Right From Your WordPress Site\",\"Create Easy To Install-Forms that Match Your WP Theme\",\"Customize Data Fields, So You Can Tailor The Information You Coll\"],\"created\":\"2016-10-10 15:40:46\",\"created_timestamp\":1476135646,\"demo_url\":\"https:\\/\\/cl.ly\\/3z3p2Y3b1d1Y\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"d8351e3b1400f222097db205c3729c64\"},{\"id\":\"565f4b5d-4dcc-48c4-8059-3de40a141f38\",\"name\":\"Product Vendors Plugin for WordPress\",\"slug\":\"product-vendors-plugin-for-wordpress\",\"category\":\"WordPress\",\"type\":\"plugins\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/product-vendors-plugin-for-wordpress\",\"sales_count\":1098,\"is_service\":false,\"rating\":0,\"seller_name\":\"WooCommerce\",\"seller_url\":\"store\\/woocommerce\",\"tags\":\"woocommerce, accounting, products\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-565f4b5d-4dcc-48c4-8059-3de40a141f38-2MCs2.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-565f4b5d-4dcc-48c4-8059-3de40a141f38-pbL75.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565f4b5d-4dcc-48c4-8059-3de40a141f38-yP02g.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565f4b5d-4dcc-48c4-8059-3de40a141f38-Fv652.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565f4b5d-4dcc-48c4-8059-3de40a141f38-U79BI.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-565f4b5d-4dcc-48c4-8059-3de40a141f38-ePpeq.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\"],\"prices\":{\"single_domain_license\":\"79.00\",\"5_domain_license\":\"316.00\",\"developer_license\":\"1975.00\"},\"features\":[\"Accessible And Readable Reports For You And Your Vendors\",\"Manage Your Commissions With Ease\",\"Manage Product Tags\"],\"created\":\"2015-12-02 12:53:01\",\"created_timestamp\":1449085981,\"demo_url\":\"https:\\/\\/woocommerce.com\\/products\\/product-vendors\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"20a43fe4f147fe16a8eea8291629c6a2\"},{\"id\":\"59dba270-4cc4-43f2-9c2d-091b0a141539\",\"name\":\"Translate Website Localization &amp; Translation\",\"slug\":\"translate\",\"category\":\"WordPress\",\"type\":\"plugins\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/translate\",\"sales_count\":1060,\"is_service\":false,\"rating\":0,\"seller_name\":\"translate\",\"seller_url\":\"\",\"tags\":\"WordPress, seo, Business\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-59dba270-2244-4413-a1cb-091b0a141539-PM8Yr.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-59dba270-2244-4413-a1cb-091b0a141539-2oSrx.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59dba270-2244-4413-a1cb-091b0a141539-AMxDq.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-59dba270-2244-4413-a1cb-091b0a141539-nY8PJ.jpg\"},\"downloads\":[\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"0.00\",\"5_domain_license\":\"0.00\",\"developer_license\":\"0.00\"},\"features\":[\"More Engagement\",\"More Traffic\",\"More Conversions\"],\"created\":\"2017-10-09 10:23:12\",\"created_timestamp\":1507566192,\"demo_url\":\"https:\\/\\/www.translate.com\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"f137dc0264951dc71f1922bb89b57eff\"},{\"id\":\"59abc082-2d68-4a26-8798-12b00a141539\",\"name\":\"Gwolle GB Add-On Adds Functions to Your Guestbook\",\"slug\":\"gwolle-gb-add-on\",\"category\":\"WordPress\",\"type\":\"plugins\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/gwolle-gb-add-on\",\"sales_count\":301,\"is_service\":false,\"rating\":3.8,\"seller_name\":\"mpol\",\"seller_url\":\"\",\"tags\":\"shortcodes, responsive, seo\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-59abc082-8a98-423d-be46-12b00a141539-SLEUp.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-59abc082-8a98-423d-be46-12b00a141539-K4qk0.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59abc082-8a98-423d-be46-12b00a141539-wZ5Ym.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59abc082-8a98-423d-be46-12b00a141539-8BiNc.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59abc082-8a98-423d-be46-12b00a141539-LxuNL.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59abc082-8a98-423d-be46-12b00a141539-4CADp.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59abc082-8a98-423d-be46-12b00a141539-iwFcE.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59abc082-8a98-423d-be46-12b00a141539-P1s90.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59abc082-8a98-423d-be46-12b00a141539-aQqj9.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5ad0bdd7-a314-4b5f-8947-23d50a14153a-GajoP.jpg\"},\"downloads\":[\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"9.00\",\"5_domain_license\":\"36.00\",\"developer_license\":\"225.00\"},\"features\":[\"Star Ratings, With Voting and Display and Rich Snippets for SEO\",\"Social Media Sharing (Optional).\",\"Meta Fields. Add Any Field You want; Company, Phone Number\"],\"created\":\"2017-09-03 02:42:42\",\"created_timestamp\":1504428162,\"demo_url\":\"http:\\/\\/demo.zenoweb.nl\\/wordpress-plugins\\/gwolle-guestbook-the-add-on\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"ab0ed337a155ffdab98c1cab1b2076db\"},{\"id\":\"567aabcb-9f9c-43bb-97b6-1b660a141f37\",\"name\":\"Contact Form Plugin WP Contact Forms with CAPTCHA and Validation\",\"slug\":\"advanced-wordpress-contact-form-plugin\",\"category\":\"WordPress\",\"type\":\"plugins\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/advanced-wordpress-contact-form-plugin\",\"sales_count\":210,\"is_service\":false,\"rating\":5,\"seller_name\":\"HTMLPIE\",\"seller_url\":\"store\\/htmlpie\",\"tags\":\"email, ajax, contact, message, captcha, validation, localization, shortcode, spam, responsive, mobile, newsletter, widget, form\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-58f7adc8-c67c-4294-b42f-1f5a0a141539-Exwvg.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-58f7adc8-c67c-4294-b42f-1f5a0a141539-M8ab7.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-567aabcb-9f9c-43bb-97b6-1b660a141f37-8iaHy.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-567aabcb-9f9c-43bb-97b6-1b660a141f37-ZNycn.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-567aabcb-9f9c-43bb-97b6-1b660a141f37-Q6KrR.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-567aabcb-9f9c-43bb-97b6-1b660a141f37-8MO33.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-567aabcb-9f9c-43bb-97b6-1b660a141f37-WuQcg.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-567aabcb-9f9c-43bb-97b6-1b660a141f37-GAolw.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-567aabcb-9f9c-43bb-97b6-1b660a141f37-8lu19.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-567aabcb-9f9c-43bb-97b6-1b660a141f37-kgMxM.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-567aabcb-9f9c-43bb-97b6-1b660a141f37-4n2sg.png\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"29.00\",\"5_domain_license\":\"116.00\",\"developer_license\":\"725.00\"},\"features\":[\"Built-in CAPTCHA and Validation\",\"Automatic Plugin Update\",\"Tons of Ready-Made CSS3 Styles Included\"],\"created\":\"2015-12-23 07:13:14\",\"created_timestamp\":1450879994,\"demo_url\":\"https:\\/\\/www.htmlpie.com\\/preview\\/wordpress-contact-form-plugin?ref=mojomarketplace\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"dfbdb474052f63e677f6ae8cd239639a\"},{\"id\":\"565f4f34-f7a4-44b6-95d4-490a0a141f38\",\"name\":\"PayPal Pro Credit Card Gateway Plugin\",\"slug\":\"paypal-pro-credit-card-gateway-plugin\",\"category\":\"WordPress\",\"type\":\"plugins\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/paypal-pro-credit-card-gateway-plugin\",\"sales_count\":98,\"is_service\":false,\"rating\":0,\"seller_name\":\"WooCommerce\",\"seller_url\":\"store\\/woocommerce\",\"tags\":\"Business, account, woocommerce\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-565f4f34-f7a4-44b6-95d4-490a0a141f38-lsaRh.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-565f4f34-f7a4-44b6-95d4-490a0a141f38-RcvRT.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565f4f34-f7a4-44b6-95d4-490a0a141f38-as1x2.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-565f4f34-f7a4-44b6-95d4-490a0a141f38-DIR4m.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\"],\"prices\":{\"single_domain_license\":\"79.00\",\"5_domain_license\":\"316.00\",\"developer_license\":\"1975.00\"},\"features\":[\"Checkout Process\",\"Take Credit Card Payments Directly\",\"Easy to integrate\"],\"created\":\"2015-12-02 13:08:02\",\"created_timestamp\":1449086882,\"demo_url\":\"https:\\/\\/woocommerce.com\\/products\\/paypal-pro\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"20a43fe4f147fe16a8eea8291629c6a2\"},{\"id\":\"57a3b773-3038-430b-a6c0-0ab90a14153b\",\"name\":\"Visitor Statistics Site Visitor Statistics for WordPress\",\"slug\":\"mystat-site-visitor-statistics-for-wordpress-7\",\"category\":\"WordPress\",\"type\":\"plugins\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/mystat-site-visitor-statistics-for-wordpress-7\",\"sales_count\":85,\"is_service\":false,\"rating\":0,\"seller_name\":\"mySTAT\",\"seller_url\":\"store\\/mystat\",\"tags\":\"analytics, statistics, WordPress, seo, widgets, professional, simple\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-59280b02-0030-4de6-a19d-5f050a141539-LZxGv.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-59280b02-0030-4de6-a19d-5f050a141539-CdVDh.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57a3b773-3038-430b-a6c0-0ab90a14153b-AuEQa.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57a3b773-3038-430b-a6c0-0ab90a14153b-qJfZN.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57a3b773-3038-430b-a6c0-0ab90a14153b-MSqw7.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57a3b773-3038-430b-a6c0-0ab90a14153b-6lchg.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57a3b773-3038-430b-a6c0-0ab90a14153b-lki78.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57a3b773-3038-430b-a6c0-0ab90a14153b-Z4SFa.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57a3b773-3038-430b-a6c0-0ab90a14153b-EsLWh.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57a3b773-3038-430b-a6c0-0ab90a14153b-1tmpe.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57a3b773-3038-430b-a6c0-0ab90a14153b-FAr07.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57a3b773-3038-430b-a6c0-0ab90a14153b-eRwBo.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57a3b773-3038-430b-a6c0-0ab90a14153b-PQ3md.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57a3b773-3038-430b-a6c0-0ab90a14153b-RoDop.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-59280b02-0030-4de6-a19d-5f050a141539-Z0S8N.png\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"20.00\",\"5_domain_license\":\"80.00\",\"developer_license\":\"500.00\"},\"features\":[\"Analytics\",\"Security\",\"Statistics\"],\"created\":\"2016-08-04 15:47:29\",\"created_timestamp\":1470347249,\"demo_url\":\"https:\\/\\/my-stat.com\\/demo\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"67ef2b46dcaaacbf476647c4ce8fc62d\"},{\"id\":\"565f506a-aaac-4997-8787-4fcd0a141f38\",\"name\":\"Amazon Pay WooCommerce Plugin\",\"slug\":\"amazon-payments-woocommerce-plugin\",\"category\":\"WordPress\",\"type\":\"plugins\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/amazon-payments-woocommerce-plugin\",\"sales_count\":83,\"is_service\":false,\"rating\":0,\"seller_name\":\"WooCommerce\",\"seller_url\":\"store\\/woocommerce\",\"tags\":\"free, accounting, woocommerce\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-565f506a-aaac-4997-8787-4fcd0a141f38-uspuS.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-565f506a-aaac-4997-8787-4fcd0a141f38-Wx9pL.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565f506a-aaac-4997-8787-4fcd0a141f38-XhLz7.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-565f506a-aaac-4997-8787-4fcd0a141f38-W9cWe.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\"],\"prices\":{\"single_domain_license\":\"0.00\",\"5_domain_license\":\"0.00\",\"developer_license\":\"0.00\"},\"features\":[\"Mobile-Optimized Widgets\",\"Site Retention\",\"Amazon Fraud Protection\"],\"created\":\"2015-12-02 13:15:02\",\"created_timestamp\":1449087302,\"demo_url\":\"https:\\/\\/woocommerce.com\\/products\\/pay-with-amazon\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"20a43fe4f147fe16a8eea8291629c6a2\"},{\"id\":\"5793b572-feb0-4db7-86f7-4f0c0a141539\",\"name\":\"WP Ajax search  WordPress Ajax Search Plugin\",\"slug\":\"wordpress-live-search-and-auto-complete-search-plugin\",\"category\":\"WordPress\",\"type\":\"plugins\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/wordpress-live-search-and-auto-complete-search-plugin\",\"sales_count\":72,\"is_service\":false,\"rating\":5,\"seller_name\":\"Netflixtech\",\"seller_url\":\"store\\/netflixtech\",\"tags\":\"widgets, search, responsive, modern, woocommerce, shop\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5793b572-feb0-4db7-86f7-4f0c0a141539-gt78n.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5793b572-feb0-4db7-86f7-4f0c0a141539-MGZsh.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5793b572-feb0-4db7-86f7-4f0c0a141539-qrYVm.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5793b572-feb0-4db7-86f7-4f0c0a141539-VrhU4.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5793b572-feb0-4db7-86f7-4f0c0a141539-H59XK.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5793b572-feb0-4db7-86f7-4f0c0a141539-6hnG0.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5793b572-feb0-4db7-86f7-4f0c0a141539-T5ad5.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5793b572-feb0-4db7-86f7-4f0c0a141539-10vOf.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"20.00\",\"5_domain_license\":\"80.00\",\"developer_license\":\"500.00\"},\"features\":[\"Customizable Results Template Using Standard WordPress Functions\",\"Instant Search Result With Featured Image\",\"Ajax Search Support\"],\"created\":\"2016-07-23 12:20:47\",\"created_timestamp\":1469298047,\"demo_url\":\"http:\\/\\/demo.netflixtech.com\\/shop\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"bba199e24571f9fe614b6995e1f58e2c\"},{\"id\":\"51e0385c-fb50-480b-ab02-64b60a140b24\",\"name\":\"Domain For Sale Domain Auction Plugin For WordPress\",\"slug\":\"this-domain-is-for-sale-wordpress-plugin\",\"category\":\"WordPress\",\"type\":\"plugins\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/this-domain-is-for-sale-wordpress-plugin\",\"sales_count\":69,\"is_service\":false,\"rating\":0,\"seller_name\":\"HTMLPIE\",\"seller_url\":\"store\\/htmlpie\",\"tags\":\"email, mail, parking, marketplace, quote, offer, buy, sell, domain, sale, auction, csv, price, bid, park\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/large_thumbnail-51e0385c-fb50-480b-ab02-64b60a140b24-difs_wp_plugin_368x296-mm-resize-368x296.png\",\"square_thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/square_thumbnail-51e0385c-fb50-480b-ab02-64b60a140b24-136x136-mm-resize-136x136.png\",\"thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/thumbnail-51e0385c-fb50-480b-ab02-64b60a140b24-difs_wp_plugin_260x156-mm-resize-260x156.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5a147138-ab04-4aff-a14f-7bd50a14153b-3E6K2.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5a147138-ab04-4aff-a14f-7bd50a14153b-GjkL9.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5a147138-ab04-4aff-a14f-7bd50a14153b-CUGL6.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5a147138-ab04-4aff-a14f-7bd50a14153b-rzPEn.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5a147138-ab04-4aff-a14f-7bd50a14153b-ItMMg.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5a147138-ab04-4aff-a14f-7bd50a14153b-FrtrC.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-51e0385c-fb50-480b-ab02-64b60a140b24-QCT1V.png\",\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/screen_shots-51e0385c-fb50-480b-ab02-64b60a140b24-difs_wp_plugin_backend_screenshot-mm-resize-1800x1800.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5a147138-ab04-4aff-a14f-7bd50a14153b-xlpur.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5a147138-ab04-4aff-a14f-7bd50a14153b-luKel.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5a147138-ab04-4aff-a14f-7bd50a14153b-ETP5E.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-51e0385c-fb50-480b-ab02-64b60a140b24-8gc04.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-51e0385c-fb50-480b-ab02-64b60a140b24-xbchz.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"29.00\",\"5_domain_license\":\"116.00\",\"developer_license\":\"725.00\"},\"features\":[\"Highly Customizable\",\"Auction and Fixed-Price Sales\",\"One Single WordPress Installation For All Your Domains\"],\"created\":\"2013-07-12 11:50:00\",\"created_timestamp\":1373651400,\"demo_url\":\"https:\\/\\/www.htmlpie.com\\/preview\\/domain-for-sale-wordpress-plugin\\/?ref=mojomarketplace\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"dfbdb474052f63e677f6ae8cd239639a\"},{\"id\":\"565f5da6-70d8-4e67-ad3b-5dc10a141f38\",\"name\":\"Product Add-Ons Developed by WooCommerce\",\"slug\":\"product-add-ons-woocommerce-add-on\",\"category\":\"WordPress\",\"type\":\"plugins\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/product-add-ons-woocommerce-add-on\",\"sales_count\":64,\"is_service\":false,\"rating\":0,\"seller_name\":\"WooCommerce\",\"seller_url\":\"store\\/woocommerce\",\"tags\":\"products, utilities, woocommerce\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-565f5da6-70d8-4e67-ad3b-5dc10a141f38-NxrIO.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-565f5da6-70d8-4e67-ad3b-5dc10a141f38-WP4O7.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565f5da6-70d8-4e67-ad3b-5dc10a141f38-RNNTM.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565f5da6-70d8-4e67-ad3b-5dc10a141f38-xbFlV.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-565f5da6-70d8-4e67-ad3b-5dc10a141f38-7RYy3.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"Easy to Integrate\",\"Customize\",\"Create Additional Product Personalization Options\"],\"created\":\"2015-12-02 14:07:56\",\"created_timestamp\":1449090476,\"demo_url\":\"http:\\/\\/www.woothemes.com\\/products\\/product-add-ons\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"20a43fe4f147fe16a8eea8291629c6a2\"},{\"id\":\"57ad9c9b-9438-4efd-a3cf-3cb40a14153a\",\"name\":\"Hide My WordPress Hide My WordPress PRO- Best Security 2018\",\"slug\":\"hide-my-wordpress-pro-security-plugin\",\"category\":\"WordPress\",\"type\":\"plugins\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/hide-my-wordpress-pro-security-plugin\",\"sales_count\":60,\"is_service\":false,\"rating\":0,\"seller_name\":\"WPplugins\",\"seller_url\":\"store\\/wpplugins\",\"tags\":\"hide, WordPress, plugin, wplugin, login, Admin Login, admin, security, best sellers\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5924fb86-2f74-4e96-8f8e-53560a141f3e-dkRGs.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5924fb86-2f74-4e96-8f8e-53560a141f3e-QeGTz.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57ad9c9b-9438-4efd-a3cf-3cb40a14153a-dyCkD.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57ad9c9b-9438-4efd-a3cf-3cb40a14153a-gWyDl.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57ad9c9b-9438-4efd-a3cf-3cb40a14153a-qiqvP.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57ad9c9b-9438-4efd-a3cf-3cb40a14153a-QOPCs.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-58f08514-9a60-4399-818a-06730a14153b-CuITJ.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57ad9c9b-9438-4efd-a3cf-3cb40a14153a-27liB.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5924fb86-2f74-4e96-8f8e-53560a141f3e-2Nm2L.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57ad9c9b-9438-4efd-a3cf-3cb40a14153a-Qjw0O.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57ad9c9b-9438-4efd-a3cf-3cb40a14153a-wxSxb.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57ad9c9b-9438-4efd-a3cf-3cb40a14153a-pOyFW.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57ad9c9b-9438-4efd-a3cf-3cb40a14153a-pouGp.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57ad9c9b-9438-4efd-a3cf-3cb40a14153a-u8y1y.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57ad9c9b-9438-4efd-a3cf-3cb40a14153a-wyjgj.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5924fb86-2f74-4e96-8f8e-53560a141f3e-KXrMa.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"23.00\",\"5_domain_license\":\"92.00\",\"developer_license\":\"575.00\"},\"features\":[\"Support for WordPress Multi Sites, Apache, Nginx and LiteSpeed \",\"Safe and Fast Plugin for WordPress\",\"Protect Your WordPress Site \"],\"created\":\"2016-08-12 03:53:51\",\"created_timestamp\":1470995631,\"demo_url\":\"http:\\/\\/test.wpplugins.tips\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"be0877006f3b74c66893473a71c5374b\"},{\"id\":\"5799700a-2870-4909-a64e-66090a14153a\",\"name\":\"Simple Variation Price for WooCommerce Plugin\",\"slug\":\"simple-variation-price-for-woocommerce-plugin\",\"category\":\"WordPress\",\"type\":\"plugins\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/simple-variation-price-for-woocommerce-plugin\",\"sales_count\":60,\"is_service\":false,\"rating\":3,\"seller_name\":\"Shatter Studios\",\"seller_url\":\"store\\/shatter-studios\",\"tags\":\"clean, WordPress, woocommerce, price, product, display\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5799700a-2870-4909-a64e-66090a14153a-0h4ei.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5799700a-2870-4909-a64e-66090a14153a-CC3sy.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5799700a-2870-4909-a64e-66090a14153a-t1LO3.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5799700a-2870-4909-a64e-66090a14153a-3H7Iv.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5799700a-2870-4909-a64e-66090a14153a-56BK3.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5799700a-2870-4909-a64e-66090a14153a-TmvX2.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5799700a-2870-4909-a64e-66090a14153a-L8d1m.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5799700a-2870-4909-a64e-66090a14153a-dq1kV.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5799700a-2870-4909-a64e-66090a14153a-x2L1N.png\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\"],\"prices\":{\"single_domain_license\":\"20.00\",\"5_domain_license\":\"80.00\",\"developer_license\":\"500.00\"},\"features\":[\"Show clean and simple prices on variable products\",\"Works with differing prices and sales of single\\/multiple variatio\",\"Easy 30 second install, no setup\"],\"created\":\"2016-07-27 20:52:43\",\"created_timestamp\":1469674363,\"demo_url\":\"http:\\/\\/demo.shatterstudios.net\\/wordpress\\/simple-variation-price\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"4753e30d8003a46d6f3d50c2ef08faa7\"},{\"id\":\"5739b161-5e88-4728-a32d-1e5f0a140b32\",\"name\":\"Product Enquiry Pro Inquiry and Quote Request Extension QuoteUp\",\"slug\":\"product-enquiry-pro-a-k-a-quoteup\",\"category\":\"WordPress\",\"type\":\"plugins\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/product-enquiry-pro-a-k-a-quoteup\",\"sales_count\":58,\"is_service\":false,\"rating\":0,\"seller_name\":\"WisdmLabs\",\"seller_url\":\"store\\/wisdmlabs\",\"tags\":\"WordPress, woocommerce, Inquiry, quote\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5739b161-5e88-4728-a32d-1e5f0a140b32-6YCv3.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5739b161-5e88-4728-a32d-1e5f0a140b32-c0Eyz.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-e58XN.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-PC6gA.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-9xAlJ.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-qbtkO.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-XRmLU.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-FY2Yw.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-vAixT.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-4OtgT.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-jiQVI.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-QCRvi.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-yXGj3.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-c6yM1.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-WuQ35.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-r6wgA.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-Vgvtd.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-a1Cj3.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-9xAlJ.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-y2cZN.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-GHCXL.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-y2cZN.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-nrVwo.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-jiQVI.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-2mGch.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-zdcWU.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-QCRvi.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-LqYZn.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-dmXwN.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-WkJ0G.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-Eu55C.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-fyKCl.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-NKCkG.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-paYy0.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-4OtgT.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-dmXwN.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-WuQ35.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-3alqh.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-Vgvtd.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-EYBpJ.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-EMDEO.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-XRmLU.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-xizTU.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-KwI77.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-srnUw.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-WkJ0G.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-7c3HT.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-LtqB1.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-IhFF5.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-u0iQ8.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-paYy0.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-yVjEw.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-u0iQ8.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-GHCXL.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-QOamp.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-HjJXP.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-yXGj3.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-c6yM1.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-yVjEw.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-HjJXP.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-PC6gA.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-Eu55C.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-e58XN.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-jWqLC.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-srnUw.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-qbtkO.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-xizTU.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-LtqB1.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-b0lZR.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-jWqLC.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-3alqh.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-zdcWU.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-EYBpJ.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-a1Cj3.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-2mGch.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-EMDEO.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-jEgTa.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-fyKCl.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-7c3HT.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-IhFF5.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-jEgTa.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-FY2Yw.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-0nTzd.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-r6wgA.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-cIyPC.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-KwI77.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-TRPgd.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-pyXm0.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-pyXm0.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-b0lZR.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-cIyPC.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-QOamp.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-LqYZn.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-nrVwo.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-NKCkG.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-0nTzd.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-vAixT.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5739b161-5e88-4728-a32d-1e5f0a140b32-TRPgd.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5739b161-5e88-4728-a32d-1e5f0a140b32-fqYwA.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"Add Inquiry Button Under Each Product on Your Shop Page\",\"Ability to Create and Send Quotations From the Back-end\",\"Enable Users to Request a Quote for Multiple Products From the Shop Page\"],\"created\":\"2016-05-16 05:42:19\",\"created_timestamp\":1463398939,\"demo_url\":\"http:\\/\\/quoteup.wisdmlabs.com\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"4e9c9e26db4af42e7a3fa7588b3f8d70\"},{\"id\":\"58b845c9-fd3c-4a75-bda4-4a4f0a141539\",\"name\":\"Super Simple Recipes Recipes Cards for WordPress\",\"slug\":\"super-simple-recipes-for-wordpress\",\"category\":\"WordPress\",\"type\":\"plugins\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/super-simple-recipes-for-wordpress\",\"sales_count\":53,\"is_service\":false,\"rating\":0,\"seller_name\":\"Sculpture Qode\",\"seller_url\":\"store\\/sculpture-qode\",\"tags\":\"recipe, nutrition, ratings, responsive, food, print\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-58b845c9-fd3c-4a75-bda4-4a4f0a141539-YgQKl.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-58b845c9-fd3c-4a75-bda4-4a4f0a141539-lFYTC.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-58b845c9-fd3c-4a75-bda4-4a4f0a141539-dHd0p.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-58b845c9-fd3c-4a75-bda4-4a4f0a141539-w2KwE.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-58b845c9-fd3c-4a75-bda4-4a4f0a141539-intXn.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-58b845c9-fd3c-4a75-bda4-4a4f0a141539-xwR7j.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-58b845c9-fd3c-4a75-bda4-4a4f0a141539-rJZCO.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-58b845c9-fd3c-4a75-bda4-4a4f0a141539-9cW5R.png\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"Google Friendly\",\"Featured Recipe Images\",\"5 Star Recipe Ratings\"],\"created\":\"2017-03-02 09:18:29\",\"created_timestamp\":1488471509,\"demo_url\":\"https:\\/\\/healey.sculptureqode.com\\/burger-with-deep-fried-onions\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"b96badfe3b2a9b5edbddd952ff936826\"},{\"id\":\"565ccac1-5c24-4bba-8093-44b80a141f38\",\"name\":\"Sensei Learning Management for WordPress\",\"slug\":\"sensei-learning-management-for-wordpress\",\"category\":\"WordPress\",\"type\":\"plugins\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/sensei-learning-management-for-wordpress\",\"sales_count\":39,\"is_service\":false,\"rating\":0,\"seller_name\":\"WooCommerce\",\"seller_url\":\"store\\/woocommerce\",\"tags\":\"utilities, Business, WordPress, learning\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-565ccac1-5c24-4bba-8093-44b80a141f38-00KwJ.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-565ccac1-5c24-4bba-8093-44b80a141f38-XgoP6.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565ccac1-5c24-4bba-8093-44b80a141f38-VmSBv.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-565ccac1-5c24-4bba-8093-44b80a141f38-9inA9.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\"],\"prices\":{\"single_domain_license\":\"129.00\",\"5_domain_license\":\"516.00\",\"developer_license\":\"3225.00\"},\"features\":[\"Charge for Courses\",\"Seamless WordPress Integration\",\"Easy Content Creation\"],\"created\":\"2015-11-30 15:18:21\",\"created_timestamp\":1448921901,\"demo_url\":\"https:\\/\\/seesensei.com\\/courses\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"20a43fe4f147fe16a8eea8291629c6a2\"},{\"id\":\"565cccfd-2ef4-4609-bc33-49f60a141f38\",\"name\":\"USPS Shipping Method for WooCommerce\",\"slug\":\"usps-shipping-method-for-woocommerce\",\"category\":\"WordPress\",\"type\":\"plugins\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/usps-shipping-method-for-woocommerce\",\"sales_count\":37,\"is_service\":false,\"rating\":0,\"seller_name\":\"WooCommerce\",\"seller_url\":\"store\\/woocommerce\",\"tags\":\"woocommerce, shipping, utilities\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-565cccfd-2ef4-4609-bc33-49f60a141f38-vVLVV.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-565cccfd-2ef4-4609-bc33-49f60a141f38-9e1mN.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565cccfd-2ef4-4609-bc33-49f60a141f38-0BAMw.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565cccfd-2ef4-4609-bc33-49f60a141f38-7QB3H.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565cccfd-2ef4-4609-bc33-49f60a141f38-0BAMw.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565cccfd-2ef4-4609-bc33-49f60a141f38-7QB3H.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-565cccfd-2ef4-4609-bc33-49f60a141f38-KhuD0.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\"],\"prices\":{\"single_domain_license\":\"79.00\",\"5_domain_license\":\"316.00\",\"developer_license\":\"1975.00\"},\"features\":[\"Real-Time Shipping Rates\",\"Pack Items Individually\",\"Calculates Quotes Worldwide\"],\"created\":\"2015-11-30 15:26:52\",\"created_timestamp\":1448922412,\"demo_url\":\"https:\\/\\/woocommerce.com\\/products\\/usps-shipping-method\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"20a43fe4f147fe16a8eea8291629c6a2\"},{\"id\":\"599d5a9b-de9c-4e67-889f-65490a141539\",\"name\":\"Social Share Wordpress Social Media\",\"slug\":\"social-share\",\"category\":\"WordPress\",\"type\":\"plugins\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/social-share\",\"sales_count\":30,\"is_service\":false,\"rating\":0,\"seller_name\":\"A WP Life\",\"seller_url\":\"store\\/a-wp-life\",\"tags\":\"responsive, WordPress, media\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-599d5a9b-a7dc-47f3-8f51-65490a141539-wIQME.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-599d5a9b-a7dc-47f3-8f51-65490a141539-nud2G.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-599d5a9b-a7dc-47f3-8f51-65490a141539-T2QGq.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-599d5a9b-a7dc-47f3-8f51-65490a141539-xKwmc.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-599d5a9b-a7dc-47f3-8f51-65490a141539-cLl6x.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-599d5a9b-a7dc-47f3-8f51-65490a141539-3dp2A.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-599d5a9b-a7dc-47f3-8f51-65490a141539-Y7YgR.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-59d7751e-da48-4e8f-a604-18310a14153a-KZYfg.jpg\"},\"downloads\":[\"file_documentation\",\"file_demo_data\",\"child_theme\"],\"prices\":{\"single_domain_license\":\"8.00\",\"5_domain_license\":\"32.00\",\"developer_license\":\"200.00\"},\"features\":[\"+ 30 Social Media Profiles + Two Effect Types + 10 Transform Effect + 60 Hover Effect + Unlimited Color\",\"+ Hover Color Effect + Full Widget Customization + Color Icon Setting\",\"+ Custom CSS\"],\"created\":\"2017-08-23 04:36:11\",\"created_timestamp\":1503484571,\"demo_url\":\"https:\\/\\/awplife.com\\/demo\\/social-media-widget-premium\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"8d4ee52a55fe320b4839f6ec308f25ef\"},{\"id\":\"565f5981-f638-4d4c-9ea8-1c320a141f39\",\"name\":\"WooCommerce Bookings Developed by WooCommerce\",\"slug\":\"woocommerce-bookings\",\"category\":\"WordPress\",\"type\":\"plugins\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/woocommerce-bookings\",\"sales_count\":29,\"is_service\":false,\"rating\":0,\"seller_name\":\"WooCommerce\",\"seller_url\":\"store\\/woocommerce\",\"tags\":\"woocommerce, advertising, plugins\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-565f5981-f638-4d4c-9ea8-1c320a141f39-MkFh6.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-565f5981-f638-4d4c-9ea8-1c320a141f39-GW7ly.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565f5981-f638-4d4c-9ea8-1c320a141f39-uYNAg.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565f5981-f638-4d4c-9ea8-1c320a141f39-XqEPs.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565f5981-f638-4d4c-9ea8-1c320a141f39-9bpRF.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565f5981-f638-4d4c-9ea8-1c320a141f39-Kl183.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565f5981-f638-4d4c-9ea8-1c320a141f39-2yPhr.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565f5981-f638-4d4c-9ea8-1c320a141f39-uDKAt.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565f5981-f638-4d4c-9ea8-1c320a141f39-jXgWJ.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565f5981-f638-4d4c-9ea8-1c320a141f39-90nha.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565f5981-f638-4d4c-9ea8-1c320a141f39-kYUb0.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565f5981-f638-4d4c-9ea8-1c320a141f39-EsKy2.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565f5981-f638-4d4c-9ea8-1c320a141f39-mKTkI.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565f5981-f638-4d4c-9ea8-1c320a141f39-J0UfF.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565f5981-f638-4d4c-9ea8-1c320a141f39-vAdu3.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565f5981-f638-4d4c-9ea8-1c320a141f39-qBL2s.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565f5981-f638-4d4c-9ea8-1c320a141f39-JrTht.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-565f5981-f638-4d4c-9ea8-1c320a141f39-46gew.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\"],\"prices\":{\"single_domain_license\":\"249.00\",\"5_domain_license\":\"996.00\",\"developer_license\":\"6225.00\"},\"features\":[\"Intuitive Booking Management\",\"Sell Your Time or Date Based Bookings\",\"Custom-Tailored Booking Costs\"],\"created\":\"2015-12-02 13:50:35\",\"created_timestamp\":1449089435,\"demo_url\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-bookings\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"20a43fe4f147fe16a8eea8291629c6a2\"},{\"id\":\"565ccf58-1990-4703-ad9e-10800a141f39\",\"name\":\"UPS Shipping Method for WooCommerce\",\"slug\":\"ups-shipping-method-for-woocommerce\",\"category\":\"WordPress\",\"type\":\"plugins\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/ups-shipping-method-for-woocommerce\",\"sales_count\":26,\"is_service\":false,\"rating\":0,\"seller_name\":\"WooCommerce\",\"seller_url\":\"store\\/woocommerce\",\"tags\":\"Business, woocommerce, ups\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-565ccf58-1990-4703-ad9e-10800a141f39-uBUnn.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-565ccf58-1990-4703-ad9e-10800a141f39-JyL0v.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565ccf58-1990-4703-ad9e-10800a141f39-RmbYA.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565ccf58-1990-4703-ad9e-10800a141f39-RmbYA.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565ccf58-1990-4703-ad9e-10800a141f39-7jltm.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-565ccf58-1990-4703-ad9e-10800a141f39-7jltm.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-565ccf58-1990-4703-ad9e-10800a141f39-PAVBd.jpg\"},\"downloads\":[\"file_product\",\"file_documentation\",\"file_demo_data\"],\"prices\":{\"single_domain_license\":\"79.00\",\"5_domain_license\":\"316.00\",\"developer_license\":\"1975.00\"},\"features\":[\"Calculate Quotes Worldwide\",\"API\",\"Units Converted Automatically\"],\"created\":\"2015-11-30 15:36:21\",\"created_timestamp\":1448922981,\"demo_url\":\"https:\\/\\/woocommerce.com\\/products\\/ups-shipping-method\\/\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"20a43fe4f147fe16a8eea8291629c6a2\"}],\"page\":\"1\",\"pageCount\":5,\"records\":91}\";s:7:\"headers\";O:25:\"Requests_Response_Headers\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";a:1:{i:0;s:12:\"nginx/1.12.0\";}s:4:\"date\";a:1:{i:0;s:29:\"Tue, 19 Feb 2019 13:53:48 GMT\";}s:12:\"content-type\";a:1:{i:0;s:31:\"application/json; charset=UTF-8\";}s:14:\"content-length\";a:1:{i:0;s:5:\"60554\";}s:12:\"x-powered-by\";a:1:{i:0;s:10:\"PHP/5.6.30\";}s:10:\"set-cookie\";a:2:{i:0;s:147:\"SESSION=uojb1g9a0jgnnaili25caavbl7; expires=Sat, 23-Feb-2019 17:53:48 GMT; Max-Age=360000; path=/; domain=www.mojomarketplace.com; secure; HttpOnly\";i:1;s:19:\"APISVR=a0n4; path=/\";}s:13:\"cache-control\";a:1:{i:0;s:3:\"900\";}s:27:\"access-control-allow-origin\";a:1:{i:0;s:1:\"*\";}s:4:\"vary\";a:1:{i:0;s:6:\"Origin\";}}}s:11:\"status_code\";i:200;s:16:\"protocol_version\";d:1.100000000000000088817841970012523233890533447265625;s:7:\"success\";b:1;s:9:\"redirects\";i:0;s:3:\"url\";s:104:\"https://api.mojomarketplace.com/api/v2/items?category=wordpress&type=plugins&count=20&order=sales&page=1\";s:7:\"history\";a:0:{}s:7:\"cookies\";O:19:\"Requests_Cookie_Jar\":1:{s:10:\"\0*\0cookies\";a:1:{s:6:\"APISVR\";O:15:\"Requests_Cookie\":5:{s:4:\"name\";s:6:\"APISVR\";s:5:\"value\";s:4:\"a0n4\";s:10:\"attributes\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:2:{s:4:\"path\";s:1:\"/\";s:6:\"domain\";s:23:\"api.mojomarketplace.com\";}}s:5:\"flags\";a:4:{s:8:\"creation\";i:1550584429;s:11:\"last-access\";i:1550584429;s:10:\"persistent\";b:0;s:9:\"host-only\";b:1;}s:14:\"reference_time\";i:1550584429;}}}}s:11:\"\0*\0filename\";N;s:4:\"data\";N;s:7:\"headers\";N;s:6:\"status\";N;}}s:32:\"eb58075fcbfd49c3a15b95e2092d92ac\";a:6:{s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:12:\"nginx/1.10.1\";s:4:\"date\";s:29:\"Tue, 19 Feb 2019 13:53:50 GMT\";s:12:\"content-type\";s:31:\"application/json; charset=UTF-8\";s:14:\"content-length\";s:5:\"38430\";s:12:\"x-powered-by\";s:10:\"PHP/5.6.22\";s:10:\"set-cookie\";a:2:{i:0;s:147:\"SESSION=p0ljccshd026dhba8ri0o8ud07; expires=Sat, 23-Feb-2019 17:53:50 GMT; Max-Age=360000; path=/; domain=www.mojomarketplace.com; secure; HttpOnly\";i:1;s:19:\"APISVR=a0n2; path=/\";}s:13:\"cache-control\";s:3:\"900\";s:27:\"access-control-allow-origin\";s:1:\"*\";s:4:\"vary\";s:6:\"Origin\";}}s:4:\"body\";s:38430:\"{\"status\":\"success\",\"items\":[{\"id\":\"53078bcc-bf48-44e3-b131-4a870a141528\",\"name\":\"Install Your WordPress Theme\",\"slug\":\"install-your-wordpress-theme\",\"category\":\"development\",\"type\":\"services\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/install-your-wordpress-theme\",\"sales_count\":35930,\"is_service\":\"1\",\"rating\":0,\"seller_name\":null,\"seller_url\":\"\",\"tags\":\"WordPress, setup, install, wp, service, upload\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-53078bcc-bf48-44e3-b131-4a870a141528-368x296-aM4zQ.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-53078bcc-bf48-44e3-b131-4a870a141528-136x136-CWC20.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53078bcc-bf48-44e3-b131-4a870a141528-260x156-R0RQ5.png\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/items\\/WP-Theme-Installation-1.jpg\"},\"downloads\":[],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":\"\",\"created\":\"2014-02-21 10:24:28\",\"created_timestamp\":1393003468,\"demo_url\":\"\",\"short_description\":\"<p>Once you\\u2019ve purchased a theme for your new website, the theme needs to be installed via FTP or your WordPress dashboard. Some MOJO users are comfortable installing themes on their own, but for those who need help, the MOJO Professional Services team is standing by to install your theme for you.<\\/p>\",\"logo_bg_color\":\"#45769f\",\"change_logs\":[],\"gravatar_hash\":\"d41d8cd98f00b204e9800998ecf8427e\"},{\"id\":\"53078b6f-9af4-4c66-9ce7-77a00a140b28\",\"name\":\"Make My WordPress Site Look Like the Theme Demo\",\"slug\":\"make-my-wordpress-site-look-like-the-theme-demo\",\"category\":\"development\",\"type\":\"services\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/make-my-wordpress-site-look-like-the-theme-demo\",\"sales_count\":13642,\"is_service\":\"1\",\"rating\":0,\"seller_name\":null,\"seller_url\":\"\",\"tags\":\"service, demo, content, sample, dummy\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-53078b6f-9af4-4c66-9ce7-77a00a140b28-368x296-nj6Mn.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-53078b6f-9af4-4c66-9ce7-77a00a140b28-136x136-HBjNN.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53078b6f-9af4-4c66-9ce7-77a00a140b28-260x156-icda5.png\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/items\\/Look-like-demo-1.jpg\"},\"downloads\":[],\"prices\":{\"single_domain_license\":\"149.00\"},\"features\":\"\",\"created\":\"2014-02-21 10:22:55\",\"created_timestamp\":1393003375,\"demo_url\":\"\",\"short_description\":\"<p>Each theme on MOJO Marketplace has a pre-configured demo to showcase the theme\\u2019s capabilities; things like style options, built in functionality, etc.. This is purely an example. WordPress allows for endless configuration and customization options for moderate to advanced users. But if you\\u2019d like to simply mirror the site setup displayed by the theme\\u2019s demo, and require assistance, this service will get you up and running.<\\/p>\",\"logo_bg_color\":\"#2276be\",\"change_logs\":[],\"gravatar_hash\":\"d41d8cd98f00b204e9800998ecf8427e\"},{\"id\":\"54340948-aff4-41d1-b5d4-0cf10a141528\",\"name\":\"WordPress Starter\",\"slug\":\"wordpress-starter\",\"category\":\"development\",\"type\":\"services\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/wordpress-starter\",\"sales_count\":7053,\"is_service\":\"1\",\"rating\":0,\"seller_name\":null,\"seller_url\":\"\",\"tags\":\"WordPress, theme, install, starter, script\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-54340948-aff4-41d1-b5d4-0cf10a141528-368x296-zh90x.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-54340948-aff4-41d1-b5d4-0cf10a141528-136x136-dPjxr.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-54340948-aff4-41d1-b5d4-0cf10a141528-260x156-pLSRC.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/items\\/WP-Starter-Kit-1.jpg\"},\"downloads\":[],\"prices\":{\"single_domain_license\":\"99.00\"},\"features\":\"\",\"created\":\"2014-10-07 09:39:52\",\"created_timestamp\":1412696392,\"demo_url\":\"\",\"short_description\":\"<p>If you aren\\u2019t sure how to get started with your site, let us do it for you! This package is great if you are looking to get WordPress along with help getting a WordPress theme installed and ready for your customizations.<\\/p>\\n<p>\\u00a0<\\/p>\",\"logo_bg_color\":\"#1f4d74\",\"change_logs\":[],\"gravatar_hash\":\"d41d8cd98f00b204e9800998ecf8427e\"},{\"id\":\"54340b9a-8bb4-4418-bf37-618e0a140b28\",\"name\":\"WordPress Pro\",\"slug\":\"wordpress-pro\",\"category\":\"development\",\"type\":\"services\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/wordpress-pro\",\"sales_count\":4223,\"is_service\":\"1\",\"rating\":0,\"seller_name\":null,\"seller_url\":\"\",\"tags\":\"WordPress, theme, setup, install, backup, service, bundle\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-54340b9a-8bb4-4418-bf37-618e0a140b28-368x296-E7VxS.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-54340b9a-8bb4-4418-bf37-618e0a140b28-136x136-XdFg7.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-54340b9a-8bb4-4418-bf37-618e0a140b28-260x156-1Om24.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-54340b9a-8bb4-4418-bf37-618e0a140b28-1180x660-a36aq.jpg\"},\"downloads\":[],\"prices\":{\"single_domain_license\":\"199.00\"},\"features\":\"\",\"created\":\"2014-10-07 09:49:46\",\"created_timestamp\":1412696986,\"demo_url\":\"\",\"short_description\":\"<p><span style=\\\"font-size:100%;font-family:arial, sans, sans-serif;\\\">We\'ll help you install WP, your theme &amp; demo. Includes backup service and $59 theme credit.\\u00a0<\\/span><\\/p>\",\"logo_bg_color\":\"#2276be\",\"change_logs\":[],\"gravatar_hash\":\"d41d8cd98f00b204e9800998ecf8427e\"},{\"id\":\"54340cce-384c-4e2f-a43a-636c0a140b28\",\"name\":\"WordPress All-In-One\",\"slug\":\"wordpress-all-in-one\",\"category\":\"development\",\"type\":\"services\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/wordpress-all-in-one\",\"sales_count\":3252,\"is_service\":\"1\",\"rating\":0,\"seller_name\":null,\"seller_url\":\"\",\"tags\":\"WordPress, theme, seo, training, setup, install, backup, help, service, Technician\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-54340cce-384c-4e2f-a43a-636c0a140b28-368x296-znJjm.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-54340cce-384c-4e2f-a43a-636c0a140b28-136x136-AxVAF.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-54340cce-384c-4e2f-a43a-636c0a140b28-260x156-u4cGG.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-54340cce-384c-4e2f-a43a-636c0a140b28-1180x660-FiGIs.jpg\"},\"downloads\":[],\"prices\":{\"single_domain_license\":\"399.00\"},\"features\":\"\",\"created\":\"2014-10-07 09:54:54\",\"created_timestamp\":1412697294,\"demo_url\":\"\",\"short_description\":\"<p><span style=\\\"font-size:100%;font-family:arial, sans, sans-serif;\\\">Turk-key website - We\'ll help you install WP, your theme &amp; demo. Includes SEO, backup, site security. Plus 30 minute theme training &amp; more!<\\/span><\\/p>\",\"logo_bg_color\":\"#346175\",\"change_logs\":[],\"gravatar_hash\":\"d41d8cd98f00b204e9800998ecf8427e\"},{\"id\":\"53e00b04-03b8-4025-bb75-173c0a141528\",\"name\":\"Backup Your WordPress Website\",\"slug\":\"backup-your-wordpress-website\",\"category\":\"development\",\"type\":\"services\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/backup-your-wordpress-website\",\"sales_count\":1986,\"is_service\":\"1\",\"rating\":0,\"seller_name\":null,\"seller_url\":\"\",\"tags\":\"\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-53e00b04-03b8-4025-bb75-173c0a141528-368x296-Fp1oS.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-53e00b04-03b8-4025-bb75-173c0a141528-136x136-tDcqG.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53e00b04-03b8-4025-bb75-173c0a141528-260x156-mZS1T.png\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-53e00b04-03b8-4025-bb75-173c0a141528-1180x660-1isGp.png\"},\"downloads\":[],\"prices\":{\"single_domain_license\":\"99.00\"},\"features\":\"\",\"created\":\"2014-08-04 16:36:52\",\"created_timestamp\":1407191812,\"demo_url\":\"\",\"short_description\":\"<p><span style=\\\"font-size:13px;font-family:arial, sans, sans-serif;\\\">Let us save your site by installing and setting up a backup service to your WordPress dashboard.<\\/span><\\/p>\",\"logo_bg_color\":\"#0a5a7c\",\"change_logs\":[],\"gravatar_hash\":\"d41d8cd98f00b204e9800998ecf8427e\"},{\"id\":\"530782e3-1388-4e6a-a8ac-6f7b0a140b28\",\"name\":\"Integrate WooCommerce onto WordPress Site\",\"slug\":\"integrate-woocommerce-onto-wordpress-site\",\"category\":\"development\",\"type\":\"services\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/integrate-woocommerce-onto-wordpress-site\",\"sales_count\":1330,\"is_service\":\"1\",\"rating\":0,\"seller_name\":null,\"seller_url\":\"\",\"tags\":\"store, woocommerce, Commerce, sales, service, woo, emarketing\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-530782e3-1388-4e6a-a8ac-6f7b0a140b28-368x296-rIRrk.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-530782e3-1388-4e6a-a8ac-6f7b0a140b28-136x136-Be0ic.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-530782e3-1388-4e6a-a8ac-6f7b0a140b28-260x156-27fzK.png\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-530782e3-1388-4e6a-a8ac-6f7b0a140b28-1180x660-Kg0Oh.png\"},\"downloads\":[],\"prices\":{\"single_domain_license\":\"149.00\"},\"features\":\"\",\"created\":\"2014-02-21 09:46:27\",\"created_timestamp\":1393001187,\"demo_url\":\"\",\"short_description\":\"<p><span style=\\\"font-size:13px;font-family:arial, sans, sans-serif;\\\">We will help you launch your online store by integrating WooCommerce onto your WordPress site.\\u00a0<\\/span><\\/p>\",\"logo_bg_color\":\"#202020\",\"change_logs\":[],\"gravatar_hash\":\"d41d8cd98f00b204e9800998ecf8427e\"},{\"id\":\"53b4501f-180c-4bd3-9b3f-56cb0a141528\",\"name\":\"Make My WordPress Site Secure\",\"slug\":\"make-my-wordpress-site-secure\",\"category\":\"development\",\"type\":\"services\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/make-my-wordpress-site-secure\",\"sales_count\":1016,\"is_service\":\"1\",\"rating\":0,\"seller_name\":null,\"seller_url\":\"\",\"tags\":\"security, secure, hack, hacked\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-53b4501f-180c-4bd3-9b3f-56cb0a141528-368x296-9FyGe.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-53b4501f-180c-4bd3-9b3f-56cb0a141528-136x136-IMT04.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53b4501f-180c-4bd3-9b3f-56cb0a141528-260x156-yahn4.png\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-53b4501f-180c-4bd3-9b3f-56cb0a141528-1180x660-lEO77.png\"},\"downloads\":[],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":\"\",\"created\":\"2014-07-02 12:31:59\",\"created_timestamp\":1404325919,\"demo_url\":\"\",\"short_description\":\"<p><span style=\\\"font-size:13px;font-family:arial, sans, sans-serif;\\\">We will help you defend your WordPress site against hackers with this site security service.<\\/span><\\/p>\",\"logo_bg_color\":\"#0b1a23\",\"change_logs\":[],\"gravatar_hash\":\"d41d8cd98f00b204e9800998ecf8427e\"},{\"id\":\"53d7ea4d-e52c-42fe-9b7e-5ed50a141528\",\"name\":\"WordPress SEO &amp; Sitemap\",\"slug\":\"wordpress-seo-amp-sitemap\",\"category\":\"development\",\"type\":\"services\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/wordpress-seo-amp-sitemap\",\"sales_count\":585,\"is_service\":\"1\",\"rating\":0,\"seller_name\":null,\"seller_url\":\"\",\"tags\":\"seo\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-53d7ea4d-e52c-42fe-9b7e-5ed50a141528-368x296-bIpxu.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-53d7ea4d-e52c-42fe-9b7e-5ed50a141528-136x136-ApafB.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53d7ea4d-e52c-42fe-9b7e-5ed50a141528-260x156-5Neme.png\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-53d7ea4d-e52c-42fe-9b7e-5ed50a141528-1180x660-jAyp8.png\"},\"downloads\":[],\"prices\":{\"single_domain_license\":\"99.00\"},\"features\":\"\",\"created\":\"2014-07-29 12:39:09\",\"created_timestamp\":1406659149,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"#e8c959\",\"change_logs\":[],\"gravatar_hash\":\"d41d8cd98f00b204e9800998ecf8427e\"},{\"id\":\"530697a6-92cc-4329-9cdd-21e40a140b28\",\"name\":\"Add Google Analytics to Your WordPress Site\",\"slug\":\"add-google-analytics-to-your-wordpress-site\",\"category\":\"development\",\"type\":\"services\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/add-google-analytics-to-your-wordpress-site\",\"sales_count\":410,\"is_service\":\"1\",\"rating\":0,\"seller_name\":null,\"seller_url\":\"\",\"tags\":\"seo, google, track, analytics, graph, tracking, stats, statistics, analysis, cpm\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-530697a6-92cc-4329-9cdd-21e40a140b28-368x296-GTUvV.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-530697a6-92cc-4329-9cdd-21e40a140b28-136x136-GkCwc.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-530697a6-92cc-4329-9cdd-21e40a140b28-260x156-UXxnX.png\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-530697a6-92cc-4329-9cdd-21e40a140b28-1180x660-hBnKZ.png\"},\"downloads\":[],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":\"\",\"created\":\"2014-02-20 17:02:46\",\"created_timestamp\":1392940966,\"demo_url\":\"\",\"short_description\":\"<p><span style=\\\"font-size:13px;font-family:arial, sans, sans-serif;\\\">Let us help you track your efforts by integrating Google Analytics into your WordPress site.\\u00a0<\\/span><\\/p>\",\"logo_bg_color\":\"#ee582e\",\"change_logs\":[],\"gravatar_hash\":\"d41d8cd98f00b204e9800998ecf8427e\"},{\"id\":\"53b311aa-4e38-4323-b14e-4a1a0a140b28\",\"name\":\"Ultimate WordPress Website Launch Kit\",\"slug\":\"ultimate-wordpress-website-launch-kit\",\"category\":\"development\",\"type\":\"services\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/ultimate-wordpress-website-launch-kit\",\"sales_count\":344,\"is_service\":\"1\",\"rating\":0,\"seller_name\":null,\"seller_url\":\"\",\"tags\":\"WordPress, install, starter\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-53b311aa-4e38-4323-b14e-4a1a0a140b28-368x296-9Tb1l.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-53b311aa-4e38-4323-b14e-4a1a0a140b28-136x136-ZlJgx.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53b311aa-4e38-4323-b14e-4a1a0a140b28-260x156-20V6C.png\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-53b311aa-4e38-4323-b14e-4a1a0a140b28-1180x660-vDR7d.png\"},\"downloads\":[],\"prices\":{\"single_domain_license\":\"299.00\"},\"features\":\"\",\"created\":\"2014-07-01 13:53:14\",\"created_timestamp\":1404244394,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"#453363\",\"change_logs\":[],\"gravatar_hash\":\"d41d8cd98f00b204e9800998ecf8427e\"},{\"id\":\"532c8ae2-5c38-4636-8c69-15550a141528\",\"name\":\"Install WordPress Theme &amp; Integrate WooCommerce\",\"slug\":\"install-wordpress-theme-amp-integrate-woocommerce\",\"category\":\"development\",\"type\":\"services\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/install-wordpress-theme-amp-integrate-woocommerce\",\"sales_count\":300,\"is_service\":\"1\",\"rating\":0,\"seller_name\":null,\"seller_url\":\"\",\"tags\":\"theme, store, woocommerce, Commerce, sales, setup, install, service, woo\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-532c8ae2-5c38-4636-8c69-15550a141528-368x296-rZp75.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-532c8ae2-5c38-4636-8c69-15550a141528-136x136-bvGo5.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-532c8ae2-5c38-4636-8c69-15550a141528-260x156-WsBqu.png\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-532c8ae2-5c38-4636-8c69-15550a141528-1180x660-GD7ek.png\"},\"downloads\":[],\"prices\":{\"single_domain_license\":\"149.00\"},\"features\":\"\",\"created\":\"2014-03-21 12:54:26\",\"created_timestamp\":1395428066,\"demo_url\":\"\",\"short_description\":\"<p><span style=\\\"font-size:13px;font-family:arial, sans, sans-serif;\\\">Let us install your WordPress theme, plus we\'ll launch your online store by integrating WooCommerce into your site.<\\/span><\\/p>\",\"logo_bg_color\":\"#202020\",\"change_logs\":[],\"gravatar_hash\":\"d41d8cd98f00b204e9800998ecf8427e\"},{\"id\":\"55b6b4f5-d8f0-4463-a79e-3a2c0a141f37\",\"name\":\"WooCommerce All In One\",\"slug\":\"woocommerce-all-in-one\",\"category\":\"development\",\"type\":\"services\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/woocommerce-all-in-one\",\"sales_count\":118,\"is_service\":\"1\",\"rating\":0,\"seller_name\":null,\"seller_url\":\"\",\"tags\":\"WordPress, store, woocommerce\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-55b6b4f5-d8f0-4463-a79e-3a2c0a141f37-368x296-W6yaz.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-55b6b4f5-d8f0-4463-a79e-3a2c0a141f37-136x136-Klnrk.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-55b6b4f5-d8f0-4463-a79e-3a2c0a141f37-260x156-XeX6H.png\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-55b6b4f5-d8f0-4463-a79e-3a2c0a141f37-1180x660-P8ZOL.png\"},\"downloads\":[],\"prices\":{\"single_domain_license\":\"499.00\"},\"features\":\"\",\"created\":\"2015-07-27 16:47:17\",\"created_timestamp\":1438037237,\"demo_url\":\"\",\"short_description\":\"<p>This WooCommerce Bundle Pack includes all of the essentials for you to get your online business up and running. Avoid the steep learning curves of WordPress and allow us to grind out the tough stuff so you can start selling online with ease!\\u00a0<\\/p>\",\"logo_bg_color\":\"#00BFFF\",\"change_logs\":[],\"gravatar_hash\":\"d41d8cd98f00b204e9800998ecf8427e\"},{\"id\":\"56bcf922-da60-490d-a67b-49b90a141f37\",\"name\":\"Install My WordPress Plugin\",\"slug\":\"install-my-wordpress-plugin\",\"category\":\"development\",\"type\":\"services\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/install-my-wordpress-plugin\",\"sales_count\":108,\"is_service\":\"1\",\"rating\":0,\"seller_name\":null,\"seller_url\":\"\",\"tags\":\"WordPress, Custom, plugins, plugin, install, extensions\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-56bcf922-da60-490d-a67b-49b90a141f37-368x296-2OZvr.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-56bcf922-da60-490d-a67b-49b90a141f37-136x136-M52Me.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-56bcf922-da60-490d-a67b-49b90a141f37-260x156-ZOrlh.png\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-56bcf922-da60-490d-a67b-49b90a141f37-1180x660-xoBuN.png\"},\"downloads\":[],\"prices\":{\"single_domain_license\":\"59.00\"},\"features\":\"\",\"created\":\"2016-02-11 14:12:02\",\"created_timestamp\":1455225122,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"#ff1493\",\"change_logs\":[],\"gravatar_hash\":\"d41d8cd98f00b204e9800998ecf8427e\"},{\"id\":\"59b00086-3190-444c-b70b-12a90a14153a\",\"name\":\"Custom Logo Design Disney, Fisher-Price and Logoworks love us!\",\"slug\":\"logo-design-from-the-branding-experts\",\"category\":\"design\",\"type\":\"services\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/logo-design-from-the-branding-experts\",\"sales_count\":103,\"is_service\":false,\"rating\":0,\"seller_name\":\"RipeConcepts, Inc.\",\"seller_url\":\"store\\/ripeconcepts-inc\",\"tags\":\"simple, creative, personal, elegant, logo, design, brand, professional, clean, modern, portfolio\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-59b00086-e6a4-4a35-b55a-12a90a14153a-Vsv1E.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-59b00086-e6a4-4a35-b55a-12a90a14153a-v3VFX.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b00086-e6a4-4a35-b55a-12a90a14153a-IzQf0.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b00086-e6a4-4a35-b55a-12a90a14153a-s9mgk.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b2df88-5734-4e5b-9a19-18fc0a14153b-E6GOc.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b2df88-5734-4e5b-9a19-18fc0a14153b-JZ6Jz.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b00086-e6a4-4a35-b55a-12a90a14153a-ywv1L.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b2df88-5734-4e5b-9a19-18fc0a14153b-DRixg.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b2df88-5734-4e5b-9a19-18fc0a14153b-mt6Lk.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b2df88-5734-4e5b-9a19-18fc0a14153b-zREIJ.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b00086-e6a4-4a35-b55a-12a90a14153a-svNrP.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b00086-e6a4-4a35-b55a-12a90a14153a-jPmSs.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b2df88-5734-4e5b-9a19-18fc0a14153b-wGyvU.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b00086-e6a4-4a35-b55a-12a90a14153a-jRnah.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b00086-e6a4-4a35-b55a-12a90a14153a-Cc8ha.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b00086-e6a4-4a35-b55a-12a90a14153a-cD1GF.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b2df88-5734-4e5b-9a19-18fc0a14153b-crds2.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b2df88-5734-4e5b-9a19-18fc0a14153b-SHtS7.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b00086-e6a4-4a35-b55a-12a90a14153a-8sV01.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b2df88-5734-4e5b-9a19-18fc0a14153b-FEhCa.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b00086-e6a4-4a35-b55a-12a90a14153a-heAJa.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b2df88-5734-4e5b-9a19-18fc0a14153b-Xyu9K.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b00086-e6a4-4a35-b55a-12a90a14153a-3isGj.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b00086-e6a4-4a35-b55a-12a90a14153a-OJCuv.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b2df88-5734-4e5b-9a19-18fc0a14153b-ztxIy.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b00086-e6a4-4a35-b55a-12a90a14153a-t5zJN.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b2df88-5734-4e5b-9a19-18fc0a14153b-6C6H6.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b2df88-5734-4e5b-9a19-18fc0a14153b-xZfwt.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b00086-e6a4-4a35-b55a-12a90a14153a-tmt45.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b2df88-5734-4e5b-9a19-18fc0a14153b-GWmup.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b00086-e6a4-4a35-b55a-12a90a14153a-f68Ge.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b2df88-5734-4e5b-9a19-18fc0a14153b-KdwhP.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59e75e48-2900-48da-a7c2-2bda0a14153b-j2kSe.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59e75e48-2900-48da-a7c2-2bda0a14153b-1XkTl.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59e75e48-2900-48da-a7c2-2bda0a14153b-IAeFV.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59e75e48-2900-48da-a7c2-2bda0a14153b-ofo9q.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59e75e48-2900-48da-a7c2-2bda0a14153b-bm7L6.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59e75e48-2900-48da-a7c2-2bda0a14153b-kTzxv.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59e75e48-2900-48da-a7c2-2bda0a14153b-2GFLR.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59e75e48-2900-48da-a7c2-2bda0a14153b-QtvHc.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59e75e48-2900-48da-a7c2-2bda0a14153b-iM9Ny.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59e75e48-2900-48da-a7c2-2bda0a14153b-RGQhi.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59e75e48-2900-48da-a7c2-2bda0a14153b-q98R4.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59e75e48-2900-48da-a7c2-2bda0a14153b-7npGS.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59e75e48-2900-48da-a7c2-2bda0a14153b-tAupW.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59e75e48-2900-48da-a7c2-2bda0a14153b-y3cvc.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59e75e48-2900-48da-a7c2-2bda0a14153b-3Vsid.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-59b00086-e6a4-4a35-b55a-12a90a14153a-pjtxU.jpg\"},\"downloads\":[],\"prices\":{\"single_domain_license\":\"199.00\"},\"features\":[\"Over 200 Creatives in Our State-of-the-Art Studio\",\"Delivery in 72 hours\",\"Disney, Fisher-Price and Logoworks love us!\"],\"created\":\"2017-09-06 08:04:54\",\"created_timestamp\":1504706694,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"be85f8d4037d40bc92fe512136befca4\"},{\"id\":\"5681b062-b7b0-484b-bcef-2fd20a141f39\",\"name\":\"Integrate PayPal into my WordPress Site\",\"slug\":\"integrate-paypal-into-my-wordpress-site\",\"category\":\"development\",\"type\":\"services\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/integrate-paypal-into-my-wordpress-site\",\"sales_count\":49,\"is_service\":\"1\",\"rating\":0,\"seller_name\":null,\"seller_url\":\"\",\"tags\":\"PayPal, Business, cart, shop, store, Shopping, pay, checkout\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-5681b062-b7b0-484b-bcef-2fd20a141f39-368x296-xIU4b.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5681b062-b7b0-484b-bcef-2fd20a141f39-136x136-Td9Dz.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5681b062-b7b0-484b-bcef-2fd20a141f39-260x156-GksGf.png\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5681b062-b7b0-484b-bcef-2fd20a141f39-1180x660-GzdFX.png\"},\"downloads\":[],\"prices\":{\"single_domain_license\":\"99.00\"},\"features\":\"\",\"created\":\"2015-12-28 14:57:54\",\"created_timestamp\":1451339874,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"#ff1493\",\"change_logs\":[],\"gravatar_hash\":\"d41d8cd98f00b204e9800998ecf8427e\"},{\"id\":\"53078468-fc10-45de-b813-70b70a140b28\",\"name\":\"Create a WordPress Contact Form\",\"slug\":\"create-a-wordpress-contact-form\",\"category\":\"development\",\"type\":\"services\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/create-a-wordpress-contact-form\",\"sales_count\":44,\"is_service\":\"1\",\"rating\":0,\"seller_name\":null,\"seller_url\":\"\",\"tags\":\"WordPress, form, email, contact, message, service\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-53078468-fc10-45de-b813-70b70a140b28-368x296-SdwTK.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-53078468-fc10-45de-b813-70b70a140b28-136x136-8dPZY.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53078468-fc10-45de-b813-70b70a140b28-260x156-u80Dw.png\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-53078468-fc10-45de-b813-70b70a140b28-1180x660-RIIdX.png\"},\"downloads\":[],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":\"\",\"created\":\"2014-02-21 09:52:56\",\"created_timestamp\":1393001576,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"#413b3b\",\"change_logs\":[],\"gravatar_hash\":\"d41d8cd98f00b204e9800998ecf8427e\"},{\"id\":\"530786ea-27b8-4f1b-bc94-46650a141528\",\"name\":\"Add a Google Map to my WordPress Site\",\"slug\":\"add-a-google-map-to-my-wordpress-site\",\"category\":\"development\",\"type\":\"services\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/add-a-google-map-to-my-wordpress-site\",\"sales_count\":23,\"is_service\":\"1\",\"rating\":0,\"seller_name\":null,\"seller_url\":\"\",\"tags\":\"location, address, map, satellite\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/square_thumbnail-530786ea-27b8-4f1b-bc94-46650a141528-thumb-mm-resize-136x136-530d15ff8ce36.png\",\"thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/thumbnail-530786ea-27b8-4f1b-bc94-46650a141528-square-mm-resize-260x156-530d15d46aaab.png\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/preview-530786ea-27b8-4f1b-bc94-46650a141528-large-mm-resize-1180x660-530d15fecff73.png\"},\"downloads\":[],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":\"\",\"created\":\"2014-02-21 10:03:38\",\"created_timestamp\":1393002218,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"d41d8cd98f00b204e9800998ecf8427e\"},{\"id\":\"5a2ffa5f-7c1c-4b0a-88f0-54c90a141539\",\"name\":\"Custom Brand Design Disney, Fisher Price and Logoworks love us!\",\"slug\":\"custom-branding\",\"category\":\"design\",\"type\":\"services\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/custom-branding\",\"sales_count\":22,\"is_service\":false,\"rating\":0,\"seller_name\":\"RipeConcepts, Inc.\",\"seller_url\":\"store\\/ripeconcepts-inc\",\"tags\":\"design, professional, creative, brand, Business, agency, personal, portfolio, simple, logo, media, company, elegant, clean, modern, Corporate, minimal, gallery\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5a2ffa5f-8c34-4f25-93f1-54c90a141539-urrGA.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5a2ffa5f-8c34-4f25-93f1-54c90a141539-s2cbY.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5a2ffa5f-8c34-4f25-93f1-54c90a141539-JFqZ7.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5a2ffa5f-8c34-4f25-93f1-54c90a141539-GSdhB.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5a2ffa5f-8c34-4f25-93f1-54c90a141539-pyHkb.png\"},\"downloads\":[],\"prices\":{\"single_domain_license\":\"339.00\"},\"features\":[\"Delivery in 72 hours\",\"Disney, Fisher-Price, and Logoworks love us!\",\"Over 200 Creatives in Our State-of-the-Art Studio\"],\"created\":\"2017-12-12 08:48:47\",\"created_timestamp\":1513093727,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"be85f8d4037d40bc92fe512136befca4\"},{\"id\":\"599994d9-0bf0-4419-a3a8-168f0a14153b\",\"name\":\"Premium Logo design Exclusive logo for your business\",\"slug\":\"premium-logo-design\",\"category\":\"design\",\"type\":\"services\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/premium-logo-design\",\"sales_count\":16,\"is_service\":false,\"rating\":0,\"seller_name\":\"XpertgraphicD\",\"seller_url\":\"store\\/xpertgraphicd\",\"tags\":\"blog, modern, Business, photography, Corporate, agency, shop, logo, professional, consulting, brand\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-599994d9-dcdc-4e3f-8f70-168f0a14153b-zcto8.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-599994d9-dcdc-4e3f-8f70-168f0a14153b-92m7n.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-599994d9-dcdc-4e3f-8f70-168f0a14153b-VC592.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-599994d9-dcdc-4e3f-8f70-168f0a14153b-kizgg.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-599994d9-dcdc-4e3f-8f70-168f0a14153b-pDuCZ.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-599994d9-dcdc-4e3f-8f70-168f0a14153b-kwAGa.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-599994d9-dcdc-4e3f-8f70-168f0a14153b-2LOx6.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-599994d9-dcdc-4e3f-8f70-168f0a14153b-sBcRJ.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-599994d9-dcdc-4e3f-8f70-168f0a14153b-Zwf8K.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-599994d9-dcdc-4e3f-8f70-168f0a14153b-DenqX.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-599994d9-dcdc-4e3f-8f70-168f0a14153b-yBCtF.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-599994d9-dcdc-4e3f-8f70-168f0a14153b-zLont.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-599994d9-dcdc-4e3f-8f70-168f0a14153b-VcGuW.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-599994d9-dcdc-4e3f-8f70-168f0a14153b-xyQUl.jpg\"},\"downloads\":[],\"prices\":{\"single_domain_license\":\"159.00\"},\"features\":[\"Fast customer support and delivery\",\"Source files included\",\"Exclusive and unique design\"],\"created\":\"2017-08-20 07:55:37\",\"created_timestamp\":1503237337,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"7c130351789dece6978f037bfcd7dc57\"}],\"page\":\"1\",\"pageCount\":2,\"records\":26}\";s:8:\"response\";a:2:{s:4:\"code\";i:200;s:7:\"message\";s:2:\"OK\";}s:7:\"cookies\";a:1:{i:0;O:14:\"WP_Http_Cookie\":5:{s:4:\"name\";s:6:\"APISVR\";s:5:\"value\";s:4:\"a0n2\";s:7:\"expires\";N;s:4:\"path\";s:1:\"/\";s:6:\"domain\";s:23:\"api.mojomarketplace.com\";}}s:8:\"filename\";N;s:13:\"http_response\";O:25:\"WP_HTTP_Requests_Response\":5:{s:11:\"\0*\0response\";O:17:\"Requests_Response\":10:{s:4:\"body\";s:38430:\"{\"status\":\"success\",\"items\":[{\"id\":\"53078bcc-bf48-44e3-b131-4a870a141528\",\"name\":\"Install Your WordPress Theme\",\"slug\":\"install-your-wordpress-theme\",\"category\":\"development\",\"type\":\"services\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/install-your-wordpress-theme\",\"sales_count\":35930,\"is_service\":\"1\",\"rating\":0,\"seller_name\":null,\"seller_url\":\"\",\"tags\":\"WordPress, setup, install, wp, service, upload\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-53078bcc-bf48-44e3-b131-4a870a141528-368x296-aM4zQ.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-53078bcc-bf48-44e3-b131-4a870a141528-136x136-CWC20.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53078bcc-bf48-44e3-b131-4a870a141528-260x156-R0RQ5.png\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/items\\/WP-Theme-Installation-1.jpg\"},\"downloads\":[],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":\"\",\"created\":\"2014-02-21 10:24:28\",\"created_timestamp\":1393003468,\"demo_url\":\"\",\"short_description\":\"<p>Once you\\u2019ve purchased a theme for your new website, the theme needs to be installed via FTP or your WordPress dashboard. Some MOJO users are comfortable installing themes on their own, but for those who need help, the MOJO Professional Services team is standing by to install your theme for you.<\\/p>\",\"logo_bg_color\":\"#45769f\",\"change_logs\":[],\"gravatar_hash\":\"d41d8cd98f00b204e9800998ecf8427e\"},{\"id\":\"53078b6f-9af4-4c66-9ce7-77a00a140b28\",\"name\":\"Make My WordPress Site Look Like the Theme Demo\",\"slug\":\"make-my-wordpress-site-look-like-the-theme-demo\",\"category\":\"development\",\"type\":\"services\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/make-my-wordpress-site-look-like-the-theme-demo\",\"sales_count\":13642,\"is_service\":\"1\",\"rating\":0,\"seller_name\":null,\"seller_url\":\"\",\"tags\":\"service, demo, content, sample, dummy\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-53078b6f-9af4-4c66-9ce7-77a00a140b28-368x296-nj6Mn.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-53078b6f-9af4-4c66-9ce7-77a00a140b28-136x136-HBjNN.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53078b6f-9af4-4c66-9ce7-77a00a140b28-260x156-icda5.png\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/items\\/Look-like-demo-1.jpg\"},\"downloads\":[],\"prices\":{\"single_domain_license\":\"149.00\"},\"features\":\"\",\"created\":\"2014-02-21 10:22:55\",\"created_timestamp\":1393003375,\"demo_url\":\"\",\"short_description\":\"<p>Each theme on MOJO Marketplace has a pre-configured demo to showcase the theme\\u2019s capabilities; things like style options, built in functionality, etc.. This is purely an example. WordPress allows for endless configuration and customization options for moderate to advanced users. But if you\\u2019d like to simply mirror the site setup displayed by the theme\\u2019s demo, and require assistance, this service will get you up and running.<\\/p>\",\"logo_bg_color\":\"#2276be\",\"change_logs\":[],\"gravatar_hash\":\"d41d8cd98f00b204e9800998ecf8427e\"},{\"id\":\"54340948-aff4-41d1-b5d4-0cf10a141528\",\"name\":\"WordPress Starter\",\"slug\":\"wordpress-starter\",\"category\":\"development\",\"type\":\"services\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/wordpress-starter\",\"sales_count\":7053,\"is_service\":\"1\",\"rating\":0,\"seller_name\":null,\"seller_url\":\"\",\"tags\":\"WordPress, theme, install, starter, script\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-54340948-aff4-41d1-b5d4-0cf10a141528-368x296-zh90x.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-54340948-aff4-41d1-b5d4-0cf10a141528-136x136-dPjxr.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-54340948-aff4-41d1-b5d4-0cf10a141528-260x156-pLSRC.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/items\\/WP-Starter-Kit-1.jpg\"},\"downloads\":[],\"prices\":{\"single_domain_license\":\"99.00\"},\"features\":\"\",\"created\":\"2014-10-07 09:39:52\",\"created_timestamp\":1412696392,\"demo_url\":\"\",\"short_description\":\"<p>If you aren\\u2019t sure how to get started with your site, let us do it for you! This package is great if you are looking to get WordPress along with help getting a WordPress theme installed and ready for your customizations.<\\/p>\\n<p>\\u00a0<\\/p>\",\"logo_bg_color\":\"#1f4d74\",\"change_logs\":[],\"gravatar_hash\":\"d41d8cd98f00b204e9800998ecf8427e\"},{\"id\":\"54340b9a-8bb4-4418-bf37-618e0a140b28\",\"name\":\"WordPress Pro\",\"slug\":\"wordpress-pro\",\"category\":\"development\",\"type\":\"services\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/wordpress-pro\",\"sales_count\":4223,\"is_service\":\"1\",\"rating\":0,\"seller_name\":null,\"seller_url\":\"\",\"tags\":\"WordPress, theme, setup, install, backup, service, bundle\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-54340b9a-8bb4-4418-bf37-618e0a140b28-368x296-E7VxS.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-54340b9a-8bb4-4418-bf37-618e0a140b28-136x136-XdFg7.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-54340b9a-8bb4-4418-bf37-618e0a140b28-260x156-1Om24.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-54340b9a-8bb4-4418-bf37-618e0a140b28-1180x660-a36aq.jpg\"},\"downloads\":[],\"prices\":{\"single_domain_license\":\"199.00\"},\"features\":\"\",\"created\":\"2014-10-07 09:49:46\",\"created_timestamp\":1412696986,\"demo_url\":\"\",\"short_description\":\"<p><span style=\\\"font-size:100%;font-family:arial, sans, sans-serif;\\\">We\'ll help you install WP, your theme &amp; demo. Includes backup service and $59 theme credit.\\u00a0<\\/span><\\/p>\",\"logo_bg_color\":\"#2276be\",\"change_logs\":[],\"gravatar_hash\":\"d41d8cd98f00b204e9800998ecf8427e\"},{\"id\":\"54340cce-384c-4e2f-a43a-636c0a140b28\",\"name\":\"WordPress All-In-One\",\"slug\":\"wordpress-all-in-one\",\"category\":\"development\",\"type\":\"services\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/wordpress-all-in-one\",\"sales_count\":3252,\"is_service\":\"1\",\"rating\":0,\"seller_name\":null,\"seller_url\":\"\",\"tags\":\"WordPress, theme, seo, training, setup, install, backup, help, service, Technician\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-54340cce-384c-4e2f-a43a-636c0a140b28-368x296-znJjm.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-54340cce-384c-4e2f-a43a-636c0a140b28-136x136-AxVAF.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-54340cce-384c-4e2f-a43a-636c0a140b28-260x156-u4cGG.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-54340cce-384c-4e2f-a43a-636c0a140b28-1180x660-FiGIs.jpg\"},\"downloads\":[],\"prices\":{\"single_domain_license\":\"399.00\"},\"features\":\"\",\"created\":\"2014-10-07 09:54:54\",\"created_timestamp\":1412697294,\"demo_url\":\"\",\"short_description\":\"<p><span style=\\\"font-size:100%;font-family:arial, sans, sans-serif;\\\">Turk-key website - We\'ll help you install WP, your theme &amp; demo. Includes SEO, backup, site security. Plus 30 minute theme training &amp; more!<\\/span><\\/p>\",\"logo_bg_color\":\"#346175\",\"change_logs\":[],\"gravatar_hash\":\"d41d8cd98f00b204e9800998ecf8427e\"},{\"id\":\"53e00b04-03b8-4025-bb75-173c0a141528\",\"name\":\"Backup Your WordPress Website\",\"slug\":\"backup-your-wordpress-website\",\"category\":\"development\",\"type\":\"services\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/backup-your-wordpress-website\",\"sales_count\":1986,\"is_service\":\"1\",\"rating\":0,\"seller_name\":null,\"seller_url\":\"\",\"tags\":\"\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-53e00b04-03b8-4025-bb75-173c0a141528-368x296-Fp1oS.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-53e00b04-03b8-4025-bb75-173c0a141528-136x136-tDcqG.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53e00b04-03b8-4025-bb75-173c0a141528-260x156-mZS1T.png\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-53e00b04-03b8-4025-bb75-173c0a141528-1180x660-1isGp.png\"},\"downloads\":[],\"prices\":{\"single_domain_license\":\"99.00\"},\"features\":\"\",\"created\":\"2014-08-04 16:36:52\",\"created_timestamp\":1407191812,\"demo_url\":\"\",\"short_description\":\"<p><span style=\\\"font-size:13px;font-family:arial, sans, sans-serif;\\\">Let us save your site by installing and setting up a backup service to your WordPress dashboard.<\\/span><\\/p>\",\"logo_bg_color\":\"#0a5a7c\",\"change_logs\":[],\"gravatar_hash\":\"d41d8cd98f00b204e9800998ecf8427e\"},{\"id\":\"530782e3-1388-4e6a-a8ac-6f7b0a140b28\",\"name\":\"Integrate WooCommerce onto WordPress Site\",\"slug\":\"integrate-woocommerce-onto-wordpress-site\",\"category\":\"development\",\"type\":\"services\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/integrate-woocommerce-onto-wordpress-site\",\"sales_count\":1330,\"is_service\":\"1\",\"rating\":0,\"seller_name\":null,\"seller_url\":\"\",\"tags\":\"store, woocommerce, Commerce, sales, service, woo, emarketing\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-530782e3-1388-4e6a-a8ac-6f7b0a140b28-368x296-rIRrk.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-530782e3-1388-4e6a-a8ac-6f7b0a140b28-136x136-Be0ic.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-530782e3-1388-4e6a-a8ac-6f7b0a140b28-260x156-27fzK.png\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-530782e3-1388-4e6a-a8ac-6f7b0a140b28-1180x660-Kg0Oh.png\"},\"downloads\":[],\"prices\":{\"single_domain_license\":\"149.00\"},\"features\":\"\",\"created\":\"2014-02-21 09:46:27\",\"created_timestamp\":1393001187,\"demo_url\":\"\",\"short_description\":\"<p><span style=\\\"font-size:13px;font-family:arial, sans, sans-serif;\\\">We will help you launch your online store by integrating WooCommerce onto your WordPress site.\\u00a0<\\/span><\\/p>\",\"logo_bg_color\":\"#202020\",\"change_logs\":[],\"gravatar_hash\":\"d41d8cd98f00b204e9800998ecf8427e\"},{\"id\":\"53b4501f-180c-4bd3-9b3f-56cb0a141528\",\"name\":\"Make My WordPress Site Secure\",\"slug\":\"make-my-wordpress-site-secure\",\"category\":\"development\",\"type\":\"services\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/make-my-wordpress-site-secure\",\"sales_count\":1016,\"is_service\":\"1\",\"rating\":0,\"seller_name\":null,\"seller_url\":\"\",\"tags\":\"security, secure, hack, hacked\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-53b4501f-180c-4bd3-9b3f-56cb0a141528-368x296-9FyGe.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-53b4501f-180c-4bd3-9b3f-56cb0a141528-136x136-IMT04.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53b4501f-180c-4bd3-9b3f-56cb0a141528-260x156-yahn4.png\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-53b4501f-180c-4bd3-9b3f-56cb0a141528-1180x660-lEO77.png\"},\"downloads\":[],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":\"\",\"created\":\"2014-07-02 12:31:59\",\"created_timestamp\":1404325919,\"demo_url\":\"\",\"short_description\":\"<p><span style=\\\"font-size:13px;font-family:arial, sans, sans-serif;\\\">We will help you defend your WordPress site against hackers with this site security service.<\\/span><\\/p>\",\"logo_bg_color\":\"#0b1a23\",\"change_logs\":[],\"gravatar_hash\":\"d41d8cd98f00b204e9800998ecf8427e\"},{\"id\":\"53d7ea4d-e52c-42fe-9b7e-5ed50a141528\",\"name\":\"WordPress SEO &amp; Sitemap\",\"slug\":\"wordpress-seo-amp-sitemap\",\"category\":\"development\",\"type\":\"services\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/wordpress-seo-amp-sitemap\",\"sales_count\":585,\"is_service\":\"1\",\"rating\":0,\"seller_name\":null,\"seller_url\":\"\",\"tags\":\"seo\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-53d7ea4d-e52c-42fe-9b7e-5ed50a141528-368x296-bIpxu.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-53d7ea4d-e52c-42fe-9b7e-5ed50a141528-136x136-ApafB.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53d7ea4d-e52c-42fe-9b7e-5ed50a141528-260x156-5Neme.png\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-53d7ea4d-e52c-42fe-9b7e-5ed50a141528-1180x660-jAyp8.png\"},\"downloads\":[],\"prices\":{\"single_domain_license\":\"99.00\"},\"features\":\"\",\"created\":\"2014-07-29 12:39:09\",\"created_timestamp\":1406659149,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"#e8c959\",\"change_logs\":[],\"gravatar_hash\":\"d41d8cd98f00b204e9800998ecf8427e\"},{\"id\":\"530697a6-92cc-4329-9cdd-21e40a140b28\",\"name\":\"Add Google Analytics to Your WordPress Site\",\"slug\":\"add-google-analytics-to-your-wordpress-site\",\"category\":\"development\",\"type\":\"services\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/add-google-analytics-to-your-wordpress-site\",\"sales_count\":410,\"is_service\":\"1\",\"rating\":0,\"seller_name\":null,\"seller_url\":\"\",\"tags\":\"seo, google, track, analytics, graph, tracking, stats, statistics, analysis, cpm\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-530697a6-92cc-4329-9cdd-21e40a140b28-368x296-GTUvV.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-530697a6-92cc-4329-9cdd-21e40a140b28-136x136-GkCwc.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-530697a6-92cc-4329-9cdd-21e40a140b28-260x156-UXxnX.png\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-530697a6-92cc-4329-9cdd-21e40a140b28-1180x660-hBnKZ.png\"},\"downloads\":[],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":\"\",\"created\":\"2014-02-20 17:02:46\",\"created_timestamp\":1392940966,\"demo_url\":\"\",\"short_description\":\"<p><span style=\\\"font-size:13px;font-family:arial, sans, sans-serif;\\\">Let us help you track your efforts by integrating Google Analytics into your WordPress site.\\u00a0<\\/span><\\/p>\",\"logo_bg_color\":\"#ee582e\",\"change_logs\":[],\"gravatar_hash\":\"d41d8cd98f00b204e9800998ecf8427e\"},{\"id\":\"53b311aa-4e38-4323-b14e-4a1a0a140b28\",\"name\":\"Ultimate WordPress Website Launch Kit\",\"slug\":\"ultimate-wordpress-website-launch-kit\",\"category\":\"development\",\"type\":\"services\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/ultimate-wordpress-website-launch-kit\",\"sales_count\":344,\"is_service\":\"1\",\"rating\":0,\"seller_name\":null,\"seller_url\":\"\",\"tags\":\"WordPress, install, starter\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-53b311aa-4e38-4323-b14e-4a1a0a140b28-368x296-9Tb1l.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-53b311aa-4e38-4323-b14e-4a1a0a140b28-136x136-ZlJgx.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53b311aa-4e38-4323-b14e-4a1a0a140b28-260x156-20V6C.png\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-53b311aa-4e38-4323-b14e-4a1a0a140b28-1180x660-vDR7d.png\"},\"downloads\":[],\"prices\":{\"single_domain_license\":\"299.00\"},\"features\":\"\",\"created\":\"2014-07-01 13:53:14\",\"created_timestamp\":1404244394,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"#453363\",\"change_logs\":[],\"gravatar_hash\":\"d41d8cd98f00b204e9800998ecf8427e\"},{\"id\":\"532c8ae2-5c38-4636-8c69-15550a141528\",\"name\":\"Install WordPress Theme &amp; Integrate WooCommerce\",\"slug\":\"install-wordpress-theme-amp-integrate-woocommerce\",\"category\":\"development\",\"type\":\"services\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/install-wordpress-theme-amp-integrate-woocommerce\",\"sales_count\":300,\"is_service\":\"1\",\"rating\":0,\"seller_name\":null,\"seller_url\":\"\",\"tags\":\"theme, store, woocommerce, Commerce, sales, setup, install, service, woo\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-532c8ae2-5c38-4636-8c69-15550a141528-368x296-rZp75.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-532c8ae2-5c38-4636-8c69-15550a141528-136x136-bvGo5.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-532c8ae2-5c38-4636-8c69-15550a141528-260x156-WsBqu.png\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-532c8ae2-5c38-4636-8c69-15550a141528-1180x660-GD7ek.png\"},\"downloads\":[],\"prices\":{\"single_domain_license\":\"149.00\"},\"features\":\"\",\"created\":\"2014-03-21 12:54:26\",\"created_timestamp\":1395428066,\"demo_url\":\"\",\"short_description\":\"<p><span style=\\\"font-size:13px;font-family:arial, sans, sans-serif;\\\">Let us install your WordPress theme, plus we\'ll launch your online store by integrating WooCommerce into your site.<\\/span><\\/p>\",\"logo_bg_color\":\"#202020\",\"change_logs\":[],\"gravatar_hash\":\"d41d8cd98f00b204e9800998ecf8427e\"},{\"id\":\"55b6b4f5-d8f0-4463-a79e-3a2c0a141f37\",\"name\":\"WooCommerce All In One\",\"slug\":\"woocommerce-all-in-one\",\"category\":\"development\",\"type\":\"services\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/woocommerce-all-in-one\",\"sales_count\":118,\"is_service\":\"1\",\"rating\":0,\"seller_name\":null,\"seller_url\":\"\",\"tags\":\"WordPress, store, woocommerce\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-55b6b4f5-d8f0-4463-a79e-3a2c0a141f37-368x296-W6yaz.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-55b6b4f5-d8f0-4463-a79e-3a2c0a141f37-136x136-Klnrk.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-55b6b4f5-d8f0-4463-a79e-3a2c0a141f37-260x156-XeX6H.png\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-55b6b4f5-d8f0-4463-a79e-3a2c0a141f37-1180x660-P8ZOL.png\"},\"downloads\":[],\"prices\":{\"single_domain_license\":\"499.00\"},\"features\":\"\",\"created\":\"2015-07-27 16:47:17\",\"created_timestamp\":1438037237,\"demo_url\":\"\",\"short_description\":\"<p>This WooCommerce Bundle Pack includes all of the essentials for you to get your online business up and running. Avoid the steep learning curves of WordPress and allow us to grind out the tough stuff so you can start selling online with ease!\\u00a0<\\/p>\",\"logo_bg_color\":\"#00BFFF\",\"change_logs\":[],\"gravatar_hash\":\"d41d8cd98f00b204e9800998ecf8427e\"},{\"id\":\"56bcf922-da60-490d-a67b-49b90a141f37\",\"name\":\"Install My WordPress Plugin\",\"slug\":\"install-my-wordpress-plugin\",\"category\":\"development\",\"type\":\"services\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/install-my-wordpress-plugin\",\"sales_count\":108,\"is_service\":\"1\",\"rating\":0,\"seller_name\":null,\"seller_url\":\"\",\"tags\":\"WordPress, Custom, plugins, plugin, install, extensions\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-56bcf922-da60-490d-a67b-49b90a141f37-368x296-2OZvr.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-56bcf922-da60-490d-a67b-49b90a141f37-136x136-M52Me.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-56bcf922-da60-490d-a67b-49b90a141f37-260x156-ZOrlh.png\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-56bcf922-da60-490d-a67b-49b90a141f37-1180x660-xoBuN.png\"},\"downloads\":[],\"prices\":{\"single_domain_license\":\"59.00\"},\"features\":\"\",\"created\":\"2016-02-11 14:12:02\",\"created_timestamp\":1455225122,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"#ff1493\",\"change_logs\":[],\"gravatar_hash\":\"d41d8cd98f00b204e9800998ecf8427e\"},{\"id\":\"59b00086-3190-444c-b70b-12a90a14153a\",\"name\":\"Custom Logo Design Disney, Fisher-Price and Logoworks love us!\",\"slug\":\"logo-design-from-the-branding-experts\",\"category\":\"design\",\"type\":\"services\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/logo-design-from-the-branding-experts\",\"sales_count\":103,\"is_service\":false,\"rating\":0,\"seller_name\":\"RipeConcepts, Inc.\",\"seller_url\":\"store\\/ripeconcepts-inc\",\"tags\":\"simple, creative, personal, elegant, logo, design, brand, professional, clean, modern, portfolio\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-59b00086-e6a4-4a35-b55a-12a90a14153a-Vsv1E.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-59b00086-e6a4-4a35-b55a-12a90a14153a-v3VFX.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b00086-e6a4-4a35-b55a-12a90a14153a-IzQf0.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b00086-e6a4-4a35-b55a-12a90a14153a-s9mgk.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b2df88-5734-4e5b-9a19-18fc0a14153b-E6GOc.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b2df88-5734-4e5b-9a19-18fc0a14153b-JZ6Jz.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b00086-e6a4-4a35-b55a-12a90a14153a-ywv1L.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b2df88-5734-4e5b-9a19-18fc0a14153b-DRixg.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b2df88-5734-4e5b-9a19-18fc0a14153b-mt6Lk.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b2df88-5734-4e5b-9a19-18fc0a14153b-zREIJ.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b00086-e6a4-4a35-b55a-12a90a14153a-svNrP.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b00086-e6a4-4a35-b55a-12a90a14153a-jPmSs.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b2df88-5734-4e5b-9a19-18fc0a14153b-wGyvU.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b00086-e6a4-4a35-b55a-12a90a14153a-jRnah.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b00086-e6a4-4a35-b55a-12a90a14153a-Cc8ha.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b00086-e6a4-4a35-b55a-12a90a14153a-cD1GF.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b2df88-5734-4e5b-9a19-18fc0a14153b-crds2.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b2df88-5734-4e5b-9a19-18fc0a14153b-SHtS7.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b00086-e6a4-4a35-b55a-12a90a14153a-8sV01.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b2df88-5734-4e5b-9a19-18fc0a14153b-FEhCa.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b00086-e6a4-4a35-b55a-12a90a14153a-heAJa.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b2df88-5734-4e5b-9a19-18fc0a14153b-Xyu9K.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b00086-e6a4-4a35-b55a-12a90a14153a-3isGj.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b00086-e6a4-4a35-b55a-12a90a14153a-OJCuv.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b2df88-5734-4e5b-9a19-18fc0a14153b-ztxIy.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b00086-e6a4-4a35-b55a-12a90a14153a-t5zJN.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b2df88-5734-4e5b-9a19-18fc0a14153b-6C6H6.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b2df88-5734-4e5b-9a19-18fc0a14153b-xZfwt.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b00086-e6a4-4a35-b55a-12a90a14153a-tmt45.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b2df88-5734-4e5b-9a19-18fc0a14153b-GWmup.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b00086-e6a4-4a35-b55a-12a90a14153a-f68Ge.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b2df88-5734-4e5b-9a19-18fc0a14153b-KdwhP.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59e75e48-2900-48da-a7c2-2bda0a14153b-j2kSe.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59e75e48-2900-48da-a7c2-2bda0a14153b-1XkTl.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59e75e48-2900-48da-a7c2-2bda0a14153b-IAeFV.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59e75e48-2900-48da-a7c2-2bda0a14153b-ofo9q.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59e75e48-2900-48da-a7c2-2bda0a14153b-bm7L6.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59e75e48-2900-48da-a7c2-2bda0a14153b-kTzxv.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59e75e48-2900-48da-a7c2-2bda0a14153b-2GFLR.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59e75e48-2900-48da-a7c2-2bda0a14153b-QtvHc.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59e75e48-2900-48da-a7c2-2bda0a14153b-iM9Ny.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59e75e48-2900-48da-a7c2-2bda0a14153b-RGQhi.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59e75e48-2900-48da-a7c2-2bda0a14153b-q98R4.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59e75e48-2900-48da-a7c2-2bda0a14153b-7npGS.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59e75e48-2900-48da-a7c2-2bda0a14153b-tAupW.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59e75e48-2900-48da-a7c2-2bda0a14153b-y3cvc.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59e75e48-2900-48da-a7c2-2bda0a14153b-3Vsid.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-59b00086-e6a4-4a35-b55a-12a90a14153a-pjtxU.jpg\"},\"downloads\":[],\"prices\":{\"single_domain_license\":\"199.00\"},\"features\":[\"Over 200 Creatives in Our State-of-the-Art Studio\",\"Delivery in 72 hours\",\"Disney, Fisher-Price and Logoworks love us!\"],\"created\":\"2017-09-06 08:04:54\",\"created_timestamp\":1504706694,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"be85f8d4037d40bc92fe512136befca4\"},{\"id\":\"5681b062-b7b0-484b-bcef-2fd20a141f39\",\"name\":\"Integrate PayPal into my WordPress Site\",\"slug\":\"integrate-paypal-into-my-wordpress-site\",\"category\":\"development\",\"type\":\"services\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/integrate-paypal-into-my-wordpress-site\",\"sales_count\":49,\"is_service\":\"1\",\"rating\":0,\"seller_name\":null,\"seller_url\":\"\",\"tags\":\"PayPal, Business, cart, shop, store, Shopping, pay, checkout\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-5681b062-b7b0-484b-bcef-2fd20a141f39-368x296-xIU4b.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5681b062-b7b0-484b-bcef-2fd20a141f39-136x136-Td9Dz.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5681b062-b7b0-484b-bcef-2fd20a141f39-260x156-GksGf.png\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5681b062-b7b0-484b-bcef-2fd20a141f39-1180x660-GzdFX.png\"},\"downloads\":[],\"prices\":{\"single_domain_license\":\"99.00\"},\"features\":\"\",\"created\":\"2015-12-28 14:57:54\",\"created_timestamp\":1451339874,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"#ff1493\",\"change_logs\":[],\"gravatar_hash\":\"d41d8cd98f00b204e9800998ecf8427e\"},{\"id\":\"53078468-fc10-45de-b813-70b70a140b28\",\"name\":\"Create a WordPress Contact Form\",\"slug\":\"create-a-wordpress-contact-form\",\"category\":\"development\",\"type\":\"services\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/create-a-wordpress-contact-form\",\"sales_count\":44,\"is_service\":\"1\",\"rating\":0,\"seller_name\":null,\"seller_url\":\"\",\"tags\":\"WordPress, form, email, contact, message, service\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-53078468-fc10-45de-b813-70b70a140b28-368x296-SdwTK.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-53078468-fc10-45de-b813-70b70a140b28-136x136-8dPZY.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53078468-fc10-45de-b813-70b70a140b28-260x156-u80Dw.png\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-53078468-fc10-45de-b813-70b70a140b28-1180x660-RIIdX.png\"},\"downloads\":[],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":\"\",\"created\":\"2014-02-21 09:52:56\",\"created_timestamp\":1393001576,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"#413b3b\",\"change_logs\":[],\"gravatar_hash\":\"d41d8cd98f00b204e9800998ecf8427e\"},{\"id\":\"530786ea-27b8-4f1b-bc94-46650a141528\",\"name\":\"Add a Google Map to my WordPress Site\",\"slug\":\"add-a-google-map-to-my-wordpress-site\",\"category\":\"development\",\"type\":\"services\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/add-a-google-map-to-my-wordpress-site\",\"sales_count\":23,\"is_service\":\"1\",\"rating\":0,\"seller_name\":null,\"seller_url\":\"\",\"tags\":\"location, address, map, satellite\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/square_thumbnail-530786ea-27b8-4f1b-bc94-46650a141528-thumb-mm-resize-136x136-530d15ff8ce36.png\",\"thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/thumbnail-530786ea-27b8-4f1b-bc94-46650a141528-square-mm-resize-260x156-530d15d46aaab.png\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/preview-530786ea-27b8-4f1b-bc94-46650a141528-large-mm-resize-1180x660-530d15fecff73.png\"},\"downloads\":[],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":\"\",\"created\":\"2014-02-21 10:03:38\",\"created_timestamp\":1393002218,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"d41d8cd98f00b204e9800998ecf8427e\"},{\"id\":\"5a2ffa5f-7c1c-4b0a-88f0-54c90a141539\",\"name\":\"Custom Brand Design Disney, Fisher Price and Logoworks love us!\",\"slug\":\"custom-branding\",\"category\":\"design\",\"type\":\"services\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/custom-branding\",\"sales_count\":22,\"is_service\":false,\"rating\":0,\"seller_name\":\"RipeConcepts, Inc.\",\"seller_url\":\"store\\/ripeconcepts-inc\",\"tags\":\"design, professional, creative, brand, Business, agency, personal, portfolio, simple, logo, media, company, elegant, clean, modern, Corporate, minimal, gallery\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5a2ffa5f-8c34-4f25-93f1-54c90a141539-urrGA.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5a2ffa5f-8c34-4f25-93f1-54c90a141539-s2cbY.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5a2ffa5f-8c34-4f25-93f1-54c90a141539-JFqZ7.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5a2ffa5f-8c34-4f25-93f1-54c90a141539-GSdhB.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5a2ffa5f-8c34-4f25-93f1-54c90a141539-pyHkb.png\"},\"downloads\":[],\"prices\":{\"single_domain_license\":\"339.00\"},\"features\":[\"Delivery in 72 hours\",\"Disney, Fisher-Price, and Logoworks love us!\",\"Over 200 Creatives in Our State-of-the-Art Studio\"],\"created\":\"2017-12-12 08:48:47\",\"created_timestamp\":1513093727,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"be85f8d4037d40bc92fe512136befca4\"},{\"id\":\"599994d9-0bf0-4419-a3a8-168f0a14153b\",\"name\":\"Premium Logo design Exclusive logo for your business\",\"slug\":\"premium-logo-design\",\"category\":\"design\",\"type\":\"services\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/premium-logo-design\",\"sales_count\":16,\"is_service\":false,\"rating\":0,\"seller_name\":\"XpertgraphicD\",\"seller_url\":\"store\\/xpertgraphicd\",\"tags\":\"blog, modern, Business, photography, Corporate, agency, shop, logo, professional, consulting, brand\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-599994d9-dcdc-4e3f-8f70-168f0a14153b-zcto8.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-599994d9-dcdc-4e3f-8f70-168f0a14153b-92m7n.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-599994d9-dcdc-4e3f-8f70-168f0a14153b-VC592.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-599994d9-dcdc-4e3f-8f70-168f0a14153b-kizgg.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-599994d9-dcdc-4e3f-8f70-168f0a14153b-pDuCZ.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-599994d9-dcdc-4e3f-8f70-168f0a14153b-kwAGa.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-599994d9-dcdc-4e3f-8f70-168f0a14153b-2LOx6.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-599994d9-dcdc-4e3f-8f70-168f0a14153b-sBcRJ.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-599994d9-dcdc-4e3f-8f70-168f0a14153b-Zwf8K.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-599994d9-dcdc-4e3f-8f70-168f0a14153b-DenqX.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-599994d9-dcdc-4e3f-8f70-168f0a14153b-yBCtF.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-599994d9-dcdc-4e3f-8f70-168f0a14153b-zLont.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-599994d9-dcdc-4e3f-8f70-168f0a14153b-VcGuW.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-599994d9-dcdc-4e3f-8f70-168f0a14153b-xyQUl.jpg\"},\"downloads\":[],\"prices\":{\"single_domain_license\":\"159.00\"},\"features\":[\"Fast customer support and delivery\",\"Source files included\",\"Exclusive and unique design\"],\"created\":\"2017-08-20 07:55:37\",\"created_timestamp\":1503237337,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"7c130351789dece6978f037bfcd7dc57\"}],\"page\":\"1\",\"pageCount\":2,\"records\":26}\";s:3:\"raw\";s:38883:\"HTTP/1.1 200 OK\r\nServer: nginx/1.10.1\r\nDate: Tue, 19 Feb 2019 13:53:50 GMT\r\nContent-Type: application/json; charset=UTF-8\r\nContent-Length: 38430\r\nConnection: close\r\nX-Powered-By: PHP/5.6.22\r\nSet-Cookie: SESSION=p0ljccshd026dhba8ri0o8ud07; expires=Sat, 23-Feb-2019 17:53:50 GMT; Max-Age=360000; path=/; domain=www.mojomarketplace.com; secure; HttpOnly\r\nCache-Control: 900\r\nAccess-Control-Allow-Origin: *\r\nVary: Origin\r\nSet-Cookie: APISVR=a0n2; path=/\r\n\r\n{\"status\":\"success\",\"items\":[{\"id\":\"53078bcc-bf48-44e3-b131-4a870a141528\",\"name\":\"Install Your WordPress Theme\",\"slug\":\"install-your-wordpress-theme\",\"category\":\"development\",\"type\":\"services\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/install-your-wordpress-theme\",\"sales_count\":35930,\"is_service\":\"1\",\"rating\":0,\"seller_name\":null,\"seller_url\":\"\",\"tags\":\"WordPress, setup, install, wp, service, upload\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-53078bcc-bf48-44e3-b131-4a870a141528-368x296-aM4zQ.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-53078bcc-bf48-44e3-b131-4a870a141528-136x136-CWC20.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53078bcc-bf48-44e3-b131-4a870a141528-260x156-R0RQ5.png\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/items\\/WP-Theme-Installation-1.jpg\"},\"downloads\":[],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":\"\",\"created\":\"2014-02-21 10:24:28\",\"created_timestamp\":1393003468,\"demo_url\":\"\",\"short_description\":\"<p>Once you\\u2019ve purchased a theme for your new website, the theme needs to be installed via FTP or your WordPress dashboard. Some MOJO users are comfortable installing themes on their own, but for those who need help, the MOJO Professional Services team is standing by to install your theme for you.<\\/p>\",\"logo_bg_color\":\"#45769f\",\"change_logs\":[],\"gravatar_hash\":\"d41d8cd98f00b204e9800998ecf8427e\"},{\"id\":\"53078b6f-9af4-4c66-9ce7-77a00a140b28\",\"name\":\"Make My WordPress Site Look Like the Theme Demo\",\"slug\":\"make-my-wordpress-site-look-like-the-theme-demo\",\"category\":\"development\",\"type\":\"services\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/make-my-wordpress-site-look-like-the-theme-demo\",\"sales_count\":13642,\"is_service\":\"1\",\"rating\":0,\"seller_name\":null,\"seller_url\":\"\",\"tags\":\"service, demo, content, sample, dummy\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-53078b6f-9af4-4c66-9ce7-77a00a140b28-368x296-nj6Mn.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-53078b6f-9af4-4c66-9ce7-77a00a140b28-136x136-HBjNN.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53078b6f-9af4-4c66-9ce7-77a00a140b28-260x156-icda5.png\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/items\\/Look-like-demo-1.jpg\"},\"downloads\":[],\"prices\":{\"single_domain_license\":\"149.00\"},\"features\":\"\",\"created\":\"2014-02-21 10:22:55\",\"created_timestamp\":1393003375,\"demo_url\":\"\",\"short_description\":\"<p>Each theme on MOJO Marketplace has a pre-configured demo to showcase the theme\\u2019s capabilities; things like style options, built in functionality, etc.. This is purely an example. WordPress allows for endless configuration and customization options for moderate to advanced users. But if you\\u2019d like to simply mirror the site setup displayed by the theme\\u2019s demo, and require assistance, this service will get you up and running.<\\/p>\",\"logo_bg_color\":\"#2276be\",\"change_logs\":[],\"gravatar_hash\":\"d41d8cd98f00b204e9800998ecf8427e\"},{\"id\":\"54340948-aff4-41d1-b5d4-0cf10a141528\",\"name\":\"WordPress Starter\",\"slug\":\"wordpress-starter\",\"category\":\"development\",\"type\":\"services\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/wordpress-starter\",\"sales_count\":7053,\"is_service\":\"1\",\"rating\":0,\"seller_name\":null,\"seller_url\":\"\",\"tags\":\"WordPress, theme, install, starter, script\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-54340948-aff4-41d1-b5d4-0cf10a141528-368x296-zh90x.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-54340948-aff4-41d1-b5d4-0cf10a141528-136x136-dPjxr.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-54340948-aff4-41d1-b5d4-0cf10a141528-260x156-pLSRC.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/items\\/WP-Starter-Kit-1.jpg\"},\"downloads\":[],\"prices\":{\"single_domain_license\":\"99.00\"},\"features\":\"\",\"created\":\"2014-10-07 09:39:52\",\"created_timestamp\":1412696392,\"demo_url\":\"\",\"short_description\":\"<p>If you aren\\u2019t sure how to get started with your site, let us do it for you! This package is great if you are looking to get WordPress along with help getting a WordPress theme installed and ready for your customizations.<\\/p>\\n<p>\\u00a0<\\/p>\",\"logo_bg_color\":\"#1f4d74\",\"change_logs\":[],\"gravatar_hash\":\"d41d8cd98f00b204e9800998ecf8427e\"},{\"id\":\"54340b9a-8bb4-4418-bf37-618e0a140b28\",\"name\":\"WordPress Pro\",\"slug\":\"wordpress-pro\",\"category\":\"development\",\"type\":\"services\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/wordpress-pro\",\"sales_count\":4223,\"is_service\":\"1\",\"rating\":0,\"seller_name\":null,\"seller_url\":\"\",\"tags\":\"WordPress, theme, setup, install, backup, service, bundle\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-54340b9a-8bb4-4418-bf37-618e0a140b28-368x296-E7VxS.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-54340b9a-8bb4-4418-bf37-618e0a140b28-136x136-XdFg7.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-54340b9a-8bb4-4418-bf37-618e0a140b28-260x156-1Om24.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-54340b9a-8bb4-4418-bf37-618e0a140b28-1180x660-a36aq.jpg\"},\"downloads\":[],\"prices\":{\"single_domain_license\":\"199.00\"},\"features\":\"\",\"created\":\"2014-10-07 09:49:46\",\"created_timestamp\":1412696986,\"demo_url\":\"\",\"short_description\":\"<p><span style=\\\"font-size:100%;font-family:arial, sans, sans-serif;\\\">We\'ll help you install WP, your theme &amp; demo. Includes backup service and $59 theme credit.\\u00a0<\\/span><\\/p>\",\"logo_bg_color\":\"#2276be\",\"change_logs\":[],\"gravatar_hash\":\"d41d8cd98f00b204e9800998ecf8427e\"},{\"id\":\"54340cce-384c-4e2f-a43a-636c0a140b28\",\"name\":\"WordPress All-In-One\",\"slug\":\"wordpress-all-in-one\",\"category\":\"development\",\"type\":\"services\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/wordpress-all-in-one\",\"sales_count\":3252,\"is_service\":\"1\",\"rating\":0,\"seller_name\":null,\"seller_url\":\"\",\"tags\":\"WordPress, theme, seo, training, setup, install, backup, help, service, Technician\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-54340cce-384c-4e2f-a43a-636c0a140b28-368x296-znJjm.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-54340cce-384c-4e2f-a43a-636c0a140b28-136x136-AxVAF.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-54340cce-384c-4e2f-a43a-636c0a140b28-260x156-u4cGG.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-54340cce-384c-4e2f-a43a-636c0a140b28-1180x660-FiGIs.jpg\"},\"downloads\":[],\"prices\":{\"single_domain_license\":\"399.00\"},\"features\":\"\",\"created\":\"2014-10-07 09:54:54\",\"created_timestamp\":1412697294,\"demo_url\":\"\",\"short_description\":\"<p><span style=\\\"font-size:100%;font-family:arial, sans, sans-serif;\\\">Turk-key website - We\'ll help you install WP, your theme &amp; demo. Includes SEO, backup, site security. Plus 30 minute theme training &amp; more!<\\/span><\\/p>\",\"logo_bg_color\":\"#346175\",\"change_logs\":[],\"gravatar_hash\":\"d41d8cd98f00b204e9800998ecf8427e\"},{\"id\":\"53e00b04-03b8-4025-bb75-173c0a141528\",\"name\":\"Backup Your WordPress Website\",\"slug\":\"backup-your-wordpress-website\",\"category\":\"development\",\"type\":\"services\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/backup-your-wordpress-website\",\"sales_count\":1986,\"is_service\":\"1\",\"rating\":0,\"seller_name\":null,\"seller_url\":\"\",\"tags\":\"\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-53e00b04-03b8-4025-bb75-173c0a141528-368x296-Fp1oS.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-53e00b04-03b8-4025-bb75-173c0a141528-136x136-tDcqG.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53e00b04-03b8-4025-bb75-173c0a141528-260x156-mZS1T.png\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-53e00b04-03b8-4025-bb75-173c0a141528-1180x660-1isGp.png\"},\"downloads\":[],\"prices\":{\"single_domain_license\":\"99.00\"},\"features\":\"\",\"created\":\"2014-08-04 16:36:52\",\"created_timestamp\":1407191812,\"demo_url\":\"\",\"short_description\":\"<p><span style=\\\"font-size:13px;font-family:arial, sans, sans-serif;\\\">Let us save your site by installing and setting up a backup service to your WordPress dashboard.<\\/span><\\/p>\",\"logo_bg_color\":\"#0a5a7c\",\"change_logs\":[],\"gravatar_hash\":\"d41d8cd98f00b204e9800998ecf8427e\"},{\"id\":\"530782e3-1388-4e6a-a8ac-6f7b0a140b28\",\"name\":\"Integrate WooCommerce onto WordPress Site\",\"slug\":\"integrate-woocommerce-onto-wordpress-site\",\"category\":\"development\",\"type\":\"services\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/integrate-woocommerce-onto-wordpress-site\",\"sales_count\":1330,\"is_service\":\"1\",\"rating\":0,\"seller_name\":null,\"seller_url\":\"\",\"tags\":\"store, woocommerce, Commerce, sales, service, woo, emarketing\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-530782e3-1388-4e6a-a8ac-6f7b0a140b28-368x296-rIRrk.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-530782e3-1388-4e6a-a8ac-6f7b0a140b28-136x136-Be0ic.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-530782e3-1388-4e6a-a8ac-6f7b0a140b28-260x156-27fzK.png\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-530782e3-1388-4e6a-a8ac-6f7b0a140b28-1180x660-Kg0Oh.png\"},\"downloads\":[],\"prices\":{\"single_domain_license\":\"149.00\"},\"features\":\"\",\"created\":\"2014-02-21 09:46:27\",\"created_timestamp\":1393001187,\"demo_url\":\"\",\"short_description\":\"<p><span style=\\\"font-size:13px;font-family:arial, sans, sans-serif;\\\">We will help you launch your online store by integrating WooCommerce onto your WordPress site.\\u00a0<\\/span><\\/p>\",\"logo_bg_color\":\"#202020\",\"change_logs\":[],\"gravatar_hash\":\"d41d8cd98f00b204e9800998ecf8427e\"},{\"id\":\"53b4501f-180c-4bd3-9b3f-56cb0a141528\",\"name\":\"Make My WordPress Site Secure\",\"slug\":\"make-my-wordpress-site-secure\",\"category\":\"development\",\"type\":\"services\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/make-my-wordpress-site-secure\",\"sales_count\":1016,\"is_service\":\"1\",\"rating\":0,\"seller_name\":null,\"seller_url\":\"\",\"tags\":\"security, secure, hack, hacked\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-53b4501f-180c-4bd3-9b3f-56cb0a141528-368x296-9FyGe.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-53b4501f-180c-4bd3-9b3f-56cb0a141528-136x136-IMT04.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53b4501f-180c-4bd3-9b3f-56cb0a141528-260x156-yahn4.png\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-53b4501f-180c-4bd3-9b3f-56cb0a141528-1180x660-lEO77.png\"},\"downloads\":[],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":\"\",\"created\":\"2014-07-02 12:31:59\",\"created_timestamp\":1404325919,\"demo_url\":\"\",\"short_description\":\"<p><span style=\\\"font-size:13px;font-family:arial, sans, sans-serif;\\\">We will help you defend your WordPress site against hackers with this site security service.<\\/span><\\/p>\",\"logo_bg_color\":\"#0b1a23\",\"change_logs\":[],\"gravatar_hash\":\"d41d8cd98f00b204e9800998ecf8427e\"},{\"id\":\"53d7ea4d-e52c-42fe-9b7e-5ed50a141528\",\"name\":\"WordPress SEO &amp; Sitemap\",\"slug\":\"wordpress-seo-amp-sitemap\",\"category\":\"development\",\"type\":\"services\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/wordpress-seo-amp-sitemap\",\"sales_count\":585,\"is_service\":\"1\",\"rating\":0,\"seller_name\":null,\"seller_url\":\"\",\"tags\":\"seo\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-53d7ea4d-e52c-42fe-9b7e-5ed50a141528-368x296-bIpxu.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-53d7ea4d-e52c-42fe-9b7e-5ed50a141528-136x136-ApafB.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53d7ea4d-e52c-42fe-9b7e-5ed50a141528-260x156-5Neme.png\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-53d7ea4d-e52c-42fe-9b7e-5ed50a141528-1180x660-jAyp8.png\"},\"downloads\":[],\"prices\":{\"single_domain_license\":\"99.00\"},\"features\":\"\",\"created\":\"2014-07-29 12:39:09\",\"created_timestamp\":1406659149,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"#e8c959\",\"change_logs\":[],\"gravatar_hash\":\"d41d8cd98f00b204e9800998ecf8427e\"},{\"id\":\"530697a6-92cc-4329-9cdd-21e40a140b28\",\"name\":\"Add Google Analytics to Your WordPress Site\",\"slug\":\"add-google-analytics-to-your-wordpress-site\",\"category\":\"development\",\"type\":\"services\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/add-google-analytics-to-your-wordpress-site\",\"sales_count\":410,\"is_service\":\"1\",\"rating\":0,\"seller_name\":null,\"seller_url\":\"\",\"tags\":\"seo, google, track, analytics, graph, tracking, stats, statistics, analysis, cpm\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-530697a6-92cc-4329-9cdd-21e40a140b28-368x296-GTUvV.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-530697a6-92cc-4329-9cdd-21e40a140b28-136x136-GkCwc.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-530697a6-92cc-4329-9cdd-21e40a140b28-260x156-UXxnX.png\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-530697a6-92cc-4329-9cdd-21e40a140b28-1180x660-hBnKZ.png\"},\"downloads\":[],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":\"\",\"created\":\"2014-02-20 17:02:46\",\"created_timestamp\":1392940966,\"demo_url\":\"\",\"short_description\":\"<p><span style=\\\"font-size:13px;font-family:arial, sans, sans-serif;\\\">Let us help you track your efforts by integrating Google Analytics into your WordPress site.\\u00a0<\\/span><\\/p>\",\"logo_bg_color\":\"#ee582e\",\"change_logs\":[],\"gravatar_hash\":\"d41d8cd98f00b204e9800998ecf8427e\"},{\"id\":\"53b311aa-4e38-4323-b14e-4a1a0a140b28\",\"name\":\"Ultimate WordPress Website Launch Kit\",\"slug\":\"ultimate-wordpress-website-launch-kit\",\"category\":\"development\",\"type\":\"services\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/ultimate-wordpress-website-launch-kit\",\"sales_count\":344,\"is_service\":\"1\",\"rating\":0,\"seller_name\":null,\"seller_url\":\"\",\"tags\":\"WordPress, install, starter\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-53b311aa-4e38-4323-b14e-4a1a0a140b28-368x296-9Tb1l.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-53b311aa-4e38-4323-b14e-4a1a0a140b28-136x136-ZlJgx.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53b311aa-4e38-4323-b14e-4a1a0a140b28-260x156-20V6C.png\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-53b311aa-4e38-4323-b14e-4a1a0a140b28-1180x660-vDR7d.png\"},\"downloads\":[],\"prices\":{\"single_domain_license\":\"299.00\"},\"features\":\"\",\"created\":\"2014-07-01 13:53:14\",\"created_timestamp\":1404244394,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"#453363\",\"change_logs\":[],\"gravatar_hash\":\"d41d8cd98f00b204e9800998ecf8427e\"},{\"id\":\"532c8ae2-5c38-4636-8c69-15550a141528\",\"name\":\"Install WordPress Theme &amp; Integrate WooCommerce\",\"slug\":\"install-wordpress-theme-amp-integrate-woocommerce\",\"category\":\"development\",\"type\":\"services\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/install-wordpress-theme-amp-integrate-woocommerce\",\"sales_count\":300,\"is_service\":\"1\",\"rating\":0,\"seller_name\":null,\"seller_url\":\"\",\"tags\":\"theme, store, woocommerce, Commerce, sales, setup, install, service, woo\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-532c8ae2-5c38-4636-8c69-15550a141528-368x296-rZp75.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-532c8ae2-5c38-4636-8c69-15550a141528-136x136-bvGo5.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-532c8ae2-5c38-4636-8c69-15550a141528-260x156-WsBqu.png\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-532c8ae2-5c38-4636-8c69-15550a141528-1180x660-GD7ek.png\"},\"downloads\":[],\"prices\":{\"single_domain_license\":\"149.00\"},\"features\":\"\",\"created\":\"2014-03-21 12:54:26\",\"created_timestamp\":1395428066,\"demo_url\":\"\",\"short_description\":\"<p><span style=\\\"font-size:13px;font-family:arial, sans, sans-serif;\\\">Let us install your WordPress theme, plus we\'ll launch your online store by integrating WooCommerce into your site.<\\/span><\\/p>\",\"logo_bg_color\":\"#202020\",\"change_logs\":[],\"gravatar_hash\":\"d41d8cd98f00b204e9800998ecf8427e\"},{\"id\":\"55b6b4f5-d8f0-4463-a79e-3a2c0a141f37\",\"name\":\"WooCommerce All In One\",\"slug\":\"woocommerce-all-in-one\",\"category\":\"development\",\"type\":\"services\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/woocommerce-all-in-one\",\"sales_count\":118,\"is_service\":\"1\",\"rating\":0,\"seller_name\":null,\"seller_url\":\"\",\"tags\":\"WordPress, store, woocommerce\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-55b6b4f5-d8f0-4463-a79e-3a2c0a141f37-368x296-W6yaz.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-55b6b4f5-d8f0-4463-a79e-3a2c0a141f37-136x136-Klnrk.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-55b6b4f5-d8f0-4463-a79e-3a2c0a141f37-260x156-XeX6H.png\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-55b6b4f5-d8f0-4463-a79e-3a2c0a141f37-1180x660-P8ZOL.png\"},\"downloads\":[],\"prices\":{\"single_domain_license\":\"499.00\"},\"features\":\"\",\"created\":\"2015-07-27 16:47:17\",\"created_timestamp\":1438037237,\"demo_url\":\"\",\"short_description\":\"<p>This WooCommerce Bundle Pack includes all of the essentials for you to get your online business up and running. Avoid the steep learning curves of WordPress and allow us to grind out the tough stuff so you can start selling online with ease!\\u00a0<\\/p>\",\"logo_bg_color\":\"#00BFFF\",\"change_logs\":[],\"gravatar_hash\":\"d41d8cd98f00b204e9800998ecf8427e\"},{\"id\":\"56bcf922-da60-490d-a67b-49b90a141f37\",\"name\":\"Install My WordPress Plugin\",\"slug\":\"install-my-wordpress-plugin\",\"category\":\"development\",\"type\":\"services\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/install-my-wordpress-plugin\",\"sales_count\":108,\"is_service\":\"1\",\"rating\":0,\"seller_name\":null,\"seller_url\":\"\",\"tags\":\"WordPress, Custom, plugins, plugin, install, extensions\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-56bcf922-da60-490d-a67b-49b90a141f37-368x296-2OZvr.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-56bcf922-da60-490d-a67b-49b90a141f37-136x136-M52Me.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-56bcf922-da60-490d-a67b-49b90a141f37-260x156-ZOrlh.png\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-56bcf922-da60-490d-a67b-49b90a141f37-1180x660-xoBuN.png\"},\"downloads\":[],\"prices\":{\"single_domain_license\":\"59.00\"},\"features\":\"\",\"created\":\"2016-02-11 14:12:02\",\"created_timestamp\":1455225122,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"#ff1493\",\"change_logs\":[],\"gravatar_hash\":\"d41d8cd98f00b204e9800998ecf8427e\"},{\"id\":\"59b00086-3190-444c-b70b-12a90a14153a\",\"name\":\"Custom Logo Design Disney, Fisher-Price and Logoworks love us!\",\"slug\":\"logo-design-from-the-branding-experts\",\"category\":\"design\",\"type\":\"services\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/logo-design-from-the-branding-experts\",\"sales_count\":103,\"is_service\":false,\"rating\":0,\"seller_name\":\"RipeConcepts, Inc.\",\"seller_url\":\"store\\/ripeconcepts-inc\",\"tags\":\"simple, creative, personal, elegant, logo, design, brand, professional, clean, modern, portfolio\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-59b00086-e6a4-4a35-b55a-12a90a14153a-Vsv1E.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-59b00086-e6a4-4a35-b55a-12a90a14153a-v3VFX.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b00086-e6a4-4a35-b55a-12a90a14153a-IzQf0.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b00086-e6a4-4a35-b55a-12a90a14153a-s9mgk.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b2df88-5734-4e5b-9a19-18fc0a14153b-E6GOc.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b2df88-5734-4e5b-9a19-18fc0a14153b-JZ6Jz.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b00086-e6a4-4a35-b55a-12a90a14153a-ywv1L.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b2df88-5734-4e5b-9a19-18fc0a14153b-DRixg.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b2df88-5734-4e5b-9a19-18fc0a14153b-mt6Lk.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b2df88-5734-4e5b-9a19-18fc0a14153b-zREIJ.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b00086-e6a4-4a35-b55a-12a90a14153a-svNrP.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b00086-e6a4-4a35-b55a-12a90a14153a-jPmSs.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b2df88-5734-4e5b-9a19-18fc0a14153b-wGyvU.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b00086-e6a4-4a35-b55a-12a90a14153a-jRnah.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b00086-e6a4-4a35-b55a-12a90a14153a-Cc8ha.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b00086-e6a4-4a35-b55a-12a90a14153a-cD1GF.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b2df88-5734-4e5b-9a19-18fc0a14153b-crds2.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b2df88-5734-4e5b-9a19-18fc0a14153b-SHtS7.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b00086-e6a4-4a35-b55a-12a90a14153a-8sV01.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b2df88-5734-4e5b-9a19-18fc0a14153b-FEhCa.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b00086-e6a4-4a35-b55a-12a90a14153a-heAJa.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b2df88-5734-4e5b-9a19-18fc0a14153b-Xyu9K.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b00086-e6a4-4a35-b55a-12a90a14153a-3isGj.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b00086-e6a4-4a35-b55a-12a90a14153a-OJCuv.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b2df88-5734-4e5b-9a19-18fc0a14153b-ztxIy.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b00086-e6a4-4a35-b55a-12a90a14153a-t5zJN.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b2df88-5734-4e5b-9a19-18fc0a14153b-6C6H6.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b2df88-5734-4e5b-9a19-18fc0a14153b-xZfwt.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b00086-e6a4-4a35-b55a-12a90a14153a-tmt45.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b2df88-5734-4e5b-9a19-18fc0a14153b-GWmup.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b00086-e6a4-4a35-b55a-12a90a14153a-f68Ge.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59b2df88-5734-4e5b-9a19-18fc0a14153b-KdwhP.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59e75e48-2900-48da-a7c2-2bda0a14153b-j2kSe.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59e75e48-2900-48da-a7c2-2bda0a14153b-1XkTl.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59e75e48-2900-48da-a7c2-2bda0a14153b-IAeFV.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59e75e48-2900-48da-a7c2-2bda0a14153b-ofo9q.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59e75e48-2900-48da-a7c2-2bda0a14153b-bm7L6.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59e75e48-2900-48da-a7c2-2bda0a14153b-kTzxv.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59e75e48-2900-48da-a7c2-2bda0a14153b-2GFLR.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59e75e48-2900-48da-a7c2-2bda0a14153b-QtvHc.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59e75e48-2900-48da-a7c2-2bda0a14153b-iM9Ny.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59e75e48-2900-48da-a7c2-2bda0a14153b-RGQhi.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59e75e48-2900-48da-a7c2-2bda0a14153b-q98R4.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59e75e48-2900-48da-a7c2-2bda0a14153b-7npGS.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59e75e48-2900-48da-a7c2-2bda0a14153b-tAupW.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59e75e48-2900-48da-a7c2-2bda0a14153b-y3cvc.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-59e75e48-2900-48da-a7c2-2bda0a14153b-3Vsid.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-59b00086-e6a4-4a35-b55a-12a90a14153a-pjtxU.jpg\"},\"downloads\":[],\"prices\":{\"single_domain_license\":\"199.00\"},\"features\":[\"Over 200 Creatives in Our State-of-the-Art Studio\",\"Delivery in 72 hours\",\"Disney, Fisher-Price and Logoworks love us!\"],\"created\":\"2017-09-06 08:04:54\",\"created_timestamp\":1504706694,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"be85f8d4037d40bc92fe512136befca4\"},{\"id\":\"5681b062-b7b0-484b-bcef-2fd20a141f39\",\"name\":\"Integrate PayPal into my WordPress Site\",\"slug\":\"integrate-paypal-into-my-wordpress-site\",\"category\":\"development\",\"type\":\"services\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/integrate-paypal-into-my-wordpress-site\",\"sales_count\":49,\"is_service\":\"1\",\"rating\":0,\"seller_name\":null,\"seller_url\":\"\",\"tags\":\"PayPal, Business, cart, shop, store, Shopping, pay, checkout\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-5681b062-b7b0-484b-bcef-2fd20a141f39-368x296-xIU4b.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5681b062-b7b0-484b-bcef-2fd20a141f39-136x136-Td9Dz.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5681b062-b7b0-484b-bcef-2fd20a141f39-260x156-GksGf.png\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5681b062-b7b0-484b-bcef-2fd20a141f39-1180x660-GzdFX.png\"},\"downloads\":[],\"prices\":{\"single_domain_license\":\"99.00\"},\"features\":\"\",\"created\":\"2015-12-28 14:57:54\",\"created_timestamp\":1451339874,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"#ff1493\",\"change_logs\":[],\"gravatar_hash\":\"d41d8cd98f00b204e9800998ecf8427e\"},{\"id\":\"53078468-fc10-45de-b813-70b70a140b28\",\"name\":\"Create a WordPress Contact Form\",\"slug\":\"create-a-wordpress-contact-form\",\"category\":\"development\",\"type\":\"services\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/create-a-wordpress-contact-form\",\"sales_count\":44,\"is_service\":\"1\",\"rating\":0,\"seller_name\":null,\"seller_url\":\"\",\"tags\":\"WordPress, form, email, contact, message, service\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-53078468-fc10-45de-b813-70b70a140b28-368x296-SdwTK.png\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-53078468-fc10-45de-b813-70b70a140b28-136x136-8dPZY.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53078468-fc10-45de-b813-70b70a140b28-260x156-u80Dw.png\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-53078468-fc10-45de-b813-70b70a140b28-1180x660-RIIdX.png\"},\"downloads\":[],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":\"\",\"created\":\"2014-02-21 09:52:56\",\"created_timestamp\":1393001576,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"#413b3b\",\"change_logs\":[],\"gravatar_hash\":\"d41d8cd98f00b204e9800998ecf8427e\"},{\"id\":\"530786ea-27b8-4f1b-bc94-46650a141528\",\"name\":\"Add a Google Map to my WordPress Site\",\"slug\":\"add-a-google-map-to-my-wordpress-site\",\"category\":\"development\",\"type\":\"services\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/add-a-google-map-to-my-wordpress-site\",\"sales_count\":23,\"is_service\":\"1\",\"rating\":0,\"seller_name\":null,\"seller_url\":\"\",\"tags\":\"location, address, map, satellite\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/square_thumbnail-530786ea-27b8-4f1b-bc94-46650a141528-thumb-mm-resize-136x136-530d15ff8ce36.png\",\"thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/thumbnail-530786ea-27b8-4f1b-bc94-46650a141528-square-mm-resize-260x156-530d15d46aaab.png\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/preview-530786ea-27b8-4f1b-bc94-46650a141528-large-mm-resize-1180x660-530d15fecff73.png\"},\"downloads\":[],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":\"\",\"created\":\"2014-02-21 10:03:38\",\"created_timestamp\":1393002218,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"d41d8cd98f00b204e9800998ecf8427e\"},{\"id\":\"5a2ffa5f-7c1c-4b0a-88f0-54c90a141539\",\"name\":\"Custom Brand Design Disney, Fisher Price and Logoworks love us!\",\"slug\":\"custom-branding\",\"category\":\"design\",\"type\":\"services\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/custom-branding\",\"sales_count\":22,\"is_service\":false,\"rating\":0,\"seller_name\":\"RipeConcepts, Inc.\",\"seller_url\":\"store\\/ripeconcepts-inc\",\"tags\":\"design, professional, creative, brand, Business, agency, personal, portfolio, simple, logo, media, company, elegant, clean, modern, Corporate, minimal, gallery\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5a2ffa5f-8c34-4f25-93f1-54c90a141539-urrGA.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5a2ffa5f-8c34-4f25-93f1-54c90a141539-s2cbY.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5a2ffa5f-8c34-4f25-93f1-54c90a141539-JFqZ7.png\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5a2ffa5f-8c34-4f25-93f1-54c90a141539-GSdhB.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5a2ffa5f-8c34-4f25-93f1-54c90a141539-pyHkb.png\"},\"downloads\":[],\"prices\":{\"single_domain_license\":\"339.00\"},\"features\":[\"Delivery in 72 hours\",\"Disney, Fisher-Price, and Logoworks love us!\",\"Over 200 Creatives in Our State-of-the-Art Studio\"],\"created\":\"2017-12-12 08:48:47\",\"created_timestamp\":1513093727,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"be85f8d4037d40bc92fe512136befca4\"},{\"id\":\"599994d9-0bf0-4419-a3a8-168f0a14153b\",\"name\":\"Premium Logo design Exclusive logo for your business\",\"slug\":\"premium-logo-design\",\"category\":\"design\",\"type\":\"services\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/premium-logo-design\",\"sales_count\":16,\"is_service\":false,\"rating\":0,\"seller_name\":\"XpertgraphicD\",\"seller_url\":\"store\\/xpertgraphicd\",\"tags\":\"blog, modern, Business, photography, Corporate, agency, shop, logo, professional, consulting, brand\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-599994d9-dcdc-4e3f-8f70-168f0a14153b-zcto8.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-599994d9-dcdc-4e3f-8f70-168f0a14153b-92m7n.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-599994d9-dcdc-4e3f-8f70-168f0a14153b-VC592.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-599994d9-dcdc-4e3f-8f70-168f0a14153b-kizgg.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-599994d9-dcdc-4e3f-8f70-168f0a14153b-pDuCZ.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-599994d9-dcdc-4e3f-8f70-168f0a14153b-kwAGa.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-599994d9-dcdc-4e3f-8f70-168f0a14153b-2LOx6.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-599994d9-dcdc-4e3f-8f70-168f0a14153b-sBcRJ.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-599994d9-dcdc-4e3f-8f70-168f0a14153b-Zwf8K.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-599994d9-dcdc-4e3f-8f70-168f0a14153b-DenqX.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-599994d9-dcdc-4e3f-8f70-168f0a14153b-yBCtF.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-599994d9-dcdc-4e3f-8f70-168f0a14153b-zLont.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-599994d9-dcdc-4e3f-8f70-168f0a14153b-VcGuW.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-599994d9-dcdc-4e3f-8f70-168f0a14153b-xyQUl.jpg\"},\"downloads\":[],\"prices\":{\"single_domain_license\":\"159.00\"},\"features\":[\"Fast customer support and delivery\",\"Source files included\",\"Exclusive and unique design\"],\"created\":\"2017-08-20 07:55:37\",\"created_timestamp\":1503237337,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"7c130351789dece6978f037bfcd7dc57\"}],\"page\":\"1\",\"pageCount\":2,\"records\":26}\";s:7:\"headers\";O:25:\"Requests_Response_Headers\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";a:1:{i:0;s:12:\"nginx/1.10.1\";}s:4:\"date\";a:1:{i:0;s:29:\"Tue, 19 Feb 2019 13:53:50 GMT\";}s:12:\"content-type\";a:1:{i:0;s:31:\"application/json; charset=UTF-8\";}s:14:\"content-length\";a:1:{i:0;s:5:\"38430\";}s:12:\"x-powered-by\";a:1:{i:0;s:10:\"PHP/5.6.22\";}s:10:\"set-cookie\";a:2:{i:0;s:147:\"SESSION=p0ljccshd026dhba8ri0o8ud07; expires=Sat, 23-Feb-2019 17:53:50 GMT; Max-Age=360000; path=/; domain=www.mojomarketplace.com; secure; HttpOnly\";i:1;s:19:\"APISVR=a0n2; path=/\";}s:13:\"cache-control\";a:1:{i:0;s:3:\"900\";}s:27:\"access-control-allow-origin\";a:1:{i:0;s:1:\"*\";}s:4:\"vary\";a:1:{i:0;s:6:\"Origin\";}}}s:11:\"status_code\";i:200;s:16:\"protocol_version\";d:1.100000000000000088817841970012523233890533447265625;s:7:\"success\";b:1;s:9:\"redirects\";i:0;s:3:\"url\";s:86:\"https://api.mojomarketplace.com/api/v2/items?type=services&count=20&order=sales&page=1\";s:7:\"history\";a:0:{}s:7:\"cookies\";O:19:\"Requests_Cookie_Jar\":1:{s:10:\"\0*\0cookies\";a:1:{s:6:\"APISVR\";O:15:\"Requests_Cookie\":5:{s:4:\"name\";s:6:\"APISVR\";s:5:\"value\";s:4:\"a0n2\";s:10:\"attributes\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:2:{s:4:\"path\";s:1:\"/\";s:6:\"domain\";s:23:\"api.mojomarketplace.com\";}}s:5:\"flags\";a:4:{s:8:\"creation\";i:1550584430;s:11:\"last-access\";i:1550584430;s:10:\"persistent\";b:0;s:9:\"host-only\";b:1;}s:14:\"reference_time\";i:1550584430;}}}}s:11:\"\0*\0filename\";N;s:4:\"data\";N;s:7:\"headers\";N;s:6:\"status\";N;}}s:32:\"9489ae1e4c34a4cea6d7970e65cd05bf\";a:6:{s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:12:\"nginx/1.12.0\";s:4:\"date\";s:29:\"Tue, 19 Feb 2019 13:53:51 GMT\";s:12:\"content-type\";s:31:\"application/json; charset=UTF-8\";s:14:\"content-length\";s:5:\"31445\";s:12:\"x-powered-by\";s:10:\"PHP/5.6.30\";s:10:\"set-cookie\";a:2:{i:0;s:147:\"SESSION=lvjhbqhsktsa7ndf07dihqrje2; expires=Sat, 23-Feb-2019 17:53:51 GMT; Max-Age=360000; path=/; domain=www.mojomarketplace.com; secure; HttpOnly\";i:1;s:19:\"APISVR=a0n4; path=/\";}s:13:\"cache-control\";s:3:\"900\";s:27:\"access-control-allow-origin\";s:1:\"*\";s:4:\"vary\";s:6:\"Origin\";}}s:4:\"body\";s:31445:\"{\"status\":\"success\",\"items\":[{\"id\":\"5340af5c-15b0-439b-a34e-68940a140b28\",\"name\":\"Oak Tree Logo\",\"slug\":\"oak-tree-logo-2\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/oak-tree-logo-2\",\"sales_count\":65,\"is_service\":false,\"rating\":0,\"seller_name\":\"sopongiro\",\"seller_url\":\"store\\/sopongiro\",\"tags\":\"clean, Business, tree, modern, accounting, lawyer, insurance, oak\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/large_thumbnail-5340af5c-15b0-439b-a34e-68940a140b28-368x296.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/square_thumbnail-5340af5c-15b0-439b-a34e-68940a140b28-136x136.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/thumbnail-5340af5c-15b0-439b-a34e-68940a140b28-260x156.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/preview-5340af5c-15b0-439b-a34e-68940a140b28-1180x660.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":[\"RGB color AI and CMYK EPS formats fully editable\",\"Easy to edit, change size, color and text\",\"Logo template suitable for Marketing and Financial\"],\"created\":\"2014-04-05 20:23:46\",\"created_timestamp\":1396751026,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"799b2795cd13869f13c37a5ec57b0fe3\"},{\"id\":\"5728fe86-4608-4d36-8193-68cd0a141f38\",\"name\":\"Eco Lady Logo\",\"slug\":\"eco-lady-logo-1\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/eco-lady-logo-1\",\"sales_count\":27,\"is_service\":false,\"rating\":0,\"seller_name\":\"Maestro99\",\"seller_url\":\"store\\/maestro99\",\"tags\":\"logo, fresh, Business, Vector, Corporate, clinic, medical, health, plant, earth, nature, Green, icon, tree, abstract, healthy, social, media, internet, modern, creative, professional, woman, colorful, brand, web, identity, logos, community, digital, human, eco, natural, symbol, ecology, shape, dummy, Queen, society, lady, herbal\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5728fe86-4608-4d36-8193-68cd0a141f38-fcShF.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5728fe86-4608-4d36-8193-68cd0a141f38-XbSXF.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5728fe86-4608-4d36-8193-68cd0a141f38-L3EJf.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5728fe86-4608-4d36-8193-68cd0a141f38-ITTKQ.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"Herbal Logo\",\"Nature Logo\",\"Social Logo\"],\"created\":\"2016-05-03 13:40:38\",\"created_timestamp\":1462304438,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"5260d9c971437c9a5a033d8fa2b08d0f\"},{\"id\":\"5197a5fc-f998-4242-b7b5-34780a140b1e\",\"name\":\"Badged \",\"slug\":\"badged\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/badged\",\"sales_count\":23,\"is_service\":false,\"rating\":0,\"seller_name\":\"Charlie.N\",\"seller_url\":\"store\\/charlie-n\",\"tags\":\"logo, Business, elegant, modern, professional, card, brand, company, simplistic\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/items\\/large_thumbnail-5197a5fc-f998-4242-b7b5-34780a140b1e-Badged3-mm-resize-368x296.png\",\"square_thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/items\\/square_thumbnail-5197a5fc-f998-4242-b7b5-34780a140b1e-Badged2-mm-resize-136x136.png\",\"thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/items\\/thumbnail-5197a5fc-f998-4242-b7b5-34780a140b1e-Badged4-mm-resize-260x156.png\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/items\\/preview-5197a5fc-f998-4242-b7b5-34780a140b1e-Badged1-mm-resize-1180x660.png\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"25.00\"},\"features\":[\"Dark and modern design\",\"Fully layered and organized\",\"Easily editable\"],\"created\":\"2013-05-18 10:29:05\",\"created_timestamp\":1368894545,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"d493ef2ef2bc9f6eecf9a4368c482093\"},{\"id\":\"51e2dc35-d914-46c9-a62f-48af0a140b26\",\"name\":\"Businesscard Pro\",\"slug\":\"businesscard-pro\",\"category\":\"business-cards\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/businesscard-pro\",\"sales_count\":18,\"is_service\":false,\"rating\":0,\"seller_name\":\"Jayant Vyda\",\"seller_url\":\"store\\/jayant-vyda\",\"tags\":\"\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/large_thumbnail-51e2dc35-d914-46c9-a62f-48af0a140b26-businesscard-pro-368x296-mm-resize-368x296.jpg\",\"square_thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/square_thumbnail-51e2dc35-d914-46c9-a62f-48af0a140b26-businesscard-pro-136x136-mm-resize-136x136.jpg\",\"thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/thumbnail-51e2dc35-d914-46c9-a62f-48af0a140b26-businesscard-pro-260x156-mm-resize-260x156.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/preview-51e2dc35-d914-46c9-a62f-48af0a140b26-businesscard-pro-1180x660-mm-resize-1180x660.jpg\"},\"downloads\":[\"eps_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"12.00\"},\"features\":[\"Print ready business cards\",\"Double Sided cards\",\"Free fonts and customization\"],\"created\":\"2013-07-14 12:34:56\",\"created_timestamp\":1373826896,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"ea13227aa28560e7c41a96d3edd1d221\"},{\"id\":\"53441cd6-e980-4681-8db8-1fd30a140b28\",\"name\":\"Majestic Logo\",\"slug\":\"majestic-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/majestic-logo\",\"sales_count\":17,\"is_service\":false,\"rating\":0,\"seller_name\":\"sopongiro\",\"seller_url\":\"store\\/sopongiro\",\"tags\":\"clean, elegant, Retro, hotel, vintage, fashion, ornament, flourish, gold, winery, luxury, classy, Jewelry, resort, style, classic, royal, emblem, crest, majesty, luxurious, royalty, decorative, majestic, heraldic, calligraphy, calligraphic, ornate, heraldry\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/large_thumbnail-53441cd6-e980-4681-8db8-1fd30a140b28-368x296.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/square_thumbnail-53441cd6-e980-4681-8db8-1fd30a140b28-136x136.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/thumbnail-53441cd6-e980-4681-8db8-1fd30a140b28-260x156.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/preview-53441cd6-e980-4681-8db8-1fd30a140b28-1180x660.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":[\"Ai and EPS files\",\"CMYK and RGB\",\"Fully Editable\"],\"created\":\"2014-04-08 10:05:46\",\"created_timestamp\":1396973146,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"799b2795cd13869f13c37a5ec57b0fe3\"},{\"id\":\"56dcf586-6044-40c3-9ba5-312c0a140b32\",\"name\":\"Lighthouse logo\",\"slug\":\"lighthouse-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/lighthouse-logo\",\"sales_count\":17,\"is_service\":false,\"rating\":0,\"seller_name\":\"phuadiesta\",\"seller_url\":\"\",\"tags\":\"simple, logo, Vector, blue, icon, symbol, consulting\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-56dcf586-6044-40c3-9ba5-312c0a140b32-E60Ur.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-56dcf586-6044-40c3-9ba5-312c0a140b32-CAQEA.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-56dcf586-6044-40c3-9ba5-312c0a140b32-4WkgR.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-56dcf586-6044-40c3-9ba5-312c0a140b32-VNG3Z.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-56dcf586-6044-40c3-9ba5-312c0a140b32-mPaae.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":[\"Fully editable\",\"Format AI, EPS &amp; PNG transparent\",\"Resizable vector\"],\"created\":\"2016-03-06 20:31:20\",\"created_timestamp\":1457321480,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"3de01ed841b0f15cf895480a056765bc\"},{\"id\":\"5827d703-5b5c-44a8-b8b7-3d5d0a14153a\",\"name\":\"Aeroglide Letter A Logo\",\"slug\":\"aeroglide-letter-a-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/aeroglide-letter-a-logo\",\"sales_count\":15,\"is_service\":false,\"rating\":0,\"seller_name\":\"zixlo\",\"seller_url\":\"store\\/zixlo\",\"tags\":\"Business, travel, abstract, media, arrow, attorney, software, air, letter, education, app, realtor, realty, sport, accounting, law, consulting, aero\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5827d703-5b5c-44a8-b8b7-3d5d0a14153a-2WH7k.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5827d703-5b5c-44a8-b8b7-3d5d0a14153a-Tsy2W.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5827d703-5b5c-44a8-b8b7-3d5d0a14153a-91ak5.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5827d703-5b5c-44a8-b8b7-3d5d0a14153a-LRp9g.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"100% Editable &amp; Re-sizable vectors\",\"Texts are fully editable\",\"Format: AI &amp; EPS\"],\"created\":\"2016-11-12 19:59:25\",\"created_timestamp\":1479005965,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"1edcbed6eca100917fc3b34ce8ebccbb\"},{\"id\":\"538cbb0a-ec2c-479e-bacc-530e0a140b28\",\"name\":\"Smart Phone Business Card\",\"slug\":\"smart-phone-business-card\",\"category\":\"business-cards\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/smart-phone-business-card\",\"sales_count\":15,\"is_service\":false,\"rating\":0,\"seller_name\":\"xnOrpix\",\"seller_url\":\"store\\/xnorpix\",\"tags\":\"computer, mobile, iphone, android, ios, phone, electronic, smart, smartphone\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-538cbb0a-ec2c-479e-bacc-530e0a140b28-136x136-M5WmW.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-538cbb0a-ec2c-479e-bacc-530e0a140b28-260x156-byoEO.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-538cbb0a-ec2c-479e-bacc-530e0a140b28-1180x660-XBmZT.jpg\"},\"downloads\":[\"eps_graphic\",\"fonts_graphic\"],\"prices\":{\"single_domain_license\":\"12.00\"},\"features\":[\"Business Cards\",\"CMYK and RGB color\",\"100% vector | resizable\"],\"created\":\"2014-06-02 12:24:09\",\"created_timestamp\":1401733449,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"c192d3545fbc9feed64ed9d317ee9379\"},{\"id\":\"574137cc-9c88-4d38-aeac-59a80a141f37\",\"name\":\"Eco Tech Logo\",\"slug\":\"eco-tech-logo-2\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/eco-tech-logo-2\",\"sales_count\":13,\"is_service\":false,\"rating\":5,\"seller_name\":\"meisuseno\",\"seller_url\":\"store\\/meisuseno\",\"tags\":\"logo, plant, nature, Green, leaf, leaves, cool, computer, technology, network, tech, modern, creative, professional, growth, IT, eco, service, natural, creatives, hitech, networking, circuit, computing\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-574137cc-9c88-4d38-aeac-59a80a141f37-MtYbX.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-574137cc-9c88-4d38-aeac-59a80a141f37-Fctqy.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-574137cc-9c88-4d38-aeac-59a80a141f37-ltVu2.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-574137cc-9c88-4d38-aeac-59a80a141f37-kR6sv.png\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"AI, EPS, PNG Format\",\"Easy editable\",\"CMYK, 300 DPI\"],\"created\":\"2016-05-21 22:39:33\",\"created_timestamp\":1463891973,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"acc473f4809e61e9a72cf890a017464a\"},{\"id\":\"5654ad2f-a648-406f-aff0-09310a141f38\",\"name\":\"Valentine Logo\",\"slug\":\"valentine-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/valentine-logo\",\"sales_count\":12,\"is_service\":false,\"rating\":0,\"seller_name\":\"Black Magic\",\"seller_url\":\"store\\/black-magic\",\"tags\":\"clean, logo, Business, social, Hearts, heart, modern, charity, Decoration, love, red, art, valentine, beauty, elegance, Pink, foundation, decorative, society, illustrative, organisation, partner, caring, volunteer\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5654ad2f-a648-406f-aff0-09310a141f38-SNRdw.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5654ad2f-a648-406f-aff0-09310a141f38-QlzmI.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5654ad2f-a648-406f-aff0-09310a141f38-13nWB.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5654ad2f-a648-406f-aff0-09310a141f38-2ry4E.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5654ad2f-a648-406f-aff0-09310a141f38-jx3rO.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5654ad2f-a648-406f-aff0-09310a141f38-GKDxw.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"Editable\",\"Resizable\",\"Easy to edit color \\/ text\"],\"created\":\"2015-11-24 11:32:29\",\"created_timestamp\":1448389949,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"f9a7fc891bffa7e81ffe3547b72dc4e1\"},{\"id\":\"55d48a8e-d09c-4be7-a992-58390a141f38\",\"name\":\"Pura House Logo, Letter P House Logo\",\"slug\":\"pura-house-logo-letter-p-house-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/pura-house-logo-letter-p-house-logo\",\"sales_count\":11,\"is_service\":false,\"rating\":1,\"seller_name\":\"Maestro99\",\"seller_url\":\"store\\/maestro99\",\"tags\":\"clean, simple, logo, family, Home, sell, creative, professional, hotel, City, house, bold, unique, brand, identity, realtor, apartment, mortgage, Motel, property, rent, town, sold, stay\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-55d48a8e-d09c-4be7-a992-58390a141f38-368x296-oAudc.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-55d48a8e-d09c-4be7-a992-58390a141f38-136x136-9GJ17.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-55d48a8e-d09c-4be7-a992-58390a141f38-260x156-Oc4uz.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-55d48a8e-d09c-4be7-a992-58390a141f38-1180x660-Gu3mo.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":[\"Ai and EPS files\",\"CMYK and RGB color\",\"100% vector | resizable\"],\"created\":\"2015-08-19 08:01:54\",\"created_timestamp\":1439992914,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"5260d9c971437c9a5a033d8fa2b08d0f\"},{\"id\":\"53771ad3-e9fc-4eca-b5e1-329b0a140b28\",\"name\":\"Dna Tree\",\"slug\":\"dna-tree\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/dna-tree\",\"sales_count\":11,\"is_service\":false,\"rating\":0,\"seller_name\":\"Avriel\",\"seller_url\":\"\",\"tags\":\"\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-53771ad3-e9fc-4eca-b5e1-329b0a140b28-136x136-sjR8I.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53771ad3-e9fc-4eca-b5e1-329b0a140b28-260x156-F4Di4.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-53771ad3-e9fc-4eca-b5e1-329b0a140b28-1180x660-IO3Zs.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":[\"Ai and EPS files\",\"CMYK and RGB color \",\"100% vector | resizable\"],\"created\":\"2014-05-17 02:52:44\",\"created_timestamp\":1400316764,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"7cdd6472812d45a21797f68d52586a09\"},{\"id\":\"54414cac-00f0-4cf9-b43a-24dc0a141528\",\"name\":\"Eagle Wings Logo\",\"slug\":\"eagle-wings-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/eagle-wings-logo\",\"sales_count\":10,\"is_service\":false,\"rating\":0,\"seller_name\":\"Voltury\",\"seller_url\":\"store\\/voltury\",\"tags\":\"Corporate, media, animal, company, wing, work, global, wings, eagle, voltury\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-54414cac-00f0-4cf9-b43a-24dc0a141528-368x296-FCrMP.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-54414cac-00f0-4cf9-b43a-24dc0a141528-136x136-PlG1o.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-54414cac-00f0-4cf9-b43a-24dc0a141528-260x156-sJyUT.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-54414cac-00f0-4cf9-b43a-24dc0a141528-1180x660-DUVyy.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":[\"Ai and EPS files\",\"CMYK and RGB color\",\"100% vector | resizable\"],\"created\":\"2014-10-17 11:10:10\",\"created_timestamp\":1413565810,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"5fa9eac176a618c1a019f2e411084b32\"},{\"id\":\"5463e951-f0b4-4e8d-a890-3e520a141528\",\"name\":\"Royal Crown Logo\",\"slug\":\"royal-crown-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/royal-crown-logo\",\"sales_count\":9,\"is_service\":false,\"rating\":0,\"seller_name\":\"Flux\",\"seller_url\":\"\",\"tags\":\"clean, elegant, modern, professional, hotel, fashion, ornament, web, smooth, gold, luxury, Jewelry, classic, royal, Queen, tribal, shield, emblem, ornamental, crest, majesty, luxurious, royalty, jewel, decorative, majestic, king, crown, silver, kingdom\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-5463e951-f0b4-4e8d-a890-3e520a141528-368x296-szHMr.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5463e951-f0b4-4e8d-a890-3e520a141528-136x136-acsxr.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5463e951-f0b4-4e8d-a890-3e520a141528-260x156-EpCbI.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5463e951-f0b4-4e8d-a890-3e520a141528-1180x660-J3PsQ.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":[\"Ai and EPS files\",\"CMYK and RGB color\",\"100% vector | resizable\"],\"created\":\"2014-11-12 16:17:43\",\"created_timestamp\":1415834263,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"fea6e54423e9e7297fba95ec22c3a0cb\"},{\"id\":\"57307c9d-45d4-42ec-b525-40cd0a141f38\",\"name\":\"Goze Tech\\/G Letter Logo\",\"slug\":\"goze-tech-g-letter-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/goze-tech-g-letter-logo\",\"sales_count\":9,\"is_service\":false,\"rating\":0,\"seller_name\":\"Stock6Design\",\"seller_url\":\"store\\/stock6design\",\"tags\":\"clean, simple, logo, Business, circle, travel, store, media, technology, tech, modern, creative, professional, metro, fashion, colorful, bold, brand, software, web, air, character, multicolor, flat, app, logotype, car, automotive, studio, digital, advance, transport, style, Booking, tourism, forum, tour, pixel, strong, wheel, auto, repair, garage, transportation, flight, 2D, alphabet, travels, drive\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-57307c9d-45d4-42ec-b525-40cd0a141f38-4o9Ae.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-57307c9d-45d4-42ec-b525-40cd0a141f38-WDQob.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57307c9d-45d4-42ec-b525-40cd0a141f38-4Mwom.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-57307c9d-45d4-42ec-b525-40cd0a141f38-XYpch.png\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"Non-exclusive logo $49\",\"Exclusive logo $200\",\"Any modification $20\"],\"created\":\"2016-05-09 06:06:13\",\"created_timestamp\":1462795573,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"b5ee5b8fd4da91f8d8821095c8c5fd9e\"},{\"id\":\"56c06e3d-c8b8-43df-bbcb-51910a140b32\",\"name\":\"Turf Grass Logo\",\"slug\":\"turf-grass-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/turf-grass-logo\",\"sales_count\":9,\"is_service\":false,\"rating\":5,\"seller_name\":\"zixlo\",\"seller_url\":\"store\\/zixlo\",\"tags\":\"Business, plant, nature, grass, consulting, landscaping, ground, lawn, mow\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-56c06e3d-c8b8-43df-bbcb-51910a140b32-JoeNN.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-56c06e3d-c8b8-43df-bbcb-51910a140b32-U1noY.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-56c06e3d-c8b8-43df-bbcb-51910a140b32-kYF0g.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-56c06e3d-c8b8-43df-bbcb-51910a140b32-3saSX.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":[\"100% Editable &amp; Re-sizable vectors\",\"Texts are fully editable\",\"Format: AI &amp; EPS\"],\"created\":\"2016-02-14 05:08:43\",\"created_timestamp\":1455451723,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"1edcbed6eca100917fc3b34ce8ebccbb\"},{\"id\":\"5255a038-4cc0-44d3-8202-6a080a140b24\",\"name\":\"Businesscard Pro 11\",\"slug\":\"businesscard-pro-11\",\"category\":\"business-cards\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/businesscard-pro-11\",\"sales_count\":8,\"is_service\":false,\"rating\":0,\"seller_name\":\"Jayant Vyda\",\"seller_url\":\"store\\/jayant-vyda\",\"tags\":\"\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/large_thumbnail-5255a038-4cc0-44d3-8202-6a080a140b24-Business_card_Pro_1_368-x-296-mm-resize-368x296.jpg\",\"square_thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/square_thumbnail-5255a038-4cc0-44d3-8202-6a080a140b24-Business_card_Pro_1_136x136-mm-resize-136x136.jpg\",\"thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/thumbnail-5255a038-4cc0-44d3-8202-6a080a140b24-Business_card_Pro_1_260x156-mm-resize-260x156.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/preview-5255a038-4cc0-44d3-8202-6a080a140b24-Business_card_Pro_1_1180-x-660-mm-resize-1180x660.jpg\"},\"downloads\":[\"eps_graphic\"],\"prices\":{\"single_domain_license\":\"12.00\"},\"features\":[\"Business Card\",\"Clean and professional design\",\"Print Ready\"],\"created\":\"2013-10-09 12:32:51\",\"created_timestamp\":1381343571,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"ea13227aa28560e7c41a96d3edd1d221\"},{\"id\":\"535fdfd3-cb80-4cdc-9081-19c50a140b28\",\"name\":\"Synergy Logo\",\"slug\":\"synergy-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/synergy-logo\",\"sales_count\":8,\"is_service\":false,\"rating\":0,\"seller_name\":\"sopongiro\",\"seller_url\":\"store\\/sopongiro\",\"tags\":\"clean, simple, modern, professional, logotype, s, symmetry\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-535fdfd3-cb80-4cdc-9081-19c50a140b28-368x296-TPkCu.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-535fdfd3-cb80-4cdc-9081-19c50a140b28-136x136-Px0sr.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-535fdfd3-cb80-4cdc-9081-19c50a140b28-260x156-Oqc9h.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-535fdfd3-cb80-4cdc-9081-19c50a140b28-1180x660-IxUdA.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":[\"Ai and EPS files\",\"CMYK and RGB color \",\"100% vector | resizable\"],\"created\":\"2014-04-29 11:27:26\",\"created_timestamp\":1398792446,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"799b2795cd13869f13c37a5ec57b0fe3\"},{\"id\":\"53434db1-aaa8-4c4e-b58c-5b0b0a141528\",\"name\":\"Funky Geek Logo\",\"slug\":\"funky-geek-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/funky-geek-logo\",\"sales_count\":8,\"is_service\":false,\"rating\":0,\"seller_name\":\"sopongiro\",\"seller_url\":\"store\\/sopongiro\",\"tags\":\"clean, fresh, Business, man, intelligent, people, stylish, fashion, brand, identity, boy, stylized, glasses, hair, branding, happy, human, style, fashionable, nerd, geeky, geek, hairstyle, nerdy\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/large_thumbnail-53434db1-aaa8-4c4e-b58c-5b0b0a141528-368x296.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/square_thumbnail-53434db1-aaa8-4c4e-b58c-5b0b0a141528-136x136.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/thumbnail-53434db1-aaa8-4c4e-b58c-5b0b0a141528-260x156.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/preview-53434db1-aaa8-4c4e-b58c-5b0b0a141528-1180x660.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":[\"Tech, Geek logo\",\"CMYK and RGB\",\"Easy to edit \"],\"created\":\"2014-04-07 19:20:17\",\"created_timestamp\":1396920017,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"799b2795cd13869f13c37a5ec57b0fe3\"},{\"id\":\"54f9e256-39e4-4d3c-bfe6-3a490a141528\",\"name\":\"Drone Logo\",\"slug\":\"drone-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/drone-logo\",\"sales_count\":8,\"is_service\":false,\"rating\":0,\"seller_name\":\"ManggaDesign\",\"seller_url\":\"store\\/manggadesign\",\"tags\":\"camera, brand, game, fun, symbol, eye, Shutter, drone\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-54f9e256-39e4-4d3c-bfe6-3a490a141528-368x296-hxxTd.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-54f9e256-39e4-4d3c-bfe6-3a490a141528-136x136-I9Aiy.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-54f9e256-39e4-4d3c-bfe6-3a490a141528-260x156-T7i8a.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-54f9e256-39e4-4d3c-bfe6-3a490a141528-1180x660-TNsqI.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":[\"Ai and EPS files\",\"CMYK and RGB color\",\"100% vector | resizable\"],\"created\":\"2015-03-06 10:25:09\",\"created_timestamp\":1425662709,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"9905cf77b7f15c0706fb4f8a72585228\"}],\"page\":\"1\",\"pageCount\":293,\"records\":5842}\";s:8:\"response\";a:2:{s:4:\"code\";i:200;s:7:\"message\";s:2:\"OK\";}s:7:\"cookies\";a:1:{i:0;O:14:\"WP_Http_Cookie\":5:{s:4:\"name\";s:6:\"APISVR\";s:5:\"value\";s:4:\"a0n4\";s:7:\"expires\";N;s:4:\"path\";s:1:\"/\";s:6:\"domain\";s:23:\"api.mojomarketplace.com\";}}s:8:\"filename\";N;s:13:\"http_response\";O:25:\"WP_HTTP_Requests_Response\":5:{s:11:\"\0*\0response\";O:17:\"Requests_Response\":10:{s:4:\"body\";s:31445:\"{\"status\":\"success\",\"items\":[{\"id\":\"5340af5c-15b0-439b-a34e-68940a140b28\",\"name\":\"Oak Tree Logo\",\"slug\":\"oak-tree-logo-2\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/oak-tree-logo-2\",\"sales_count\":65,\"is_service\":false,\"rating\":0,\"seller_name\":\"sopongiro\",\"seller_url\":\"store\\/sopongiro\",\"tags\":\"clean, Business, tree, modern, accounting, lawyer, insurance, oak\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/large_thumbnail-5340af5c-15b0-439b-a34e-68940a140b28-368x296.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/square_thumbnail-5340af5c-15b0-439b-a34e-68940a140b28-136x136.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/thumbnail-5340af5c-15b0-439b-a34e-68940a140b28-260x156.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/preview-5340af5c-15b0-439b-a34e-68940a140b28-1180x660.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":[\"RGB color AI and CMYK EPS formats fully editable\",\"Easy to edit, change size, color and text\",\"Logo template suitable for Marketing and Financial\"],\"created\":\"2014-04-05 20:23:46\",\"created_timestamp\":1396751026,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"799b2795cd13869f13c37a5ec57b0fe3\"},{\"id\":\"5728fe86-4608-4d36-8193-68cd0a141f38\",\"name\":\"Eco Lady Logo\",\"slug\":\"eco-lady-logo-1\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/eco-lady-logo-1\",\"sales_count\":27,\"is_service\":false,\"rating\":0,\"seller_name\":\"Maestro99\",\"seller_url\":\"store\\/maestro99\",\"tags\":\"logo, fresh, Business, Vector, Corporate, clinic, medical, health, plant, earth, nature, Green, icon, tree, abstract, healthy, social, media, internet, modern, creative, professional, woman, colorful, brand, web, identity, logos, community, digital, human, eco, natural, symbol, ecology, shape, dummy, Queen, society, lady, herbal\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5728fe86-4608-4d36-8193-68cd0a141f38-fcShF.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5728fe86-4608-4d36-8193-68cd0a141f38-XbSXF.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5728fe86-4608-4d36-8193-68cd0a141f38-L3EJf.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5728fe86-4608-4d36-8193-68cd0a141f38-ITTKQ.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"Herbal Logo\",\"Nature Logo\",\"Social Logo\"],\"created\":\"2016-05-03 13:40:38\",\"created_timestamp\":1462304438,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"5260d9c971437c9a5a033d8fa2b08d0f\"},{\"id\":\"5197a5fc-f998-4242-b7b5-34780a140b1e\",\"name\":\"Badged \",\"slug\":\"badged\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/badged\",\"sales_count\":23,\"is_service\":false,\"rating\":0,\"seller_name\":\"Charlie.N\",\"seller_url\":\"store\\/charlie-n\",\"tags\":\"logo, Business, elegant, modern, professional, card, brand, company, simplistic\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/items\\/large_thumbnail-5197a5fc-f998-4242-b7b5-34780a140b1e-Badged3-mm-resize-368x296.png\",\"square_thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/items\\/square_thumbnail-5197a5fc-f998-4242-b7b5-34780a140b1e-Badged2-mm-resize-136x136.png\",\"thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/items\\/thumbnail-5197a5fc-f998-4242-b7b5-34780a140b1e-Badged4-mm-resize-260x156.png\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/items\\/preview-5197a5fc-f998-4242-b7b5-34780a140b1e-Badged1-mm-resize-1180x660.png\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"25.00\"},\"features\":[\"Dark and modern design\",\"Fully layered and organized\",\"Easily editable\"],\"created\":\"2013-05-18 10:29:05\",\"created_timestamp\":1368894545,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"d493ef2ef2bc9f6eecf9a4368c482093\"},{\"id\":\"51e2dc35-d914-46c9-a62f-48af0a140b26\",\"name\":\"Businesscard Pro\",\"slug\":\"businesscard-pro\",\"category\":\"business-cards\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/businesscard-pro\",\"sales_count\":18,\"is_service\":false,\"rating\":0,\"seller_name\":\"Jayant Vyda\",\"seller_url\":\"store\\/jayant-vyda\",\"tags\":\"\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/large_thumbnail-51e2dc35-d914-46c9-a62f-48af0a140b26-businesscard-pro-368x296-mm-resize-368x296.jpg\",\"square_thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/square_thumbnail-51e2dc35-d914-46c9-a62f-48af0a140b26-businesscard-pro-136x136-mm-resize-136x136.jpg\",\"thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/thumbnail-51e2dc35-d914-46c9-a62f-48af0a140b26-businesscard-pro-260x156-mm-resize-260x156.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/preview-51e2dc35-d914-46c9-a62f-48af0a140b26-businesscard-pro-1180x660-mm-resize-1180x660.jpg\"},\"downloads\":[\"eps_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"12.00\"},\"features\":[\"Print ready business cards\",\"Double Sided cards\",\"Free fonts and customization\"],\"created\":\"2013-07-14 12:34:56\",\"created_timestamp\":1373826896,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"ea13227aa28560e7c41a96d3edd1d221\"},{\"id\":\"53441cd6-e980-4681-8db8-1fd30a140b28\",\"name\":\"Majestic Logo\",\"slug\":\"majestic-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/majestic-logo\",\"sales_count\":17,\"is_service\":false,\"rating\":0,\"seller_name\":\"sopongiro\",\"seller_url\":\"store\\/sopongiro\",\"tags\":\"clean, elegant, Retro, hotel, vintage, fashion, ornament, flourish, gold, winery, luxury, classy, Jewelry, resort, style, classic, royal, emblem, crest, majesty, luxurious, royalty, decorative, majestic, heraldic, calligraphy, calligraphic, ornate, heraldry\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/large_thumbnail-53441cd6-e980-4681-8db8-1fd30a140b28-368x296.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/square_thumbnail-53441cd6-e980-4681-8db8-1fd30a140b28-136x136.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/thumbnail-53441cd6-e980-4681-8db8-1fd30a140b28-260x156.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/preview-53441cd6-e980-4681-8db8-1fd30a140b28-1180x660.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":[\"Ai and EPS files\",\"CMYK and RGB\",\"Fully Editable\"],\"created\":\"2014-04-08 10:05:46\",\"created_timestamp\":1396973146,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"799b2795cd13869f13c37a5ec57b0fe3\"},{\"id\":\"56dcf586-6044-40c3-9ba5-312c0a140b32\",\"name\":\"Lighthouse logo\",\"slug\":\"lighthouse-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/lighthouse-logo\",\"sales_count\":17,\"is_service\":false,\"rating\":0,\"seller_name\":\"phuadiesta\",\"seller_url\":\"\",\"tags\":\"simple, logo, Vector, blue, icon, symbol, consulting\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-56dcf586-6044-40c3-9ba5-312c0a140b32-E60Ur.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-56dcf586-6044-40c3-9ba5-312c0a140b32-CAQEA.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-56dcf586-6044-40c3-9ba5-312c0a140b32-4WkgR.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-56dcf586-6044-40c3-9ba5-312c0a140b32-VNG3Z.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-56dcf586-6044-40c3-9ba5-312c0a140b32-mPaae.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":[\"Fully editable\",\"Format AI, EPS &amp; PNG transparent\",\"Resizable vector\"],\"created\":\"2016-03-06 20:31:20\",\"created_timestamp\":1457321480,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"3de01ed841b0f15cf895480a056765bc\"},{\"id\":\"5827d703-5b5c-44a8-b8b7-3d5d0a14153a\",\"name\":\"Aeroglide Letter A Logo\",\"slug\":\"aeroglide-letter-a-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/aeroglide-letter-a-logo\",\"sales_count\":15,\"is_service\":false,\"rating\":0,\"seller_name\":\"zixlo\",\"seller_url\":\"store\\/zixlo\",\"tags\":\"Business, travel, abstract, media, arrow, attorney, software, air, letter, education, app, realtor, realty, sport, accounting, law, consulting, aero\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5827d703-5b5c-44a8-b8b7-3d5d0a14153a-2WH7k.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5827d703-5b5c-44a8-b8b7-3d5d0a14153a-Tsy2W.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5827d703-5b5c-44a8-b8b7-3d5d0a14153a-91ak5.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5827d703-5b5c-44a8-b8b7-3d5d0a14153a-LRp9g.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"100% Editable &amp; Re-sizable vectors\",\"Texts are fully editable\",\"Format: AI &amp; EPS\"],\"created\":\"2016-11-12 19:59:25\",\"created_timestamp\":1479005965,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"1edcbed6eca100917fc3b34ce8ebccbb\"},{\"id\":\"538cbb0a-ec2c-479e-bacc-530e0a140b28\",\"name\":\"Smart Phone Business Card\",\"slug\":\"smart-phone-business-card\",\"category\":\"business-cards\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/smart-phone-business-card\",\"sales_count\":15,\"is_service\":false,\"rating\":0,\"seller_name\":\"xnOrpix\",\"seller_url\":\"store\\/xnorpix\",\"tags\":\"computer, mobile, iphone, android, ios, phone, electronic, smart, smartphone\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-538cbb0a-ec2c-479e-bacc-530e0a140b28-136x136-M5WmW.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-538cbb0a-ec2c-479e-bacc-530e0a140b28-260x156-byoEO.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-538cbb0a-ec2c-479e-bacc-530e0a140b28-1180x660-XBmZT.jpg\"},\"downloads\":[\"eps_graphic\",\"fonts_graphic\"],\"prices\":{\"single_domain_license\":\"12.00\"},\"features\":[\"Business Cards\",\"CMYK and RGB color\",\"100% vector | resizable\"],\"created\":\"2014-06-02 12:24:09\",\"created_timestamp\":1401733449,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"c192d3545fbc9feed64ed9d317ee9379\"},{\"id\":\"574137cc-9c88-4d38-aeac-59a80a141f37\",\"name\":\"Eco Tech Logo\",\"slug\":\"eco-tech-logo-2\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/eco-tech-logo-2\",\"sales_count\":13,\"is_service\":false,\"rating\":5,\"seller_name\":\"meisuseno\",\"seller_url\":\"store\\/meisuseno\",\"tags\":\"logo, plant, nature, Green, leaf, leaves, cool, computer, technology, network, tech, modern, creative, professional, growth, IT, eco, service, natural, creatives, hitech, networking, circuit, computing\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-574137cc-9c88-4d38-aeac-59a80a141f37-MtYbX.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-574137cc-9c88-4d38-aeac-59a80a141f37-Fctqy.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-574137cc-9c88-4d38-aeac-59a80a141f37-ltVu2.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-574137cc-9c88-4d38-aeac-59a80a141f37-kR6sv.png\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"AI, EPS, PNG Format\",\"Easy editable\",\"CMYK, 300 DPI\"],\"created\":\"2016-05-21 22:39:33\",\"created_timestamp\":1463891973,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"acc473f4809e61e9a72cf890a017464a\"},{\"id\":\"5654ad2f-a648-406f-aff0-09310a141f38\",\"name\":\"Valentine Logo\",\"slug\":\"valentine-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/valentine-logo\",\"sales_count\":12,\"is_service\":false,\"rating\":0,\"seller_name\":\"Black Magic\",\"seller_url\":\"store\\/black-magic\",\"tags\":\"clean, logo, Business, social, Hearts, heart, modern, charity, Decoration, love, red, art, valentine, beauty, elegance, Pink, foundation, decorative, society, illustrative, organisation, partner, caring, volunteer\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5654ad2f-a648-406f-aff0-09310a141f38-SNRdw.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5654ad2f-a648-406f-aff0-09310a141f38-QlzmI.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5654ad2f-a648-406f-aff0-09310a141f38-13nWB.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5654ad2f-a648-406f-aff0-09310a141f38-2ry4E.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5654ad2f-a648-406f-aff0-09310a141f38-jx3rO.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5654ad2f-a648-406f-aff0-09310a141f38-GKDxw.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"Editable\",\"Resizable\",\"Easy to edit color \\/ text\"],\"created\":\"2015-11-24 11:32:29\",\"created_timestamp\":1448389949,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"f9a7fc891bffa7e81ffe3547b72dc4e1\"},{\"id\":\"55d48a8e-d09c-4be7-a992-58390a141f38\",\"name\":\"Pura House Logo, Letter P House Logo\",\"slug\":\"pura-house-logo-letter-p-house-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/pura-house-logo-letter-p-house-logo\",\"sales_count\":11,\"is_service\":false,\"rating\":1,\"seller_name\":\"Maestro99\",\"seller_url\":\"store\\/maestro99\",\"tags\":\"clean, simple, logo, family, Home, sell, creative, professional, hotel, City, house, bold, unique, brand, identity, realtor, apartment, mortgage, Motel, property, rent, town, sold, stay\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-55d48a8e-d09c-4be7-a992-58390a141f38-368x296-oAudc.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-55d48a8e-d09c-4be7-a992-58390a141f38-136x136-9GJ17.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-55d48a8e-d09c-4be7-a992-58390a141f38-260x156-Oc4uz.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-55d48a8e-d09c-4be7-a992-58390a141f38-1180x660-Gu3mo.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":[\"Ai and EPS files\",\"CMYK and RGB color\",\"100% vector | resizable\"],\"created\":\"2015-08-19 08:01:54\",\"created_timestamp\":1439992914,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"5260d9c971437c9a5a033d8fa2b08d0f\"},{\"id\":\"53771ad3-e9fc-4eca-b5e1-329b0a140b28\",\"name\":\"Dna Tree\",\"slug\":\"dna-tree\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/dna-tree\",\"sales_count\":11,\"is_service\":false,\"rating\":0,\"seller_name\":\"Avriel\",\"seller_url\":\"\",\"tags\":\"\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-53771ad3-e9fc-4eca-b5e1-329b0a140b28-136x136-sjR8I.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53771ad3-e9fc-4eca-b5e1-329b0a140b28-260x156-F4Di4.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-53771ad3-e9fc-4eca-b5e1-329b0a140b28-1180x660-IO3Zs.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":[\"Ai and EPS files\",\"CMYK and RGB color \",\"100% vector | resizable\"],\"created\":\"2014-05-17 02:52:44\",\"created_timestamp\":1400316764,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"7cdd6472812d45a21797f68d52586a09\"},{\"id\":\"54414cac-00f0-4cf9-b43a-24dc0a141528\",\"name\":\"Eagle Wings Logo\",\"slug\":\"eagle-wings-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/eagle-wings-logo\",\"sales_count\":10,\"is_service\":false,\"rating\":0,\"seller_name\":\"Voltury\",\"seller_url\":\"store\\/voltury\",\"tags\":\"Corporate, media, animal, company, wing, work, global, wings, eagle, voltury\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-54414cac-00f0-4cf9-b43a-24dc0a141528-368x296-FCrMP.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-54414cac-00f0-4cf9-b43a-24dc0a141528-136x136-PlG1o.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-54414cac-00f0-4cf9-b43a-24dc0a141528-260x156-sJyUT.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-54414cac-00f0-4cf9-b43a-24dc0a141528-1180x660-DUVyy.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":[\"Ai and EPS files\",\"CMYK and RGB color\",\"100% vector | resizable\"],\"created\":\"2014-10-17 11:10:10\",\"created_timestamp\":1413565810,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"5fa9eac176a618c1a019f2e411084b32\"},{\"id\":\"5463e951-f0b4-4e8d-a890-3e520a141528\",\"name\":\"Royal Crown Logo\",\"slug\":\"royal-crown-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/royal-crown-logo\",\"sales_count\":9,\"is_service\":false,\"rating\":0,\"seller_name\":\"Flux\",\"seller_url\":\"\",\"tags\":\"clean, elegant, modern, professional, hotel, fashion, ornament, web, smooth, gold, luxury, Jewelry, classic, royal, Queen, tribal, shield, emblem, ornamental, crest, majesty, luxurious, royalty, jewel, decorative, majestic, king, crown, silver, kingdom\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-5463e951-f0b4-4e8d-a890-3e520a141528-368x296-szHMr.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5463e951-f0b4-4e8d-a890-3e520a141528-136x136-acsxr.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5463e951-f0b4-4e8d-a890-3e520a141528-260x156-EpCbI.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5463e951-f0b4-4e8d-a890-3e520a141528-1180x660-J3PsQ.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":[\"Ai and EPS files\",\"CMYK and RGB color\",\"100% vector | resizable\"],\"created\":\"2014-11-12 16:17:43\",\"created_timestamp\":1415834263,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"fea6e54423e9e7297fba95ec22c3a0cb\"},{\"id\":\"57307c9d-45d4-42ec-b525-40cd0a141f38\",\"name\":\"Goze Tech\\/G Letter Logo\",\"slug\":\"goze-tech-g-letter-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/goze-tech-g-letter-logo\",\"sales_count\":9,\"is_service\":false,\"rating\":0,\"seller_name\":\"Stock6Design\",\"seller_url\":\"store\\/stock6design\",\"tags\":\"clean, simple, logo, Business, circle, travel, store, media, technology, tech, modern, creative, professional, metro, fashion, colorful, bold, brand, software, web, air, character, multicolor, flat, app, logotype, car, automotive, studio, digital, advance, transport, style, Booking, tourism, forum, tour, pixel, strong, wheel, auto, repair, garage, transportation, flight, 2D, alphabet, travels, drive\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-57307c9d-45d4-42ec-b525-40cd0a141f38-4o9Ae.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-57307c9d-45d4-42ec-b525-40cd0a141f38-WDQob.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57307c9d-45d4-42ec-b525-40cd0a141f38-4Mwom.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-57307c9d-45d4-42ec-b525-40cd0a141f38-XYpch.png\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"Non-exclusive logo $49\",\"Exclusive logo $200\",\"Any modification $20\"],\"created\":\"2016-05-09 06:06:13\",\"created_timestamp\":1462795573,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"b5ee5b8fd4da91f8d8821095c8c5fd9e\"},{\"id\":\"56c06e3d-c8b8-43df-bbcb-51910a140b32\",\"name\":\"Turf Grass Logo\",\"slug\":\"turf-grass-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/turf-grass-logo\",\"sales_count\":9,\"is_service\":false,\"rating\":5,\"seller_name\":\"zixlo\",\"seller_url\":\"store\\/zixlo\",\"tags\":\"Business, plant, nature, grass, consulting, landscaping, ground, lawn, mow\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-56c06e3d-c8b8-43df-bbcb-51910a140b32-JoeNN.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-56c06e3d-c8b8-43df-bbcb-51910a140b32-U1noY.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-56c06e3d-c8b8-43df-bbcb-51910a140b32-kYF0g.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-56c06e3d-c8b8-43df-bbcb-51910a140b32-3saSX.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":[\"100% Editable &amp; Re-sizable vectors\",\"Texts are fully editable\",\"Format: AI &amp; EPS\"],\"created\":\"2016-02-14 05:08:43\",\"created_timestamp\":1455451723,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"1edcbed6eca100917fc3b34ce8ebccbb\"},{\"id\":\"5255a038-4cc0-44d3-8202-6a080a140b24\",\"name\":\"Businesscard Pro 11\",\"slug\":\"businesscard-pro-11\",\"category\":\"business-cards\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/businesscard-pro-11\",\"sales_count\":8,\"is_service\":false,\"rating\":0,\"seller_name\":\"Jayant Vyda\",\"seller_url\":\"store\\/jayant-vyda\",\"tags\":\"\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/large_thumbnail-5255a038-4cc0-44d3-8202-6a080a140b24-Business_card_Pro_1_368-x-296-mm-resize-368x296.jpg\",\"square_thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/square_thumbnail-5255a038-4cc0-44d3-8202-6a080a140b24-Business_card_Pro_1_136x136-mm-resize-136x136.jpg\",\"thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/thumbnail-5255a038-4cc0-44d3-8202-6a080a140b24-Business_card_Pro_1_260x156-mm-resize-260x156.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/preview-5255a038-4cc0-44d3-8202-6a080a140b24-Business_card_Pro_1_1180-x-660-mm-resize-1180x660.jpg\"},\"downloads\":[\"eps_graphic\"],\"prices\":{\"single_domain_license\":\"12.00\"},\"features\":[\"Business Card\",\"Clean and professional design\",\"Print Ready\"],\"created\":\"2013-10-09 12:32:51\",\"created_timestamp\":1381343571,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"ea13227aa28560e7c41a96d3edd1d221\"},{\"id\":\"535fdfd3-cb80-4cdc-9081-19c50a140b28\",\"name\":\"Synergy Logo\",\"slug\":\"synergy-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/synergy-logo\",\"sales_count\":8,\"is_service\":false,\"rating\":0,\"seller_name\":\"sopongiro\",\"seller_url\":\"store\\/sopongiro\",\"tags\":\"clean, simple, modern, professional, logotype, s, symmetry\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-535fdfd3-cb80-4cdc-9081-19c50a140b28-368x296-TPkCu.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-535fdfd3-cb80-4cdc-9081-19c50a140b28-136x136-Px0sr.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-535fdfd3-cb80-4cdc-9081-19c50a140b28-260x156-Oqc9h.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-535fdfd3-cb80-4cdc-9081-19c50a140b28-1180x660-IxUdA.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":[\"Ai and EPS files\",\"CMYK and RGB color \",\"100% vector | resizable\"],\"created\":\"2014-04-29 11:27:26\",\"created_timestamp\":1398792446,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"799b2795cd13869f13c37a5ec57b0fe3\"},{\"id\":\"53434db1-aaa8-4c4e-b58c-5b0b0a141528\",\"name\":\"Funky Geek Logo\",\"slug\":\"funky-geek-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/funky-geek-logo\",\"sales_count\":8,\"is_service\":false,\"rating\":0,\"seller_name\":\"sopongiro\",\"seller_url\":\"store\\/sopongiro\",\"tags\":\"clean, fresh, Business, man, intelligent, people, stylish, fashion, brand, identity, boy, stylized, glasses, hair, branding, happy, human, style, fashionable, nerd, geeky, geek, hairstyle, nerdy\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/large_thumbnail-53434db1-aaa8-4c4e-b58c-5b0b0a141528-368x296.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/square_thumbnail-53434db1-aaa8-4c4e-b58c-5b0b0a141528-136x136.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/thumbnail-53434db1-aaa8-4c4e-b58c-5b0b0a141528-260x156.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/preview-53434db1-aaa8-4c4e-b58c-5b0b0a141528-1180x660.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":[\"Tech, Geek logo\",\"CMYK and RGB\",\"Easy to edit \"],\"created\":\"2014-04-07 19:20:17\",\"created_timestamp\":1396920017,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"799b2795cd13869f13c37a5ec57b0fe3\"},{\"id\":\"54f9e256-39e4-4d3c-bfe6-3a490a141528\",\"name\":\"Drone Logo\",\"slug\":\"drone-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/drone-logo\",\"sales_count\":8,\"is_service\":false,\"rating\":0,\"seller_name\":\"ManggaDesign\",\"seller_url\":\"store\\/manggadesign\",\"tags\":\"camera, brand, game, fun, symbol, eye, Shutter, drone\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-54f9e256-39e4-4d3c-bfe6-3a490a141528-368x296-hxxTd.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-54f9e256-39e4-4d3c-bfe6-3a490a141528-136x136-I9Aiy.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-54f9e256-39e4-4d3c-bfe6-3a490a141528-260x156-T7i8a.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-54f9e256-39e4-4d3c-bfe6-3a490a141528-1180x660-TNsqI.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":[\"Ai and EPS files\",\"CMYK and RGB color\",\"100% vector | resizable\"],\"created\":\"2015-03-06 10:25:09\",\"created_timestamp\":1425662709,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"9905cf77b7f15c0706fb4f8a72585228\"}],\"page\":\"1\",\"pageCount\":293,\"records\":5842}\";s:3:\"raw\";s:31898:\"HTTP/1.1 200 OK\r\nServer: nginx/1.12.0\r\nDate: Tue, 19 Feb 2019 13:53:51 GMT\r\nContent-Type: application/json; charset=UTF-8\r\nContent-Length: 31445\r\nConnection: close\r\nX-Powered-By: PHP/5.6.30\r\nSet-Cookie: SESSION=lvjhbqhsktsa7ndf07dihqrje2; expires=Sat, 23-Feb-2019 17:53:51 GMT; Max-Age=360000; path=/; domain=www.mojomarketplace.com; secure; HttpOnly\r\nCache-Control: 900\r\nAccess-Control-Allow-Origin: *\r\nVary: Origin\r\nSet-Cookie: APISVR=a0n4; path=/\r\n\r\n{\"status\":\"success\",\"items\":[{\"id\":\"5340af5c-15b0-439b-a34e-68940a140b28\",\"name\":\"Oak Tree Logo\",\"slug\":\"oak-tree-logo-2\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/oak-tree-logo-2\",\"sales_count\":65,\"is_service\":false,\"rating\":0,\"seller_name\":\"sopongiro\",\"seller_url\":\"store\\/sopongiro\",\"tags\":\"clean, Business, tree, modern, accounting, lawyer, insurance, oak\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/large_thumbnail-5340af5c-15b0-439b-a34e-68940a140b28-368x296.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/square_thumbnail-5340af5c-15b0-439b-a34e-68940a140b28-136x136.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/thumbnail-5340af5c-15b0-439b-a34e-68940a140b28-260x156.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/preview-5340af5c-15b0-439b-a34e-68940a140b28-1180x660.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":[\"RGB color AI and CMYK EPS formats fully editable\",\"Easy to edit, change size, color and text\",\"Logo template suitable for Marketing and Financial\"],\"created\":\"2014-04-05 20:23:46\",\"created_timestamp\":1396751026,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"799b2795cd13869f13c37a5ec57b0fe3\"},{\"id\":\"5728fe86-4608-4d36-8193-68cd0a141f38\",\"name\":\"Eco Lady Logo\",\"slug\":\"eco-lady-logo-1\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/eco-lady-logo-1\",\"sales_count\":27,\"is_service\":false,\"rating\":0,\"seller_name\":\"Maestro99\",\"seller_url\":\"store\\/maestro99\",\"tags\":\"logo, fresh, Business, Vector, Corporate, clinic, medical, health, plant, earth, nature, Green, icon, tree, abstract, healthy, social, media, internet, modern, creative, professional, woman, colorful, brand, web, identity, logos, community, digital, human, eco, natural, symbol, ecology, shape, dummy, Queen, society, lady, herbal\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5728fe86-4608-4d36-8193-68cd0a141f38-fcShF.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5728fe86-4608-4d36-8193-68cd0a141f38-XbSXF.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5728fe86-4608-4d36-8193-68cd0a141f38-L3EJf.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5728fe86-4608-4d36-8193-68cd0a141f38-ITTKQ.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"Herbal Logo\",\"Nature Logo\",\"Social Logo\"],\"created\":\"2016-05-03 13:40:38\",\"created_timestamp\":1462304438,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"5260d9c971437c9a5a033d8fa2b08d0f\"},{\"id\":\"5197a5fc-f998-4242-b7b5-34780a140b1e\",\"name\":\"Badged \",\"slug\":\"badged\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/badged\",\"sales_count\":23,\"is_service\":false,\"rating\":0,\"seller_name\":\"Charlie.N\",\"seller_url\":\"store\\/charlie-n\",\"tags\":\"logo, Business, elegant, modern, professional, card, brand, company, simplistic\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/items\\/large_thumbnail-5197a5fc-f998-4242-b7b5-34780a140b1e-Badged3-mm-resize-368x296.png\",\"square_thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/items\\/square_thumbnail-5197a5fc-f998-4242-b7b5-34780a140b1e-Badged2-mm-resize-136x136.png\",\"thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/items\\/thumbnail-5197a5fc-f998-4242-b7b5-34780a140b1e-Badged4-mm-resize-260x156.png\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/items\\/preview-5197a5fc-f998-4242-b7b5-34780a140b1e-Badged1-mm-resize-1180x660.png\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"25.00\"},\"features\":[\"Dark and modern design\",\"Fully layered and organized\",\"Easily editable\"],\"created\":\"2013-05-18 10:29:05\",\"created_timestamp\":1368894545,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"d493ef2ef2bc9f6eecf9a4368c482093\"},{\"id\":\"51e2dc35-d914-46c9-a62f-48af0a140b26\",\"name\":\"Businesscard Pro\",\"slug\":\"businesscard-pro\",\"category\":\"business-cards\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/businesscard-pro\",\"sales_count\":18,\"is_service\":false,\"rating\":0,\"seller_name\":\"Jayant Vyda\",\"seller_url\":\"store\\/jayant-vyda\",\"tags\":\"\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/large_thumbnail-51e2dc35-d914-46c9-a62f-48af0a140b26-businesscard-pro-368x296-mm-resize-368x296.jpg\",\"square_thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/square_thumbnail-51e2dc35-d914-46c9-a62f-48af0a140b26-businesscard-pro-136x136-mm-resize-136x136.jpg\",\"thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/thumbnail-51e2dc35-d914-46c9-a62f-48af0a140b26-businesscard-pro-260x156-mm-resize-260x156.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/preview-51e2dc35-d914-46c9-a62f-48af0a140b26-businesscard-pro-1180x660-mm-resize-1180x660.jpg\"},\"downloads\":[\"eps_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"12.00\"},\"features\":[\"Print ready business cards\",\"Double Sided cards\",\"Free fonts and customization\"],\"created\":\"2013-07-14 12:34:56\",\"created_timestamp\":1373826896,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"ea13227aa28560e7c41a96d3edd1d221\"},{\"id\":\"53441cd6-e980-4681-8db8-1fd30a140b28\",\"name\":\"Majestic Logo\",\"slug\":\"majestic-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/majestic-logo\",\"sales_count\":17,\"is_service\":false,\"rating\":0,\"seller_name\":\"sopongiro\",\"seller_url\":\"store\\/sopongiro\",\"tags\":\"clean, elegant, Retro, hotel, vintage, fashion, ornament, flourish, gold, winery, luxury, classy, Jewelry, resort, style, classic, royal, emblem, crest, majesty, luxurious, royalty, decorative, majestic, heraldic, calligraphy, calligraphic, ornate, heraldry\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/large_thumbnail-53441cd6-e980-4681-8db8-1fd30a140b28-368x296.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/square_thumbnail-53441cd6-e980-4681-8db8-1fd30a140b28-136x136.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/thumbnail-53441cd6-e980-4681-8db8-1fd30a140b28-260x156.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/preview-53441cd6-e980-4681-8db8-1fd30a140b28-1180x660.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":[\"Ai and EPS files\",\"CMYK and RGB\",\"Fully Editable\"],\"created\":\"2014-04-08 10:05:46\",\"created_timestamp\":1396973146,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"799b2795cd13869f13c37a5ec57b0fe3\"},{\"id\":\"56dcf586-6044-40c3-9ba5-312c0a140b32\",\"name\":\"Lighthouse logo\",\"slug\":\"lighthouse-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/lighthouse-logo\",\"sales_count\":17,\"is_service\":false,\"rating\":0,\"seller_name\":\"phuadiesta\",\"seller_url\":\"\",\"tags\":\"simple, logo, Vector, blue, icon, symbol, consulting\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-56dcf586-6044-40c3-9ba5-312c0a140b32-E60Ur.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-56dcf586-6044-40c3-9ba5-312c0a140b32-CAQEA.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-56dcf586-6044-40c3-9ba5-312c0a140b32-4WkgR.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-56dcf586-6044-40c3-9ba5-312c0a140b32-VNG3Z.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-56dcf586-6044-40c3-9ba5-312c0a140b32-mPaae.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":[\"Fully editable\",\"Format AI, EPS &amp; PNG transparent\",\"Resizable vector\"],\"created\":\"2016-03-06 20:31:20\",\"created_timestamp\":1457321480,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"3de01ed841b0f15cf895480a056765bc\"},{\"id\":\"5827d703-5b5c-44a8-b8b7-3d5d0a14153a\",\"name\":\"Aeroglide Letter A Logo\",\"slug\":\"aeroglide-letter-a-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/aeroglide-letter-a-logo\",\"sales_count\":15,\"is_service\":false,\"rating\":0,\"seller_name\":\"zixlo\",\"seller_url\":\"store\\/zixlo\",\"tags\":\"Business, travel, abstract, media, arrow, attorney, software, air, letter, education, app, realtor, realty, sport, accounting, law, consulting, aero\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5827d703-5b5c-44a8-b8b7-3d5d0a14153a-2WH7k.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5827d703-5b5c-44a8-b8b7-3d5d0a14153a-Tsy2W.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5827d703-5b5c-44a8-b8b7-3d5d0a14153a-91ak5.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5827d703-5b5c-44a8-b8b7-3d5d0a14153a-LRp9g.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"100% Editable &amp; Re-sizable vectors\",\"Texts are fully editable\",\"Format: AI &amp; EPS\"],\"created\":\"2016-11-12 19:59:25\",\"created_timestamp\":1479005965,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"1edcbed6eca100917fc3b34ce8ebccbb\"},{\"id\":\"538cbb0a-ec2c-479e-bacc-530e0a140b28\",\"name\":\"Smart Phone Business Card\",\"slug\":\"smart-phone-business-card\",\"category\":\"business-cards\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/smart-phone-business-card\",\"sales_count\":15,\"is_service\":false,\"rating\":0,\"seller_name\":\"xnOrpix\",\"seller_url\":\"store\\/xnorpix\",\"tags\":\"computer, mobile, iphone, android, ios, phone, electronic, smart, smartphone\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-538cbb0a-ec2c-479e-bacc-530e0a140b28-136x136-M5WmW.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-538cbb0a-ec2c-479e-bacc-530e0a140b28-260x156-byoEO.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-538cbb0a-ec2c-479e-bacc-530e0a140b28-1180x660-XBmZT.jpg\"},\"downloads\":[\"eps_graphic\",\"fonts_graphic\"],\"prices\":{\"single_domain_license\":\"12.00\"},\"features\":[\"Business Cards\",\"CMYK and RGB color\",\"100% vector | resizable\"],\"created\":\"2014-06-02 12:24:09\",\"created_timestamp\":1401733449,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"c192d3545fbc9feed64ed9d317ee9379\"},{\"id\":\"574137cc-9c88-4d38-aeac-59a80a141f37\",\"name\":\"Eco Tech Logo\",\"slug\":\"eco-tech-logo-2\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/eco-tech-logo-2\",\"sales_count\":13,\"is_service\":false,\"rating\":5,\"seller_name\":\"meisuseno\",\"seller_url\":\"store\\/meisuseno\",\"tags\":\"logo, plant, nature, Green, leaf, leaves, cool, computer, technology, network, tech, modern, creative, professional, growth, IT, eco, service, natural, creatives, hitech, networking, circuit, computing\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-574137cc-9c88-4d38-aeac-59a80a141f37-MtYbX.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-574137cc-9c88-4d38-aeac-59a80a141f37-Fctqy.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-574137cc-9c88-4d38-aeac-59a80a141f37-ltVu2.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-574137cc-9c88-4d38-aeac-59a80a141f37-kR6sv.png\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"AI, EPS, PNG Format\",\"Easy editable\",\"CMYK, 300 DPI\"],\"created\":\"2016-05-21 22:39:33\",\"created_timestamp\":1463891973,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"acc473f4809e61e9a72cf890a017464a\"},{\"id\":\"5654ad2f-a648-406f-aff0-09310a141f38\",\"name\":\"Valentine Logo\",\"slug\":\"valentine-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/valentine-logo\",\"sales_count\":12,\"is_service\":false,\"rating\":0,\"seller_name\":\"Black Magic\",\"seller_url\":\"store\\/black-magic\",\"tags\":\"clean, logo, Business, social, Hearts, heart, modern, charity, Decoration, love, red, art, valentine, beauty, elegance, Pink, foundation, decorative, society, illustrative, organisation, partner, caring, volunteer\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5654ad2f-a648-406f-aff0-09310a141f38-SNRdw.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5654ad2f-a648-406f-aff0-09310a141f38-QlzmI.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5654ad2f-a648-406f-aff0-09310a141f38-13nWB.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5654ad2f-a648-406f-aff0-09310a141f38-2ry4E.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5654ad2f-a648-406f-aff0-09310a141f38-jx3rO.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5654ad2f-a648-406f-aff0-09310a141f38-GKDxw.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"Editable\",\"Resizable\",\"Easy to edit color \\/ text\"],\"created\":\"2015-11-24 11:32:29\",\"created_timestamp\":1448389949,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"f9a7fc891bffa7e81ffe3547b72dc4e1\"},{\"id\":\"55d48a8e-d09c-4be7-a992-58390a141f38\",\"name\":\"Pura House Logo, Letter P House Logo\",\"slug\":\"pura-house-logo-letter-p-house-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/pura-house-logo-letter-p-house-logo\",\"sales_count\":11,\"is_service\":false,\"rating\":1,\"seller_name\":\"Maestro99\",\"seller_url\":\"store\\/maestro99\",\"tags\":\"clean, simple, logo, family, Home, sell, creative, professional, hotel, City, house, bold, unique, brand, identity, realtor, apartment, mortgage, Motel, property, rent, town, sold, stay\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-55d48a8e-d09c-4be7-a992-58390a141f38-368x296-oAudc.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-55d48a8e-d09c-4be7-a992-58390a141f38-136x136-9GJ17.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-55d48a8e-d09c-4be7-a992-58390a141f38-260x156-Oc4uz.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-55d48a8e-d09c-4be7-a992-58390a141f38-1180x660-Gu3mo.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":[\"Ai and EPS files\",\"CMYK and RGB color\",\"100% vector | resizable\"],\"created\":\"2015-08-19 08:01:54\",\"created_timestamp\":1439992914,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"5260d9c971437c9a5a033d8fa2b08d0f\"},{\"id\":\"53771ad3-e9fc-4eca-b5e1-329b0a140b28\",\"name\":\"Dna Tree\",\"slug\":\"dna-tree\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/dna-tree\",\"sales_count\":11,\"is_service\":false,\"rating\":0,\"seller_name\":\"Avriel\",\"seller_url\":\"\",\"tags\":\"\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-53771ad3-e9fc-4eca-b5e1-329b0a140b28-136x136-sjR8I.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53771ad3-e9fc-4eca-b5e1-329b0a140b28-260x156-F4Di4.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-53771ad3-e9fc-4eca-b5e1-329b0a140b28-1180x660-IO3Zs.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":[\"Ai and EPS files\",\"CMYK and RGB color \",\"100% vector | resizable\"],\"created\":\"2014-05-17 02:52:44\",\"created_timestamp\":1400316764,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"7cdd6472812d45a21797f68d52586a09\"},{\"id\":\"54414cac-00f0-4cf9-b43a-24dc0a141528\",\"name\":\"Eagle Wings Logo\",\"slug\":\"eagle-wings-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/eagle-wings-logo\",\"sales_count\":10,\"is_service\":false,\"rating\":0,\"seller_name\":\"Voltury\",\"seller_url\":\"store\\/voltury\",\"tags\":\"Corporate, media, animal, company, wing, work, global, wings, eagle, voltury\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-54414cac-00f0-4cf9-b43a-24dc0a141528-368x296-FCrMP.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-54414cac-00f0-4cf9-b43a-24dc0a141528-136x136-PlG1o.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-54414cac-00f0-4cf9-b43a-24dc0a141528-260x156-sJyUT.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-54414cac-00f0-4cf9-b43a-24dc0a141528-1180x660-DUVyy.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":[\"Ai and EPS files\",\"CMYK and RGB color\",\"100% vector | resizable\"],\"created\":\"2014-10-17 11:10:10\",\"created_timestamp\":1413565810,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"5fa9eac176a618c1a019f2e411084b32\"},{\"id\":\"5463e951-f0b4-4e8d-a890-3e520a141528\",\"name\":\"Royal Crown Logo\",\"slug\":\"royal-crown-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/royal-crown-logo\",\"sales_count\":9,\"is_service\":false,\"rating\":0,\"seller_name\":\"Flux\",\"seller_url\":\"\",\"tags\":\"clean, elegant, modern, professional, hotel, fashion, ornament, web, smooth, gold, luxury, Jewelry, classic, royal, Queen, tribal, shield, emblem, ornamental, crest, majesty, luxurious, royalty, jewel, decorative, majestic, king, crown, silver, kingdom\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-5463e951-f0b4-4e8d-a890-3e520a141528-368x296-szHMr.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5463e951-f0b4-4e8d-a890-3e520a141528-136x136-acsxr.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5463e951-f0b4-4e8d-a890-3e520a141528-260x156-EpCbI.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5463e951-f0b4-4e8d-a890-3e520a141528-1180x660-J3PsQ.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":[\"Ai and EPS files\",\"CMYK and RGB color\",\"100% vector | resizable\"],\"created\":\"2014-11-12 16:17:43\",\"created_timestamp\":1415834263,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"fea6e54423e9e7297fba95ec22c3a0cb\"},{\"id\":\"57307c9d-45d4-42ec-b525-40cd0a141f38\",\"name\":\"Goze Tech\\/G Letter Logo\",\"slug\":\"goze-tech-g-letter-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/goze-tech-g-letter-logo\",\"sales_count\":9,\"is_service\":false,\"rating\":0,\"seller_name\":\"Stock6Design\",\"seller_url\":\"store\\/stock6design\",\"tags\":\"clean, simple, logo, Business, circle, travel, store, media, technology, tech, modern, creative, professional, metro, fashion, colorful, bold, brand, software, web, air, character, multicolor, flat, app, logotype, car, automotive, studio, digital, advance, transport, style, Booking, tourism, forum, tour, pixel, strong, wheel, auto, repair, garage, transportation, flight, 2D, alphabet, travels, drive\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-57307c9d-45d4-42ec-b525-40cd0a141f38-4o9Ae.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-57307c9d-45d4-42ec-b525-40cd0a141f38-WDQob.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57307c9d-45d4-42ec-b525-40cd0a141f38-4Mwom.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-57307c9d-45d4-42ec-b525-40cd0a141f38-XYpch.png\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"Non-exclusive logo $49\",\"Exclusive logo $200\",\"Any modification $20\"],\"created\":\"2016-05-09 06:06:13\",\"created_timestamp\":1462795573,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"b5ee5b8fd4da91f8d8821095c8c5fd9e\"},{\"id\":\"56c06e3d-c8b8-43df-bbcb-51910a140b32\",\"name\":\"Turf Grass Logo\",\"slug\":\"turf-grass-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/turf-grass-logo\",\"sales_count\":9,\"is_service\":false,\"rating\":5,\"seller_name\":\"zixlo\",\"seller_url\":\"store\\/zixlo\",\"tags\":\"Business, plant, nature, grass, consulting, landscaping, ground, lawn, mow\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-56c06e3d-c8b8-43df-bbcb-51910a140b32-JoeNN.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-56c06e3d-c8b8-43df-bbcb-51910a140b32-U1noY.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-56c06e3d-c8b8-43df-bbcb-51910a140b32-kYF0g.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-56c06e3d-c8b8-43df-bbcb-51910a140b32-3saSX.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":[\"100% Editable &amp; Re-sizable vectors\",\"Texts are fully editable\",\"Format: AI &amp; EPS\"],\"created\":\"2016-02-14 05:08:43\",\"created_timestamp\":1455451723,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"1edcbed6eca100917fc3b34ce8ebccbb\"},{\"id\":\"5255a038-4cc0-44d3-8202-6a080a140b24\",\"name\":\"Businesscard Pro 11\",\"slug\":\"businesscard-pro-11\",\"category\":\"business-cards\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/businesscard-pro-11\",\"sales_count\":8,\"is_service\":false,\"rating\":0,\"seller_name\":\"Jayant Vyda\",\"seller_url\":\"store\\/jayant-vyda\",\"tags\":\"\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/large_thumbnail-5255a038-4cc0-44d3-8202-6a080a140b24-Business_card_Pro_1_368-x-296-mm-resize-368x296.jpg\",\"square_thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/square_thumbnail-5255a038-4cc0-44d3-8202-6a080a140b24-Business_card_Pro_1_136x136-mm-resize-136x136.jpg\",\"thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/thumbnail-5255a038-4cc0-44d3-8202-6a080a140b24-Business_card_Pro_1_260x156-mm-resize-260x156.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/preview-5255a038-4cc0-44d3-8202-6a080a140b24-Business_card_Pro_1_1180-x-660-mm-resize-1180x660.jpg\"},\"downloads\":[\"eps_graphic\"],\"prices\":{\"single_domain_license\":\"12.00\"},\"features\":[\"Business Card\",\"Clean and professional design\",\"Print Ready\"],\"created\":\"2013-10-09 12:32:51\",\"created_timestamp\":1381343571,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"ea13227aa28560e7c41a96d3edd1d221\"},{\"id\":\"535fdfd3-cb80-4cdc-9081-19c50a140b28\",\"name\":\"Synergy Logo\",\"slug\":\"synergy-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/synergy-logo\",\"sales_count\":8,\"is_service\":false,\"rating\":0,\"seller_name\":\"sopongiro\",\"seller_url\":\"store\\/sopongiro\",\"tags\":\"clean, simple, modern, professional, logotype, s, symmetry\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-535fdfd3-cb80-4cdc-9081-19c50a140b28-368x296-TPkCu.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-535fdfd3-cb80-4cdc-9081-19c50a140b28-136x136-Px0sr.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-535fdfd3-cb80-4cdc-9081-19c50a140b28-260x156-Oqc9h.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-535fdfd3-cb80-4cdc-9081-19c50a140b28-1180x660-IxUdA.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":[\"Ai and EPS files\",\"CMYK and RGB color \",\"100% vector | resizable\"],\"created\":\"2014-04-29 11:27:26\",\"created_timestamp\":1398792446,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"799b2795cd13869f13c37a5ec57b0fe3\"},{\"id\":\"53434db1-aaa8-4c4e-b58c-5b0b0a141528\",\"name\":\"Funky Geek Logo\",\"slug\":\"funky-geek-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/funky-geek-logo\",\"sales_count\":8,\"is_service\":false,\"rating\":0,\"seller_name\":\"sopongiro\",\"seller_url\":\"store\\/sopongiro\",\"tags\":\"clean, fresh, Business, man, intelligent, people, stylish, fashion, brand, identity, boy, stylized, glasses, hair, branding, happy, human, style, fashionable, nerd, geeky, geek, hairstyle, nerdy\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/large_thumbnail-53434db1-aaa8-4c4e-b58c-5b0b0a141528-368x296.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/square_thumbnail-53434db1-aaa8-4c4e-b58c-5b0b0a141528-136x136.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/thumbnail-53434db1-aaa8-4c4e-b58c-5b0b0a141528-260x156.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/preview-53434db1-aaa8-4c4e-b58c-5b0b0a141528-1180x660.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":[\"Tech, Geek logo\",\"CMYK and RGB\",\"Easy to edit \"],\"created\":\"2014-04-07 19:20:17\",\"created_timestamp\":1396920017,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"799b2795cd13869f13c37a5ec57b0fe3\"},{\"id\":\"54f9e256-39e4-4d3c-bfe6-3a490a141528\",\"name\":\"Drone Logo\",\"slug\":\"drone-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/drone-logo\",\"sales_count\":8,\"is_service\":false,\"rating\":0,\"seller_name\":\"ManggaDesign\",\"seller_url\":\"store\\/manggadesign\",\"tags\":\"camera, brand, game, fun, symbol, eye, Shutter, drone\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-54f9e256-39e4-4d3c-bfe6-3a490a141528-368x296-hxxTd.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-54f9e256-39e4-4d3c-bfe6-3a490a141528-136x136-I9Aiy.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-54f9e256-39e4-4d3c-bfe6-3a490a141528-260x156-T7i8a.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-54f9e256-39e4-4d3c-bfe6-3a490a141528-1180x660-TNsqI.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":[\"Ai and EPS files\",\"CMYK and RGB color\",\"100% vector | resizable\"],\"created\":\"2015-03-06 10:25:09\",\"created_timestamp\":1425662709,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"9905cf77b7f15c0706fb4f8a72585228\"}],\"page\":\"1\",\"pageCount\":293,\"records\":5842}\";s:7:\"headers\";O:25:\"Requests_Response_Headers\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";a:1:{i:0;s:12:\"nginx/1.12.0\";}s:4:\"date\";a:1:{i:0;s:29:\"Tue, 19 Feb 2019 13:53:51 GMT\";}s:12:\"content-type\";a:1:{i:0;s:31:\"application/json; charset=UTF-8\";}s:14:\"content-length\";a:1:{i:0;s:5:\"31445\";}s:12:\"x-powered-by\";a:1:{i:0;s:10:\"PHP/5.6.30\";}s:10:\"set-cookie\";a:2:{i:0;s:147:\"SESSION=lvjhbqhsktsa7ndf07dihqrje2; expires=Sat, 23-Feb-2019 17:53:51 GMT; Max-Age=360000; path=/; domain=www.mojomarketplace.com; secure; HttpOnly\";i:1;s:19:\"APISVR=a0n4; path=/\";}s:13:\"cache-control\";a:1:{i:0;s:3:\"900\";}s:27:\"access-control-allow-origin\";a:1:{i:0;s:1:\"*\";}s:4:\"vary\";a:1:{i:0;s:6:\"Origin\";}}}s:11:\"status_code\";i:200;s:16:\"protocol_version\";d:1.100000000000000088817841970012523233890533447265625;s:7:\"success\";b:1;s:9:\"redirects\";i:0;s:3:\"url\";s:86:\"https://api.mojomarketplace.com/api/v2/items?type=graphics&count=20&order=sales&page=1\";s:7:\"history\";a:0:{}s:7:\"cookies\";O:19:\"Requests_Cookie_Jar\":1:{s:10:\"\0*\0cookies\";a:1:{s:6:\"APISVR\";O:15:\"Requests_Cookie\":5:{s:4:\"name\";s:6:\"APISVR\";s:5:\"value\";s:4:\"a0n4\";s:10:\"attributes\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:2:{s:4:\"path\";s:1:\"/\";s:6:\"domain\";s:23:\"api.mojomarketplace.com\";}}s:5:\"flags\";a:4:{s:8:\"creation\";i:1550584431;s:11:\"last-access\";i:1550584431;s:10:\"persistent\";b:0;s:9:\"host-only\";b:1;}s:14:\"reference_time\";i:1550584431;}}}}s:11:\"\0*\0filename\";N;s:4:\"data\";N;s:7:\"headers\";N;s:6:\"status\";N;}}s:32:\"3437ab8b1d1215a1ad677903d8c2497c\";a:6:{s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:12:\"nginx/1.10.1\";s:4:\"date\";s:29:\"Tue, 19 Feb 2019 13:53:52 GMT\";s:12:\"content-type\";s:31:\"application/json; charset=UTF-8\";s:14:\"content-length\";s:4:\"5360\";s:12:\"x-powered-by\";s:10:\"PHP/5.6.22\";s:10:\"set-cookie\";a:2:{i:0;s:147:\"SESSION=0gp1mpm5thk5t2t65vpamjq464; expires=Sat, 23-Feb-2019 17:53:52 GMT; Max-Age=360000; path=/; domain=www.mojomarketplace.com; secure; HttpOnly\";i:1;s:19:\"APISVR=a0n3; path=/\";}s:13:\"cache-control\";s:3:\"900\";s:27:\"access-control-allow-origin\";s:1:\"*\";s:4:\"vary\";s:6:\"Origin\";}}s:4:\"body\";s:5360:\"{\"status\":\"success\",\"items\":[{\"id\":\"e7629983-2c2f-11e6-b294-525400d3eba4\",\"name\":\"Social Suite\",\"slug\":\"social-suite\",\"category\":\"marketing\",\"type\":\"business-tools\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/social-suite\",\"sales_count\":3,\"is_service\":false,\"rating\":0,\"seller_name\":null,\"seller_url\":\"\",\"tags\":\"\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/e7629983-2c2f-11e6-b294-525400d3eba4-square_thumbnail.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/e7629983-2c2f-11e6-b294-525400d3eba4-SocialSuite-thumb.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/e7629983-2c2f-11e6-b294-525400d3eba4-preview.jpg\"},\"downloads\":[],\"prices\":{\"single_domain_license\":\"7.70\"},\"features\":\"\",\"created\":\"2016-06-28 20:33:35\",\"created_timestamp\":1467167615,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"d41d8cd98f00b204e9800998ecf8427e\"},{\"id\":\"8c9d1106-9151-4807-810d-9290b77b0baa\",\"name\":\"Post Creator\",\"slug\":\"post-creator\",\"category\":\"all\",\"type\":\"business-tools\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/post-creator\",\"sales_count\":0,\"is_service\":false,\"rating\":0,\"seller_name\":null,\"seller_url\":\"\",\"tags\":\"\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/8c9d1106-9151-4807-810d-9290b77b0baa-postCreator-thumb.png\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/8c9d1106-9151-4807-810d-9290b77b0baa-PostCreator-preview.png\"},\"downloads\":[],\"prices\":[],\"features\":\"\",\"created\":\"2016-05-24 16:52:03\",\"created_timestamp\":1464130323,\"demo_url\":\"\",\"short_description\":\"PostCreator enables you to upload images, insert messages and add a logo to make more engaging branded content. And you don\\u2019t need to be a design pro to use it.\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"d41d8cd98f00b204e9800998ecf8427e\"},{\"id\":\"cd7a05bf-28d8-11e6-bdaa-02cc4695eddb\",\"name\":\"Bank of America\",\"slug\":\"bank-of-america\",\"category\":\"financial\",\"type\":\"business-tools\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/bank-of-america\",\"sales_count\":0,\"is_service\":false,\"rating\":0,\"seller_name\":null,\"seller_url\":\"\",\"tags\":\"\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"\",\"thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-assets-production\\/items\\/bankofAmerica_thumbnail.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/cd7a05bf-28d8-11e6-bdaa-02cc4695eddb-BankOfAmerica-preview.png\"},\"downloads\":[],\"prices\":[],\"features\":\"\",\"created\":\"2016-06-14 21:39:10\",\"created_timestamp\":1465961950,\"demo_url\":\"\",\"short_description\":\"Customized small business banking solutions to improve your cash flow and streamline your business.\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"d41d8cd98f00b204e9800998ecf8427e\"},{\"id\":\"fd32f0d5-fdca-11e5-a93f-080027a88f86\",\"name\":\"Kabbage \",\"slug\":\"kabbage\",\"category\":\"financial\",\"type\":\"business-tools\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/kabbage\",\"sales_count\":0,\"is_service\":false,\"rating\":0,\"seller_name\":null,\"seller_url\":\"\",\"tags\":\"\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/fc7e7771-fdca-11e5-a93f-080027a88f86-Kabbage-thumb-183x118.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/fd32f0d5-fdca-11e5-a93f-080027a88f86-Kabbage-preview.png\"},\"downloads\":[],\"prices\":[],\"features\":\"\",\"created\":\"2016-04-08 14:46:37\",\"created_timestamp\":1460148397,\"demo_url\":\"\",\"short_description\":\"Get the security of a business line of credit today. Qualify for a line up to $100,000 in minutes. No cost or obligation to draw funds. Take only what you need, when you need it. Pay only for what you take. Access your cash 24\\/7.\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"d41d8cd98f00b204e9800998ecf8427e\"},{\"id\":\"03e3b083-fdcb-11e5-a93f-080027a88f86\",\"name\":\"Bing Ads\",\"slug\":\"bing-ads\",\"category\":\"marketing\",\"type\":\"business-tools\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/bing-ads\",\"sales_count\":0,\"is_service\":false,\"rating\":0,\"seller_name\":null,\"seller_url\":\"\",\"tags\":\"\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/03e3b083-fdcb-11e5-a93f-080027a88f86-bing-thumb-183x118.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/03e3b083-fdcb-11e5-a93f-080027a88f86-Bing-preview.png\"},\"downloads\":[],\"prices\":[],\"features\":\"\",\"created\":\"2016-04-08 14:46:49\",\"created_timestamp\":1460148409,\"demo_url\":\"\",\"short_description\":\"Reach your best customers and boost sales with $100 in free advertising from Bing Ads.\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"d41d8cd98f00b204e9800998ecf8427e\"}],\"page\":\"1\",\"pageCount\":1,\"records\":5}\";s:8:\"response\";a:2:{s:4:\"code\";i:200;s:7:\"message\";s:2:\"OK\";}s:7:\"cookies\";a:1:{i:0;O:14:\"WP_Http_Cookie\":5:{s:4:\"name\";s:6:\"APISVR\";s:5:\"value\";s:4:\"a0n3\";s:7:\"expires\";N;s:4:\"path\";s:1:\"/\";s:6:\"domain\";s:23:\"api.mojomarketplace.com\";}}s:8:\"filename\";N;s:13:\"http_response\";O:25:\"WP_HTTP_Requests_Response\":5:{s:11:\"\0*\0response\";O:17:\"Requests_Response\":10:{s:4:\"body\";s:5360:\"{\"status\":\"success\",\"items\":[{\"id\":\"e7629983-2c2f-11e6-b294-525400d3eba4\",\"name\":\"Social Suite\",\"slug\":\"social-suite\",\"category\":\"marketing\",\"type\":\"business-tools\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/social-suite\",\"sales_count\":3,\"is_service\":false,\"rating\":0,\"seller_name\":null,\"seller_url\":\"\",\"tags\":\"\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/e7629983-2c2f-11e6-b294-525400d3eba4-square_thumbnail.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/e7629983-2c2f-11e6-b294-525400d3eba4-SocialSuite-thumb.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/e7629983-2c2f-11e6-b294-525400d3eba4-preview.jpg\"},\"downloads\":[],\"prices\":{\"single_domain_license\":\"7.70\"},\"features\":\"\",\"created\":\"2016-06-28 20:33:35\",\"created_timestamp\":1467167615,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"d41d8cd98f00b204e9800998ecf8427e\"},{\"id\":\"8c9d1106-9151-4807-810d-9290b77b0baa\",\"name\":\"Post Creator\",\"slug\":\"post-creator\",\"category\":\"all\",\"type\":\"business-tools\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/post-creator\",\"sales_count\":0,\"is_service\":false,\"rating\":0,\"seller_name\":null,\"seller_url\":\"\",\"tags\":\"\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/8c9d1106-9151-4807-810d-9290b77b0baa-postCreator-thumb.png\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/8c9d1106-9151-4807-810d-9290b77b0baa-PostCreator-preview.png\"},\"downloads\":[],\"prices\":[],\"features\":\"\",\"created\":\"2016-05-24 16:52:03\",\"created_timestamp\":1464130323,\"demo_url\":\"\",\"short_description\":\"PostCreator enables you to upload images, insert messages and add a logo to make more engaging branded content. And you don\\u2019t need to be a design pro to use it.\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"d41d8cd98f00b204e9800998ecf8427e\"},{\"id\":\"cd7a05bf-28d8-11e6-bdaa-02cc4695eddb\",\"name\":\"Bank of America\",\"slug\":\"bank-of-america\",\"category\":\"financial\",\"type\":\"business-tools\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/bank-of-america\",\"sales_count\":0,\"is_service\":false,\"rating\":0,\"seller_name\":null,\"seller_url\":\"\",\"tags\":\"\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"\",\"thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-assets-production\\/items\\/bankofAmerica_thumbnail.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/cd7a05bf-28d8-11e6-bdaa-02cc4695eddb-BankOfAmerica-preview.png\"},\"downloads\":[],\"prices\":[],\"features\":\"\",\"created\":\"2016-06-14 21:39:10\",\"created_timestamp\":1465961950,\"demo_url\":\"\",\"short_description\":\"Customized small business banking solutions to improve your cash flow and streamline your business.\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"d41d8cd98f00b204e9800998ecf8427e\"},{\"id\":\"fd32f0d5-fdca-11e5-a93f-080027a88f86\",\"name\":\"Kabbage \",\"slug\":\"kabbage\",\"category\":\"financial\",\"type\":\"business-tools\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/kabbage\",\"sales_count\":0,\"is_service\":false,\"rating\":0,\"seller_name\":null,\"seller_url\":\"\",\"tags\":\"\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/fc7e7771-fdca-11e5-a93f-080027a88f86-Kabbage-thumb-183x118.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/fd32f0d5-fdca-11e5-a93f-080027a88f86-Kabbage-preview.png\"},\"downloads\":[],\"prices\":[],\"features\":\"\",\"created\":\"2016-04-08 14:46:37\",\"created_timestamp\":1460148397,\"demo_url\":\"\",\"short_description\":\"Get the security of a business line of credit today. Qualify for a line up to $100,000 in minutes. No cost or obligation to draw funds. Take only what you need, when you need it. Pay only for what you take. Access your cash 24\\/7.\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"d41d8cd98f00b204e9800998ecf8427e\"},{\"id\":\"03e3b083-fdcb-11e5-a93f-080027a88f86\",\"name\":\"Bing Ads\",\"slug\":\"bing-ads\",\"category\":\"marketing\",\"type\":\"business-tools\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/bing-ads\",\"sales_count\":0,\"is_service\":false,\"rating\":0,\"seller_name\":null,\"seller_url\":\"\",\"tags\":\"\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/03e3b083-fdcb-11e5-a93f-080027a88f86-bing-thumb-183x118.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/03e3b083-fdcb-11e5-a93f-080027a88f86-Bing-preview.png\"},\"downloads\":[],\"prices\":[],\"features\":\"\",\"created\":\"2016-04-08 14:46:49\",\"created_timestamp\":1460148409,\"demo_url\":\"\",\"short_description\":\"Reach your best customers and boost sales with $100 in free advertising from Bing Ads.\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"d41d8cd98f00b204e9800998ecf8427e\"}],\"page\":\"1\",\"pageCount\":1,\"records\":5}\";s:3:\"raw\";s:5812:\"HTTP/1.1 200 OK\r\nServer: nginx/1.10.1\r\nDate: Tue, 19 Feb 2019 13:53:52 GMT\r\nContent-Type: application/json; charset=UTF-8\r\nContent-Length: 5360\r\nConnection: close\r\nX-Powered-By: PHP/5.6.22\r\nSet-Cookie: SESSION=0gp1mpm5thk5t2t65vpamjq464; expires=Sat, 23-Feb-2019 17:53:52 GMT; Max-Age=360000; path=/; domain=www.mojomarketplace.com; secure; HttpOnly\r\nCache-Control: 900\r\nAccess-Control-Allow-Origin: *\r\nVary: Origin\r\nSet-Cookie: APISVR=a0n3; path=/\r\n\r\n{\"status\":\"success\",\"items\":[{\"id\":\"e7629983-2c2f-11e6-b294-525400d3eba4\",\"name\":\"Social Suite\",\"slug\":\"social-suite\",\"category\":\"marketing\",\"type\":\"business-tools\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/social-suite\",\"sales_count\":3,\"is_service\":false,\"rating\":0,\"seller_name\":null,\"seller_url\":\"\",\"tags\":\"\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/e7629983-2c2f-11e6-b294-525400d3eba4-square_thumbnail.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/e7629983-2c2f-11e6-b294-525400d3eba4-SocialSuite-thumb.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/e7629983-2c2f-11e6-b294-525400d3eba4-preview.jpg\"},\"downloads\":[],\"prices\":{\"single_domain_license\":\"7.70\"},\"features\":\"\",\"created\":\"2016-06-28 20:33:35\",\"created_timestamp\":1467167615,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"d41d8cd98f00b204e9800998ecf8427e\"},{\"id\":\"8c9d1106-9151-4807-810d-9290b77b0baa\",\"name\":\"Post Creator\",\"slug\":\"post-creator\",\"category\":\"all\",\"type\":\"business-tools\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/post-creator\",\"sales_count\":0,\"is_service\":false,\"rating\":0,\"seller_name\":null,\"seller_url\":\"\",\"tags\":\"\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/8c9d1106-9151-4807-810d-9290b77b0baa-postCreator-thumb.png\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/8c9d1106-9151-4807-810d-9290b77b0baa-PostCreator-preview.png\"},\"downloads\":[],\"prices\":[],\"features\":\"\",\"created\":\"2016-05-24 16:52:03\",\"created_timestamp\":1464130323,\"demo_url\":\"\",\"short_description\":\"PostCreator enables you to upload images, insert messages and add a logo to make more engaging branded content. And you don\\u2019t need to be a design pro to use it.\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"d41d8cd98f00b204e9800998ecf8427e\"},{\"id\":\"cd7a05bf-28d8-11e6-bdaa-02cc4695eddb\",\"name\":\"Bank of America\",\"slug\":\"bank-of-america\",\"category\":\"financial\",\"type\":\"business-tools\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/bank-of-america\",\"sales_count\":0,\"is_service\":false,\"rating\":0,\"seller_name\":null,\"seller_url\":\"\",\"tags\":\"\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"\",\"thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-assets-production\\/items\\/bankofAmerica_thumbnail.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/cd7a05bf-28d8-11e6-bdaa-02cc4695eddb-BankOfAmerica-preview.png\"},\"downloads\":[],\"prices\":[],\"features\":\"\",\"created\":\"2016-06-14 21:39:10\",\"created_timestamp\":1465961950,\"demo_url\":\"\",\"short_description\":\"Customized small business banking solutions to improve your cash flow and streamline your business.\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"d41d8cd98f00b204e9800998ecf8427e\"},{\"id\":\"fd32f0d5-fdca-11e5-a93f-080027a88f86\",\"name\":\"Kabbage \",\"slug\":\"kabbage\",\"category\":\"financial\",\"type\":\"business-tools\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/kabbage\",\"sales_count\":0,\"is_service\":false,\"rating\":0,\"seller_name\":null,\"seller_url\":\"\",\"tags\":\"\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/fc7e7771-fdca-11e5-a93f-080027a88f86-Kabbage-thumb-183x118.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/fd32f0d5-fdca-11e5-a93f-080027a88f86-Kabbage-preview.png\"},\"downloads\":[],\"prices\":[],\"features\":\"\",\"created\":\"2016-04-08 14:46:37\",\"created_timestamp\":1460148397,\"demo_url\":\"\",\"short_description\":\"Get the security of a business line of credit today. Qualify for a line up to $100,000 in minutes. No cost or obligation to draw funds. Take only what you need, when you need it. Pay only for what you take. Access your cash 24\\/7.\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"d41d8cd98f00b204e9800998ecf8427e\"},{\"id\":\"03e3b083-fdcb-11e5-a93f-080027a88f86\",\"name\":\"Bing Ads\",\"slug\":\"bing-ads\",\"category\":\"marketing\",\"type\":\"business-tools\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/bing-ads\",\"sales_count\":0,\"is_service\":false,\"rating\":0,\"seller_name\":null,\"seller_url\":\"\",\"tags\":\"\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/03e3b083-fdcb-11e5-a93f-080027a88f86-bing-thumb-183x118.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/03e3b083-fdcb-11e5-a93f-080027a88f86-Bing-preview.png\"},\"downloads\":[],\"prices\":[],\"features\":\"\",\"created\":\"2016-04-08 14:46:49\",\"created_timestamp\":1460148409,\"demo_url\":\"\",\"short_description\":\"Reach your best customers and boost sales with $100 in free advertising from Bing Ads.\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"d41d8cd98f00b204e9800998ecf8427e\"}],\"page\":\"1\",\"pageCount\":1,\"records\":5}\";s:7:\"headers\";O:25:\"Requests_Response_Headers\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";a:1:{i:0;s:12:\"nginx/1.10.1\";}s:4:\"date\";a:1:{i:0;s:29:\"Tue, 19 Feb 2019 13:53:52 GMT\";}s:12:\"content-type\";a:1:{i:0;s:31:\"application/json; charset=UTF-8\";}s:14:\"content-length\";a:1:{i:0;s:4:\"5360\";}s:12:\"x-powered-by\";a:1:{i:0;s:10:\"PHP/5.6.22\";}s:10:\"set-cookie\";a:2:{i:0;s:147:\"SESSION=0gp1mpm5thk5t2t65vpamjq464; expires=Sat, 23-Feb-2019 17:53:52 GMT; Max-Age=360000; path=/; domain=www.mojomarketplace.com; secure; HttpOnly\";i:1;s:19:\"APISVR=a0n3; path=/\";}s:13:\"cache-control\";a:1:{i:0;s:3:\"900\";}s:27:\"access-control-allow-origin\";a:1:{i:0;s:1:\"*\";}s:4:\"vary\";a:1:{i:0;s:6:\"Origin\";}}}s:11:\"status_code\";i:200;s:16:\"protocol_version\";d:1.100000000000000088817841970012523233890533447265625;s:7:\"success\";b:1;s:9:\"redirects\";i:0;s:3:\"url\";s:80:\"https://api.mojomarketplace.com/api/v2/items?type=business-tools&count=20&page=1\";s:7:\"history\";a:0:{}s:7:\"cookies\";O:19:\"Requests_Cookie_Jar\":1:{s:10:\"\0*\0cookies\";a:1:{s:6:\"APISVR\";O:15:\"Requests_Cookie\":5:{s:4:\"name\";s:6:\"APISVR\";s:5:\"value\";s:4:\"a0n3\";s:10:\"attributes\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:2:{s:4:\"path\";s:1:\"/\";s:6:\"domain\";s:23:\"api.mojomarketplace.com\";}}s:5:\"flags\";a:4:{s:8:\"creation\";i:1550584432;s:11:\"last-access\";i:1550584432;s:10:\"persistent\";b:0;s:9:\"host-only\";b:1;}s:14:\"reference_time\";i:1550584432;}}}}s:11:\"\0*\0filename\";N;s:4:\"data\";N;s:7:\"headers\";N;s:6:\"status\";N;}}s:32:\"63da89e5939268076d6c5b80271e437f\";a:6:{s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:12:\"nginx/1.12.0\";s:4:\"date\";s:29:\"Tue, 19 Feb 2019 13:53:53 GMT\";s:12:\"content-type\";s:31:\"application/json; charset=UTF-8\";s:14:\"content-length\";s:5:\"31445\";s:12:\"x-powered-by\";s:10:\"PHP/5.6.30\";s:10:\"set-cookie\";a:2:{i:0;s:147:\"SESSION=lrf5uaaomv9iols2j4v90pg777; expires=Sat, 23-Feb-2019 17:53:53 GMT; Max-Age=360000; path=/; domain=www.mojomarketplace.com; secure; HttpOnly\";i:1;s:19:\"APISVR=a0n4; path=/\";}s:13:\"cache-control\";s:3:\"900\";s:27:\"access-control-allow-origin\";s:1:\"*\";s:4:\"vary\";s:6:\"Origin\";}}s:4:\"body\";s:31445:\"{\"status\":\"success\",\"items\":[{\"id\":\"5340af5c-15b0-439b-a34e-68940a140b28\",\"name\":\"Oak Tree Logo\",\"slug\":\"oak-tree-logo-2\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/oak-tree-logo-2\",\"sales_count\":65,\"is_service\":false,\"rating\":0,\"seller_name\":\"sopongiro\",\"seller_url\":\"store\\/sopongiro\",\"tags\":\"clean, Business, tree, modern, accounting, lawyer, insurance, oak\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/large_thumbnail-5340af5c-15b0-439b-a34e-68940a140b28-368x296.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/square_thumbnail-5340af5c-15b0-439b-a34e-68940a140b28-136x136.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/thumbnail-5340af5c-15b0-439b-a34e-68940a140b28-260x156.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/preview-5340af5c-15b0-439b-a34e-68940a140b28-1180x660.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":[\"RGB color AI and CMYK EPS formats fully editable\",\"Easy to edit, change size, color and text\",\"Logo template suitable for Marketing and Financial\"],\"created\":\"2014-04-05 20:23:46\",\"created_timestamp\":1396751026,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"799b2795cd13869f13c37a5ec57b0fe3\"},{\"id\":\"5728fe86-4608-4d36-8193-68cd0a141f38\",\"name\":\"Eco Lady Logo\",\"slug\":\"eco-lady-logo-1\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/eco-lady-logo-1\",\"sales_count\":27,\"is_service\":false,\"rating\":0,\"seller_name\":\"Maestro99\",\"seller_url\":\"store\\/maestro99\",\"tags\":\"logo, fresh, Business, Vector, Corporate, clinic, medical, health, plant, earth, nature, Green, icon, tree, abstract, healthy, social, media, internet, modern, creative, professional, woman, colorful, brand, web, identity, logos, community, digital, human, eco, natural, symbol, ecology, shape, dummy, Queen, society, lady, herbal\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5728fe86-4608-4d36-8193-68cd0a141f38-fcShF.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5728fe86-4608-4d36-8193-68cd0a141f38-XbSXF.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5728fe86-4608-4d36-8193-68cd0a141f38-L3EJf.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5728fe86-4608-4d36-8193-68cd0a141f38-ITTKQ.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"Herbal Logo\",\"Nature Logo\",\"Social Logo\"],\"created\":\"2016-05-03 13:40:38\",\"created_timestamp\":1462304438,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"5260d9c971437c9a5a033d8fa2b08d0f\"},{\"id\":\"5197a5fc-f998-4242-b7b5-34780a140b1e\",\"name\":\"Badged \",\"slug\":\"badged\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/badged\",\"sales_count\":23,\"is_service\":false,\"rating\":0,\"seller_name\":\"Charlie.N\",\"seller_url\":\"store\\/charlie-n\",\"tags\":\"logo, Business, elegant, modern, professional, card, brand, company, simplistic\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/items\\/large_thumbnail-5197a5fc-f998-4242-b7b5-34780a140b1e-Badged3-mm-resize-368x296.png\",\"square_thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/items\\/square_thumbnail-5197a5fc-f998-4242-b7b5-34780a140b1e-Badged2-mm-resize-136x136.png\",\"thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/items\\/thumbnail-5197a5fc-f998-4242-b7b5-34780a140b1e-Badged4-mm-resize-260x156.png\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/items\\/preview-5197a5fc-f998-4242-b7b5-34780a140b1e-Badged1-mm-resize-1180x660.png\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"25.00\"},\"features\":[\"Dark and modern design\",\"Fully layered and organized\",\"Easily editable\"],\"created\":\"2013-05-18 10:29:05\",\"created_timestamp\":1368894545,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"d493ef2ef2bc9f6eecf9a4368c482093\"},{\"id\":\"51e2dc35-d914-46c9-a62f-48af0a140b26\",\"name\":\"Businesscard Pro\",\"slug\":\"businesscard-pro\",\"category\":\"business-cards\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/businesscard-pro\",\"sales_count\":18,\"is_service\":false,\"rating\":0,\"seller_name\":\"Jayant Vyda\",\"seller_url\":\"store\\/jayant-vyda\",\"tags\":\"\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/large_thumbnail-51e2dc35-d914-46c9-a62f-48af0a140b26-businesscard-pro-368x296-mm-resize-368x296.jpg\",\"square_thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/square_thumbnail-51e2dc35-d914-46c9-a62f-48af0a140b26-businesscard-pro-136x136-mm-resize-136x136.jpg\",\"thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/thumbnail-51e2dc35-d914-46c9-a62f-48af0a140b26-businesscard-pro-260x156-mm-resize-260x156.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/preview-51e2dc35-d914-46c9-a62f-48af0a140b26-businesscard-pro-1180x660-mm-resize-1180x660.jpg\"},\"downloads\":[\"eps_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"12.00\"},\"features\":[\"Print ready business cards\",\"Double Sided cards\",\"Free fonts and customization\"],\"created\":\"2013-07-14 12:34:56\",\"created_timestamp\":1373826896,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"ea13227aa28560e7c41a96d3edd1d221\"},{\"id\":\"53441cd6-e980-4681-8db8-1fd30a140b28\",\"name\":\"Majestic Logo\",\"slug\":\"majestic-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/majestic-logo\",\"sales_count\":17,\"is_service\":false,\"rating\":0,\"seller_name\":\"sopongiro\",\"seller_url\":\"store\\/sopongiro\",\"tags\":\"clean, elegant, Retro, hotel, vintage, fashion, ornament, flourish, gold, winery, luxury, classy, Jewelry, resort, style, classic, royal, emblem, crest, majesty, luxurious, royalty, decorative, majestic, heraldic, calligraphy, calligraphic, ornate, heraldry\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/large_thumbnail-53441cd6-e980-4681-8db8-1fd30a140b28-368x296.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/square_thumbnail-53441cd6-e980-4681-8db8-1fd30a140b28-136x136.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/thumbnail-53441cd6-e980-4681-8db8-1fd30a140b28-260x156.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/preview-53441cd6-e980-4681-8db8-1fd30a140b28-1180x660.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":[\"Ai and EPS files\",\"CMYK and RGB\",\"Fully Editable\"],\"created\":\"2014-04-08 10:05:46\",\"created_timestamp\":1396973146,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"799b2795cd13869f13c37a5ec57b0fe3\"},{\"id\":\"56dcf586-6044-40c3-9ba5-312c0a140b32\",\"name\":\"Lighthouse logo\",\"slug\":\"lighthouse-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/lighthouse-logo\",\"sales_count\":17,\"is_service\":false,\"rating\":0,\"seller_name\":\"phuadiesta\",\"seller_url\":\"\",\"tags\":\"simple, logo, Vector, blue, icon, symbol, consulting\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-56dcf586-6044-40c3-9ba5-312c0a140b32-E60Ur.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-56dcf586-6044-40c3-9ba5-312c0a140b32-CAQEA.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-56dcf586-6044-40c3-9ba5-312c0a140b32-4WkgR.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-56dcf586-6044-40c3-9ba5-312c0a140b32-VNG3Z.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-56dcf586-6044-40c3-9ba5-312c0a140b32-mPaae.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":[\"Fully editable\",\"Format AI, EPS &amp; PNG transparent\",\"Resizable vector\"],\"created\":\"2016-03-06 20:31:20\",\"created_timestamp\":1457321480,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"3de01ed841b0f15cf895480a056765bc\"},{\"id\":\"5827d703-5b5c-44a8-b8b7-3d5d0a14153a\",\"name\":\"Aeroglide Letter A Logo\",\"slug\":\"aeroglide-letter-a-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/aeroglide-letter-a-logo\",\"sales_count\":15,\"is_service\":false,\"rating\":0,\"seller_name\":\"zixlo\",\"seller_url\":\"store\\/zixlo\",\"tags\":\"Business, travel, abstract, media, arrow, attorney, software, air, letter, education, app, realtor, realty, sport, accounting, law, consulting, aero\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5827d703-5b5c-44a8-b8b7-3d5d0a14153a-2WH7k.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5827d703-5b5c-44a8-b8b7-3d5d0a14153a-Tsy2W.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5827d703-5b5c-44a8-b8b7-3d5d0a14153a-91ak5.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5827d703-5b5c-44a8-b8b7-3d5d0a14153a-LRp9g.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"100% Editable &amp; Re-sizable vectors\",\"Texts are fully editable\",\"Format: AI &amp; EPS\"],\"created\":\"2016-11-12 19:59:25\",\"created_timestamp\":1479005965,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"1edcbed6eca100917fc3b34ce8ebccbb\"},{\"id\":\"538cbb0a-ec2c-479e-bacc-530e0a140b28\",\"name\":\"Smart Phone Business Card\",\"slug\":\"smart-phone-business-card\",\"category\":\"business-cards\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/smart-phone-business-card\",\"sales_count\":15,\"is_service\":false,\"rating\":0,\"seller_name\":\"xnOrpix\",\"seller_url\":\"store\\/xnorpix\",\"tags\":\"computer, mobile, iphone, android, ios, phone, electronic, smart, smartphone\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-538cbb0a-ec2c-479e-bacc-530e0a140b28-136x136-M5WmW.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-538cbb0a-ec2c-479e-bacc-530e0a140b28-260x156-byoEO.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-538cbb0a-ec2c-479e-bacc-530e0a140b28-1180x660-XBmZT.jpg\"},\"downloads\":[\"eps_graphic\",\"fonts_graphic\"],\"prices\":{\"single_domain_license\":\"12.00\"},\"features\":[\"Business Cards\",\"CMYK and RGB color\",\"100% vector | resizable\"],\"created\":\"2014-06-02 12:24:09\",\"created_timestamp\":1401733449,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"c192d3545fbc9feed64ed9d317ee9379\"},{\"id\":\"574137cc-9c88-4d38-aeac-59a80a141f37\",\"name\":\"Eco Tech Logo\",\"slug\":\"eco-tech-logo-2\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/eco-tech-logo-2\",\"sales_count\":13,\"is_service\":false,\"rating\":5,\"seller_name\":\"meisuseno\",\"seller_url\":\"store\\/meisuseno\",\"tags\":\"logo, plant, nature, Green, leaf, leaves, cool, computer, technology, network, tech, modern, creative, professional, growth, IT, eco, service, natural, creatives, hitech, networking, circuit, computing\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-574137cc-9c88-4d38-aeac-59a80a141f37-MtYbX.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-574137cc-9c88-4d38-aeac-59a80a141f37-Fctqy.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-574137cc-9c88-4d38-aeac-59a80a141f37-ltVu2.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-574137cc-9c88-4d38-aeac-59a80a141f37-kR6sv.png\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"AI, EPS, PNG Format\",\"Easy editable\",\"CMYK, 300 DPI\"],\"created\":\"2016-05-21 22:39:33\",\"created_timestamp\":1463891973,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"acc473f4809e61e9a72cf890a017464a\"},{\"id\":\"5654ad2f-a648-406f-aff0-09310a141f38\",\"name\":\"Valentine Logo\",\"slug\":\"valentine-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/valentine-logo\",\"sales_count\":12,\"is_service\":false,\"rating\":0,\"seller_name\":\"Black Magic\",\"seller_url\":\"store\\/black-magic\",\"tags\":\"clean, logo, Business, social, Hearts, heart, modern, charity, Decoration, love, red, art, valentine, beauty, elegance, Pink, foundation, decorative, society, illustrative, organisation, partner, caring, volunteer\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5654ad2f-a648-406f-aff0-09310a141f38-SNRdw.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5654ad2f-a648-406f-aff0-09310a141f38-QlzmI.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5654ad2f-a648-406f-aff0-09310a141f38-13nWB.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5654ad2f-a648-406f-aff0-09310a141f38-2ry4E.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5654ad2f-a648-406f-aff0-09310a141f38-jx3rO.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5654ad2f-a648-406f-aff0-09310a141f38-GKDxw.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"Editable\",\"Resizable\",\"Easy to edit color \\/ text\"],\"created\":\"2015-11-24 11:32:29\",\"created_timestamp\":1448389949,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"f9a7fc891bffa7e81ffe3547b72dc4e1\"},{\"id\":\"55d48a8e-d09c-4be7-a992-58390a141f38\",\"name\":\"Pura House Logo, Letter P House Logo\",\"slug\":\"pura-house-logo-letter-p-house-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/pura-house-logo-letter-p-house-logo\",\"sales_count\":11,\"is_service\":false,\"rating\":1,\"seller_name\":\"Maestro99\",\"seller_url\":\"store\\/maestro99\",\"tags\":\"clean, simple, logo, family, Home, sell, creative, professional, hotel, City, house, bold, unique, brand, identity, realtor, apartment, mortgage, Motel, property, rent, town, sold, stay\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-55d48a8e-d09c-4be7-a992-58390a141f38-368x296-oAudc.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-55d48a8e-d09c-4be7-a992-58390a141f38-136x136-9GJ17.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-55d48a8e-d09c-4be7-a992-58390a141f38-260x156-Oc4uz.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-55d48a8e-d09c-4be7-a992-58390a141f38-1180x660-Gu3mo.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":[\"Ai and EPS files\",\"CMYK and RGB color\",\"100% vector | resizable\"],\"created\":\"2015-08-19 08:01:54\",\"created_timestamp\":1439992914,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"5260d9c971437c9a5a033d8fa2b08d0f\"},{\"id\":\"53771ad3-e9fc-4eca-b5e1-329b0a140b28\",\"name\":\"Dna Tree\",\"slug\":\"dna-tree\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/dna-tree\",\"sales_count\":11,\"is_service\":false,\"rating\":0,\"seller_name\":\"Avriel\",\"seller_url\":\"\",\"tags\":\"\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-53771ad3-e9fc-4eca-b5e1-329b0a140b28-136x136-sjR8I.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53771ad3-e9fc-4eca-b5e1-329b0a140b28-260x156-F4Di4.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-53771ad3-e9fc-4eca-b5e1-329b0a140b28-1180x660-IO3Zs.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":[\"Ai and EPS files\",\"CMYK and RGB color \",\"100% vector | resizable\"],\"created\":\"2014-05-17 02:52:44\",\"created_timestamp\":1400316764,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"7cdd6472812d45a21797f68d52586a09\"},{\"id\":\"54414cac-00f0-4cf9-b43a-24dc0a141528\",\"name\":\"Eagle Wings Logo\",\"slug\":\"eagle-wings-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/eagle-wings-logo\",\"sales_count\":10,\"is_service\":false,\"rating\":0,\"seller_name\":\"Voltury\",\"seller_url\":\"store\\/voltury\",\"tags\":\"Corporate, media, animal, company, wing, work, global, wings, eagle, voltury\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-54414cac-00f0-4cf9-b43a-24dc0a141528-368x296-FCrMP.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-54414cac-00f0-4cf9-b43a-24dc0a141528-136x136-PlG1o.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-54414cac-00f0-4cf9-b43a-24dc0a141528-260x156-sJyUT.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-54414cac-00f0-4cf9-b43a-24dc0a141528-1180x660-DUVyy.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":[\"Ai and EPS files\",\"CMYK and RGB color\",\"100% vector | resizable\"],\"created\":\"2014-10-17 11:10:10\",\"created_timestamp\":1413565810,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"5fa9eac176a618c1a019f2e411084b32\"},{\"id\":\"5463e951-f0b4-4e8d-a890-3e520a141528\",\"name\":\"Royal Crown Logo\",\"slug\":\"royal-crown-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/royal-crown-logo\",\"sales_count\":9,\"is_service\":false,\"rating\":0,\"seller_name\":\"Flux\",\"seller_url\":\"\",\"tags\":\"clean, elegant, modern, professional, hotel, fashion, ornament, web, smooth, gold, luxury, Jewelry, classic, royal, Queen, tribal, shield, emblem, ornamental, crest, majesty, luxurious, royalty, jewel, decorative, majestic, king, crown, silver, kingdom\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-5463e951-f0b4-4e8d-a890-3e520a141528-368x296-szHMr.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5463e951-f0b4-4e8d-a890-3e520a141528-136x136-acsxr.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5463e951-f0b4-4e8d-a890-3e520a141528-260x156-EpCbI.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5463e951-f0b4-4e8d-a890-3e520a141528-1180x660-J3PsQ.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":[\"Ai and EPS files\",\"CMYK and RGB color\",\"100% vector | resizable\"],\"created\":\"2014-11-12 16:17:43\",\"created_timestamp\":1415834263,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"fea6e54423e9e7297fba95ec22c3a0cb\"},{\"id\":\"57307c9d-45d4-42ec-b525-40cd0a141f38\",\"name\":\"Goze Tech\\/G Letter Logo\",\"slug\":\"goze-tech-g-letter-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/goze-tech-g-letter-logo\",\"sales_count\":9,\"is_service\":false,\"rating\":0,\"seller_name\":\"Stock6Design\",\"seller_url\":\"store\\/stock6design\",\"tags\":\"clean, simple, logo, Business, circle, travel, store, media, technology, tech, modern, creative, professional, metro, fashion, colorful, bold, brand, software, web, air, character, multicolor, flat, app, logotype, car, automotive, studio, digital, advance, transport, style, Booking, tourism, forum, tour, pixel, strong, wheel, auto, repair, garage, transportation, flight, 2D, alphabet, travels, drive\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-57307c9d-45d4-42ec-b525-40cd0a141f38-4o9Ae.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-57307c9d-45d4-42ec-b525-40cd0a141f38-WDQob.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57307c9d-45d4-42ec-b525-40cd0a141f38-4Mwom.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-57307c9d-45d4-42ec-b525-40cd0a141f38-XYpch.png\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"Non-exclusive logo $49\",\"Exclusive logo $200\",\"Any modification $20\"],\"created\":\"2016-05-09 06:06:13\",\"created_timestamp\":1462795573,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"b5ee5b8fd4da91f8d8821095c8c5fd9e\"},{\"id\":\"56c06e3d-c8b8-43df-bbcb-51910a140b32\",\"name\":\"Turf Grass Logo\",\"slug\":\"turf-grass-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/turf-grass-logo\",\"sales_count\":9,\"is_service\":false,\"rating\":5,\"seller_name\":\"zixlo\",\"seller_url\":\"store\\/zixlo\",\"tags\":\"Business, plant, nature, grass, consulting, landscaping, ground, lawn, mow\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-56c06e3d-c8b8-43df-bbcb-51910a140b32-JoeNN.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-56c06e3d-c8b8-43df-bbcb-51910a140b32-U1noY.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-56c06e3d-c8b8-43df-bbcb-51910a140b32-kYF0g.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-56c06e3d-c8b8-43df-bbcb-51910a140b32-3saSX.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":[\"100% Editable &amp; Re-sizable vectors\",\"Texts are fully editable\",\"Format: AI &amp; EPS\"],\"created\":\"2016-02-14 05:08:43\",\"created_timestamp\":1455451723,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"1edcbed6eca100917fc3b34ce8ebccbb\"},{\"id\":\"5255a038-4cc0-44d3-8202-6a080a140b24\",\"name\":\"Businesscard Pro 11\",\"slug\":\"businesscard-pro-11\",\"category\":\"business-cards\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/businesscard-pro-11\",\"sales_count\":8,\"is_service\":false,\"rating\":0,\"seller_name\":\"Jayant Vyda\",\"seller_url\":\"store\\/jayant-vyda\",\"tags\":\"\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/large_thumbnail-5255a038-4cc0-44d3-8202-6a080a140b24-Business_card_Pro_1_368-x-296-mm-resize-368x296.jpg\",\"square_thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/square_thumbnail-5255a038-4cc0-44d3-8202-6a080a140b24-Business_card_Pro_1_136x136-mm-resize-136x136.jpg\",\"thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/thumbnail-5255a038-4cc0-44d3-8202-6a080a140b24-Business_card_Pro_1_260x156-mm-resize-260x156.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/preview-5255a038-4cc0-44d3-8202-6a080a140b24-Business_card_Pro_1_1180-x-660-mm-resize-1180x660.jpg\"},\"downloads\":[\"eps_graphic\"],\"prices\":{\"single_domain_license\":\"12.00\"},\"features\":[\"Business Card\",\"Clean and professional design\",\"Print Ready\"],\"created\":\"2013-10-09 12:32:51\",\"created_timestamp\":1381343571,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"ea13227aa28560e7c41a96d3edd1d221\"},{\"id\":\"535fdfd3-cb80-4cdc-9081-19c50a140b28\",\"name\":\"Synergy Logo\",\"slug\":\"synergy-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/synergy-logo\",\"sales_count\":8,\"is_service\":false,\"rating\":0,\"seller_name\":\"sopongiro\",\"seller_url\":\"store\\/sopongiro\",\"tags\":\"clean, simple, modern, professional, logotype, s, symmetry\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-535fdfd3-cb80-4cdc-9081-19c50a140b28-368x296-TPkCu.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-535fdfd3-cb80-4cdc-9081-19c50a140b28-136x136-Px0sr.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-535fdfd3-cb80-4cdc-9081-19c50a140b28-260x156-Oqc9h.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-535fdfd3-cb80-4cdc-9081-19c50a140b28-1180x660-IxUdA.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":[\"Ai and EPS files\",\"CMYK and RGB color \",\"100% vector | resizable\"],\"created\":\"2014-04-29 11:27:26\",\"created_timestamp\":1398792446,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"799b2795cd13869f13c37a5ec57b0fe3\"},{\"id\":\"53434db1-aaa8-4c4e-b58c-5b0b0a141528\",\"name\":\"Funky Geek Logo\",\"slug\":\"funky-geek-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/funky-geek-logo\",\"sales_count\":8,\"is_service\":false,\"rating\":0,\"seller_name\":\"sopongiro\",\"seller_url\":\"store\\/sopongiro\",\"tags\":\"clean, fresh, Business, man, intelligent, people, stylish, fashion, brand, identity, boy, stylized, glasses, hair, branding, happy, human, style, fashionable, nerd, geeky, geek, hairstyle, nerdy\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/large_thumbnail-53434db1-aaa8-4c4e-b58c-5b0b0a141528-368x296.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/square_thumbnail-53434db1-aaa8-4c4e-b58c-5b0b0a141528-136x136.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/thumbnail-53434db1-aaa8-4c4e-b58c-5b0b0a141528-260x156.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/preview-53434db1-aaa8-4c4e-b58c-5b0b0a141528-1180x660.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":[\"Tech, Geek logo\",\"CMYK and RGB\",\"Easy to edit \"],\"created\":\"2014-04-07 19:20:17\",\"created_timestamp\":1396920017,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"799b2795cd13869f13c37a5ec57b0fe3\"},{\"id\":\"54f9e256-39e4-4d3c-bfe6-3a490a141528\",\"name\":\"Drone Logo\",\"slug\":\"drone-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/drone-logo\",\"sales_count\":8,\"is_service\":false,\"rating\":0,\"seller_name\":\"ManggaDesign\",\"seller_url\":\"store\\/manggadesign\",\"tags\":\"camera, brand, game, fun, symbol, eye, Shutter, drone\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-54f9e256-39e4-4d3c-bfe6-3a490a141528-368x296-hxxTd.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-54f9e256-39e4-4d3c-bfe6-3a490a141528-136x136-I9Aiy.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-54f9e256-39e4-4d3c-bfe6-3a490a141528-260x156-T7i8a.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-54f9e256-39e4-4d3c-bfe6-3a490a141528-1180x660-TNsqI.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":[\"Ai and EPS files\",\"CMYK and RGB color\",\"100% vector | resizable\"],\"created\":\"2015-03-06 10:25:09\",\"created_timestamp\":1425662709,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"9905cf77b7f15c0706fb4f8a72585228\"}],\"page\":\"1\",\"pageCount\":293,\"records\":5842}\";s:8:\"response\";a:2:{s:4:\"code\";i:200;s:7:\"message\";s:2:\"OK\";}s:7:\"cookies\";a:1:{i:0;O:14:\"WP_Http_Cookie\":5:{s:4:\"name\";s:6:\"APISVR\";s:5:\"value\";s:4:\"a0n4\";s:7:\"expires\";N;s:4:\"path\";s:1:\"/\";s:6:\"domain\";s:23:\"api.mojomarketplace.com\";}}s:8:\"filename\";N;s:13:\"http_response\";O:25:\"WP_HTTP_Requests_Response\":5:{s:11:\"\0*\0response\";O:17:\"Requests_Response\":10:{s:4:\"body\";s:31445:\"{\"status\":\"success\",\"items\":[{\"id\":\"5340af5c-15b0-439b-a34e-68940a140b28\",\"name\":\"Oak Tree Logo\",\"slug\":\"oak-tree-logo-2\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/oak-tree-logo-2\",\"sales_count\":65,\"is_service\":false,\"rating\":0,\"seller_name\":\"sopongiro\",\"seller_url\":\"store\\/sopongiro\",\"tags\":\"clean, Business, tree, modern, accounting, lawyer, insurance, oak\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/large_thumbnail-5340af5c-15b0-439b-a34e-68940a140b28-368x296.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/square_thumbnail-5340af5c-15b0-439b-a34e-68940a140b28-136x136.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/thumbnail-5340af5c-15b0-439b-a34e-68940a140b28-260x156.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/preview-5340af5c-15b0-439b-a34e-68940a140b28-1180x660.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":[\"RGB color AI and CMYK EPS formats fully editable\",\"Easy to edit, change size, color and text\",\"Logo template suitable for Marketing and Financial\"],\"created\":\"2014-04-05 20:23:46\",\"created_timestamp\":1396751026,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"799b2795cd13869f13c37a5ec57b0fe3\"},{\"id\":\"5728fe86-4608-4d36-8193-68cd0a141f38\",\"name\":\"Eco Lady Logo\",\"slug\":\"eco-lady-logo-1\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/eco-lady-logo-1\",\"sales_count\":27,\"is_service\":false,\"rating\":0,\"seller_name\":\"Maestro99\",\"seller_url\":\"store\\/maestro99\",\"tags\":\"logo, fresh, Business, Vector, Corporate, clinic, medical, health, plant, earth, nature, Green, icon, tree, abstract, healthy, social, media, internet, modern, creative, professional, woman, colorful, brand, web, identity, logos, community, digital, human, eco, natural, symbol, ecology, shape, dummy, Queen, society, lady, herbal\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5728fe86-4608-4d36-8193-68cd0a141f38-fcShF.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5728fe86-4608-4d36-8193-68cd0a141f38-XbSXF.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5728fe86-4608-4d36-8193-68cd0a141f38-L3EJf.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5728fe86-4608-4d36-8193-68cd0a141f38-ITTKQ.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"Herbal Logo\",\"Nature Logo\",\"Social Logo\"],\"created\":\"2016-05-03 13:40:38\",\"created_timestamp\":1462304438,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"5260d9c971437c9a5a033d8fa2b08d0f\"},{\"id\":\"5197a5fc-f998-4242-b7b5-34780a140b1e\",\"name\":\"Badged \",\"slug\":\"badged\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/badged\",\"sales_count\":23,\"is_service\":false,\"rating\":0,\"seller_name\":\"Charlie.N\",\"seller_url\":\"store\\/charlie-n\",\"tags\":\"logo, Business, elegant, modern, professional, card, brand, company, simplistic\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/items\\/large_thumbnail-5197a5fc-f998-4242-b7b5-34780a140b1e-Badged3-mm-resize-368x296.png\",\"square_thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/items\\/square_thumbnail-5197a5fc-f998-4242-b7b5-34780a140b1e-Badged2-mm-resize-136x136.png\",\"thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/items\\/thumbnail-5197a5fc-f998-4242-b7b5-34780a140b1e-Badged4-mm-resize-260x156.png\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/items\\/preview-5197a5fc-f998-4242-b7b5-34780a140b1e-Badged1-mm-resize-1180x660.png\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"25.00\"},\"features\":[\"Dark and modern design\",\"Fully layered and organized\",\"Easily editable\"],\"created\":\"2013-05-18 10:29:05\",\"created_timestamp\":1368894545,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"d493ef2ef2bc9f6eecf9a4368c482093\"},{\"id\":\"51e2dc35-d914-46c9-a62f-48af0a140b26\",\"name\":\"Businesscard Pro\",\"slug\":\"businesscard-pro\",\"category\":\"business-cards\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/businesscard-pro\",\"sales_count\":18,\"is_service\":false,\"rating\":0,\"seller_name\":\"Jayant Vyda\",\"seller_url\":\"store\\/jayant-vyda\",\"tags\":\"\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/large_thumbnail-51e2dc35-d914-46c9-a62f-48af0a140b26-businesscard-pro-368x296-mm-resize-368x296.jpg\",\"square_thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/square_thumbnail-51e2dc35-d914-46c9-a62f-48af0a140b26-businesscard-pro-136x136-mm-resize-136x136.jpg\",\"thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/thumbnail-51e2dc35-d914-46c9-a62f-48af0a140b26-businesscard-pro-260x156-mm-resize-260x156.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/preview-51e2dc35-d914-46c9-a62f-48af0a140b26-businesscard-pro-1180x660-mm-resize-1180x660.jpg\"},\"downloads\":[\"eps_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"12.00\"},\"features\":[\"Print ready business cards\",\"Double Sided cards\",\"Free fonts and customization\"],\"created\":\"2013-07-14 12:34:56\",\"created_timestamp\":1373826896,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"ea13227aa28560e7c41a96d3edd1d221\"},{\"id\":\"53441cd6-e980-4681-8db8-1fd30a140b28\",\"name\":\"Majestic Logo\",\"slug\":\"majestic-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/majestic-logo\",\"sales_count\":17,\"is_service\":false,\"rating\":0,\"seller_name\":\"sopongiro\",\"seller_url\":\"store\\/sopongiro\",\"tags\":\"clean, elegant, Retro, hotel, vintage, fashion, ornament, flourish, gold, winery, luxury, classy, Jewelry, resort, style, classic, royal, emblem, crest, majesty, luxurious, royalty, decorative, majestic, heraldic, calligraphy, calligraphic, ornate, heraldry\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/large_thumbnail-53441cd6-e980-4681-8db8-1fd30a140b28-368x296.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/square_thumbnail-53441cd6-e980-4681-8db8-1fd30a140b28-136x136.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/thumbnail-53441cd6-e980-4681-8db8-1fd30a140b28-260x156.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/preview-53441cd6-e980-4681-8db8-1fd30a140b28-1180x660.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":[\"Ai and EPS files\",\"CMYK and RGB\",\"Fully Editable\"],\"created\":\"2014-04-08 10:05:46\",\"created_timestamp\":1396973146,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"799b2795cd13869f13c37a5ec57b0fe3\"},{\"id\":\"56dcf586-6044-40c3-9ba5-312c0a140b32\",\"name\":\"Lighthouse logo\",\"slug\":\"lighthouse-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/lighthouse-logo\",\"sales_count\":17,\"is_service\":false,\"rating\":0,\"seller_name\":\"phuadiesta\",\"seller_url\":\"\",\"tags\":\"simple, logo, Vector, blue, icon, symbol, consulting\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-56dcf586-6044-40c3-9ba5-312c0a140b32-E60Ur.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-56dcf586-6044-40c3-9ba5-312c0a140b32-CAQEA.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-56dcf586-6044-40c3-9ba5-312c0a140b32-4WkgR.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-56dcf586-6044-40c3-9ba5-312c0a140b32-VNG3Z.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-56dcf586-6044-40c3-9ba5-312c0a140b32-mPaae.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":[\"Fully editable\",\"Format AI, EPS &amp; PNG transparent\",\"Resizable vector\"],\"created\":\"2016-03-06 20:31:20\",\"created_timestamp\":1457321480,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"3de01ed841b0f15cf895480a056765bc\"},{\"id\":\"5827d703-5b5c-44a8-b8b7-3d5d0a14153a\",\"name\":\"Aeroglide Letter A Logo\",\"slug\":\"aeroglide-letter-a-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/aeroglide-letter-a-logo\",\"sales_count\":15,\"is_service\":false,\"rating\":0,\"seller_name\":\"zixlo\",\"seller_url\":\"store\\/zixlo\",\"tags\":\"Business, travel, abstract, media, arrow, attorney, software, air, letter, education, app, realtor, realty, sport, accounting, law, consulting, aero\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5827d703-5b5c-44a8-b8b7-3d5d0a14153a-2WH7k.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5827d703-5b5c-44a8-b8b7-3d5d0a14153a-Tsy2W.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5827d703-5b5c-44a8-b8b7-3d5d0a14153a-91ak5.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5827d703-5b5c-44a8-b8b7-3d5d0a14153a-LRp9g.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"100% Editable &amp; Re-sizable vectors\",\"Texts are fully editable\",\"Format: AI &amp; EPS\"],\"created\":\"2016-11-12 19:59:25\",\"created_timestamp\":1479005965,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"1edcbed6eca100917fc3b34ce8ebccbb\"},{\"id\":\"538cbb0a-ec2c-479e-bacc-530e0a140b28\",\"name\":\"Smart Phone Business Card\",\"slug\":\"smart-phone-business-card\",\"category\":\"business-cards\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/smart-phone-business-card\",\"sales_count\":15,\"is_service\":false,\"rating\":0,\"seller_name\":\"xnOrpix\",\"seller_url\":\"store\\/xnorpix\",\"tags\":\"computer, mobile, iphone, android, ios, phone, electronic, smart, smartphone\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-538cbb0a-ec2c-479e-bacc-530e0a140b28-136x136-M5WmW.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-538cbb0a-ec2c-479e-bacc-530e0a140b28-260x156-byoEO.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-538cbb0a-ec2c-479e-bacc-530e0a140b28-1180x660-XBmZT.jpg\"},\"downloads\":[\"eps_graphic\",\"fonts_graphic\"],\"prices\":{\"single_domain_license\":\"12.00\"},\"features\":[\"Business Cards\",\"CMYK and RGB color\",\"100% vector | resizable\"],\"created\":\"2014-06-02 12:24:09\",\"created_timestamp\":1401733449,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"c192d3545fbc9feed64ed9d317ee9379\"},{\"id\":\"574137cc-9c88-4d38-aeac-59a80a141f37\",\"name\":\"Eco Tech Logo\",\"slug\":\"eco-tech-logo-2\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/eco-tech-logo-2\",\"sales_count\":13,\"is_service\":false,\"rating\":5,\"seller_name\":\"meisuseno\",\"seller_url\":\"store\\/meisuseno\",\"tags\":\"logo, plant, nature, Green, leaf, leaves, cool, computer, technology, network, tech, modern, creative, professional, growth, IT, eco, service, natural, creatives, hitech, networking, circuit, computing\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-574137cc-9c88-4d38-aeac-59a80a141f37-MtYbX.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-574137cc-9c88-4d38-aeac-59a80a141f37-Fctqy.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-574137cc-9c88-4d38-aeac-59a80a141f37-ltVu2.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-574137cc-9c88-4d38-aeac-59a80a141f37-kR6sv.png\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"AI, EPS, PNG Format\",\"Easy editable\",\"CMYK, 300 DPI\"],\"created\":\"2016-05-21 22:39:33\",\"created_timestamp\":1463891973,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"acc473f4809e61e9a72cf890a017464a\"},{\"id\":\"5654ad2f-a648-406f-aff0-09310a141f38\",\"name\":\"Valentine Logo\",\"slug\":\"valentine-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/valentine-logo\",\"sales_count\":12,\"is_service\":false,\"rating\":0,\"seller_name\":\"Black Magic\",\"seller_url\":\"store\\/black-magic\",\"tags\":\"clean, logo, Business, social, Hearts, heart, modern, charity, Decoration, love, red, art, valentine, beauty, elegance, Pink, foundation, decorative, society, illustrative, organisation, partner, caring, volunteer\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5654ad2f-a648-406f-aff0-09310a141f38-SNRdw.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5654ad2f-a648-406f-aff0-09310a141f38-QlzmI.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5654ad2f-a648-406f-aff0-09310a141f38-13nWB.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5654ad2f-a648-406f-aff0-09310a141f38-2ry4E.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5654ad2f-a648-406f-aff0-09310a141f38-jx3rO.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5654ad2f-a648-406f-aff0-09310a141f38-GKDxw.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"Editable\",\"Resizable\",\"Easy to edit color \\/ text\"],\"created\":\"2015-11-24 11:32:29\",\"created_timestamp\":1448389949,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"f9a7fc891bffa7e81ffe3547b72dc4e1\"},{\"id\":\"55d48a8e-d09c-4be7-a992-58390a141f38\",\"name\":\"Pura House Logo, Letter P House Logo\",\"slug\":\"pura-house-logo-letter-p-house-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/pura-house-logo-letter-p-house-logo\",\"sales_count\":11,\"is_service\":false,\"rating\":1,\"seller_name\":\"Maestro99\",\"seller_url\":\"store\\/maestro99\",\"tags\":\"clean, simple, logo, family, Home, sell, creative, professional, hotel, City, house, bold, unique, brand, identity, realtor, apartment, mortgage, Motel, property, rent, town, sold, stay\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-55d48a8e-d09c-4be7-a992-58390a141f38-368x296-oAudc.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-55d48a8e-d09c-4be7-a992-58390a141f38-136x136-9GJ17.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-55d48a8e-d09c-4be7-a992-58390a141f38-260x156-Oc4uz.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-55d48a8e-d09c-4be7-a992-58390a141f38-1180x660-Gu3mo.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":[\"Ai and EPS files\",\"CMYK and RGB color\",\"100% vector | resizable\"],\"created\":\"2015-08-19 08:01:54\",\"created_timestamp\":1439992914,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"5260d9c971437c9a5a033d8fa2b08d0f\"},{\"id\":\"53771ad3-e9fc-4eca-b5e1-329b0a140b28\",\"name\":\"Dna Tree\",\"slug\":\"dna-tree\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/dna-tree\",\"sales_count\":11,\"is_service\":false,\"rating\":0,\"seller_name\":\"Avriel\",\"seller_url\":\"\",\"tags\":\"\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-53771ad3-e9fc-4eca-b5e1-329b0a140b28-136x136-sjR8I.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53771ad3-e9fc-4eca-b5e1-329b0a140b28-260x156-F4Di4.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-53771ad3-e9fc-4eca-b5e1-329b0a140b28-1180x660-IO3Zs.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":[\"Ai and EPS files\",\"CMYK and RGB color \",\"100% vector | resizable\"],\"created\":\"2014-05-17 02:52:44\",\"created_timestamp\":1400316764,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"7cdd6472812d45a21797f68d52586a09\"},{\"id\":\"54414cac-00f0-4cf9-b43a-24dc0a141528\",\"name\":\"Eagle Wings Logo\",\"slug\":\"eagle-wings-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/eagle-wings-logo\",\"sales_count\":10,\"is_service\":false,\"rating\":0,\"seller_name\":\"Voltury\",\"seller_url\":\"store\\/voltury\",\"tags\":\"Corporate, media, animal, company, wing, work, global, wings, eagle, voltury\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-54414cac-00f0-4cf9-b43a-24dc0a141528-368x296-FCrMP.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-54414cac-00f0-4cf9-b43a-24dc0a141528-136x136-PlG1o.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-54414cac-00f0-4cf9-b43a-24dc0a141528-260x156-sJyUT.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-54414cac-00f0-4cf9-b43a-24dc0a141528-1180x660-DUVyy.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":[\"Ai and EPS files\",\"CMYK and RGB color\",\"100% vector | resizable\"],\"created\":\"2014-10-17 11:10:10\",\"created_timestamp\":1413565810,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"5fa9eac176a618c1a019f2e411084b32\"},{\"id\":\"5463e951-f0b4-4e8d-a890-3e520a141528\",\"name\":\"Royal Crown Logo\",\"slug\":\"royal-crown-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/royal-crown-logo\",\"sales_count\":9,\"is_service\":false,\"rating\":0,\"seller_name\":\"Flux\",\"seller_url\":\"\",\"tags\":\"clean, elegant, modern, professional, hotel, fashion, ornament, web, smooth, gold, luxury, Jewelry, classic, royal, Queen, tribal, shield, emblem, ornamental, crest, majesty, luxurious, royalty, jewel, decorative, majestic, king, crown, silver, kingdom\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-5463e951-f0b4-4e8d-a890-3e520a141528-368x296-szHMr.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5463e951-f0b4-4e8d-a890-3e520a141528-136x136-acsxr.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5463e951-f0b4-4e8d-a890-3e520a141528-260x156-EpCbI.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5463e951-f0b4-4e8d-a890-3e520a141528-1180x660-J3PsQ.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":[\"Ai and EPS files\",\"CMYK and RGB color\",\"100% vector | resizable\"],\"created\":\"2014-11-12 16:17:43\",\"created_timestamp\":1415834263,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"fea6e54423e9e7297fba95ec22c3a0cb\"},{\"id\":\"57307c9d-45d4-42ec-b525-40cd0a141f38\",\"name\":\"Goze Tech\\/G Letter Logo\",\"slug\":\"goze-tech-g-letter-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/goze-tech-g-letter-logo\",\"sales_count\":9,\"is_service\":false,\"rating\":0,\"seller_name\":\"Stock6Design\",\"seller_url\":\"store\\/stock6design\",\"tags\":\"clean, simple, logo, Business, circle, travel, store, media, technology, tech, modern, creative, professional, metro, fashion, colorful, bold, brand, software, web, air, character, multicolor, flat, app, logotype, car, automotive, studio, digital, advance, transport, style, Booking, tourism, forum, tour, pixel, strong, wheel, auto, repair, garage, transportation, flight, 2D, alphabet, travels, drive\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-57307c9d-45d4-42ec-b525-40cd0a141f38-4o9Ae.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-57307c9d-45d4-42ec-b525-40cd0a141f38-WDQob.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57307c9d-45d4-42ec-b525-40cd0a141f38-4Mwom.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-57307c9d-45d4-42ec-b525-40cd0a141f38-XYpch.png\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"Non-exclusive logo $49\",\"Exclusive logo $200\",\"Any modification $20\"],\"created\":\"2016-05-09 06:06:13\",\"created_timestamp\":1462795573,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"b5ee5b8fd4da91f8d8821095c8c5fd9e\"},{\"id\":\"56c06e3d-c8b8-43df-bbcb-51910a140b32\",\"name\":\"Turf Grass Logo\",\"slug\":\"turf-grass-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/turf-grass-logo\",\"sales_count\":9,\"is_service\":false,\"rating\":5,\"seller_name\":\"zixlo\",\"seller_url\":\"store\\/zixlo\",\"tags\":\"Business, plant, nature, grass, consulting, landscaping, ground, lawn, mow\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-56c06e3d-c8b8-43df-bbcb-51910a140b32-JoeNN.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-56c06e3d-c8b8-43df-bbcb-51910a140b32-U1noY.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-56c06e3d-c8b8-43df-bbcb-51910a140b32-kYF0g.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-56c06e3d-c8b8-43df-bbcb-51910a140b32-3saSX.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":[\"100% Editable &amp; Re-sizable vectors\",\"Texts are fully editable\",\"Format: AI &amp; EPS\"],\"created\":\"2016-02-14 05:08:43\",\"created_timestamp\":1455451723,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"1edcbed6eca100917fc3b34ce8ebccbb\"},{\"id\":\"5255a038-4cc0-44d3-8202-6a080a140b24\",\"name\":\"Businesscard Pro 11\",\"slug\":\"businesscard-pro-11\",\"category\":\"business-cards\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/businesscard-pro-11\",\"sales_count\":8,\"is_service\":false,\"rating\":0,\"seller_name\":\"Jayant Vyda\",\"seller_url\":\"store\\/jayant-vyda\",\"tags\":\"\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/large_thumbnail-5255a038-4cc0-44d3-8202-6a080a140b24-Business_card_Pro_1_368-x-296-mm-resize-368x296.jpg\",\"square_thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/square_thumbnail-5255a038-4cc0-44d3-8202-6a080a140b24-Business_card_Pro_1_136x136-mm-resize-136x136.jpg\",\"thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/thumbnail-5255a038-4cc0-44d3-8202-6a080a140b24-Business_card_Pro_1_260x156-mm-resize-260x156.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/preview-5255a038-4cc0-44d3-8202-6a080a140b24-Business_card_Pro_1_1180-x-660-mm-resize-1180x660.jpg\"},\"downloads\":[\"eps_graphic\"],\"prices\":{\"single_domain_license\":\"12.00\"},\"features\":[\"Business Card\",\"Clean and professional design\",\"Print Ready\"],\"created\":\"2013-10-09 12:32:51\",\"created_timestamp\":1381343571,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"ea13227aa28560e7c41a96d3edd1d221\"},{\"id\":\"535fdfd3-cb80-4cdc-9081-19c50a140b28\",\"name\":\"Synergy Logo\",\"slug\":\"synergy-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/synergy-logo\",\"sales_count\":8,\"is_service\":false,\"rating\":0,\"seller_name\":\"sopongiro\",\"seller_url\":\"store\\/sopongiro\",\"tags\":\"clean, simple, modern, professional, logotype, s, symmetry\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-535fdfd3-cb80-4cdc-9081-19c50a140b28-368x296-TPkCu.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-535fdfd3-cb80-4cdc-9081-19c50a140b28-136x136-Px0sr.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-535fdfd3-cb80-4cdc-9081-19c50a140b28-260x156-Oqc9h.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-535fdfd3-cb80-4cdc-9081-19c50a140b28-1180x660-IxUdA.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":[\"Ai and EPS files\",\"CMYK and RGB color \",\"100% vector | resizable\"],\"created\":\"2014-04-29 11:27:26\",\"created_timestamp\":1398792446,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"799b2795cd13869f13c37a5ec57b0fe3\"},{\"id\":\"53434db1-aaa8-4c4e-b58c-5b0b0a141528\",\"name\":\"Funky Geek Logo\",\"slug\":\"funky-geek-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/funky-geek-logo\",\"sales_count\":8,\"is_service\":false,\"rating\":0,\"seller_name\":\"sopongiro\",\"seller_url\":\"store\\/sopongiro\",\"tags\":\"clean, fresh, Business, man, intelligent, people, stylish, fashion, brand, identity, boy, stylized, glasses, hair, branding, happy, human, style, fashionable, nerd, geeky, geek, hairstyle, nerdy\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/large_thumbnail-53434db1-aaa8-4c4e-b58c-5b0b0a141528-368x296.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/square_thumbnail-53434db1-aaa8-4c4e-b58c-5b0b0a141528-136x136.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/thumbnail-53434db1-aaa8-4c4e-b58c-5b0b0a141528-260x156.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/preview-53434db1-aaa8-4c4e-b58c-5b0b0a141528-1180x660.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":[\"Tech, Geek logo\",\"CMYK and RGB\",\"Easy to edit \"],\"created\":\"2014-04-07 19:20:17\",\"created_timestamp\":1396920017,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"799b2795cd13869f13c37a5ec57b0fe3\"},{\"id\":\"54f9e256-39e4-4d3c-bfe6-3a490a141528\",\"name\":\"Drone Logo\",\"slug\":\"drone-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/drone-logo\",\"sales_count\":8,\"is_service\":false,\"rating\":0,\"seller_name\":\"ManggaDesign\",\"seller_url\":\"store\\/manggadesign\",\"tags\":\"camera, brand, game, fun, symbol, eye, Shutter, drone\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-54f9e256-39e4-4d3c-bfe6-3a490a141528-368x296-hxxTd.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-54f9e256-39e4-4d3c-bfe6-3a490a141528-136x136-I9Aiy.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-54f9e256-39e4-4d3c-bfe6-3a490a141528-260x156-T7i8a.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-54f9e256-39e4-4d3c-bfe6-3a490a141528-1180x660-TNsqI.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":[\"Ai and EPS files\",\"CMYK and RGB color\",\"100% vector | resizable\"],\"created\":\"2015-03-06 10:25:09\",\"created_timestamp\":1425662709,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"9905cf77b7f15c0706fb4f8a72585228\"}],\"page\":\"1\",\"pageCount\":293,\"records\":5842}\";s:3:\"raw\";s:31898:\"HTTP/1.1 200 OK\r\nServer: nginx/1.12.0\r\nDate: Tue, 19 Feb 2019 13:53:53 GMT\r\nContent-Type: application/json; charset=UTF-8\r\nContent-Length: 31445\r\nConnection: close\r\nX-Powered-By: PHP/5.6.30\r\nSet-Cookie: SESSION=lrf5uaaomv9iols2j4v90pg777; expires=Sat, 23-Feb-2019 17:53:53 GMT; Max-Age=360000; path=/; domain=www.mojomarketplace.com; secure; HttpOnly\r\nCache-Control: 900\r\nAccess-Control-Allow-Origin: *\r\nVary: Origin\r\nSet-Cookie: APISVR=a0n4; path=/\r\n\r\n{\"status\":\"success\",\"items\":[{\"id\":\"5340af5c-15b0-439b-a34e-68940a140b28\",\"name\":\"Oak Tree Logo\",\"slug\":\"oak-tree-logo-2\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/oak-tree-logo-2\",\"sales_count\":65,\"is_service\":false,\"rating\":0,\"seller_name\":\"sopongiro\",\"seller_url\":\"store\\/sopongiro\",\"tags\":\"clean, Business, tree, modern, accounting, lawyer, insurance, oak\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/large_thumbnail-5340af5c-15b0-439b-a34e-68940a140b28-368x296.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/square_thumbnail-5340af5c-15b0-439b-a34e-68940a140b28-136x136.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/thumbnail-5340af5c-15b0-439b-a34e-68940a140b28-260x156.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/preview-5340af5c-15b0-439b-a34e-68940a140b28-1180x660.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":[\"RGB color AI and CMYK EPS formats fully editable\",\"Easy to edit, change size, color and text\",\"Logo template suitable for Marketing and Financial\"],\"created\":\"2014-04-05 20:23:46\",\"created_timestamp\":1396751026,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"799b2795cd13869f13c37a5ec57b0fe3\"},{\"id\":\"5728fe86-4608-4d36-8193-68cd0a141f38\",\"name\":\"Eco Lady Logo\",\"slug\":\"eco-lady-logo-1\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/eco-lady-logo-1\",\"sales_count\":27,\"is_service\":false,\"rating\":0,\"seller_name\":\"Maestro99\",\"seller_url\":\"store\\/maestro99\",\"tags\":\"logo, fresh, Business, Vector, Corporate, clinic, medical, health, plant, earth, nature, Green, icon, tree, abstract, healthy, social, media, internet, modern, creative, professional, woman, colorful, brand, web, identity, logos, community, digital, human, eco, natural, symbol, ecology, shape, dummy, Queen, society, lady, herbal\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5728fe86-4608-4d36-8193-68cd0a141f38-fcShF.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5728fe86-4608-4d36-8193-68cd0a141f38-XbSXF.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5728fe86-4608-4d36-8193-68cd0a141f38-L3EJf.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5728fe86-4608-4d36-8193-68cd0a141f38-ITTKQ.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"Herbal Logo\",\"Nature Logo\",\"Social Logo\"],\"created\":\"2016-05-03 13:40:38\",\"created_timestamp\":1462304438,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"5260d9c971437c9a5a033d8fa2b08d0f\"},{\"id\":\"5197a5fc-f998-4242-b7b5-34780a140b1e\",\"name\":\"Badged \",\"slug\":\"badged\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/badged\",\"sales_count\":23,\"is_service\":false,\"rating\":0,\"seller_name\":\"Charlie.N\",\"seller_url\":\"store\\/charlie-n\",\"tags\":\"logo, Business, elegant, modern, professional, card, brand, company, simplistic\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/items\\/large_thumbnail-5197a5fc-f998-4242-b7b5-34780a140b1e-Badged3-mm-resize-368x296.png\",\"square_thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/items\\/square_thumbnail-5197a5fc-f998-4242-b7b5-34780a140b1e-Badged2-mm-resize-136x136.png\",\"thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/items\\/thumbnail-5197a5fc-f998-4242-b7b5-34780a140b1e-Badged4-mm-resize-260x156.png\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/items\\/preview-5197a5fc-f998-4242-b7b5-34780a140b1e-Badged1-mm-resize-1180x660.png\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"25.00\"},\"features\":[\"Dark and modern design\",\"Fully layered and organized\",\"Easily editable\"],\"created\":\"2013-05-18 10:29:05\",\"created_timestamp\":1368894545,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"d493ef2ef2bc9f6eecf9a4368c482093\"},{\"id\":\"51e2dc35-d914-46c9-a62f-48af0a140b26\",\"name\":\"Businesscard Pro\",\"slug\":\"businesscard-pro\",\"category\":\"business-cards\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/businesscard-pro\",\"sales_count\":18,\"is_service\":false,\"rating\":0,\"seller_name\":\"Jayant Vyda\",\"seller_url\":\"store\\/jayant-vyda\",\"tags\":\"\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/large_thumbnail-51e2dc35-d914-46c9-a62f-48af0a140b26-businesscard-pro-368x296-mm-resize-368x296.jpg\",\"square_thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/square_thumbnail-51e2dc35-d914-46c9-a62f-48af0a140b26-businesscard-pro-136x136-mm-resize-136x136.jpg\",\"thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/thumbnail-51e2dc35-d914-46c9-a62f-48af0a140b26-businesscard-pro-260x156-mm-resize-260x156.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/preview-51e2dc35-d914-46c9-a62f-48af0a140b26-businesscard-pro-1180x660-mm-resize-1180x660.jpg\"},\"downloads\":[\"eps_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"12.00\"},\"features\":[\"Print ready business cards\",\"Double Sided cards\",\"Free fonts and customization\"],\"created\":\"2013-07-14 12:34:56\",\"created_timestamp\":1373826896,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"ea13227aa28560e7c41a96d3edd1d221\"},{\"id\":\"53441cd6-e980-4681-8db8-1fd30a140b28\",\"name\":\"Majestic Logo\",\"slug\":\"majestic-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/majestic-logo\",\"sales_count\":17,\"is_service\":false,\"rating\":0,\"seller_name\":\"sopongiro\",\"seller_url\":\"store\\/sopongiro\",\"tags\":\"clean, elegant, Retro, hotel, vintage, fashion, ornament, flourish, gold, winery, luxury, classy, Jewelry, resort, style, classic, royal, emblem, crest, majesty, luxurious, royalty, decorative, majestic, heraldic, calligraphy, calligraphic, ornate, heraldry\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/large_thumbnail-53441cd6-e980-4681-8db8-1fd30a140b28-368x296.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/square_thumbnail-53441cd6-e980-4681-8db8-1fd30a140b28-136x136.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/thumbnail-53441cd6-e980-4681-8db8-1fd30a140b28-260x156.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/preview-53441cd6-e980-4681-8db8-1fd30a140b28-1180x660.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":[\"Ai and EPS files\",\"CMYK and RGB\",\"Fully Editable\"],\"created\":\"2014-04-08 10:05:46\",\"created_timestamp\":1396973146,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"799b2795cd13869f13c37a5ec57b0fe3\"},{\"id\":\"56dcf586-6044-40c3-9ba5-312c0a140b32\",\"name\":\"Lighthouse logo\",\"slug\":\"lighthouse-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/lighthouse-logo\",\"sales_count\":17,\"is_service\":false,\"rating\":0,\"seller_name\":\"phuadiesta\",\"seller_url\":\"\",\"tags\":\"simple, logo, Vector, blue, icon, symbol, consulting\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-56dcf586-6044-40c3-9ba5-312c0a140b32-E60Ur.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-56dcf586-6044-40c3-9ba5-312c0a140b32-CAQEA.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-56dcf586-6044-40c3-9ba5-312c0a140b32-4WkgR.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-56dcf586-6044-40c3-9ba5-312c0a140b32-VNG3Z.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-56dcf586-6044-40c3-9ba5-312c0a140b32-mPaae.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":[\"Fully editable\",\"Format AI, EPS &amp; PNG transparent\",\"Resizable vector\"],\"created\":\"2016-03-06 20:31:20\",\"created_timestamp\":1457321480,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"3de01ed841b0f15cf895480a056765bc\"},{\"id\":\"5827d703-5b5c-44a8-b8b7-3d5d0a14153a\",\"name\":\"Aeroglide Letter A Logo\",\"slug\":\"aeroglide-letter-a-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/aeroglide-letter-a-logo\",\"sales_count\":15,\"is_service\":false,\"rating\":0,\"seller_name\":\"zixlo\",\"seller_url\":\"store\\/zixlo\",\"tags\":\"Business, travel, abstract, media, arrow, attorney, software, air, letter, education, app, realtor, realty, sport, accounting, law, consulting, aero\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5827d703-5b5c-44a8-b8b7-3d5d0a14153a-2WH7k.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5827d703-5b5c-44a8-b8b7-3d5d0a14153a-Tsy2W.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5827d703-5b5c-44a8-b8b7-3d5d0a14153a-91ak5.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5827d703-5b5c-44a8-b8b7-3d5d0a14153a-LRp9g.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"100% Editable &amp; Re-sizable vectors\",\"Texts are fully editable\",\"Format: AI &amp; EPS\"],\"created\":\"2016-11-12 19:59:25\",\"created_timestamp\":1479005965,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"1edcbed6eca100917fc3b34ce8ebccbb\"},{\"id\":\"538cbb0a-ec2c-479e-bacc-530e0a140b28\",\"name\":\"Smart Phone Business Card\",\"slug\":\"smart-phone-business-card\",\"category\":\"business-cards\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/smart-phone-business-card\",\"sales_count\":15,\"is_service\":false,\"rating\":0,\"seller_name\":\"xnOrpix\",\"seller_url\":\"store\\/xnorpix\",\"tags\":\"computer, mobile, iphone, android, ios, phone, electronic, smart, smartphone\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-538cbb0a-ec2c-479e-bacc-530e0a140b28-136x136-M5WmW.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-538cbb0a-ec2c-479e-bacc-530e0a140b28-260x156-byoEO.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-538cbb0a-ec2c-479e-bacc-530e0a140b28-1180x660-XBmZT.jpg\"},\"downloads\":[\"eps_graphic\",\"fonts_graphic\"],\"prices\":{\"single_domain_license\":\"12.00\"},\"features\":[\"Business Cards\",\"CMYK and RGB color\",\"100% vector | resizable\"],\"created\":\"2014-06-02 12:24:09\",\"created_timestamp\":1401733449,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"c192d3545fbc9feed64ed9d317ee9379\"},{\"id\":\"574137cc-9c88-4d38-aeac-59a80a141f37\",\"name\":\"Eco Tech Logo\",\"slug\":\"eco-tech-logo-2\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/eco-tech-logo-2\",\"sales_count\":13,\"is_service\":false,\"rating\":5,\"seller_name\":\"meisuseno\",\"seller_url\":\"store\\/meisuseno\",\"tags\":\"logo, plant, nature, Green, leaf, leaves, cool, computer, technology, network, tech, modern, creative, professional, growth, IT, eco, service, natural, creatives, hitech, networking, circuit, computing\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-574137cc-9c88-4d38-aeac-59a80a141f37-MtYbX.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-574137cc-9c88-4d38-aeac-59a80a141f37-Fctqy.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-574137cc-9c88-4d38-aeac-59a80a141f37-ltVu2.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-574137cc-9c88-4d38-aeac-59a80a141f37-kR6sv.png\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"AI, EPS, PNG Format\",\"Easy editable\",\"CMYK, 300 DPI\"],\"created\":\"2016-05-21 22:39:33\",\"created_timestamp\":1463891973,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"acc473f4809e61e9a72cf890a017464a\"},{\"id\":\"5654ad2f-a648-406f-aff0-09310a141f38\",\"name\":\"Valentine Logo\",\"slug\":\"valentine-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/valentine-logo\",\"sales_count\":12,\"is_service\":false,\"rating\":0,\"seller_name\":\"Black Magic\",\"seller_url\":\"store\\/black-magic\",\"tags\":\"clean, logo, Business, social, Hearts, heart, modern, charity, Decoration, love, red, art, valentine, beauty, elegance, Pink, foundation, decorative, society, illustrative, organisation, partner, caring, volunteer\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5654ad2f-a648-406f-aff0-09310a141f38-SNRdw.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5654ad2f-a648-406f-aff0-09310a141f38-QlzmI.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5654ad2f-a648-406f-aff0-09310a141f38-13nWB.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5654ad2f-a648-406f-aff0-09310a141f38-2ry4E.jpg\",\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-5654ad2f-a648-406f-aff0-09310a141f38-jx3rO.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5654ad2f-a648-406f-aff0-09310a141f38-GKDxw.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"Editable\",\"Resizable\",\"Easy to edit color \\/ text\"],\"created\":\"2015-11-24 11:32:29\",\"created_timestamp\":1448389949,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"f9a7fc891bffa7e81ffe3547b72dc4e1\"},{\"id\":\"55d48a8e-d09c-4be7-a992-58390a141f38\",\"name\":\"Pura House Logo, Letter P House Logo\",\"slug\":\"pura-house-logo-letter-p-house-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/pura-house-logo-letter-p-house-logo\",\"sales_count\":11,\"is_service\":false,\"rating\":1,\"seller_name\":\"Maestro99\",\"seller_url\":\"store\\/maestro99\",\"tags\":\"clean, simple, logo, family, Home, sell, creative, professional, hotel, City, house, bold, unique, brand, identity, realtor, apartment, mortgage, Motel, property, rent, town, sold, stay\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-55d48a8e-d09c-4be7-a992-58390a141f38-368x296-oAudc.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-55d48a8e-d09c-4be7-a992-58390a141f38-136x136-9GJ17.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-55d48a8e-d09c-4be7-a992-58390a141f38-260x156-Oc4uz.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-55d48a8e-d09c-4be7-a992-58390a141f38-1180x660-Gu3mo.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":[\"Ai and EPS files\",\"CMYK and RGB color\",\"100% vector | resizable\"],\"created\":\"2015-08-19 08:01:54\",\"created_timestamp\":1439992914,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"5260d9c971437c9a5a033d8fa2b08d0f\"},{\"id\":\"53771ad3-e9fc-4eca-b5e1-329b0a140b28\",\"name\":\"Dna Tree\",\"slug\":\"dna-tree\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/dna-tree\",\"sales_count\":11,\"is_service\":false,\"rating\":0,\"seller_name\":\"Avriel\",\"seller_url\":\"\",\"tags\":\"\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-53771ad3-e9fc-4eca-b5e1-329b0a140b28-136x136-sjR8I.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-53771ad3-e9fc-4eca-b5e1-329b0a140b28-260x156-F4Di4.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-53771ad3-e9fc-4eca-b5e1-329b0a140b28-1180x660-IO3Zs.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":[\"Ai and EPS files\",\"CMYK and RGB color \",\"100% vector | resizable\"],\"created\":\"2014-05-17 02:52:44\",\"created_timestamp\":1400316764,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"7cdd6472812d45a21797f68d52586a09\"},{\"id\":\"54414cac-00f0-4cf9-b43a-24dc0a141528\",\"name\":\"Eagle Wings Logo\",\"slug\":\"eagle-wings-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/eagle-wings-logo\",\"sales_count\":10,\"is_service\":false,\"rating\":0,\"seller_name\":\"Voltury\",\"seller_url\":\"store\\/voltury\",\"tags\":\"Corporate, media, animal, company, wing, work, global, wings, eagle, voltury\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-54414cac-00f0-4cf9-b43a-24dc0a141528-368x296-FCrMP.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-54414cac-00f0-4cf9-b43a-24dc0a141528-136x136-PlG1o.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-54414cac-00f0-4cf9-b43a-24dc0a141528-260x156-sJyUT.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-54414cac-00f0-4cf9-b43a-24dc0a141528-1180x660-DUVyy.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":[\"Ai and EPS files\",\"CMYK and RGB color\",\"100% vector | resizable\"],\"created\":\"2014-10-17 11:10:10\",\"created_timestamp\":1413565810,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"5fa9eac176a618c1a019f2e411084b32\"},{\"id\":\"5463e951-f0b4-4e8d-a890-3e520a141528\",\"name\":\"Royal Crown Logo\",\"slug\":\"royal-crown-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/royal-crown-logo\",\"sales_count\":9,\"is_service\":false,\"rating\":0,\"seller_name\":\"Flux\",\"seller_url\":\"\",\"tags\":\"clean, elegant, modern, professional, hotel, fashion, ornament, web, smooth, gold, luxury, Jewelry, classic, royal, Queen, tribal, shield, emblem, ornamental, crest, majesty, luxurious, royalty, jewel, decorative, majestic, king, crown, silver, kingdom\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-5463e951-f0b4-4e8d-a890-3e520a141528-368x296-szHMr.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-5463e951-f0b4-4e8d-a890-3e520a141528-136x136-acsxr.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-5463e951-f0b4-4e8d-a890-3e520a141528-260x156-EpCbI.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-5463e951-f0b4-4e8d-a890-3e520a141528-1180x660-J3PsQ.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":[\"Ai and EPS files\",\"CMYK and RGB color\",\"100% vector | resizable\"],\"created\":\"2014-11-12 16:17:43\",\"created_timestamp\":1415834263,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"fea6e54423e9e7297fba95ec22c3a0cb\"},{\"id\":\"57307c9d-45d4-42ec-b525-40cd0a141f38\",\"name\":\"Goze Tech\\/G Letter Logo\",\"slug\":\"goze-tech-g-letter-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/goze-tech-g-letter-logo\",\"sales_count\":9,\"is_service\":false,\"rating\":0,\"seller_name\":\"Stock6Design\",\"seller_url\":\"store\\/stock6design\",\"tags\":\"clean, simple, logo, Business, circle, travel, store, media, technology, tech, modern, creative, professional, metro, fashion, colorful, bold, brand, software, web, air, character, multicolor, flat, app, logotype, car, automotive, studio, digital, advance, transport, style, Booking, tourism, forum, tour, pixel, strong, wheel, auto, repair, garage, transportation, flight, 2D, alphabet, travels, drive\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-57307c9d-45d4-42ec-b525-40cd0a141f38-4o9Ae.png\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-57307c9d-45d4-42ec-b525-40cd0a141f38-WDQob.png\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-57307c9d-45d4-42ec-b525-40cd0a141f38-4Mwom.png\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-57307c9d-45d4-42ec-b525-40cd0a141f38-XYpch.png\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\",\"5_domain_license\":\"196.00\",\"developer_license\":\"1225.00\"},\"features\":[\"Non-exclusive logo $49\",\"Exclusive logo $200\",\"Any modification $20\"],\"created\":\"2016-05-09 06:06:13\",\"created_timestamp\":1462795573,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"b5ee5b8fd4da91f8d8821095c8c5fd9e\"},{\"id\":\"56c06e3d-c8b8-43df-bbcb-51910a140b32\",\"name\":\"Turf Grass Logo\",\"slug\":\"turf-grass-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/turf-grass-logo\",\"sales_count\":9,\"is_service\":false,\"rating\":5,\"seller_name\":\"zixlo\",\"seller_url\":\"store\\/zixlo\",\"tags\":\"Business, plant, nature, grass, consulting, landscaping, ground, lawn, mow\",\"images\":{\"large_thumbnail_url\":\"\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-56c06e3d-c8b8-43df-bbcb-51910a140b32-JoeNN.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-56c06e3d-c8b8-43df-bbcb-51910a140b32-U1noY.jpg\",\"screen_shot_urls\":[\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/screen_shots-56c06e3d-c8b8-43df-bbcb-51910a140b32-kYF0g.jpg\"],\"preview_url\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-56c06e3d-c8b8-43df-bbcb-51910a140b32-3saSX.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":[\"100% Editable &amp; Re-sizable vectors\",\"Texts are fully editable\",\"Format: AI &amp; EPS\"],\"created\":\"2016-02-14 05:08:43\",\"created_timestamp\":1455451723,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"1edcbed6eca100917fc3b34ce8ebccbb\"},{\"id\":\"5255a038-4cc0-44d3-8202-6a080a140b24\",\"name\":\"Businesscard Pro 11\",\"slug\":\"businesscard-pro-11\",\"category\":\"business-cards\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/businesscard-pro-11\",\"sales_count\":8,\"is_service\":false,\"rating\":0,\"seller_name\":\"Jayant Vyda\",\"seller_url\":\"store\\/jayant-vyda\",\"tags\":\"\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/large_thumbnail-5255a038-4cc0-44d3-8202-6a080a140b24-Business_card_Pro_1_368-x-296-mm-resize-368x296.jpg\",\"square_thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/square_thumbnail-5255a038-4cc0-44d3-8202-6a080a140b24-Business_card_Pro_1_136x136-mm-resize-136x136.jpg\",\"thumbnail_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/thumbnail-5255a038-4cc0-44d3-8202-6a080a140b24-Business_card_Pro_1_260x156-mm-resize-260x156.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/s3-us-west-2.amazonaws.com\\/marketplace-images-production\\/images\\/preview-5255a038-4cc0-44d3-8202-6a080a140b24-Business_card_Pro_1_1180-x-660-mm-resize-1180x660.jpg\"},\"downloads\":[\"eps_graphic\"],\"prices\":{\"single_domain_license\":\"12.00\"},\"features\":[\"Business Card\",\"Clean and professional design\",\"Print Ready\"],\"created\":\"2013-10-09 12:32:51\",\"created_timestamp\":1381343571,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"ea13227aa28560e7c41a96d3edd1d221\"},{\"id\":\"535fdfd3-cb80-4cdc-9081-19c50a140b28\",\"name\":\"Synergy Logo\",\"slug\":\"synergy-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/synergy-logo\",\"sales_count\":8,\"is_service\":false,\"rating\":0,\"seller_name\":\"sopongiro\",\"seller_url\":\"store\\/sopongiro\",\"tags\":\"clean, simple, modern, professional, logotype, s, symmetry\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-535fdfd3-cb80-4cdc-9081-19c50a140b28-368x296-TPkCu.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-535fdfd3-cb80-4cdc-9081-19c50a140b28-136x136-Px0sr.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-535fdfd3-cb80-4cdc-9081-19c50a140b28-260x156-Oqc9h.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-535fdfd3-cb80-4cdc-9081-19c50a140b28-1180x660-IxUdA.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":[\"Ai and EPS files\",\"CMYK and RGB color \",\"100% vector | resizable\"],\"created\":\"2014-04-29 11:27:26\",\"created_timestamp\":1398792446,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"799b2795cd13869f13c37a5ec57b0fe3\"},{\"id\":\"53434db1-aaa8-4c4e-b58c-5b0b0a141528\",\"name\":\"Funky Geek Logo\",\"slug\":\"funky-geek-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/funky-geek-logo\",\"sales_count\":8,\"is_service\":false,\"rating\":0,\"seller_name\":\"sopongiro\",\"seller_url\":\"store\\/sopongiro\",\"tags\":\"clean, fresh, Business, man, intelligent, people, stylish, fashion, brand, identity, boy, stylized, glasses, hair, branding, happy, human, style, fashionable, nerd, geeky, geek, hairstyle, nerdy\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/large_thumbnail-53434db1-aaa8-4c4e-b58c-5b0b0a141528-368x296.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/square_thumbnail-53434db1-aaa8-4c4e-b58c-5b0b0a141528-136x136.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/thumbnail-53434db1-aaa8-4c4e-b58c-5b0b0a141528-260x156.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/items\\/preview-53434db1-aaa8-4c4e-b58c-5b0b0a141528-1180x660.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":[\"Tech, Geek logo\",\"CMYK and RGB\",\"Easy to edit \"],\"created\":\"2014-04-07 19:20:17\",\"created_timestamp\":1396920017,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"799b2795cd13869f13c37a5ec57b0fe3\"},{\"id\":\"54f9e256-39e4-4d3c-bfe6-3a490a141528\",\"name\":\"Drone Logo\",\"slug\":\"drone-logo\",\"category\":\"logo\",\"type\":\"graphics\",\"page_url\":\"http:\\/\\/api.mojomarketplace.com\\/item\\/drone-logo\",\"sales_count\":8,\"is_service\":false,\"rating\":0,\"seller_name\":\"ManggaDesign\",\"seller_url\":\"store\\/manggadesign\",\"tags\":\"camera, brand, game, fun, symbol, eye, Shutter, drone\",\"images\":{\"large_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/large_thumbnail-54f9e256-39e4-4d3c-bfe6-3a490a141528-368x296-hxxTd.jpg\",\"square_thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/square_thumbnail-54f9e256-39e4-4d3c-bfe6-3a490a141528-136x136-I9Aiy.jpg\",\"thumbnail_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/thumbnail-54f9e256-39e4-4d3c-bfe6-3a490a141528-260x156-T7i8a.jpg\",\"screen_shot_urls\":[],\"preview_url\":\"https:\\/\\/marketplace-images-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-54f9e256-39e4-4d3c-bfe6-3a490a141528-1180x660-TNsqI.jpg\"},\"downloads\":[\"eps_graphic\",\"layeredai_graphic\",\"fonts_graphic\",\"png_graphic\"],\"prices\":{\"single_domain_license\":\"49.00\"},\"features\":[\"Ai and EPS files\",\"CMYK and RGB color\",\"100% vector | resizable\"],\"created\":\"2015-03-06 10:25:09\",\"created_timestamp\":1425662709,\"demo_url\":\"\",\"short_description\":\"\",\"logo_bg_color\":\"\",\"change_logs\":[],\"gravatar_hash\":\"9905cf77b7f15c0706fb4f8a72585228\"}],\"page\":\"1\",\"pageCount\":293,\"records\":5842}\";s:7:\"headers\";O:25:\"Requests_Response_Headers\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";a:1:{i:0;s:12:\"nginx/1.12.0\";}s:4:\"date\";a:1:{i:0;s:29:\"Tue, 19 Feb 2019 13:53:53 GMT\";}s:12:\"content-type\";a:1:{i:0;s:31:\"application/json; charset=UTF-8\";}s:14:\"content-length\";a:1:{i:0;s:5:\"31445\";}s:12:\"x-powered-by\";a:1:{i:0;s:10:\"PHP/5.6.30\";}s:10:\"set-cookie\";a:2:{i:0;s:147:\"SESSION=lrf5uaaomv9iols2j4v90pg777; expires=Sat, 23-Feb-2019 17:53:53 GMT; Max-Age=360000; path=/; domain=www.mojomarketplace.com; secure; HttpOnly\";i:1;s:19:\"APISVR=a0n4; path=/\";}s:13:\"cache-control\";a:1:{i:0;s:3:\"900\";}s:27:\"access-control-allow-origin\";a:1:{i:0;s:1:\"*\";}s:4:\"vary\";a:1:{i:0;s:6:\"Origin\";}}}s:11:\"status_code\";i:200;s:16:\"protocol_version\";d:1.100000000000000088817841970012523233890533447265625;s:7:\"success\";b:1;s:9:\"redirects\";i:0;s:3:\"url\";s:88:\"https://api.mojomarketplace.com/api/v2/items?type=graphics&count=20&order=popular&page=1\";s:7:\"history\";a:0:{}s:7:\"cookies\";O:19:\"Requests_Cookie_Jar\":1:{s:10:\"\0*\0cookies\";a:1:{s:6:\"APISVR\";O:15:\"Requests_Cookie\":5:{s:4:\"name\";s:6:\"APISVR\";s:5:\"value\";s:4:\"a0n4\";s:10:\"attributes\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:2:{s:4:\"path\";s:1:\"/\";s:6:\"domain\";s:23:\"api.mojomarketplace.com\";}}s:5:\"flags\";a:4:{s:8:\"creation\";i:1550584433;s:11:\"last-access\";i:1550584433;s:10:\"persistent\";b:0;s:9:\"host-only\";b:1;}s:14:\"reference_time\";i:1550584433;}}}}s:11:\"\0*\0filename\";N;s:4:\"data\";N;s:7:\"headers\";N;s:6:\"status\";N;}}}','no'),(46412,'_transient_timeout_jetpack_file_data_7.0.1','1552718198','no'),(46413,'_transient_jetpack_file_data_7.0.1','a:61:{s:32:\"c22c48d7cfe9d38dff2864cfea64636a\";a:15:{s:4:\"name\";s:20:\"Spelling and Grammar\";s:11:\"description\";s:39:\"Check your spelling, style, and grammar\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"6\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:115:\"after the deadline, afterthedeadline, spell, spellchecker, spelling, grammar, proofreading, style, language, cliche\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"933d4f6d290580156e0652ce850af1b2\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"fb5c4814ddc3946a3f22cc838fcb2af3\";a:15:{s:4:\"name\";s:8:\"Carousel\";s:11:\"description\";s:75:\"Display images and galleries in a gorgeous, full-screen browsing experience\";s:14:\"jumpstart_desc\";s:79:\"Brings your photos and images to life as full-size, easily navigable galleries.\";s:4:\"sort\";s:2:\"22\";s:20:\"recommendation_order\";s:2:\"12\";s:10:\"introduced\";s:3:\"1.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:21:\"Appearance, Jumpstart\";s:25:\"additional_search_queries\";s:80:\"gallery, carousel, diaporama, slideshow, images, lightbox, exif, metadata, image\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"5813eda53235a9a81a69b1f6a4a15db6\";a:15:{s:4:\"name\";s:13:\"Comment Likes\";s:11:\"description\";s:64:\"Increase visitor engagement by adding a Like button to comments.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"39\";s:20:\"recommendation_order\";s:2:\"17\";s:10:\"introduced\";s:3:\"5.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:37:\"like widget, like button, like, likes\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"7ef4ca32a1c84fc10ef50c8293cae5df\";a:15:{s:4:\"name\";s:8:\"Comments\";s:11:\"description\";s:80:\"Let readers use WordPress.com, Twitter, Facebook, or Google+ accounts to comment\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"20\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:53:\"comments, comment, facebook, twitter, google+, social\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"c5331bfc2648dfeeebe486736d79a72c\";a:15:{s:4:\"name\";s:12:\"Contact Form\";s:11:\"description\";s:57:\"Insert a customizable contact form anywhere on your site.\";s:14:\"jumpstart_desc\";s:111:\"Adds a button to your post and page editors, allowing you to build simple forms to help visitors stay in touch.\";s:4:\"sort\";s:2:\"15\";s:20:\"recommendation_order\";s:2:\"14\";s:10:\"introduced\";s:3:\"1.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:18:\"Writing, Jumpstart\";s:25:\"additional_search_queries\";s:44:\"contact, form, grunion, feedback, submission\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"275642ae868612fff9f668ce23aef464\";a:15:{s:4:\"name\";s:9:\"Copy Post\";s:11:\"description\";s:54:\"Copy an existing post\'s content into a new draft post.\";s:14:\"jumpstart_desc\";s:48:\"Copy an existing post\'s content into a new post.\";s:4:\"sort\";s:2:\"15\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"7.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:15:\"copy, duplicate\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"707c77d2e8cb0c12d094e5423c8beda8\";a:15:{s:4:\"name\";s:20:\"Custom content types\";s:11:\"description\";s:74:\"Display different types of content on your site with custom content types.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"34\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:72:\"cpt, custom post types, portfolio, portfolios, testimonial, testimonials\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"cd499b1678cfe3aabfc8ca0d3eb7e8b9\";a:15:{s:4:\"name\";s:10:\"Custom CSS\";s:11:\"description\";s:53:\"Tweak your site’s CSS without modifying your theme.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"2\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.7\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:108:\"css, customize, custom, style, editor, less, sass, preprocessor, font, mobile, appearance, theme, stylesheet\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"7d266d6546645f42cf52a66387699c50\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"5d436678d5e010ac6b0f157aa1021554\";a:15:{s:4:\"name\";s:21:\"Enhanced Distribution\";s:11:\"description\";s:27:\"Increase reach and traffic.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"5\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:54:\"google, seo, firehose, search, broadcast, broadcasting\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"2c9ff765b826940496a65c0f927a594a\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"092b94702bb483a5472578283c2103d6\";a:15:{s:4:\"name\";s:16:\"Google Analytics\";s:11:\"description\";s:56:\"Set up Google Analytics without touching a line of code.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"37\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"4.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:37:\"webmaster, google, analytics, console\";s:12:\"plan_classes\";s:17:\"business, premium\";}s:32:\"6bd77e09440df2b63044cf8cb7963773\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"ee1a10e2ef5733ab19eb1eb552d5ecb3\";a:15:{s:4:\"name\";s:19:\"Gravatar Hovercards\";s:11:\"description\";s:58:\"Enable pop-up business cards over commenters’ Gravatars.\";s:14:\"jumpstart_desc\";s:131:\"Let commenters link their profiles to their Gravatar accounts, making it easy for your visitors to learn more about your community.\";s:4:\"sort\";s:2:\"11\";s:20:\"recommendation_order\";s:2:\"13\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:21:\"Appearance, Jumpstart\";s:25:\"additional_search_queries\";s:20:\"gravatar, hovercards\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"284c08538b0bdc266315b2cf80b9c044\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"0ce5c3ac630dea9f41215e48bb0f52f3\";a:15:{s:4:\"name\";s:15:\"Infinite Scroll\";s:11:\"description\";s:53:\"Automatically load new content when a visitor scrolls\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"26\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:33:\"scroll, infinite, infinite scroll\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"87da2858d4f9cadb6a44fdcf32e8d2b5\";a:15:{s:4:\"name\";s:8:\"JSON API\";s:11:\"description\";s:51:\"Allow applications to securely access your content.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"19\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:19:\"Writing, Developers\";s:7:\"feature\";s:7:\"General\";s:25:\"additional_search_queries\";s:50:\"api, rest, develop, developers, json, klout, oauth\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"004962cb7cb9ec2b64769ac4df509217\";a:15:{s:4:\"name\";s:14:\"Beautiful Math\";s:11:\"description\";s:57:\"Use LaTeX markup for complex equations and other geekery.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"12\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:47:\"latex, math, equation, equations, formula, code\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"7f408184bee8850d439c01322867e72c\";a:15:{s:4:\"name\";s:11:\"Lazy Images\";s:11:\"description\";s:16:\"Lazy load images\";s:14:\"jumpstart_desc\";s:164:\"Lazy-loading images improve your site\'s speed and create a smoother viewing experience. Images will load as visitors scroll down the screen, instead of all at once.\";s:4:\"sort\";s:2:\"24\";s:20:\"recommendation_order\";s:2:\"14\";s:10:\"introduced\";s:5:\"5.6.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:23:\"Appearance, Recommended\";s:7:\"feature\";s:21:\"Appearance, Jumpstart\";s:25:\"additional_search_queries\";s:33:\"mobile, theme, performance, image\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"2ad914b747f382ae918ed3b37077d4a1\";a:15:{s:4:\"name\";s:5:\"Likes\";s:11:\"description\";s:63:\"Give visitors an easy way to show they appreciate your content.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"23\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:26:\"like, likes, wordpress.com\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"b347263e3470979442ebf0514e41e893\";a:15:{s:4:\"name\";s:6:\"Manage\";s:11:\"description\";s:54:\"Manage all of your sites from a centralized dashboard.\";s:14:\"jumpstart_desc\";s:151:\"Helps you remotely manage plugins, turn on automated updates, and more from <a href=\"https://wordpress.com/plugins/\" target=\"_blank\">wordpress.com</a>.\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"3\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:35:\"Centralized Management, Recommended\";s:7:\"feature\";s:7:\"General\";s:25:\"additional_search_queries\";s:26:\"manage, management, remote\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"589982245aa6f495b72ab7cf57a1a48e\";a:15:{s:4:\"name\";s:8:\"Markdown\";s:11:\"description\";s:50:\"Write posts or pages in plain-text Markdown syntax\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"31\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:12:\"md, markdown\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"d3bec8e063d637bc285018241b783725\";a:15:{s:4:\"name\";s:21:\"WordPress.com Toolbar\";s:11:\"description\";s:91:\"Replaces the admin bar with a useful toolbar to quickly manage your site via WordPress.com.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"38\";s:20:\"recommendation_order\";s:2:\"16\";s:10:\"introduced\";s:3:\"4.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"General\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:19:\"adminbar, masterbar\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"6ab1c3e749bcfba2dedbaebe6c9fc614\";a:15:{s:4:\"name\";s:12:\"Mobile Theme\";s:11:\"description\";s:31:\"Enable the Jetpack Mobile theme\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"21\";s:20:\"recommendation_order\";s:2:\"11\";s:10:\"introduced\";s:3:\"1.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:31:\"Appearance, Mobile, Recommended\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:24:\"mobile, theme, minileven\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"b7be7da643ec641511839ecc6afb6def\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"d54f83ff429a8a37ace796de98459411\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"0f8b373fa12c825162c0b0bc20b8bbdd\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"5d7b0750cb34a4a72a44fa67790de639\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"f07fde8db279ffb0116c727df72c6374\";a:15:{s:4:\"name\";s:7:\"Monitor\";s:11:\"description\";s:61:\"Receive immediate notifications if your site goes down, 24/7.\";s:14:\"jumpstart_desc\";s:61:\"Receive immediate notifications if your site goes down, 24/7.\";s:4:\"sort\";s:2:\"28\";s:20:\"recommendation_order\";s:2:\"10\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:19:\"Security, Jumpstart\";s:25:\"additional_search_queries\";s:37:\"monitor, uptime, downtime, monitoring\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"136a5445a49150db75472862f3d3aefb\";a:15:{s:4:\"name\";s:13:\"Notifications\";s:11:\"description\";s:57:\"Receive instant notifications of site comments and likes.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:7:\"General\";s:25:\"additional_search_queries\";s:62:\"notification, notifications, toolbar, adminbar, push, comments\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"395d8ae651afabb54d1e98440674b384\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"0b7b5e3ff80355a67c5485b0d00cd1a2\";a:15:{s:4:\"name\";s:9:\"Asset CDN\";s:11:\"description\";s:36:\"Serve static assets from our servers\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"26\";s:20:\"recommendation_order\";s:1:\"1\";s:10:\"introduced\";s:3:\"6.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:42:\"Photos and Videos, Appearance, Recommended\";s:7:\"feature\";s:23:\"Recommended, Appearance\";s:25:\"additional_search_queries\";s:46:\"photon, image, cdn, performance, speed, assets\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"4484ac68583fbbaab0ef698cdc986950\";a:15:{s:4:\"name\";s:6:\"Photon\";s:11:\"description\";s:29:\"Serve images from our servers\";s:14:\"jumpstart_desc\";s:141:\"Mirrors and serves your images from our free and fast image CDN, improving your site’s performance with no additional load on your servers.\";s:4:\"sort\";s:2:\"25\";s:20:\"recommendation_order\";s:1:\"1\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:42:\"Photos and Videos, Appearance, Recommended\";s:7:\"feature\";s:34:\"Recommended, Jumpstart, Appearance\";s:25:\"additional_search_queries\";s:38:\"photon, image, cdn, performance, speed\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"6f30193afa5b1360e3fa2676501b5e3a\";a:15:{s:4:\"name\";s:13:\"Post by email\";s:11:\"description\";s:33:\"Publish posts by sending an email\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"14\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:20:\"post by email, email\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"3e9f8bd3755d92e8e5d06966a957beb8\";a:15:{s:4:\"name\";s:7:\"Protect\";s:11:\"description\";s:41:\"Block suspicious-looking sign in activity\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"4\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:8:\"Security\";s:25:\"additional_search_queries\";s:65:\"security, secure, protection, botnet, brute force, protect, login\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"0cacc8ab2145ad11cb54d181a98aa550\";a:15:{s:4:\"name\";s:9:\"Publicize\";s:11:\"description\";s:27:\"Automated social marketing.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"10\";s:20:\"recommendation_order\";s:1:\"7\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:72:\"facebook, twitter, tumblr, linkedin, social, tweet, connections, sharing\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"a528c2f803a92c5c2effa67cd33ab33a\";a:15:{s:4:\"name\";s:20:\"Progressive Web Apps\";s:11:\"description\";s:85:\"Speed up and improve the reliability of your site using the latest in web technology.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"38\";s:20:\"recommendation_order\";s:2:\"18\";s:10:\"introduced\";s:5:\"5.6.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:7:\"Traffic\";s:25:\"additional_search_queries\";s:26:\"manifest, pwa, progressive\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"329b8efce059081d46936ece0c6736b3\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"5fdd42d482712fbdaf000b28ea7adce9\";a:15:{s:4:\"name\";s:13:\"Related posts\";s:11:\"description\";s:64:\"Increase page views by showing related content to your visitors.\";s:14:\"jumpstart_desc\";s:113:\"Keep visitors engaged on your blog by highlighting relevant and new content at the bottom of each published post.\";s:4:\"sort\";s:2:\"29\";s:20:\"recommendation_order\";s:1:\"9\";s:10:\"introduced\";s:3:\"2.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:21:\"Engagement, Jumpstart\";s:25:\"additional_search_queries\";s:22:\"related, related posts\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"2c5096ef610018e98a8bcccfbea4471e\";a:15:{s:4:\"name\";s:6:\"Search\";s:11:\"description\";s:41:\"Enhanced search, powered by Elasticsearch\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"34\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"5.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:6:\"Search\";s:25:\"additional_search_queries\";s:6:\"search\";s:12:\"plan_classes\";s:8:\"business\";}s:32:\"0d81dd7df3ad2f245e84fd4fb66bf829\";a:15:{s:4:\"name\";s:9:\"SEO Tools\";s:11:\"description\";s:50:\"Better results on search engines and social media.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"35\";s:20:\"recommendation_order\";s:2:\"15\";s:10:\"introduced\";s:3:\"4.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:7:\"Traffic\";s:25:\"additional_search_queries\";s:81:\"search engine optimization, social preview, meta description, custom title format\";s:12:\"plan_classes\";s:17:\"business, premium\";}s:32:\"32aaa676b3b6c9f3ef22430e1e0bca24\";a:15:{s:4:\"name\";s:7:\"Sharing\";s:11:\"description\";s:37:\"Allow visitors to share your content.\";s:14:\"jumpstart_desc\";s:119:\"Twitter, Facebook and many other buttons at the bottom of each post, making it easy for visitors to share your content.\";s:4:\"sort\";s:1:\"7\";s:20:\"recommendation_order\";s:1:\"6\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:21:\"Engagement, Jumpstart\";s:25:\"additional_search_queries\";s:132:\"share, sharing, sharedaddy, buttons, icons, email, facebook, twitter, linkedin, pinterest, pocket, press this, print, reddit, tumblr\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"948472b453cda59b38bb7c37af889af0\";a:15:{s:4:\"name\";s:16:\"Shortcode Embeds\";s:11:\"description\";s:50:\"Embed media from popular sites without any coding.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"3\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:46:\"Photos and Videos, Social, Writing, Appearance\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:236:\"shortcodes, shortcode, embeds, media, bandcamp, dailymotion, facebook, flickr, google calendars, google maps, google+, polldaddy, recipe, recipes, scribd, slideshare, slideshow, slideshows, soundcloud, ted, twitter, vimeo, vine, youtube\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"7d00a6ca0a79fbe893275aaf6ed6ae42\";a:15:{s:4:\"name\";s:16:\"WP.me Shortlinks\";s:11:\"description\";s:54:\"Create short and simple links for all posts and pages.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"8\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:17:\"shortlinks, wp.me\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"372e711395f23c466e04d4fd07f73099\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"2ea687cec293289a2a3e5f0459e79768\";a:15:{s:4:\"name\";s:8:\"Sitemaps\";s:11:\"description\";s:50:\"Make it easy for search engines to find your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:20:\"Recommended, Traffic\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:39:\"sitemap, traffic, search, site map, seo\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"2fe9dc2c7389d4f0825a0b23bc8b19d1\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"e7cf8a7e0f151ccf7cbdc6d8f118f316\";a:15:{s:4:\"name\";s:14:\"Secure Sign On\";s:11:\"description\";s:62:\"Allow users to log into this site using WordPress.com accounts\";s:14:\"jumpstart_desc\";s:98:\"Lets you log in to all your Jetpack-enabled sites with one click using your WordPress.com account.\";s:4:\"sort\";s:2:\"30\";s:20:\"recommendation_order\";s:1:\"5\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:19:\"Security, Jumpstart\";s:25:\"additional_search_queries\";s:34:\"sso, single sign on, login, log in\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"34fb073ed896af853ed48bd5739240cb\";a:15:{s:4:\"name\";s:10:\"Site Stats\";s:11:\"description\";s:44:\"Collect valuable traffic stats and insights.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"2\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:23:\"Site Stats, Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:54:\"statistics, tracking, analytics, views, traffic, stats\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"8de0dfff24a17cf0fa0011dfc691a3f3\";a:15:{s:4:\"name\";s:13:\"Subscriptions\";s:11:\"description\";s:87:\"Allow users to subscribe to your posts and comments and receive notifications via email\";s:14:\"jumpstart_desc\";s:126:\"Give visitors two easy subscription options — while commenting, or via a separate email subscription widget you can display.\";s:4:\"sort\";s:1:\"9\";s:20:\"recommendation_order\";s:1:\"8\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:21:\"Engagement, Jumpstart\";s:25:\"additional_search_queries\";s:74:\"subscriptions, subscription, email, follow, followers, subscribers, signup\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"4744f348db095538d3edcacb0ed99c89\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"d89db0d934b39f86065ff58e73594070\";a:15:{s:4:\"name\";s:15:\"Tiled Galleries\";s:11:\"description\";s:61:\"Display image galleries in a variety of elegant arrangements.\";s:14:\"jumpstart_desc\";s:61:\"Display image galleries in a variety of elegant arrangements.\";s:4:\"sort\";s:2:\"24\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:21:\"Appearance, Jumpstart\";s:25:\"additional_search_queries\";s:43:\"gallery, tiles, tiled, grid, mosaic, images\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"01987a7ba5e19786f2992501add8181a\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"20459cc462babfc5a82adf6b34f6e8b1\";a:15:{s:4:\"name\";s:12:\"Data Backups\";s:11:\"description\";s:54:\"Off-site backups, security scans, and automatic fixes.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"32\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"0:1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:5:\"false\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:16:\"Security, Health\";s:25:\"additional_search_queries\";s:28:\"vaultpress, backup, security\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"836245eb0a8f0c5272542305a88940c1\";a:15:{s:4:\"name\";s:17:\"Site verification\";s:11:\"description\";s:58:\"Establish your site\'s authenticity with external services.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"33\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:56:\"webmaster, seo, google, bing, pinterest, search, console\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"e94397a5c47c1be995eff613e65a674f\";a:15:{s:4:\"name\";s:10:\"VideoPress\";s:11:\"description\";s:27:\"Fast, ad-free video hosting\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"27\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:25:\"video, videos, videopress\";s:12:\"plan_classes\";s:17:\"business, premium\";}s:32:\"032cd76e08467c732ccb026efda0c9cd\";a:15:{s:4:\"name\";s:17:\"Widget Visibility\";s:11:\"description\";s:42:\"Control where widgets appear on your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"17\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:54:\"widget visibility, logic, conditional, widgets, widget\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"9b3e84beedf2e96f1ac5dd6498d2b1aa\";a:15:{s:4:\"name\";s:21:\"Extra Sidebar Widgets\";s:11:\"description\";s:54:\"Add images, Twitter streams, and more to your sidebar.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"4\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:65:\"widget, widgets, facebook, gallery, twitter, gravatar, image, rss\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"7724fd9600745cf93e37cc09282e1a37\";a:15:{s:4:\"name\";s:3:\"Ads\";s:11:\"description\";s:60:\"Earn income by allowing Jetpack to display high quality ads.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"4.5.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:19:\"Traffic, Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:26:\"advertising, ad codes, ads\";s:12:\"plan_classes\";s:17:\"premium, business\";}s:32:\"5b8f8e5b5a1887e3c0393cb78d5143a3\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}}','no'),(46159,'quttera_wp_logger','s:4119:\"a:21:{i:0;a:3:{i:0;i:12853;i:1;s:4:\"INFO\";i:2;s:161:\"TXT /home2/xapon/public_html/rey2019/wp-content/plugins/mojo-marketplace-wp-plugin/vendor/automattic/jetpack-onboarding/css/scss/mixins/_breakpoint.scss is clean\";}i:1;a:3:{i:0;i:12854;i:1;s:4:\"INFO\";i:2;s:150:\"populate snapshot from /home2/xapon/public_html/rey2019/wp-content/plugins/mojo-marketplace-wp-plugin/vendor/xrstf/composer-php52/lib/xrstf/Composer52\";}i:2;a:3:{i:0;i:12855;i:1;s:4:\"INFO\";i:2;s:158:\"Starting scan of /home2/xapon/public_html/rey2019/wp-content/plugins/mojo-marketplace-wp-plugin/vendor/xrstf/composer-php52/lib/xrstf/Composer52/Generator.php\";}i:3;a:3:{i:0;i:12856;i:1;s:4:\"INFO\";i:2;s:150:\"/home2/xapon/public_html/rey2019/wp-content/plugins/mojo-marketplace-wp-plugin/vendor/xrstf/composer-php52/lib/xrstf/Composer52/Generator.php is clean\";}i:4;a:3:{i:0;i:12857;i:1;s:4:\"INFO\";i:2;s:160:\"Starting scan of /home2/xapon/public_html/rey2019/wp-content/plugins/mojo-marketplace-wp-plugin/vendor/xrstf/composer-php52/lib/xrstf/Composer52/ClassLoader.php\";}i:5;a:3:{i:0;i:12858;i:1;s:4:\"INFO\";i:2;s:152:\"/home2/xapon/public_html/rey2019/wp-content/plugins/mojo-marketplace-wp-plugin/vendor/xrstf/composer-php52/lib/xrstf/Composer52/ClassLoader.php is clean\";}i:6;a:3:{i:0;i:12859;i:1;s:4:\"INFO\";i:2;s:166:\"Starting scan of /home2/xapon/public_html/rey2019/wp-content/plugins/mojo-marketplace-wp-plugin/vendor/xrstf/composer-php52/lib/xrstf/Composer52/AutoloadGenerator.php\";}i:7;a:3:{i:0;i:12860;i:1;s:4:\"INFO\";i:2;s:162:\"TXT /home2/xapon/public_html/rey2019/wp-content/plugins/mojo-marketplace-wp-plugin/vendor/xrstf/composer-php52/lib/xrstf/Composer52/AutoloadGenerator.php is clean\";}i:8;a:3:{i:0;i:12861;i:1;s:4:\"INFO\";i:2;s:126:\"populate snapshot from /home2/xapon/public_html/rey2019/wp-content/plugins/jetpack/_inc/build/minileven/theme/pub/minileven/js\";}i:9;a:3:{i:0;i:12862;i:1;s:4:\"INFO\";i:2;s:138:\"Starting scan of /home2/xapon/public_html/rey2019/wp-content/plugins/jetpack/_inc/build/minileven/theme/pub/minileven/js/small-menu.min.js\";}i:10;a:3:{i:0;i:12863;i:1;s:4:\"INFO\";i:2;s:134:\"TXT /home2/xapon/public_html/rey2019/wp-content/plugins/jetpack/_inc/build/minileven/theme/pub/minileven/js/small-menu.min.js is clean\";}i:11;a:3:{i:0;i:12864;i:1;s:4:\"INFO\";i:2;s:130:\"populate snapshot from /home2/xapon/public_html/rey2019/wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/inc/fonts\";}i:12;a:3:{i:0;i:12865;i:1;s:4:\"INFO\";i:2;s:156:\"Starting scan of /home2/xapon/public_html/rey2019/wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/inc/fonts/genericons-regular-webfont.woff\";}i:13;a:3:{i:0;i:12866;i:1;s:4:\"INFO\";i:2;s:148:\"/home2/xapon/public_html/rey2019/wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/inc/fonts/genericons-regular-webfont.woff is clean\";}i:14;a:3:{i:0;i:12867;i:1;s:4:\"INFO\";i:2;s:155:\"Starting scan of /home2/xapon/public_html/rey2019/wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/inc/fonts/genericons-regular-webfont.ttf\";}i:15;a:3:{i:0;i:12868;i:1;s:4:\"INFO\";i:2;s:147:\"/home2/xapon/public_html/rey2019/wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/inc/fonts/genericons-regular-webfont.ttf is clean\";}i:16;a:3:{i:0;i:12869;i:1;s:4:\"INFO\";i:2;s:155:\"Starting scan of /home2/xapon/public_html/rey2019/wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/inc/fonts/genericons-regular-webfont.svg\";}i:17;a:3:{i:0;i:12870;i:1;s:4:\"INFO\";i:2;s:147:\"/home2/xapon/public_html/rey2019/wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/inc/fonts/genericons-regular-webfont.svg is clean\";}i:18;a:3:{i:0;i:12871;i:1;s:4:\"INFO\";i:2;s:155:\"Starting scan of /home2/xapon/public_html/rey2019/wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/inc/fonts/genericons-regular-webfont.eot\";}i:19;a:3:{i:0;i:12872;i:1;s:4:\"INFO\";i:2;s:147:\"/home2/xapon/public_html/rey2019/wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/inc/fonts/genericons-regular-webfont.eot is clean\";}i:20;a:3:{i:0;i:12873;i:1;s:4:\"INFO\";i:2;s:55:\"Investigation of /home2/xapon/public_html/rey2019/ done\";}}\";','no');
INSERT INTO `wp_options` VALUES (46160,'quttera_wp_report','s:45521:\"a:109:{i:0;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"e0f5c86d7c19ff104cd3230a91159af3\";s:4:\"FILE\";s:9:\"index.php\";s:11:\"THREAT_NAME\";s:17:\"Heur.CoreFile.gen\";s:10:\"THREAT_SIG\";s:32:\"e0f5c86d7c19ff104cd3230a91159af3\";s:6:\"THREAT\";s:21:\"Modified core file...\";s:7:\"DETAILS\";s:27:\"Detected modified core file\";}i:1;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"8a76c963d75961ec619192a5f42a2af0\";s:4:\"FILE\";s:15:\"wp-settings.php\";s:11:\"THREAT_NAME\";s:17:\"Heur.CoreFile.gen\";s:10:\"THREAT_SIG\";s:32:\"8a76c963d75961ec619192a5f42a2af0\";s:6:\"THREAT\";s:21:\"Modified core file...\";s:7:\"DETAILS\";s:27:\"Detected modified core file\";}i:2;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:21:\"enMaliciousThreatType\";s:8:\"FILE_MD5\";s:32:\"cab5410c5e02cb4dd9317275f3e19dc9\";s:4:\"FILE\";s:15:\".qidb/index.php\";s:11:\"THREAT_NAME\";s:28:\"Trojan.PHP.Injection.gen.201\";s:10:\"THREAT_SIG\";s:32:\"1efb96b638bdc35601e720e4ec8b173f\";s:6:\"THREAT\";s:63:\" @include \"\\057h\\157m\\1452\\057x\\141p\\157n\\057p\\165b\\154i\\143...\";s:7:\"DETAILS\";s:27:\"Malicious content injection\";}i:3;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:21:\"enMaliciousThreatType\";s:8:\"FILE_MD5\";s:32:\"cab5410c5e02cb4dd9317275f3e19dc9\";s:4:\"FILE\";s:15:\".qidb/index.php\";s:11:\"THREAT_NAME\";s:23:\"Trojan.PHP.Link.gen.26f\";s:10:\"THREAT_SIG\";s:32:\"1efb96b638bdc35601e720e4ec8b173f\";s:6:\"THREAT\";s:63:\" @include \"\\057h\\157m\\1452\\057x\\141p\\157n\\057p\\165b\\154i\\143...\";s:7:\"DETAILS\";s:20:\"Malicious PHP Script\";}i:4;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:21:\"enMaliciousThreatType\";s:8:\"FILE_MD5\";s:32:\"437eb9195d6196cd085d771f33050cae\";s:4:\"FILE\";s:21:\".well-known/index.php\";s:11:\"THREAT_NAME\";s:28:\"Trojan.PHP.Injection.gen.201\";s:10:\"THREAT_SIG\";s:32:\"1efb96b638bdc35601e720e4ec8b173f\";s:6:\"THREAT\";s:63:\" @include \"\\057h\\157m\\1452\\057x\\141p\\157n\\057p\\165b\\154i\\143...\";s:7:\"DETAILS\";s:27:\"Malicious content injection\";}i:5;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:21:\"enMaliciousThreatType\";s:8:\"FILE_MD5\";s:32:\"437eb9195d6196cd085d771f33050cae\";s:4:\"FILE\";s:21:\".well-known/index.php\";s:11:\"THREAT_NAME\";s:23:\"Trojan.PHP.Link.gen.26f\";s:10:\"THREAT_SIG\";s:32:\"1efb96b638bdc35601e720e4ec8b173f\";s:6:\"THREAT\";s:63:\" @include \"\\057h\\157m\\1452\\057x\\141p\\157n\\057p\\165b\\154i\\143...\";s:7:\"DETAILS\";s:20:\"Malicious PHP Script\";}i:6;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:21:\"enMaliciousThreatType\";s:8:\"FILE_MD5\";s:32:\"d41804797d5df6bc0060eca52544571f\";s:4:\"FILE\";s:17:\"cgi-bin/index.php\";s:11:\"THREAT_NAME\";s:28:\"Trojan.PHP.Injection.gen.201\";s:10:\"THREAT_SIG\";s:32:\"60209520fcdfec4b1eb365554131858e\";s:6:\"THREAT\";s:63:\" /*b2bb0*/ @include \"\\057hom\\1452/x\\141pon\\057pub\\154ic_\\150...\";s:7:\"DETAILS\";s:27:\"Malicious content injection\";}i:7;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:21:\"enMaliciousThreatType\";s:8:\"FILE_MD5\";s:32:\"d41804797d5df6bc0060eca52544571f\";s:4:\"FILE\";s:17:\"cgi-bin/index.php\";s:11:\"THREAT_NAME\";s:23:\"Trojan.PHP.Link.gen.26f\";s:10:\"THREAT_SIG\";s:32:\"60209520fcdfec4b1eb365554131858e\";s:6:\"THREAT\";s:63:\" /*b2bb0*/ @include \"\\057hom\\1452/x\\141pon\\057pub\\154ic_\\150...\";s:7:\"DETAILS\";s:20:\"Malicious PHP Script\";}i:8;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"7d1b1b9945b136c7a22588dfcfa577a8\";s:4:\"FILE\";s:25:\"wp-admin/theme-editor.php\";s:11:\"THREAT_NAME\";s:17:\"Heur.CoreFile.gen\";s:10:\"THREAT_SIG\";s:32:\"7d1b1b9945b136c7a22588dfcfa577a8\";s:6:\"THREAT\";s:21:\"Modified core file...\";s:7:\"DETAILS\";s:27:\"Detected modified core file\";}i:9;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:21:\"enMaliciousThreatType\";s:8:\"FILE_MD5\";s:32:\"08accb155a6edf42e037813a2dc7dc4f\";s:4:\"FILE\";s:22:\"wp-snapshots/index.php\";s:11:\"THREAT_NAME\";s:28:\"Trojan.PHP.Injection.gen.201\";s:10:\"THREAT_SIG\";s:32:\"c64757969a72142575cb2d804c707cdc\";s:6:\"THREAT\";s:63:\" @include \"\\057h\\157m\\1452\\057x\\141p\\157n\\057p\\165b\\154i\\143...\";s:7:\"DETAILS\";s:27:\"Malicious content injection\";}i:10;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:21:\"enMaliciousThreatType\";s:8:\"FILE_MD5\";s:32:\"08accb155a6edf42e037813a2dc7dc4f\";s:4:\"FILE\";s:22:\"wp-snapshots/index.php\";s:11:\"THREAT_NAME\";s:23:\"Trojan.PHP.Link.gen.26f\";s:10:\"THREAT_SIG\";s:32:\"c64757969a72142575cb2d804c707cdc\";s:6:\"THREAT\";s:63:\" @include \"\\057h\\157m\\1452\\057x\\141p\\157n\\057p\\165b\\154i\\143...\";s:7:\"DETAILS\";s:20:\"Malicious PHP Script\";}i:11;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:21:\"enMaliciousThreatType\";s:8:\"FILE_MD5\";s:32:\"865ff412cc31aad5f04849931a911737\";s:4:\"FILE\";s:36:\".well-known/acme-challenge/index.php\";s:11:\"THREAT_NAME\";s:28:\"Trojan.PHP.Injection.gen.201\";s:10:\"THREAT_SIG\";s:32:\"262f17c13473209ad943f8fbc4b2663e\";s:6:\"THREAT\";s:63:\" @include \"\\057home\\062/xap\\157n/pu\\142lic_\\150tml/\\162ey20\\...\";s:7:\"DETAILS\";s:27:\"Malicious content injection\";}i:12;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:21:\"enMaliciousThreatType\";s:8:\"FILE_MD5\";s:32:\"865ff412cc31aad5f04849931a911737\";s:4:\"FILE\";s:36:\".well-known/acme-challenge/index.php\";s:11:\"THREAT_NAME\";s:23:\"Trojan.PHP.Link.gen.26f\";s:10:\"THREAT_SIG\";s:32:\"262f17c13473209ad943f8fbc4b2663e\";s:6:\"THREAT\";s:63:\" @include \"\\057home\\062/xap\\157n/pu\\142lic_\\150tml/\\162ey20\\...\";s:7:\"DETAILS\";s:20:\"Malicious PHP Script\";}i:13;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"788bb9cb7eb63f12947055eed2ba4356\";s:4:\"FILE\";s:25:\"wp-admin/css/drwycklu.php\";s:11:\"THREAT_NAME\";s:18:\"Heur.AlienFile.gen\";s:10:\"THREAT_SIG\";s:32:\"788bb9cb7eb63f12947055eed2ba4356\";s:6:\"THREAT\";s:33:\"Unknown file in core directory...\";s:7:\"DETAILS\";s:39:\"Detected unknown file in core directory\";}i:14;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"495df476f645e91002f447d206df24c8\";s:4:\"FILE\";s:26:\"wp-admin/includes/noop.php\";s:11:\"THREAT_NAME\";s:17:\"Heur.CoreFile.gen\";s:10:\"THREAT_SIG\";s:32:\"495df476f645e91002f447d206df24c8\";s:6:\"THREAT\";s:21:\"Modified core file...\";s:7:\"DETAILS\";s:27:\"Detected modified core file\";}i:15;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"3f60851c9f7e37c0d8817101d2212c68\";s:4:\"FILE\";s:29:\"wp-admin/maint/7ch2pgie0p.php\";s:11:\"THREAT_NAME\";s:18:\"Heur.AlienFile.gen\";s:10:\"THREAT_SIG\";s:32:\"3f60851c9f7e37c0d8817101d2212c68\";s:6:\"THREAT\";s:33:\"Unknown file in core directory...\";s:7:\"DETAILS\";s:39:\"Detected unknown file in core directory\";}i:16;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"bebdda84afebc6d218c085b06fb7bf1e\";s:4:\"FILE\";s:28:\"wp-includes/js/.03418abc.ico\";s:11:\"THREAT_NAME\";s:18:\"Heur.AlienFile.gen\";s:10:\"THREAT_SIG\";s:32:\"bebdda84afebc6d218c085b06fb7bf1e\";s:6:\"THREAT\";s:33:\"Unknown file in core directory...\";s:7:\"DETAILS\";s:39:\"Detected unknown file in core directory\";}i:17;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"3f60851c9f7e37c0d8817101d2212c68\";s:4:\"FILE\";s:31:\"wp-includes/pomo/vkm8v0myef.php\";s:11:\"THREAT_NAME\";s:18:\"Heur.AlienFile.gen\";s:10:\"THREAT_SIG\";s:32:\"3f60851c9f7e37c0d8817101d2212c68\";s:6:\"THREAT\";s:33:\"Unknown file in core directory...\";s:7:\"DETAILS\";s:39:\"Detected unknown file in core directory\";}i:18;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:21:\"enMaliciousThreatType\";s:8:\"FILE_MD5\";s:32:\"efeacb30a474a733e6f0890f1c85b404\";s:4:\"FILE\";s:32:\"wp-snapshots/installer/index.php\";s:11:\"THREAT_NAME\";s:28:\"Trojan.PHP.Injection.gen.201\";s:10:\"THREAT_SIG\";s:32:\"262f17c13473209ad943f8fbc4b2663e\";s:6:\"THREAT\";s:63:\" @include \"\\057home\\062/xap\\157n/pu\\142lic_\\150tml/\\162ey20\\...\";s:7:\"DETAILS\";s:27:\"Malicious content injection\";}i:19;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:21:\"enMaliciousThreatType\";s:8:\"FILE_MD5\";s:32:\"efeacb30a474a733e6f0890f1c85b404\";s:4:\"FILE\";s:32:\"wp-snapshots/installer/index.php\";s:11:\"THREAT_NAME\";s:23:\"Trojan.PHP.Link.gen.26f\";s:10:\"THREAT_SIG\";s:32:\"262f17c13473209ad943f8fbc4b2663e\";s:6:\"THREAT\";s:63:\" @include \"\\057home\\062/xap\\157n/pu\\142lic_\\150tml/\\162ey20\\...\";s:7:\"DETAILS\";s:20:\"Malicious PHP Script\";}i:20;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"d192ac0c2c53c2cf8b8e0a713c33ec16\";s:4:\"FILE\";s:37:\"wp-content/plugins/akismet/readme.txt\";s:11:\"THREAT_NAME\";s:17:\"Heur.CoreFile.gen\";s:10:\"THREAT_SIG\";s:32:\"d192ac0c2c53c2cf8b8e0a713c33ec16\";s:6:\"THREAT\";s:21:\"Modified core file...\";s:7:\"DETAILS\";s:27:\"Detected modified core file\";}i:21;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"66348da683d174b024f796f3e1b991ac\";s:4:\"FILE\";s:44:\"wp-content/plugins/akismet/class.akismet.php\";s:11:\"THREAT_NAME\";s:17:\"Heur.CoreFile.gen\";s:10:\"THREAT_SIG\";s:32:\"66348da683d174b024f796f3e1b991ac\";s:6:\"THREAT\";s:21:\"Modified core file...\";s:7:\"DETAILS\";s:27:\"Detected modified core file\";}i:22;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"3ac0378bfd8264c91fc3b44bca477104\";s:4:\"FILE\";s:38:\"wp-content/plugins/akismet/akismet.php\";s:11:\"THREAT_NAME\";s:17:\"Heur.CoreFile.gen\";s:10:\"THREAT_SIG\";s:32:\"3ac0378bfd8264c91fc3b44bca477104\";s:6:\"THREAT\";s:21:\"Modified core file...\";s:7:\"DETAILS\";s:27:\"Detected modified core file\";}i:23;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:33:\"enPotentiallySuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"a9f5f7d3595ae506df3af7ed2f4c78f6\";s:4:\"FILE\";s:37:\"wp-content/plugins/jetpack/readme.txt\";s:11:\"THREAT_NAME\";s:24:\"Heur.HTML.Defacement.gen\";s:10:\"THREAT_SIG\";s:32:\"65b0f2becffb61cb9f5fba232f7b9987\";s:6:\"THREAT\";s:14:\"Fatal Error...\";s:7:\"DETAILS\";s:27:\"Website Potentially Defaced\";}i:24;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:33:\"enPotentiallySuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"f2ae095420784fedf1a83582d0a47c8f\";s:4:\"FILE\";s:38:\"wp-content/plugins/jetpack/locales.php\";s:11:\"THREAT_NAME\";s:25:\"Heur.PHP.Encoded.gen.271C\";s:10:\"THREAT_SIG\";s:32:\"f8a92b85013ba9261b411f347c9f9fcb\";s:6:\"THREAT\";s:51:\"\\xf0\\x9f\\x8c\\x8f\\xf0\\x9f\\x8c\\x8d\\xf0\\x9f\\x8c\\x8e...\";s:7:\"DETAILS\";s:44:\"Potentially suspicious obfuscated PHP threat\";}i:25;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"f2ae095420784fedf1a83582d0a47c8f\";s:4:\"FILE\";s:38:\"wp-content/plugins/jetpack/locales.php\";s:11:\"THREAT_NAME\";s:20:\"Heur.PHP.Encoded.gen\";s:10:\"THREAT_SIG\";s:32:\"f8a92b85013ba9261b411f347c9f9fcb\";s:6:\"THREAT\";s:51:\"\\xf0\\x9f\\x8c\\x8f\\xf0\\x9f\\x8c\\x8d\\xf0\\x9f\\x8c\\x8e...\";s:7:\"DETAILS\";s:30:\"Generic suspicious HEX encoder\";}i:26;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:33:\"enPotentiallySuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"d0955cbf65d928ba7c37ec8874cc1996\";s:4:\"FILE\";s:40:\"wp-content/plugins/jetpack/changelog.txt\";s:11:\"THREAT_NAME\";s:24:\"Heur.HTML.Defacement.gen\";s:10:\"THREAT_SIG\";s:32:\"65b0f2becffb61cb9f5fba232f7b9987\";s:6:\"THREAT\";s:14:\"Fatal Error...\";s:7:\"DETAILS\";s:27:\"Website Potentially Defaced\";}i:27;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"77e891f5557ee91676174cf257284bb5\";s:4:\"FILE\";s:41:\"wp-content/themes/twentyfifteen/style.css\";s:11:\"THREAT_NAME\";s:18:\"Heur.AlienFile.gen\";s:10:\"THREAT_SIG\";s:32:\"77e891f5557ee91676174cf257284bb5\";s:6:\"THREAT\";s:33:\"Unknown file in core directory...\";s:7:\"DETAILS\";s:39:\"Detected unknown file in core directory\";}i:28;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"419d17743606e5de7a632774882169f2\";s:4:\"FILE\";s:42:\"wp-content/themes/twentyfifteen/single.php\";s:11:\"THREAT_NAME\";s:18:\"Heur.AlienFile.gen\";s:10:\"THREAT_SIG\";s:32:\"419d17743606e5de7a632774882169f2\";s:6:\"THREAT\";s:33:\"Unknown file in core directory...\";s:7:\"DETAILS\";s:39:\"Detected unknown file in core directory\";}i:29;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"3276671030d548f4f34898afe405233e\";s:4:\"FILE\";s:43:\"wp-content/themes/twentyfifteen/sidebar.php\";s:11:\"THREAT_NAME\";s:18:\"Heur.AlienFile.gen\";s:10:\"THREAT_SIG\";s:32:\"3276671030d548f4f34898afe405233e\";s:6:\"THREAT\";s:33:\"Unknown file in core directory...\";s:7:\"DETAILS\";s:39:\"Detected unknown file in core directory\";}i:30;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"159114db9480deb4057d897899076b55\";s:4:\"FILE\";s:42:\"wp-content/themes/twentyfifteen/search.php\";s:11:\"THREAT_NAME\";s:18:\"Heur.AlienFile.gen\";s:10:\"THREAT_SIG\";s:32:\"159114db9480deb4057d897899076b55\";s:6:\"THREAT\";s:33:\"Unknown file in core directory...\";s:7:\"DETAILS\";s:39:\"Detected unknown file in core directory\";}i:31;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"464a2510ab1bed12b6152d422bd13189\";s:4:\"FILE\";s:39:\"wp-content/themes/twentyfifteen/rtl.css\";s:11:\"THREAT_NAME\";s:18:\"Heur.AlienFile.gen\";s:10:\"THREAT_SIG\";s:32:\"464a2510ab1bed12b6152d422bd13189\";s:6:\"THREAT\";s:33:\"Unknown file in core directory...\";s:7:\"DETAILS\";s:39:\"Detected unknown file in core directory\";}i:32;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"8746536593dbd36dd9753ce217de3e2c\";s:4:\"FILE\";s:42:\"wp-content/themes/twentyfifteen/readme.txt\";s:11:\"THREAT_NAME\";s:18:\"Heur.AlienFile.gen\";s:10:\"THREAT_SIG\";s:32:\"8746536593dbd36dd9753ce217de3e2c\";s:6:\"THREAT\";s:33:\"Unknown file in core directory...\";s:7:\"DETAILS\";s:39:\"Detected unknown file in core directory\";}i:33;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"ae736eb5696b5562495f0d3b359afd42\";s:4:\"FILE\";s:40:\"wp-content/themes/twentyfifteen/page.php\";s:11:\"THREAT_NAME\";s:18:\"Heur.AlienFile.gen\";s:10:\"THREAT_SIG\";s:32:\"ae736eb5696b5562495f0d3b359afd42\";s:6:\"THREAT\";s:33:\"Unknown file in core directory...\";s:7:\"DETAILS\";s:39:\"Detected unknown file in core directory\";}i:34;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"834baeb38934e85399be57919144b7c2\";s:4:\"FILE\";s:41:\"wp-content/themes/twentyfifteen/index.php\";s:11:\"THREAT_NAME\";s:18:\"Heur.AlienFile.gen\";s:10:\"THREAT_SIG\";s:32:\"834baeb38934e85399be57919144b7c2\";s:6:\"THREAT\";s:33:\"Unknown file in core directory...\";s:7:\"DETAILS\";s:39:\"Detected unknown file in core directory\";}i:35;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"9aa284f268e3674576ffdb3cd2b63da4\";s:4:\"FILE\";s:41:\"wp-content/themes/twentyfifteen/image.php\";s:11:\"THREAT_NAME\";s:18:\"Heur.AlienFile.gen\";s:10:\"THREAT_SIG\";s:32:\"9aa284f268e3674576ffdb3cd2b63da4\";s:6:\"THREAT\";s:33:\"Unknown file in core directory...\";s:7:\"DETAILS\";s:39:\"Detected unknown file in core directory\";}i:36;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"005bb1e2abb826622abc4177c2cb764a\";s:4:\"FILE\";s:42:\"wp-content/themes/twentyfifteen/header.php\";s:11:\"THREAT_NAME\";s:18:\"Heur.AlienFile.gen\";s:10:\"THREAT_SIG\";s:32:\"005bb1e2abb826622abc4177c2cb764a\";s:6:\"THREAT\";s:33:\"Unknown file in core directory...\";s:7:\"DETAILS\";s:39:\"Detected unknown file in core directory\";}i:37;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"02a372aff757dd9fca87db2430de9be8\";s:4:\"FILE\";s:45:\"wp-content/themes/twentyfifteen/functions.php\";s:11:\"THREAT_NAME\";s:18:\"Heur.AlienFile.gen\";s:10:\"THREAT_SIG\";s:32:\"02a372aff757dd9fca87db2430de9be8\";s:6:\"THREAT\";s:33:\"Unknown file in core directory...\";s:7:\"DETAILS\";s:39:\"Detected unknown file in core directory\";}i:38;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"f347c3f1aeedfc7ed12153bed3853298\";s:4:\"FILE\";s:42:\"wp-content/themes/twentyfifteen/footer.php\";s:11:\"THREAT_NAME\";s:18:\"Heur.AlienFile.gen\";s:10:\"THREAT_SIG\";s:32:\"f347c3f1aeedfc7ed12153bed3853298\";s:6:\"THREAT\";s:33:\"Unknown file in core directory...\";s:7:\"DETAILS\";s:39:\"Detected unknown file in core directory\";}i:39;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"79bc201c9410cdf4db68f4eb72d66c12\";s:4:\"FILE\";s:43:\"wp-content/themes/twentyfifteen/content.php\";s:11:\"THREAT_NAME\";s:18:\"Heur.AlienFile.gen\";s:10:\"THREAT_SIG\";s:32:\"79bc201c9410cdf4db68f4eb72d66c12\";s:6:\"THREAT\";s:33:\"Unknown file in core directory...\";s:7:\"DETAILS\";s:39:\"Detected unknown file in core directory\";}i:40;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"f5ac05d0087f62f8ed411fe1704484a5\";s:4:\"FILE\";s:48:\"wp-content/themes/twentyfifteen/content-page.php\";s:11:\"THREAT_NAME\";s:18:\"Heur.AlienFile.gen\";s:10:\"THREAT_SIG\";s:32:\"f5ac05d0087f62f8ed411fe1704484a5\";s:6:\"THREAT\";s:33:\"Unknown file in core directory...\";s:7:\"DETAILS\";s:39:\"Detected unknown file in core directory\";}i:41;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"65d09d07f6fad9b5f753710dfc892621\";s:4:\"FILE\";s:48:\"wp-content/themes/twentyfifteen/content-link.php\";s:11:\"THREAT_NAME\";s:18:\"Heur.AlienFile.gen\";s:10:\"THREAT_SIG\";s:32:\"65d09d07f6fad9b5f753710dfc892621\";s:6:\"THREAT\";s:33:\"Unknown file in core directory...\";s:7:\"DETAILS\";s:39:\"Detected unknown file in core directory\";}i:42;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"32357f73067d1df4088cde696921660b\";s:4:\"FILE\";s:44:\"wp-content/themes/twentyfifteen/comments.php\";s:11:\"THREAT_NAME\";s:18:\"Heur.AlienFile.gen\";s:10:\"THREAT_SIG\";s:32:\"32357f73067d1df4088cde696921660b\";s:6:\"THREAT\";s:33:\"Unknown file in core directory...\";s:7:\"DETAILS\";s:39:\"Detected unknown file in core directory\";}i:43;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"16a4f63b64c5d745eb883baf0ee9f53f\";s:4:\"FILE\";s:42:\"wp-content/themes/twentynineteen/image.php\";s:11:\"THREAT_NAME\";s:17:\"Heur.CoreFile.gen\";s:10:\"THREAT_SIG\";s:32:\"16a4f63b64c5d745eb883baf0ee9f53f\";s:6:\"THREAT\";s:21:\"Modified core file...\";s:7:\"DETAILS\";s:27:\"Detected modified core file\";}i:44;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"ba29e4829c262d56cba8d94648154173\";s:4:\"FILE\";s:43:\"wp-content/themes/twentynineteen/header.php\";s:11:\"THREAT_NAME\";s:17:\"Heur.CoreFile.gen\";s:10:\"THREAT_SIG\";s:32:\"ba29e4829c262d56cba8d94648154173\";s:6:\"THREAT\";s:21:\"Modified core file...\";s:7:\"DETAILS\";s:27:\"Detected modified core file\";}i:45;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"5610830f5e1e549c3cb2bcae07108eef\";s:4:\"FILE\";s:44:\"wp-content/themes/twentyseventeen/search.php\";s:11:\"THREAT_NAME\";s:17:\"Heur.CoreFile.gen\";s:10:\"THREAT_SIG\";s:32:\"5610830f5e1e549c3cb2bcae07108eef\";s:6:\"THREAT\";s:21:\"Modified core file...\";s:7:\"DETAILS\";s:27:\"Detected modified core file\";}i:46;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"0345c16e0a44634772e4f947e7ce9a41\";s:4:\"FILE\";s:47:\"wp-content/themes/twentyseventeen/functions.php\";s:11:\"THREAT_NAME\";s:17:\"Heur.CoreFile.gen\";s:10:\"THREAT_SIG\";s:32:\"0345c16e0a44634772e4f947e7ce9a41\";s:6:\"THREAT\";s:21:\"Modified core file...\";s:7:\"DETAILS\";s:27:\"Detected modified core file\";}i:47;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"6f32ff9ea87338d59a6fd1e2830f0662\";s:4:\"FILE\";s:48:\"wp-content/themes/twentyseventeen/front-page.php\";s:11:\"THREAT_NAME\";s:17:\"Heur.CoreFile.gen\";s:10:\"THREAT_SIG\";s:32:\"6f32ff9ea87338d59a6fd1e2830f0662\";s:6:\"THREAT\";s:21:\"Modified core file...\";s:7:\"DETAILS\";s:27:\"Detected modified core file\";}i:48;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"4064c1a8c39a5ef7cef3ac356f763cd9\";s:4:\"FILE\";s:44:\"wp-content/themes/twentyseventeen/footer.php\";s:11:\"THREAT_NAME\";s:17:\"Heur.CoreFile.gen\";s:10:\"THREAT_SIG\";s:32:\"4064c1a8c39a5ef7cef3ac356f763cd9\";s:6:\"THREAT\";s:21:\"Modified core file...\";s:7:\"DETAILS\";s:27:\"Detected modified core file\";}i:49;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"c961e1493a8894070cc08c8a997ed1fa\";s:4:\"FILE\";s:46:\"wp-content/themes/twentyseventeen/comments.php\";s:11:\"THREAT_NAME\";s:17:\"Heur.CoreFile.gen\";s:10:\"THREAT_SIG\";s:32:\"c961e1493a8894070cc08c8a997ed1fa\";s:6:\"THREAT\";s:21:\"Modified core file...\";s:7:\"DETAILS\";s:27:\"Detected modified core file\";}i:50;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"80d69d108af54f5385324d7feb6eb447\";s:4:\"FILE\";s:45:\"wp-content/themes/twentyseventeen/archive.php\";s:11:\"THREAT_NAME\";s:17:\"Heur.CoreFile.gen\";s:10:\"THREAT_SIG\";s:32:\"80d69d108af54f5385324d7feb6eb447\";s:6:\"THREAT\";s:21:\"Modified core file...\";s:7:\"DETAILS\";s:27:\"Detected modified core file\";}i:51;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"cf7afb34a28318acbbdba54e31c53c59\";s:4:\"FILE\";s:41:\"wp-content/themes/twentysixteen/image.php\";s:11:\"THREAT_NAME\";s:17:\"Heur.CoreFile.gen\";s:10:\"THREAT_SIG\";s:32:\"cf7afb34a28318acbbdba54e31c53c59\";s:6:\"THREAT\";s:21:\"Modified core file...\";s:7:\"DETAILS\";s:27:\"Detected modified core file\";}i:52;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"57c0c47abf14c014acac6012ddacd571\";s:4:\"FILE\";s:42:\"wp-content/themes/twentysixteen/header.php\";s:11:\"THREAT_NAME\";s:17:\"Heur.CoreFile.gen\";s:10:\"THREAT_SIG\";s:32:\"57c0c47abf14c014acac6012ddacd571\";s:6:\"THREAT\";s:21:\"Modified core file...\";s:7:\"DETAILS\";s:27:\"Detected modified core file\";}i:53;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"53224adea1153360ee0fed5e8460f92d\";s:4:\"FILE\";s:45:\"wp-content/themes/twentysixteen/functions.php\";s:11:\"THREAT_NAME\";s:17:\"Heur.CoreFile.gen\";s:10:\"THREAT_SIG\";s:32:\"53224adea1153360ee0fed5e8460f92d\";s:6:\"THREAT\";s:21:\"Modified core file...\";s:7:\"DETAILS\";s:27:\"Detected modified core file\";}i:54;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"1c54cfa1fb761732daade2283fabc50b\";s:4:\"FILE\";s:44:\"wp-content/themes/twentysixteen/comments.php\";s:11:\"THREAT_NAME\";s:17:\"Heur.CoreFile.gen\";s:10:\"THREAT_SIG\";s:32:\"1c54cfa1fb761732daade2283fabc50b\";s:6:\"THREAT\";s:21:\"Modified core file...\";s:7:\"DETAILS\";s:27:\"Detected modified core file\";}i:55;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"a2acd4c0b11b096a6e3ad677e27166c7\";s:4:\"FILE\";s:44:\"wp-content/themes/twentysixteen/aztvmyss.php\";s:11:\"THREAT_NAME\";s:18:\"Heur.AlienFile.gen\";s:10:\"THREAT_SIG\";s:32:\"a2acd4c0b11b096a6e3ad677e27166c7\";s:6:\"THREAT\";s:33:\"Unknown file in core directory...\";s:7:\"DETAILS\";s:39:\"Detected unknown file in core directory\";}i:56;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"9279a02c33c13e3e14408ced1b94ab07\";s:4:\"FILE\";s:41:\"wp-includes/Requests/Cookie/.a8a5e377.ico\";s:11:\"THREAT_NAME\";s:18:\"Heur.AlienFile.gen\";s:10:\"THREAT_SIG\";s:32:\"9279a02c33c13e3e14408ced1b94ab07\";s:6:\"THREAT\";s:33:\"Unknown file in core directory...\";s:7:\"DETAILS\";s:39:\"Detected unknown file in core directory\";}i:57;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"b781dcfeb69a1f95dcb299a19069d501\";s:4:\"FILE\";s:39:\"wp-includes/images/crystal/dyknvkyw.php\";s:11:\"THREAT_NAME\";s:18:\"Heur.AlienFile.gen\";s:10:\"THREAT_SIG\";s:32:\"b781dcfeb69a1f95dcb299a19069d501\";s:6:\"THREAT\";s:33:\"Unknown file in core directory...\";s:7:\"DETAILS\";s:39:\"Detected unknown file in core directory\";}i:58;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"3dd3d31bed55f6b6c2f931209304a769\";s:4:\"FILE\";s:42:\"wp-content/plugins/akismet/_inc/akismet.js\";s:11:\"THREAT_NAME\";s:17:\"Heur.CoreFile.gen\";s:10:\"THREAT_SIG\";s:32:\"3dd3d31bed55f6b6c2f931209304a769\";s:6:\"THREAT\";s:21:\"Modified core file...\";s:7:\"DETAILS\";s:27:\"Detected modified core file\";}i:59;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"c082a0ae685dfa799ee9bf6834c96de5\";s:4:\"FILE\";s:43:\"wp-content/plugins/akismet/_inc/akismet.css\";s:11:\"THREAT_NAME\";s:17:\"Heur.CoreFile.gen\";s:10:\"THREAT_SIG\";s:32:\"c082a0ae685dfa799ee9bf6834c96de5\";s:6:\"THREAT\";s:21:\"Modified core file...\";s:7:\"DETAILS\";s:27:\"Detected modified core file\";}i:60;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"b511a5e8a85d7d4377ff36f7ec520d4d\";s:4:\"FILE\";s:43:\"wp-content/plugins/akismet/views/notice.php\";s:11:\"THREAT_NAME\";s:17:\"Heur.CoreFile.gen\";s:10:\"THREAT_SIG\";s:32:\"b511a5e8a85d7d4377ff36f7ec520d4d\";s:6:\"THREAT\";s:21:\"Modified core file...\";s:7:\"DETAILS\";s:27:\"Detected modified core file\";}i:61;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"515f3566f92bd071dfe022701bc7526a\";s:4:\"FILE\";s:40:\"wp-content/plugins/akismet/views/get.php\";s:11:\"THREAT_NAME\";s:17:\"Heur.CoreFile.gen\";s:10:\"THREAT_SIG\";s:32:\"515f3566f92bd071dfe022701bc7526a\";s:6:\"THREAT\";s:21:\"Modified core file...\";s:7:\"DETAILS\";s:27:\"Detected modified core file\";}i:62;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"eebae8f5a6e688dca52646c165144060\";s:4:\"FILE\";s:43:\"wp-content/plugins/akismet/views/config.php\";s:11:\"THREAT_NAME\";s:17:\"Heur.CoreFile.gen\";s:10:\"THREAT_SIG\";s:32:\"eebae8f5a6e688dca52646c165144060\";s:6:\"THREAT\";s:21:\"Modified core file...\";s:7:\"DETAILS\";s:27:\"Detected modified core file\";}i:63;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:21:\"enMaliciousThreatType\";s:8:\"FILE_MD5\";s:32:\"5add1efe3111fd379235aadb469fa3c3\";s:4:\"FILE\";s:58:\"wp-content/plugins/mojo-marketplace-wp-plugin/inc/base.php\";s:11:\"THREAT_NAME\";s:24:\"Trojan.PHP.Obfus.gen.157\";s:10:\"THREAT_SIG\";s:32:\"a752320b446650d2bf33f96a59077472\";s:6:\"THREAT\";s:63:\"&#60;?php $r3005752c = 878;$GLOBALS[\'n7f211\'] = Array();glob...\";s:7:\"DETAILS\";s:22:\"Malicious PHP contents\";}i:64;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:21:\"enMaliciousThreatType\";s:8:\"FILE_MD5\";s:32:\"5add1efe3111fd379235aadb469fa3c3\";s:4:\"FILE\";s:58:\"wp-content/plugins/mojo-marketplace-wp-plugin/inc/base.php\";s:11:\"THREAT_NAME\";s:23:\"Trojan.PHP.Eval.gen.231\";s:10:\"THREAT_SIG\";s:32:\"4eefe0efe0a646aebc9c6bb06b67dffd\";s:6:\"THREAT\";s:63:\"$GLOBALS[\'n7f211\'] = Array();global $n7f211;$n7f211 = $GLOBA...\";s:7:\"DETAILS\";s:28:\"Detected malicious PHP shell\";}i:65;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:21:\"enMaliciousThreatType\";s:8:\"FILE_MD5\";s:32:\"5add1efe3111fd379235aadb469fa3c3\";s:4:\"FILE\";s:58:\"wp-content/plugins/mojo-marketplace-wp-plugin/inc/base.php\";s:11:\"THREAT_NAME\";s:23:\"Trojan.PHP.Eval.gen.275\";s:10:\"THREAT_SIG\";s:32:\"2c323323e728e916ebd17d55d2184c83\";s:6:\"THREAT\";s:63:\"&#60;?php $r3005752c = 878;$GLOBALS[\'n7f211\'] = Array();glob...\";s:7:\"DETAILS\";s:20:\"Malicious PHP Script\";}i:66;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:21:\"enMaliciousThreatType\";s:8:\"FILE_MD5\";s:32:\"5add1efe3111fd379235aadb469fa3c3\";s:4:\"FILE\";s:58:\"wp-content/plugins/mojo-marketplace-wp-plugin/inc/base.php\";s:11:\"THREAT_NAME\";s:22:\"Heur.PHP.Obfus.gen.2A6\";s:10:\"THREAT_SIG\";s:32:\"06baac4d92fcd86ffe60ca4c51c153a0\";s:6:\"THREAT\";s:63:\"${\"\\x47\\x4c\\x4fB\\x41\\x4c\\x53\"}[\'l2b7cb8\'] = \"\\x3a\\x49\\x6c\\x6...\";s:7:\"DETAILS\";s:30:\"Detected malicious PHP decoder\";}i:67;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:21:\"enMaliciousThreatType\";s:8:\"FILE_MD5\";s:32:\"5add1efe3111fd379235aadb469fa3c3\";s:4:\"FILE\";s:58:\"wp-content/plugins/mojo-marketplace-wp-plugin/inc/base.php\";s:11:\"THREAT_NAME\";s:22:\"Heur.PHP.Obfus.gen.2A8\";s:10:\"THREAT_SIG\";s:32:\"fb5374a0bb70a24af95dd659f68e146e\";s:6:\"THREAT\";s:63:\"&#60;?php $r3005752c = 878;$GLOBALS[\'n7f211\'] = Array();glob...\";s:7:\"DETAILS\";s:30:\"Detected malicious PHP decoder\";}i:68;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:33:\"enPotentiallySuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"5add1efe3111fd379235aadb469fa3c3\";s:4:\"FILE\";s:58:\"wp-content/plugins/mojo-marketplace-wp-plugin/inc/base.php\";s:11:\"THREAT_NAME\";s:25:\"Heur.PHP.Encoded.gen.271C\";s:10:\"THREAT_SIG\";s:32:\"1060580577190199021b70fb6074f81d\";s:6:\"THREAT\";s:63:\"\\x3a\\x49\\x6c\\x6e\\x3f\\x67\\x4c\\x53\\x48\\x62\\x52\\x37\\x58\\x66\\x72...\";s:7:\"DETAILS\";s:44:\"Potentially suspicious obfuscated PHP threat\";}i:69;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"5add1efe3111fd379235aadb469fa3c3\";s:4:\"FILE\";s:58:\"wp-content/plugins/mojo-marketplace-wp-plugin/inc/base.php\";s:11:\"THREAT_NAME\";s:20:\"Heur.PHP.Encoded.gen\";s:10:\"THREAT_SIG\";s:32:\"19dbcc77d066f61906e983770e0ec79c\";s:6:\"THREAT\";s:63:\"\\x3a\\x49\\x6c\\x6e\\x3f\\x67\\x4c\\x53\\x48\\x62\\x52\\x37\\x58\\x66\\x72...\";s:7:\"DETAILS\";s:30:\"Generic suspicious HEX encoder\";}i:70;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:33:\"enPotentiallySuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"855f11c7c66bac5ce37e80650e9946b4\";s:4:\"FILE\";s:70:\"wp-content/plugins/wp-google-maps/docs/wp-google-maps.combined.js.html\";s:11:\"THREAT_NAME\";s:19:\"Heur.JS.Encoded.gen\";s:10:\"THREAT_SIG\";s:32:\"0828df5c240b8860e3853e270ecda0cf\";s:6:\"THREAT\";s:49:\"\'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx\'.replace...\";s:7:\"DETAILS\";s:39:\"Suspicious obfuscated JavaScript threat\";}i:71;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:33:\"enPotentiallySuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"80c17b723befea48343cb758234e47f2\";s:4:\"FILE\";s:51:\"wp-content/plugins/wp-google-maps/docs/core.js.html\";s:11:\"THREAT_NAME\";s:19:\"Heur.JS.Encoded.gen\";s:10:\"THREAT_SIG\";s:32:\"0828df5c240b8860e3853e270ecda0cf\";s:6:\"THREAT\";s:49:\"\'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx\'.replace...\";s:7:\"DETAILS\";s:39:\"Suspicious obfuscated JavaScript threat\";}i:72;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"711f3d7be79b01a20eed7b0ac82caea5\";s:4:\"FILE\";s:42:\"wp-content/themes/twentyfifteen/css/ie.css\";s:11:\"THREAT_NAME\";s:18:\"Heur.AlienFile.gen\";s:10:\"THREAT_SIG\";s:32:\"711f3d7be79b01a20eed7b0ac82caea5\";s:6:\"THREAT\";s:33:\"Unknown file in core directory...\";s:7:\"DETAILS\";s:39:\"Detected unknown file in core directory\";}i:73;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"00a1c66a63be07dba9b296099b54b6b4\";s:4:\"FILE\";s:53:\"wp-content/themes/twentyfifteen/css/editor-blocks.css\";s:11:\"THREAT_NAME\";s:18:\"Heur.AlienFile.gen\";s:10:\"THREAT_SIG\";s:32:\"00a1c66a63be07dba9b296099b54b6b4\";s:6:\"THREAT\";s:33:\"Unknown file in core directory...\";s:7:\"DETAILS\";s:39:\"Detected unknown file in core directory\";}i:74;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"0998c639a83f66519f844857c42a1fd7\";s:4:\"FILE\";s:46:\"wp-content/themes/twentyfifteen/css/blocks.css\";s:11:\"THREAT_NAME\";s:18:\"Heur.AlienFile.gen\";s:10:\"THREAT_SIG\";s:32:\"0998c639a83f66519f844857c42a1fd7\";s:6:\"THREAT\";s:33:\"Unknown file in core directory...\";s:7:\"DETAILS\";s:39:\"Detected unknown file in core directory\";}i:75;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"b96fbd959f96b56390c780e2b71a2db8\";s:4:\"FILE\";s:53:\"wp-content/themes/twentyfifteen/inc/template-tags.php\";s:11:\"THREAT_NAME\";s:18:\"Heur.AlienFile.gen\";s:10:\"THREAT_SIG\";s:32:\"b96fbd959f96b56390c780e2b71a2db8\";s:6:\"THREAT\";s:33:\"Unknown file in core directory...\";s:7:\"DETAILS\";s:39:\"Detected unknown file in core directory\";}i:76;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"edb5abecdc6d53901f7b4c95641bc20a\";s:4:\"FILE\";s:50:\"wp-content/themes/twentyfifteen/inc/customizer.php\";s:11:\"THREAT_NAME\";s:18:\"Heur.AlienFile.gen\";s:10:\"THREAT_SIG\";s:32:\"edb5abecdc6d53901f7b4c95641bc20a\";s:6:\"THREAT\";s:33:\"Unknown file in core directory...\";s:7:\"DETAILS\";s:39:\"Detected unknown file in core directory\";}i:77;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"a7e1a05a63875fa73f6246f51cf05dff\";s:4:\"FILE\";s:53:\"wp-content/themes/twentyfifteen/inc/custom-header.php\";s:11:\"THREAT_NAME\";s:18:\"Heur.AlienFile.gen\";s:10:\"THREAT_SIG\";s:32:\"a7e1a05a63875fa73f6246f51cf05dff\";s:6:\"THREAT\";s:33:\"Unknown file in core directory...\";s:7:\"DETAILS\";s:39:\"Detected unknown file in core directory\";}i:78;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"d1d378f52e23fa9ef3790712b7410599\";s:4:\"FILE\";s:51:\"wp-content/themes/twentyfifteen/inc/back-compat.php\";s:11:\"THREAT_NAME\";s:18:\"Heur.AlienFile.gen\";s:10:\"THREAT_SIG\";s:32:\"d1d378f52e23fa9ef3790712b7410599\";s:6:\"THREAT\";s:33:\"Unknown file in core directory...\";s:7:\"DETAILS\";s:39:\"Detected unknown file in core directory\";}i:79;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"b71a6b412d1ef260cf0285eb279e6a27\";s:4:\"FILE\";s:47:\"wp-content/themes/twentyfifteen/js/xebutcgt.php\";s:11:\"THREAT_NAME\";s:18:\"Heur.AlienFile.gen\";s:10:\"THREAT_SIG\";s:32:\"b71a6b412d1ef260cf0285eb279e6a27\";s:6:\"THREAT\";s:33:\"Unknown file in core directory...\";s:7:\"DETAILS\";s:39:\"Detected unknown file in core directory\";}i:80;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"7fe21b467241d7901537527dd6c7340b\";s:4:\"FILE\";s:80:\"wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php\";s:11:\"THREAT_NAME\";s:17:\"Heur.CoreFile.gen\";s:10:\"THREAT_SIG\";s:32:\"7fe21b467241d7901537527dd6c7340b\";s:6:\"THREAT\";s:21:\"Modified core file...\";s:7:\"DETAILS\";s:27:\"Detected modified core file\";}i:81;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"df403486081c1b655a950bbf877b137d\";s:4:\"FILE\";s:75:\"wp-content/themes/twentynineteen/classes/class-twentynineteen-svg-icons.php\";s:11:\"THREAT_NAME\";s:17:\"Heur.CoreFile.gen\";s:10:\"THREAT_SIG\";s:32:\"df403486081c1b655a950bbf877b137d\";s:6:\"THREAT\";s:21:\"Modified core file...\";s:7:\"DETAILS\";s:27:\"Detected modified core file\";}i:82;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"f283d134bfe127cfcf665dfb0da6eb2b\";s:4:\"FILE\";s:59:\"wp-content/themes/twentynineteen/inc/template-functions.php\";s:11:\"THREAT_NAME\";s:17:\"Heur.CoreFile.gen\";s:10:\"THREAT_SIG\";s:32:\"f283d134bfe127cfcf665dfb0da6eb2b\";s:6:\"THREAT\";s:21:\"Modified core file...\";s:7:\"DETAILS\";s:27:\"Detected modified core file\";}i:83;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"ad1c3c40289386bd611830c1a10e41e4\";s:4:\"FILE\";s:51:\"wp-content/themes/twentynineteen/inc/customizer.php\";s:11:\"THREAT_NAME\";s:17:\"Heur.CoreFile.gen\";s:10:\"THREAT_SIG\";s:32:\"ad1c3c40289386bd611830c1a10e41e4\";s:6:\"THREAT\";s:21:\"Modified core file...\";s:7:\"DETAILS\";s:27:\"Detected modified core file\";}i:84;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"d83b3490344f91249c90dd34403b2fe0\";s:4:\"FILE\";s:56:\"wp-content/themes/twentyseventeen/inc/icon-functions.php\";s:11:\"THREAT_NAME\";s:17:\"Heur.CoreFile.gen\";s:10:\"THREAT_SIG\";s:32:\"d83b3490344f91249c90dd34403b2fe0\";s:6:\"THREAT\";s:21:\"Modified core file...\";s:7:\"DETAILS\";s:27:\"Detected modified core file\";}i:85;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"9f9cb996cdb8bfbe807258d134e9c575\";s:4:\"FILE\";s:52:\"wp-content/themes/twentyseventeen/inc/customizer.php\";s:11:\"THREAT_NAME\";s:17:\"Heur.CoreFile.gen\";s:10:\"THREAT_SIG\";s:32:\"9f9cb996cdb8bfbe807258d134e9c575\";s:6:\"THREAT\";s:21:\"Modified core file...\";s:7:\"DETAILS\";s:27:\"Detected modified core file\";}i:86;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"d8e2d5ee956a9736ad1baa125ef6e16e\";s:4:\"FILE\";s:55:\"wp-content/themes/twentyseventeen/inc/custom-header.php\";s:11:\"THREAT_NAME\";s:17:\"Heur.CoreFile.gen\";s:10:\"THREAT_SIG\";s:32:\"d8e2d5ee956a9736ad1baa125ef6e16e\";s:6:\"THREAT\";s:21:\"Modified core file...\";s:7:\"DETAILS\";s:27:\"Detected modified core file\";}i:87;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"83953f4acfd5f69d3e8059bc71294139\";s:4:\"FILE\";s:53:\"wp-content/themes/twentyseventeen/inc/back-compat.php\";s:11:\"THREAT_NAME\";s:17:\"Heur.CoreFile.gen\";s:10:\"THREAT_SIG\";s:32:\"83953f4acfd5f69d3e8059bc71294139\";s:6:\"THREAT\";s:21:\"Modified core file...\";s:7:\"DETAILS\";s:27:\"Detected modified core file\";}i:88;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"c532c71e5ba9f10de5023e83fa76ebf1\";s:4:\"FILE\";s:53:\"wp-content/themes/twentysixteen/inc/template-tags.php\";s:11:\"THREAT_NAME\";s:17:\"Heur.CoreFile.gen\";s:10:\"THREAT_SIG\";s:32:\"c532c71e5ba9f10de5023e83fa76ebf1\";s:6:\"THREAT\";s:21:\"Modified core file...\";s:7:\"DETAILS\";s:27:\"Detected modified core file\";}i:89;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"27e030b1ba7b6bc1941e76da5fe7712e\";s:4:\"FILE\";s:50:\"wp-content/themes/twentysixteen/inc/customizer.php\";s:11:\"THREAT_NAME\";s:17:\"Heur.CoreFile.gen\";s:10:\"THREAT_SIG\";s:32:\"27e030b1ba7b6bc1941e76da5fe7712e\";s:6:\"THREAT\";s:21:\"Modified core file...\";s:7:\"DETAILS\";s:27:\"Detected modified core file\";}i:90;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"9896c4607324df6397763a4aa8bf1c62\";s:4:\"FILE\";s:51:\"wp-content/themes/twentysixteen/inc/back-compat.php\";s:11:\"THREAT_NAME\";s:17:\"Heur.CoreFile.gen\";s:10:\"THREAT_SIG\";s:32:\"9896c4607324df6397763a4aa8bf1c62\";s:6:\"THREAT\";s:21:\"Modified core file...\";s:7:\"DETAILS\";s:27:\"Detected modified core file\";}i:91;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"ec31589b478168f53133765b5eb18449\";s:4:\"FILE\";s:58:\"wp-content/themes/twentysixteen/template-parts/content.php\";s:11:\"THREAT_NAME\";s:17:\"Heur.CoreFile.gen\";s:10:\"THREAT_SIG\";s:32:\"ec31589b478168f53133765b5eb18449\";s:6:\"THREAT\";s:21:\"Modified core file...\";s:7:\"DETAILS\";s:27:\"Detected modified core file\";}i:92;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"27c5ba5dcd7a8fb507a455a8b75aaf96\";s:4:\"FILE\";s:65:\"wp-content/themes/twentysixteen/template-parts/content-single.php\";s:11:\"THREAT_NAME\";s:17:\"Heur.CoreFile.gen\";s:10:\"THREAT_SIG\";s:32:\"27c5ba5dcd7a8fb507a455a8b75aaf96\";s:6:\"THREAT\";s:21:\"Modified core file...\";s:7:\"DETAILS\";s:27:\"Detected modified core file\";}i:93;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"cc6357c5d93e51d12a89fddc159a96db\";s:4:\"FILE\";s:63:\"wp-content/themes/twentysixteen/template-parts/content-page.php\";s:11:\"THREAT_NAME\";s:17:\"Heur.CoreFile.gen\";s:10:\"THREAT_SIG\";s:32:\"cc6357c5d93e51d12a89fddc159a96db\";s:6:\"THREAT\";s:21:\"Modified core file...\";s:7:\"DETAILS\";s:27:\"Detected modified core file\";}i:94;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:21:\"enMaliciousThreatType\";s:8:\"FILE_MD5\";s:32:\"710fd4d61a044e02d21952e19788bf34\";s:4:\"FILE\";s:77:\"wp-content/plugins/google-analytics-for-wordpress/includes/admin/api-auth.php\";s:11:\"THREAT_NAME\";s:20:\"Heur.PHP.Encoded.gen\";s:10:\"THREAT_SIG\";s:32:\"3f9bbb7f931bb13a5601db308d81aed8\";s:6:\"THREAT\";s:17:\"$_REQUEST[\'a\']...\";s:7:\"DETAILS\";s:30:\"Detected malicious PHP REQUEST\";}i:95;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:21:\"enMaliciousThreatType\";s:8:\"FILE_MD5\";s:32:\"86daabfdd5cd1476aa85b90f3159c366\";s:4:\"FILE\";s:89:\"wp-content/plugins/wp-google-maps/docs/php/source-class-WPGMZA.Integration.Gutenberg.html\";s:11:\"THREAT_NAME\";s:22:\"Heur.PHP.iframe.gen.38\";s:10:\"THREAT_SIG\";s:32:\"44d596c8f0b86a1f94015eb5b55af2c4\";s:6:\"THREAT\";s:19:\"preg_replace(\'/e...\";s:7:\"DETAILS\";s:35:\"Detected malicious iframe injection\";}i:96;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:21:\"enMaliciousThreatType\";s:8:\"FILE_MD5\";s:32:\"54991261bae62fb426c85bbda993fafe\";s:4:\"FILE\";s:84:\"wp-content/plugins/wp-google-maps/includes/3rd-party-integration/class.gutenberg.php\";s:11:\"THREAT_NAME\";s:22:\"Heur.PHP.iframe.gen.38\";s:10:\"THREAT_SIG\";s:32:\"44d596c8f0b86a1f94015eb5b55af2c4\";s:6:\"THREAT\";s:19:\"preg_replace(\'/e...\";s:7:\"DETAILS\";s:35:\"Detected malicious iframe injection\";}i:97;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:33:\"enPotentiallySuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"9b91c969871d66f22e880839937b16cb\";s:4:\"FILE\";s:66:\"wp-content/plugins/wp-google-maps/js/v8/wp-google-maps.combined.js\";s:11:\"THREAT_NAME\";s:19:\"Heur.JS.Encoded.gen\";s:10:\"THREAT_SIG\";s:32:\"0828df5c240b8860e3853e270ecda0cf\";s:6:\"THREAT\";s:49:\"\'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx\'.replace...\";s:7:\"DETAILS\";s:39:\"Suspicious obfuscated JavaScript threat\";}i:98;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:33:\"enPotentiallySuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"1fcd79f4a2252618664e28355d50dadc\";s:4:\"FILE\";s:47:\"wp-content/plugins/wp-google-maps/js/v8/core.js\";s:11:\"THREAT_NAME\";s:19:\"Heur.JS.Encoded.gen\";s:10:\"THREAT_SIG\";s:32:\"0828df5c240b8860e3853e270ecda0cf\";s:6:\"THREAT\";s:49:\"\'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx\'.replace...\";s:7:\"DETAILS\";s:39:\"Suspicious obfuscated JavaScript threat\";}i:99;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"ea6e11ffccbb8b1f81dc885a335c4cbc\";s:4:\"FILE\";s:74:\"wp-content/themes/twentynineteen/template-parts/content/content-single.php\";s:11:\"THREAT_NAME\";s:17:\"Heur.CoreFile.gen\";s:10:\"THREAT_SIG\";s:32:\"ea6e11ffccbb8b1f81dc885a335c4cbc\";s:6:\"THREAT\";s:21:\"Modified core file...\";s:7:\"DETAILS\";s:27:\"Detected modified core file\";}i:100;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"653918b8bddc09ce7ccb5bb8bff5e33e\";s:4:\"FILE\";s:73:\"wp-content/themes/twentynineteen/template-parts/footer/footer-widgets.php\";s:11:\"THREAT_NAME\";s:17:\"Heur.CoreFile.gen\";s:10:\"THREAT_SIG\";s:32:\"653918b8bddc09ce7ccb5bb8bff5e33e\";s:6:\"THREAT\";s:21:\"Modified core file...\";s:7:\"DETAILS\";s:27:\"Detected modified core file\";}i:101;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"b3d6dadd7e560432993a013541592db4\";s:4:\"FILE\";s:74:\"wp-content/themes/twentyseventeen/template-parts/footer/footer-widgets.php\";s:11:\"THREAT_NAME\";s:17:\"Heur.CoreFile.gen\";s:10:\"THREAT_SIG\";s:32:\"b3d6dadd7e560432993a013541592db4\";s:6:\"THREAT\";s:21:\"Modified core file...\";s:7:\"DETAILS\";s:27:\"Detected modified core file\";}i:102;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"c4dc050df31725463239c126d011f918\";s:4:\"FILE\";s:73:\"wp-content/themes/twentyseventeen/template-parts/header/site-branding.php\";s:11:\"THREAT_NAME\";s:17:\"Heur.CoreFile.gen\";s:10:\"THREAT_SIG\";s:32:\"c4dc050df31725463239c126d011f918\";s:6:\"THREAT\";s:21:\"Modified core file...\";s:7:\"DETAILS\";s:27:\"Detected modified core file\";}i:103;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"6746dbb27b692f761717d569b258c561\";s:4:\"FILE\";s:70:\"wp-content/themes/twentyseventeen/template-parts/page/content-page.php\";s:11:\"THREAT_NAME\";s:17:\"Heur.CoreFile.gen\";s:10:\"THREAT_SIG\";s:32:\"6746dbb27b692f761717d569b258c561\";s:6:\"THREAT\";s:21:\"Modified core file...\";s:7:\"DETAILS\";s:27:\"Detected modified core file\";}i:104;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"f191614c966083f951540f220d645a95\";s:4:\"FILE\";s:76:\"wp-content/themes/twentyseventeen/template-parts/page/content-front-page.php\";s:11:\"THREAT_NAME\";s:17:\"Heur.CoreFile.gen\";s:10:\"THREAT_SIG\";s:32:\"f191614c966083f951540f220d645a95\";s:6:\"THREAT\";s:21:\"Modified core file...\";s:7:\"DETAILS\";s:27:\"Detected modified core file\";}i:105;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"b324c0d5b7471d94b03751b1760afff2\";s:4:\"FILE\";s:83:\"wp-content/themes/twentyseventeen/template-parts/page/content-front-page-panels.php\";s:11:\"THREAT_NAME\";s:17:\"Heur.CoreFile.gen\";s:10:\"THREAT_SIG\";s:32:\"b324c0d5b7471d94b03751b1760afff2\";s:6:\"THREAT\";s:21:\"Modified core file...\";s:7:\"DETAILS\";s:27:\"Detected modified core file\";}i:106;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"a02796e7dd24ecf26596bebbea927a61\";s:4:\"FILE\";s:70:\"wp-content/themes/twentyseventeen/template-parts/post/content-none.php\";s:11:\"THREAT_NAME\";s:17:\"Heur.CoreFile.gen\";s:10:\"THREAT_SIG\";s:32:\"a02796e7dd24ecf26596bebbea927a61\";s:6:\"THREAT\";s:21:\"Modified core file...\";s:7:\"DETAILS\";s:27:\"Detected modified core file\";}i:107;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:22:\"enSuspiciousThreatType\";s:8:\"FILE_MD5\";s:32:\"de651815523ad8d13816344ec5473770\";s:4:\"FILE\";s:73:\"wp-content/themes/twentyseventeen/template-parts/post/content-excerpt.php\";s:11:\"THREAT_NAME\";s:17:\"Heur.CoreFile.gen\";s:10:\"THREAT_SIG\";s:32:\"de651815523ad8d13816344ec5473770\";s:6:\"THREAT\";s:21:\"Modified core file...\";s:7:\"DETAILS\";s:27:\"Detected modified core file\";}i:108;a:8:{s:6:\"ENGINE\";s:8:\"fscanner\";s:8:\"SEVERITY\";s:21:\"enMaliciousThreatType\";s:8:\"FILE_MD5\";s:32:\"0b9d64b2f235138bd7da1187d40b8eb3\";s:4:\"FILE\";s:73:\"wp-content/plugins/google-analytics-for-wordpress/assets/flags/4x3/rs.svg\";s:11:\"THREAT_NAME\";s:19:\"Heur.JS.Encoded.gen\";s:10:\"THREAT_SIG\";s:32:\"2f2dc6fb8a9faed28fa4a219ea463d85\";s:6:\"THREAT\";s:63:\"8.4.5.4.6.4.5.4.6.4.5.4.5.4.5.4.6.4.6.4.5.3.6.4.6.4.5.4.6.4....\";s:7:\"DETAILS\";s:61:\"Malicious obfuscated JavaScript threat (JS Trojan Downloader)\";}}\";','no'),(45636,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1550584622;s:7:\"checked\";a:5:{s:7:\"bateaux\";s:6:\"1.1.35\";s:13:\"twentyfifteen\";s:3:\"2.3\";s:14:\"twentynineteen\";s:3:\"1.2\";s:15:\"twentyseventeen\";s:3:\"2.0\";s:13:\"twentysixteen\";s:3:\"1.8\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}','no'),(45639,'_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.0.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.0.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.0.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.0.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.0.3\";s:7:\"version\";s:5:\"5.0.3\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1550584621;s:15:\"version_checked\";s:5:\"5.0.3\";s:12:\"translations\";a:0:{}}','no'),(45662,'_transient_timeout_mm_test','1552051905','no'),(45663,'_transient_mm_test','a:1:{s:3:\"key\";s:4:\"none\";}','no'),(11089,'mm_previous_tests','a:1:{i:0;s:32:\"jetpack-onboarding-v1.7.4-exempt\";}','yes'),(12406,'monsterinsights_usage_tracking_config','a:6:{s:3:\"day\";i:5;s:4:\"hour\";i:7;s:6:\"minute\";i:25;s:6:\"second\";i:46;s:6:\"offset\";i:458746;s:8:\"initsend\";i:1519975546;}','yes'),(25214,'WPGM_V6_FIRST_TIME','1','yes'),(44880,'wpgmza_global_settings','{\"wpgmza_settings_map_scroll\":\"yes\",\"wpgmza_settings_map_open_marker_by\":\"1\",\"wpgmza_api_version\":\"3.31\",\"wpgmza_custom_css\":\"\",\"wpgmza_settings_access_level\":\"manage_options\",\"wpgmza_settings_marker_pull\":\"0\",\"wpgmza_gdpr_notice\":\"I agree for my personal data, provided via submission through \'User Generated Markers\' to be processed by {COMPANY_NAME}.\\r\\n\\t\\t\\r\\nI agree for my personal data, provided via map API calls, to be processed by the API provider, for the purposes of geocoding (converting addresses to coordinates).\\r\\n\\r\\nWhen using the User Generated Marker addon, data will be stored indefinitiely for the following purpose(s): {RETENTION_PURPOSE}\",\"wpgmza_gdpr_retention_purpose\":\"presenting the data you have submitted on the map.\",\"wpgmza_maps_engine\":\"google-maps\",\"v7.10.01-default-api-fix\":true,\"wpgmza_maps_engine_dialog_done\":true,\"wpgmza_gdpr_company_name\":\"Rey\",\"wpgmza_gdpr_notice_override_text\":\"\",\"wpgmza_load_engine_api_condition\":\"where-required\",\"use_fontawesome\":\"4.*\",\"wpgmza_custom_js\":\"\",\"wpgmza_store_locator_radii\":\"1,5,10,25,50,75,100,150,200,300\",\"wpgmza_google_maps_api_key\":\"AIzaSyD-wbyUQqHHSu27Ae0DfXajUBTfaS0n8zs\",\"engine\":\"google-maps\"}','yes'),(2750,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2304,'category_children','a:0:{}','yes'),(46759,'_transient_timeout_mm_spam_ebd54eebb313e13e40abd3f087b08c7c','1550596588','no'),(46760,'_transient_mm_spam_ebd54eebb313e13e40abd3f087b08c7c','no','no'),(46842,'_transient_timeout_jetpack_idc_allowed','1550588000','no'),(46843,'_transient_jetpack_idc_allowed','1','no'),(46844,'_transient_timeout__omapi_validate','1550588000','no'),(46845,'_transient__omapi_validate','1','no'),(46846,'_transient_timeout_mm_spam_fb913d5b0a60f4227006ef297e6326f5','1550670803','no'),(46847,'_transient_mm_spam_fb913d5b0a60f4227006ef297e6326f5','no','no'),(46848,'_transient_timeout_jetpack_https_test','1550670821','no'),(46849,'_transient_jetpack_https_test','1','no'),(46850,'_transient_timeout_jetpack_https_test_message','1550670821','no'),(46851,'_transient_jetpack_https_test_message','','no'),(46852,'_site_transient_timeout_browser_551eb70c69111175598e44972cba60e7','1551189222','no'),(46853,'_site_transient_browser_551eb70c69111175598e44972cba60e7','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"72.0.3626.109\";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'),(46854,'_transient_timeout_wpforms_dash_widget_lite_entries_by_form','1550620802','no'),(46855,'_transient_wpforms_dash_widget_lite_entries_by_form','a:1:{i:143;a:3:{s:7:\"form_id\";i:143;s:5:\"count\";i:9;s:5:\"title\";s:3:\"REY\";}}','no'),(46647,'new_admin_email','milan@zap.rs','yes'),(46658,'btx_maintenance_mode','','yes'),(46659,'btx_maintenance_page_id','6','yes'),(46660,'btx_404_page_id','default','yes'),(46870,'_transient_timeout_plugin_slugs','1550671046','no'),(46871,'_transient_plugin_slugs','a:14:{i:0;s:19:\"akismet/akismet.php\";i:1;s:21:\"bateaux-core/init.php\";i:2;s:33:\"classic-editor/classic-editor.php\";i:3;s:25:\"duplicator/duplicator.php\";i:4;s:31:\"envato-market/envato-market.php\";i:5;s:50:\"google-analytics-for-wordpress/googleanalytics.php\";i:6;s:9:\"hello.php\";i:7;s:19:\"jetpack/jetpack.php\";i:8;s:47:\"mojo-marketplace-wp-plugin/mojo-marketplace.php\";i:9;s:37:\"optinmonster/optin-monster-wp-api.php\";i:10;s:50:\"quttera-web-malware-scanner/quttera_wm_scanner.php\";i:11;s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";i:12;s:24:\"wpforms-lite/wpforms.php\";i:13;s:31:\"wp-google-maps/wpGoogleMaps.php\";}','no');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=395 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','default'),(10,6,'_edit_last','1'),(11,6,'_edit_lock','1549974272:1'),(12,6,'_wp_page_template','default'),(13,6,'bp_data','a:4:{s:3:\"app\";s:10:\"bp-builder\";s:7:\"version\";s:5:\"1.0.0\";s:7:\"builder\";a:16:{s:6:\"active\";b:1;s:6:\"header\";s:6:\"slider\";s:6:\"footer\";s:16:\"footer-bottombar\";s:7:\"sidebar\";s:4:\"none\";s:11:\"sidebarFull\";b:0;s:14:\"fullPageScroll\";b:0;s:14:\"halfPageScroll\";b:0;s:15:\"scrollDirection\";s:8:\"vertical\";s:7:\"navMenu\";s:7:\"default\";s:8:\"navStyle\";s:7:\"default\";s:7:\"navFull\";s:7:\"default\";s:14:\"navTransparent\";b:1;s:7:\"preload\";s:7:\"default\";s:9:\"backToTop\";s:7:\"default\";s:20:\"pageCustomBackground\";b:0;s:6:\"slider\";a:27:{s:4:\"type\";s:6:\"slider\";s:4:\"role\";s:6:\"header\";s:10:\"components\";a:2:{i:0;s:9:\"indicator\";i:1;s:10:\"navigation\";}s:9:\"fullWidth\";b:1;s:9:\"fitHeight\";b:1;s:16:\"fitHeightPercent\";i:100;s:15:\"fitHeightOffset\";s:0:\"\";s:9:\"noOfItems\";s:1:\"2\";s:6:\"height\";s:0:\"\";s:15:\"contentMaxWidth\";s:0:\"\";s:14:\"titleUppercase\";i:0;s:18:\"titleLetterSpacing\";s:0:\"\";s:9:\"titleFont\";s:9:\"secondary\";s:15:\"topSubtitleFont\";s:7:\"primary\";s:12:\"subtitleFont\";s:7:\"primary\";s:4:\"fade\";b:0;s:14:\"adaptiveHeight\";b:0;s:4:\"loop\";b:1;s:8:\"autoplay\";b:1;s:11:\"playOnHover\";b:0;s:13:\"autoplaySpeed\";i:5000;s:4:\"data\";a:2:{i:0;a:63:{s:6:\"layout\";s:7:\"stacked\";s:10:\"horizontal\";s:4:\"left\";s:8:\"vertical\";s:6:\"middle\";s:9:\"alignment\";s:4:\"left\";s:16:\"contentAnimation\";s:4:\"fade\";s:11:\"contentFade\";b:0;s:13:\"parallaxSpeed\";i:0;s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:0:\"\";s:9:\"imageSize\";s:5:\"large\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:57:\"http://ray.vefur.co/wp-content/uploads/2017/10/Title1.png\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:6:\"medium\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:0;s:16:\"firstButtonStyle\";s:6:\"border\";s:16:\"firstButtonColor\";s:5:\"brand\";s:16:\"firstButtonHover\";s:7:\"inverse\";s:20:\"firstButtonThickness\";i:1;s:17:\"firstButtonRadius\";i:4;s:15:\"firstButtonSize\";s:5:\"small\";s:16:\"firstButtonLabel\";s:6:\"Button\";s:15:\"firstButtonIcon\";s:9:\"et-anchor\";s:23:\"firstButtonIconPosition\";s:6:\"before\";s:15:\"firstButtonLink\";s:1:\"/\";s:21:\"firstButtonTargetSelf\";b:0;s:17:\"secondButtonStyle\";s:4:\"fill\";s:17:\"secondButtonColor\";s:5:\"brand\";s:17:\"secondButtonHover\";s:7:\"inverse\";s:21:\"secondButtonThickness\";i:1;s:18:\"secondButtonRadius\";i:4;s:16:\"secondButtonSize\";s:5:\"small\";s:17:\"secondButtonLabel\";s:8:\"BOOK NOW\";s:16:\"secondButtonIcon\";s:13:\"chevron-right\";s:24:\"secondButtonIconPosition\";s:5:\"after\";s:16:\"secondButtonLink\";s:65:\"https://www.thebookingbutton.co.uk/properties/reyapartmentsdirect\";s:22:\"secondButtonTargetSelf\";b:1;s:5:\"title\";s:83:\"<span style=\"font-size: 83px;\" class=\"font-style font-style-big\">Lorem Ipsum</span>\";s:11:\"topSubtitle\";s:22:\"consectetur adipiscing\";s:8:\"subtitle\";s:297:\"REY Apartments is situated in the old heart of Reykjavik, <br>between the famous main street Laugavegur and trendy <br>Skolavordustigur, on the doorstep of all the best Reykjavik <br>has to offer, countless shops and restaurants, trendy <br>cafés, galleries, bustling nightlife and local culture.\";s:11:\"colorScheme\";s:5:\"light\";s:15:\"backgroundColor\";s:7:\"default\";s:17:\"backgroundOpacity\";i:0;s:14:\"backgroundType\";s:5:\"image\";s:13:\"backgroundUrl\";s:48:\"https://rey.is/wp-content/uploads/2017/10/I1.png\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:8:\"left top\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:19:\"backgroundPosterUrl\";s:0:\"\";s:18:\"backgroundVideoUrl\";s:0:\"\";s:12:\"dividerWidth\";s:0:\"\";s:10:\"components\";a:3:{i:0;s:8:\"subtitle\";i:1;s:12:\"secondButton\";i:2;s:5:\"image\";}s:12:\"backgroundId\";i:23;s:15:\"backgroundFixed\";b:0;s:7:\"imageId\";i:19;}i:1;a:62:{s:6:\"layout\";s:7:\"stacked\";s:10:\"horizontal\";s:4:\"left\";s:8:\"vertical\";s:6:\"middle\";s:9:\"alignment\";s:4:\"left\";s:16:\"contentAnimation\";s:4:\"fade\";s:11:\"contentFade\";b:0;s:13:\"parallaxSpeed\";i:0;s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:0:\"\";s:9:\"imageSize\";s:5:\"large\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:57:\"http://ray.vefur.co/wp-content/uploads/2017/10/Title3.png\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:6:\"medium\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:0;s:16:\"firstButtonStyle\";s:6:\"border\";s:16:\"firstButtonColor\";s:5:\"brand\";s:16:\"firstButtonHover\";s:7:\"inverse\";s:20:\"firstButtonThickness\";i:1;s:17:\"firstButtonRadius\";i:4;s:15:\"firstButtonSize\";s:5:\"small\";s:16:\"firstButtonLabel\";s:6:\"Button\";s:15:\"firstButtonIcon\";s:9:\"et-anchor\";s:23:\"firstButtonIconPosition\";s:6:\"before\";s:15:\"firstButtonLink\";s:1:\"/\";s:21:\"firstButtonTargetSelf\";b:0;s:17:\"secondButtonStyle\";s:4:\"fill\";s:17:\"secondButtonColor\";s:5:\"brand\";s:17:\"secondButtonHover\";s:7:\"inverse\";s:21:\"secondButtonThickness\";i:1;s:18:\"secondButtonRadius\";i:4;s:16:\"secondButtonSize\";s:5:\"small\";s:17:\"secondButtonLabel\";s:8:\"BOOK NOW\";s:16:\"secondButtonIcon\";s:13:\"chevron-right\";s:24:\"secondButtonIconPosition\";s:5:\"after\";s:16:\"secondButtonLink\";s:65:\"https://www.thebookingbutton.co.uk/properties/reyapartmentsdirect\";s:22:\"secondButtonTargetSelf\";b:1;s:5:\"title\";s:11:\"Lorem Ipsum\";s:11:\"topSubtitle\";s:22:\"consectetur adipiscing\";s:8:\"subtitle\";s:387:\"Our beautiful apartments are clean, stylish and finished to a high <br>standard with modern decor. All of our apartments have private, <br>fully equipped kitchens/kitchenettes and private, en-suite bathrooms <br>with showers. The apartments are all furnished with luxurious beds <br>and have free WiFi internet and free satellite television. \n<br>BOOK DIRECTLY WITH US FOR THE BEST PRICE\";s:11:\"colorScheme\";s:7:\"default\";s:15:\"backgroundColor\";s:7:\"default\";s:17:\"backgroundOpacity\";i:0;s:14:\"backgroundType\";s:5:\"image\";s:13:\"backgroundUrl\";s:60:\"https://rey.is/wp-content/uploads/2017/11/21012-098-Edit.jpg\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:10:\"center top\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:19:\"backgroundPosterUrl\";s:0:\"\";s:18:\"backgroundVideoUrl\";s:0:\"\";s:12:\"dividerWidth\";s:0:\"\";s:10:\"components\";a:3:{i:0;s:5:\"image\";i:1;s:8:\"subtitle\";i:2;s:12:\"secondButton\";}s:7:\"imageId\";i:20;s:12:\"backgroundId\";i:70;}}s:12:\"paddingRight\";s:3:\"10%\";s:11:\"paddingLeft\";s:3:\"10%\";s:21:\"tabletLandscapeHidden\";b:0;s:12:\"tabletHidden\";b:0;s:12:\"mobileHidden\";b:1;}}s:8:\"sections\";a:9:{i:0;a:24:{s:14:\"backgroundType\";s:5:\"image\";s:15:\"backgroundColor\";s:7:\"default\";s:17:\"backgroundOpacity\";i:0;s:13:\"backgroundUrl\";s:0:\"\";s:19:\"backgroundPosterUrl\";s:0:\"\";s:18:\"backgroundVideoUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:13:\"parallaxSpeed\";i:0;s:15:\"backgroundFixed\";b:0;s:9:\"fitHeight\";b:0;s:16:\"fitHeightPercent\";i:100;s:15:\"fitHeightOffset\";s:0:\"\";s:9:\"fullWidth\";b:0;s:15:\"borderThickness\";i:0;s:11:\"borderColor\";s:7:\"default\";s:11:\"colorScheme\";s:7:\"default\";s:6:\"blocks\";a:1:{i:0;a:3:{s:6:\"layout\";s:2:\"12\";s:6:\"spaces\";a:1:{i:0;a:3:{s:8:\"subspace\";b:1;s:5:\"index\";i:0;s:5:\"items\";a:2:{i:0;a:3:{s:4:\"type\";s:5:\"space\";s:6:\"height\";s:2:\"50\";s:5:\"index\";i:0;}i:1;a:21:{s:4:\"type\";s:6:\"slider\";s:10:\"components\";a:2:{i:0;s:9:\"indicator\";i:1;s:10:\"navigation\";}s:9:\"fitHeight\";b:0;s:16:\"fitHeightPercent\";i:100;s:15:\"fitHeightOffset\";s:0:\"\";s:9:\"noOfItems\";i:2;s:6:\"height\";s:0:\"\";s:15:\"contentMaxWidth\";s:0:\"\";s:14:\"titleUppercase\";i:0;s:18:\"titleLetterSpacing\";s:0:\"\";s:9:\"titleFont\";s:9:\"secondary\";s:15:\"topSubtitleFont\";s:7:\"primary\";s:12:\"subtitleFont\";s:7:\"primary\";s:4:\"fade\";b:0;s:14:\"adaptiveHeight\";b:0;s:4:\"loop\";b:1;s:8:\"autoplay\";b:1;s:11:\"playOnHover\";b:0;s:13:\"autoplaySpeed\";i:5000;s:4:\"data\";a:2:{i:0;a:62:{s:6:\"layout\";s:7:\"stacked\";s:10:\"horizontal\";s:4:\"left\";s:8:\"vertical\";s:6:\"middle\";s:9:\"alignment\";s:4:\"left\";s:16:\"contentAnimation\";s:4:\"fade\";s:11:\"contentFade\";b:0;s:13:\"parallaxSpeed\";i:0;s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:0:\"\";s:9:\"imageSize\";s:6:\"medium\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:57:\"http://ray.vefur.co/wp-content/uploads/2017/10/Title1.png\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:6:\"medium\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:0;s:16:\"firstButtonStyle\";s:6:\"border\";s:16:\"firstButtonColor\";s:5:\"brand\";s:16:\"firstButtonHover\";s:7:\"inverse\";s:20:\"firstButtonThickness\";i:1;s:17:\"firstButtonRadius\";i:4;s:15:\"firstButtonSize\";s:5:\"small\";s:16:\"firstButtonLabel\";s:6:\"Button\";s:15:\"firstButtonIcon\";s:9:\"et-anchor\";s:23:\"firstButtonIconPosition\";s:6:\"before\";s:15:\"firstButtonLink\";s:1:\"/\";s:21:\"firstButtonTargetSelf\";b:0;s:17:\"secondButtonStyle\";s:4:\"fill\";s:17:\"secondButtonColor\";s:5:\"brand\";s:17:\"secondButtonHover\";s:7:\"inverse\";s:21:\"secondButtonThickness\";i:1;s:18:\"secondButtonRadius\";i:4;s:16:\"secondButtonSize\";s:5:\"small\";s:17:\"secondButtonLabel\";s:8:\"BOOK NOW\";s:16:\"secondButtonIcon\";s:13:\"chevron-right\";s:24:\"secondButtonIconPosition\";s:5:\"after\";s:16:\"secondButtonLink\";s:65:\"https://www.thebookingbutton.co.uk/properties/reyapartmentsdirect\";s:22:\"secondButtonTargetSelf\";b:0;s:5:\"title\";s:11:\"Lorem Ipsum\";s:11:\"topSubtitle\";s:22:\"consectetur adipiscing\";s:8:\"subtitle\";s:281:\"REY Apartments is situated in the old heart of Reykjavik,\nbetween the famous main street Laugavegur and trendy\nSkolavordustigur, on the doorstep of all the best Reykjavik\nhas to offer, countless shops and restaurants, trendy\ncafés, galleries, bustling nightlife and local culture.\";s:11:\"colorScheme\";s:7:\"default\";s:15:\"backgroundColor\";s:7:\"default\";s:17:\"backgroundOpacity\";i:0;s:14:\"backgroundType\";s:5:\"image\";s:13:\"backgroundUrl\";s:56:\"http://ray.vefur.co/wp-content/uploads/2017/10/mini1.jpg\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:19:\"backgroundPosterUrl\";s:0:\"\";s:18:\"backgroundVideoUrl\";s:0:\"\";s:12:\"dividerWidth\";s:0:\"\";s:10:\"components\";a:3:{i:0;s:8:\"subtitle\";i:1;s:12:\"secondButton\";i:2;s:5:\"image\";}s:7:\"imageId\";i:19;s:12:\"backgroundId\";i:151;}i:1;a:62:{s:6:\"layout\";s:7:\"stacked\";s:10:\"horizontal\";s:4:\"left\";s:8:\"vertical\";s:6:\"middle\";s:9:\"alignment\";s:4:\"left\";s:16:\"contentAnimation\";s:4:\"fade\";s:11:\"contentFade\";b:0;s:13:\"parallaxSpeed\";i:0;s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:0:\"\";s:9:\"imageSize\";s:6:\"medium\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:57:\"http://ray.vefur.co/wp-content/uploads/2017/10/Title3.png\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:6:\"medium\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:0;s:16:\"firstButtonStyle\";s:6:\"border\";s:16:\"firstButtonColor\";s:5:\"brand\";s:16:\"firstButtonHover\";s:7:\"inverse\";s:20:\"firstButtonThickness\";i:1;s:17:\"firstButtonRadius\";i:4;s:15:\"firstButtonSize\";s:5:\"small\";s:16:\"firstButtonLabel\";s:6:\"Button\";s:15:\"firstButtonIcon\";s:9:\"et-anchor\";s:23:\"firstButtonIconPosition\";s:6:\"before\";s:15:\"firstButtonLink\";s:1:\"/\";s:21:\"firstButtonTargetSelf\";b:0;s:17:\"secondButtonStyle\";s:4:\"fill\";s:17:\"secondButtonColor\";s:5:\"brand\";s:17:\"secondButtonHover\";s:7:\"inverse\";s:21:\"secondButtonThickness\";i:1;s:18:\"secondButtonRadius\";i:4;s:16:\"secondButtonSize\";s:5:\"small\";s:17:\"secondButtonLabel\";s:8:\"BOOK NOW\";s:16:\"secondButtonIcon\";s:13:\"chevron-right\";s:24:\"secondButtonIconPosition\";s:5:\"after\";s:16:\"secondButtonLink\";s:65:\"https://www.thebookingbutton.co.uk/properties/reyapartmentsdirect\";s:22:\"secondButtonTargetSelf\";b:1;s:5:\"title\";s:11:\"Lorem Ipsum\";s:11:\"topSubtitle\";s:22:\"consectetur adipiscing\";s:8:\"subtitle\";s:366:\"Our beautiful apartments are clean, stylish and finished to a high\nstandard with modern decor. All of our apartments have private,\nfully equipped kitchens/kitchenettes and private, en-suite bathrooms\nwith showers. The apartments are all furnished with luxurious beds\nand have free WiFi internet and free satellite television.\nBOOK DIRECTLY WITH US FOR THE BEST PRICE\";s:11:\"colorScheme\";s:7:\"default\";s:15:\"backgroundColor\";s:7:\"default\";s:17:\"backgroundOpacity\";i:0;s:14:\"backgroundType\";s:5:\"image\";s:13:\"backgroundUrl\";s:56:\"http://ray.vefur.co/wp-content/uploads/2017/10/mini2.jpg\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:19:\"backgroundPosterUrl\";s:0:\"\";s:18:\"backgroundVideoUrl\";s:0:\"\";s:12:\"dividerWidth\";s:0:\"\";s:10:\"components\";a:3:{i:0;s:8:\"subtitle\";i:1;s:12:\"secondButton\";i:2;s:5:\"image\";}s:7:\"imageId\";i:20;s:12:\"backgroundId\";i:150;}}s:5:\"index\";i:1;}}}}s:5:\"index\";i:0;}}s:5:\"index\";i:0;s:8:\"pcHidden\";b:1;s:21:\"tabletLandscapeHidden\";b:1;s:12:\"tabletHidden\";b:1;}i:1;a:28:{s:14:\"backgroundType\";s:5:\"image\";s:15:\"backgroundColor\";s:7:\"#000000\";s:17:\"backgroundOpacity\";i:0;s:13:\"backgroundUrl\";s:0:\"\";s:19:\"backgroundPosterUrl\";s:0:\"\";s:18:\"backgroundVideoUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:13:\"parallaxSpeed\";i:0;s:15:\"backgroundFixed\";b:0;s:9:\"fitHeight\";b:0;s:16:\"fitHeightPercent\";i:100;s:15:\"fitHeightOffset\";s:0:\"\";s:9:\"fullWidth\";b:0;s:15:\"borderThickness\";i:0;s:11:\"borderColor\";s:7:\"default\";s:11:\"colorScheme\";s:7:\"default\";s:5:\"index\";i:1;s:6:\"blocks\";a:2:{i:0;a:3:{s:6:\"layout\";s:2:\"12\";s:6:\"spaces\";a:1:{i:0;a:3:{s:8:\"subspace\";b:1;s:5:\"index\";i:0;s:5:\"items\";a:2:{i:0;a:14:{s:4:\"type\";s:4:\"text\";s:9:\"noOfItems\";i:1;s:7:\"spacing\";i:30;s:6:\"bullet\";b:0;s:11:\"bulletStyle\";s:4:\"none\";s:14:\"bulletPosition\";s:6:\"inside\";s:10:\"fontFamily\";s:7:\"primary\";s:9:\"alignment\";s:6:\"center\";s:4:\"data\";a:1:{i:0;a:1:{s:4:\"text\";s:116:\"<span style=\"font-size: 40px;\" class=\"font-style\"><span style=\"color: rgb(34, 34, 34);\">Apartments</span><br></span>\";}}s:5:\"index\";i:0;s:8:\"pcHidden\";b:1;s:21:\"tabletLandscapeHidden\";b:1;s:12:\"tabletHidden\";b:1;s:12:\"mobileHidden\";b:1;}i:1;a:15:{s:4:\"type\";s:7:\"divider\";s:5:\"style\";s:6:\"single\";s:10:\"components\";a:0:{}s:5:\"color\";s:7:\"#000000\";s:5:\"width\";s:3:\"100\";s:13:\"lineThickness\";i:1;s:9:\"alignment\";s:6:\"center\";s:4:\"text\";s:4:\"text\";s:8:\"textSize\";i:14;s:19:\"textBackgroundColor\";s:7:\"default\";s:5:\"index\";i:1;s:8:\"pcHidden\";b:1;s:21:\"tabletLandscapeHidden\";b:1;s:12:\"tabletHidden\";b:1;s:12:\"mobileHidden\";b:1;}}}}s:5:\"index\";i:0;}i:1;a:3:{s:6:\"layout\";s:7:\"3-3-3-3\";s:6:\"spaces\";a:4:{i:0;a:3:{s:8:\"subspace\";b:1;s:5:\"index\";i:0;s:5:\"items\";a:1:{i:0;a:27:{s:4:\"type\";s:5:\"image\";s:9:\"alignment\";s:6:\"center\";s:10:\"imageRatio\";s:4:\"auto\";s:7:\"caption\";s:24:\"Insert your caption here\";s:10:\"components\";a:1:{i:0;s:0:\"\";}s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:42:\"https://rey.is/index.php/portfolio/studio/\";s:9:\"imageSize\";s:4:\"full\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:55:\"http://ray.vefur.co/wp-content/uploads/2017/10/1a-2.png\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:7:\"x-large\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:1;s:5:\"index\";i:0;s:7:\"imageId\";i:56;s:10:\"paddingTop\";s:1:\"0\";s:12:\"paddingRight\";s:1:\"0\";s:13:\"paddingBottom\";s:1:\"0\";s:11:\"paddingLeft\";s:1:\"0\";s:9:\"animation\";s:7:\"fadeinl\";}}}i:1;a:3:{s:8:\"subspace\";b:1;s:5:\"index\";i:1;s:5:\"items\";a:3:{i:0;a:27:{s:4:\"type\";s:5:\"image\";s:9:\"alignment\";s:6:\"center\";s:10:\"imageRatio\";s:4:\"auto\";s:7:\"caption\";s:24:\"Insert your caption here\";s:10:\"components\";a:1:{i:0;s:0:\"\";}s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:49:\"https://rey.is/index.php/portfolio/one-bedroom-3/\";s:9:\"imageSize\";s:4:\"full\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:53:\"http://ray.vefur.co/wp-content/uploads/2017/10/2a.png\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:7:\"x-large\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:1;s:5:\"index\";i:0;s:7:\"imageId\";i:45;s:10:\"paddingTop\";s:1:\"0\";s:12:\"paddingRight\";s:1:\"0\";s:13:\"paddingBottom\";s:1:\"0\";s:11:\"paddingLeft\";s:1:\"0\";s:9:\"animation\";s:6:\"fadein\";}i:1;a:3:{s:4:\"type\";s:5:\"space\";s:6:\"height\";s:2:\"30\";s:5:\"index\";i:1;}i:2;a:27:{s:4:\"type\";s:5:\"image\";s:9:\"alignment\";s:6:\"center\";s:10:\"imageRatio\";s:4:\"auto\";s:7:\"caption\";s:24:\"Insert your caption here\";s:10:\"components\";a:1:{i:0;s:0:\"\";}s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:49:\"https://rey.is/index.php/portfolio/one-bedroom-4/\";s:9:\"imageSize\";s:4:\"full\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:53:\"http://ray.vefur.co/wp-content/uploads/2017/10/3a.png\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:7:\"x-large\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:1;s:5:\"index\";i:2;s:7:\"imageId\";i:47;s:10:\"paddingTop\";s:1:\"0\";s:12:\"paddingRight\";s:1:\"0\";s:13:\"paddingBottom\";s:1:\"0\";s:11:\"paddingLeft\";s:1:\"0\";s:9:\"animation\";s:6:\"fadein\";}}}i:2;a:3:{s:8:\"subspace\";b:1;s:5:\"index\";i:2;s:5:\"items\";a:1:{i:0;a:27:{s:4:\"type\";s:5:\"image\";s:9:\"alignment\";s:6:\"center\";s:10:\"imageRatio\";s:4:\"auto\";s:7:\"caption\";s:24:\"Insert your caption here\";s:10:\"components\";a:1:{i:0;s:0:\"\";}s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:49:\"https://rey.is/index.php/portfolio/two-bedroom-6/\";s:9:\"imageSize\";s:4:\"full\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:55:\"http://ray.vefur.co/wp-content/uploads/2017/10/4a-1.png\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:7:\"x-large\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:1;s:5:\"index\";i:0;s:7:\"imageId\";i:57;s:10:\"paddingTop\";s:1:\"0\";s:12:\"paddingRight\";s:1:\"0\";s:13:\"paddingBottom\";s:1:\"0\";s:11:\"paddingLeft\";s:1:\"0\";s:9:\"animation\";s:6:\"fadein\";}}}i:3;a:3:{s:8:\"subspace\";b:1;s:5:\"index\";i:3;s:5:\"items\";a:3:{i:0;a:27:{s:4:\"type\";s:5:\"image\";s:9:\"alignment\";s:6:\"center\";s:10:\"imageRatio\";s:4:\"auto\";s:7:\"caption\";s:24:\"Insert your caption here\";s:10:\"components\";a:1:{i:0;s:0:\"\";}s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:51:\"https://rey.is/index.php/portfolio/three-bedroom-6/\";s:9:\"imageSize\";s:4:\"full\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:53:\"http://ray.vefur.co/wp-content/uploads/2017/10/5a.png\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:7:\"x-large\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:1;s:5:\"index\";i:0;s:7:\"imageId\";i:51;s:10:\"paddingTop\";s:1:\"0\";s:12:\"paddingRight\";s:1:\"0\";s:13:\"paddingBottom\";s:1:\"0\";s:11:\"paddingLeft\";s:1:\"0\";s:9:\"animation\";s:7:\"fadeinr\";}i:1;a:3:{s:4:\"type\";s:5:\"space\";s:6:\"height\";s:2:\"30\";s:5:\"index\";i:1;}i:2;a:27:{s:4:\"type\";s:5:\"image\";s:9:\"alignment\";s:6:\"center\";s:10:\"imageRatio\";s:4:\"auto\";s:7:\"caption\";s:24:\"Insert your caption here\";s:10:\"components\";a:1:{i:0;s:0:\"\";}s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:51:\"https://rey.is/index.php/portfolio/three-bedroom-8/\";s:9:\"imageSize\";s:4:\"full\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:55:\"http://ray.vefur.co/wp-content/uploads/2017/10/6a-1.png\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:7:\"x-large\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:1;s:5:\"index\";i:2;s:7:\"imageId\";i:58;s:10:\"paddingTop\";s:1:\"0\";s:12:\"paddingRight\";s:1:\"0\";s:13:\"paddingBottom\";s:1:\"0\";s:11:\"paddingLeft\";s:1:\"0\";s:9:\"animation\";s:7:\"fadeinr\";}}}}s:5:\"index\";i:1;}}s:12:\"paddingRight\";s:0:\"\";s:11:\"paddingLeft\";s:0:\"\";s:8:\"pcHidden\";b:0;s:21:\"tabletLandscapeHidden\";b:1;s:12:\"tabletHidden\";b:1;s:12:\"mobileHidden\";b:1;s:3:\"sid\";s:1:\"2\";}i:2;a:24:{s:14:\"backgroundType\";s:5:\"image\";s:15:\"backgroundColor\";s:7:\"default\";s:17:\"backgroundOpacity\";i:90;s:13:\"backgroundUrl\";s:0:\"\";s:19:\"backgroundPosterUrl\";s:0:\"\";s:18:\"backgroundVideoUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:13:\"parallaxSpeed\";i:0;s:15:\"backgroundFixed\";b:0;s:9:\"fitHeight\";b:0;s:16:\"fitHeightPercent\";i:100;s:15:\"fitHeightOffset\";s:0:\"\";s:9:\"fullWidth\";b:0;s:15:\"borderThickness\";i:0;s:11:\"borderColor\";s:7:\"default\";s:11:\"colorScheme\";s:7:\"default\";s:6:\"blocks\";a:1:{i:0;a:3:{s:6:\"layout\";i:12;s:6:\"spaces\";a:1:{i:0;a:3:{s:8:\"subspace\";b:1;s:5:\"index\";i:0;s:5:\"items\";a:6:{i:0;a:27:{s:4:\"type\";s:5:\"image\";s:9:\"alignment\";s:6:\"center\";s:10:\"imageRatio\";s:4:\"auto\";s:7:\"caption\";s:24:\"Insert your caption here\";s:10:\"components\";a:1:{i:0;s:0:\"\";}s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:42:\"https://rey.is/index.php/portfolio/studio/\";s:9:\"imageSize\";s:4:\"full\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:53:\"http://ray.vefur.co/wp-content/uploads/2017/10/1c.png\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:7:\"x-large\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:1;s:5:\"index\";i:0;s:7:\"imageId\";s:0:\"\";s:10:\"paddingTop\";s:1:\"0\";s:12:\"paddingRight\";s:1:\"0\";s:13:\"paddingBottom\";s:1:\"0\";s:11:\"paddingLeft\";s:1:\"0\";s:9:\"animation\";s:4:\"none\";}i:1;a:27:{s:4:\"type\";s:5:\"image\";s:9:\"alignment\";s:6:\"center\";s:10:\"imageRatio\";s:4:\"auto\";s:7:\"caption\";s:24:\"Insert your caption here\";s:10:\"components\";a:1:{i:0;s:0:\"\";}s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:49:\"https://rey.is/index.php/portfolio/one-bedroom-3/\";s:9:\"imageSize\";s:4:\"full\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:53:\"http://ray.vefur.co/wp-content/uploads/2017/10/2a.png\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:7:\"x-large\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:1;s:5:\"index\";i:1;s:7:\"imageId\";i:45;s:10:\"paddingTop\";s:1:\"0\";s:12:\"paddingRight\";s:1:\"0\";s:13:\"paddingBottom\";s:1:\"0\";s:11:\"paddingLeft\";s:1:\"0\";s:9:\"animation\";s:4:\"none\";}i:2;a:27:{s:4:\"type\";s:5:\"image\";s:9:\"alignment\";s:6:\"center\";s:10:\"imageRatio\";s:4:\"auto\";s:7:\"caption\";s:24:\"Insert your caption here\";s:10:\"components\";a:1:{i:0;s:0:\"\";}s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:49:\"https://rey.is/index.php/portfolio/one-bedroom-4/\";s:9:\"imageSize\";s:4:\"full\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:53:\"http://ray.vefur.co/wp-content/uploads/2017/10/3a.png\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:7:\"x-large\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:1;s:5:\"index\";i:2;s:7:\"imageId\";i:47;s:10:\"paddingTop\";s:1:\"0\";s:12:\"paddingRight\";s:1:\"0\";s:13:\"paddingBottom\";s:1:\"0\";s:11:\"paddingLeft\";s:1:\"0\";s:9:\"animation\";s:4:\"none\";}i:3;a:27:{s:4:\"type\";s:5:\"image\";s:9:\"alignment\";s:6:\"center\";s:10:\"imageRatio\";s:4:\"auto\";s:7:\"caption\";s:24:\"Insert your caption here\";s:10:\"components\";a:1:{i:0;s:0:\"\";}s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:51:\"https://rey.is/index.php/portfolio/three-bedroom-6/\";s:9:\"imageSize\";s:4:\"full\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:53:\"http://ray.vefur.co/wp-content/uploads/2017/10/5a.png\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:7:\"x-large\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:1;s:5:\"index\";i:3;s:7:\"imageId\";i:51;s:10:\"paddingTop\";s:1:\"0\";s:12:\"paddingRight\";s:1:\"0\";s:13:\"paddingBottom\";s:1:\"0\";s:11:\"paddingLeft\";s:1:\"0\";s:9:\"animation\";s:4:\"none\";}i:4;a:27:{s:4:\"type\";s:5:\"image\";s:9:\"alignment\";s:6:\"center\";s:10:\"imageRatio\";s:4:\"auto\";s:7:\"caption\";s:24:\"Insert your caption here\";s:10:\"components\";a:1:{i:0;s:0:\"\";}s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:49:\"https://rey.is/index.php/portfolio/two-bedroom-6/\";s:9:\"imageSize\";s:4:\"full\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:53:\"http://ray.vefur.co/wp-content/uploads/2017/10/4c.png\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:7:\"x-large\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:1;s:5:\"index\";i:4;s:7:\"imageId\";i:147;s:10:\"paddingTop\";s:1:\"0\";s:12:\"paddingRight\";s:1:\"0\";s:13:\"paddingBottom\";s:1:\"0\";s:11:\"paddingLeft\";s:1:\"0\";s:9:\"animation\";s:4:\"none\";}i:5;a:27:{s:4:\"type\";s:5:\"image\";s:9:\"alignment\";s:6:\"center\";s:10:\"imageRatio\";s:4:\"auto\";s:7:\"caption\";s:24:\"Insert your caption here\";s:10:\"components\";a:1:{i:0;s:0:\"\";}s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:51:\"https://rey.is/index.php/portfolio/three-bedroom-8/\";s:9:\"imageSize\";s:4:\"full\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:55:\"http://ray.vefur.co/wp-content/uploads/2017/10/6a-1.png\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:7:\"x-large\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:1;s:5:\"index\";i:5;s:7:\"imageId\";i:58;s:10:\"paddingTop\";s:1:\"0\";s:12:\"paddingRight\";s:1:\"0\";s:13:\"paddingBottom\";s:1:\"0\";s:11:\"paddingLeft\";s:1:\"0\";s:9:\"animation\";s:4:\"none\";}}}}s:5:\"index\";i:1;}}s:5:\"index\";i:2;s:8:\"pcHidden\";b:1;s:21:\"tabletLandscapeHidden\";b:1;s:12:\"tabletHidden\";b:1;}i:3;a:23:{s:14:\"backgroundType\";s:5:\"image\";s:15:\"backgroundColor\";s:7:\"default\";s:17:\"backgroundOpacity\";i:90;s:13:\"backgroundUrl\";s:0:\"\";s:19:\"backgroundPosterUrl\";s:0:\"\";s:18:\"backgroundVideoUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:13:\"parallaxSpeed\";i:0;s:15:\"backgroundFixed\";b:0;s:9:\"fitHeight\";b:0;s:16:\"fitHeightPercent\";i:100;s:15:\"fitHeightOffset\";s:0:\"\";s:9:\"fullWidth\";b:0;s:15:\"borderThickness\";i:0;s:11:\"borderColor\";s:7:\"default\";s:11:\"colorScheme\";s:7:\"default\";s:6:\"blocks\";a:1:{i:0;a:3:{s:6:\"layout\";s:5:\"4-4-4\";s:6:\"spaces\";a:3:{i:0;a:3:{s:8:\"subspace\";b:1;s:5:\"index\";i:0;s:5:\"items\";a:2:{i:0;a:27:{s:4:\"type\";s:5:\"image\";s:9:\"alignment\";s:5:\"right\";s:10:\"imageRatio\";s:4:\"auto\";s:7:\"caption\";s:24:\"Insert your caption here\";s:10:\"components\";a:1:{i:0;s:0:\"\";}s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:42:\"https://rey.is/index.php/portfolio/studio/\";s:9:\"imageSize\";s:4:\"full\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:53:\"http://ray.vefur.co/wp-content/uploads/2017/10/1c.png\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:7:\"x-large\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:1;s:5:\"index\";i:0;s:7:\"imageId\";i:146;s:10:\"paddingTop\";s:1:\"0\";s:12:\"paddingRight\";s:1:\"0\";s:13:\"paddingBottom\";s:1:\"0\";s:11:\"paddingLeft\";s:1:\"0\";s:9:\"animation\";s:4:\"none\";}i:1;a:27:{s:4:\"type\";s:5:\"image\";s:9:\"alignment\";s:5:\"right\";s:10:\"imageRatio\";s:4:\"auto\";s:7:\"caption\";s:24:\"Insert your caption here\";s:10:\"components\";a:1:{i:0;s:0:\"\";}s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:51:\"https://rey.is/index.php/portfolio/three-bedroom-6/\";s:9:\"imageSize\";s:4:\"full\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:53:\"http://ray.vefur.co/wp-content/uploads/2017/10/5a.png\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:7:\"x-large\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:1;s:5:\"index\";i:1;s:7:\"imageId\";i:51;s:10:\"paddingTop\";s:1:\"0\";s:12:\"paddingRight\";s:1:\"0\";s:13:\"paddingBottom\";s:1:\"0\";s:11:\"paddingLeft\";s:1:\"0\";s:9:\"animation\";s:4:\"none\";}}}i:1;a:3:{s:8:\"subspace\";b:1;s:5:\"index\";i:1;s:5:\"items\";a:2:{i:0;a:27:{s:4:\"type\";s:5:\"image\";s:9:\"alignment\";s:4:\"left\";s:10:\"imageRatio\";s:4:\"auto\";s:7:\"caption\";s:24:\"Insert your caption here\";s:10:\"components\";a:1:{i:0;s:0:\"\";}s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:49:\"https://rey.is/index.php/portfolio/one-bedroom-3/\";s:9:\"imageSize\";s:4:\"full\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:53:\"http://ray.vefur.co/wp-content/uploads/2017/10/2a.png\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:7:\"x-large\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:1;s:5:\"index\";i:0;s:7:\"imageId\";i:45;s:10:\"paddingTop\";s:1:\"0\";s:12:\"paddingRight\";s:1:\"0\";s:13:\"paddingBottom\";s:1:\"0\";s:11:\"paddingLeft\";s:1:\"0\";s:9:\"animation\";s:4:\"none\";}i:1;a:27:{s:4:\"type\";s:5:\"image\";s:9:\"alignment\";s:4:\"left\";s:10:\"imageRatio\";s:4:\"auto\";s:7:\"caption\";s:24:\"Insert your caption here\";s:10:\"components\";a:1:{i:0;s:0:\"\";}s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:49:\"https://rey.is/index.php/portfolio/two-bedroom-6/\";s:9:\"imageSize\";s:4:\"full\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:53:\"http://ray.vefur.co/wp-content/uploads/2017/10/4c.png\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:7:\"x-large\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:1;s:5:\"index\";i:1;s:7:\"imageId\";i:147;s:10:\"paddingTop\";s:1:\"0\";s:12:\"paddingRight\";s:1:\"0\";s:13:\"paddingBottom\";s:1:\"0\";s:11:\"paddingLeft\";s:1:\"0\";s:9:\"animation\";s:4:\"none\";}}}i:2;a:3:{s:8:\"subspace\";b:1;s:5:\"index\";i:2;s:5:\"items\";a:2:{i:0;a:27:{s:4:\"type\";s:5:\"image\";s:9:\"alignment\";s:5:\"right\";s:10:\"imageRatio\";s:4:\"auto\";s:7:\"caption\";s:24:\"Insert your caption here\";s:10:\"components\";a:1:{i:0;s:0:\"\";}s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:49:\"https://rey.is/index.php/portfolio/one-bedroom-4/\";s:9:\"imageSize\";s:4:\"full\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:53:\"http://ray.vefur.co/wp-content/uploads/2017/10/3a.png\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:7:\"x-large\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:1;s:5:\"index\";i:0;s:7:\"imageId\";i:47;s:10:\"paddingTop\";s:1:\"0\";s:12:\"paddingRight\";s:1:\"0\";s:13:\"paddingBottom\";s:1:\"0\";s:11:\"paddingLeft\";s:1:\"0\";s:9:\"animation\";s:4:\"none\";}i:1;a:27:{s:4:\"type\";s:5:\"image\";s:9:\"alignment\";s:4:\"left\";s:10:\"imageRatio\";s:4:\"auto\";s:7:\"caption\";s:24:\"Insert your caption here\";s:10:\"components\";a:1:{i:0;s:0:\"\";}s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:51:\"https://rey.is/index.php/portfolio/three-bedroom-8/\";s:9:\"imageSize\";s:4:\"full\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:55:\"http://ray.vefur.co/wp-content/uploads/2017/10/6a-1.png\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:7:\"x-large\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:1;s:5:\"index\";i:1;s:7:\"imageId\";i:58;s:10:\"paddingTop\";s:1:\"0\";s:12:\"paddingRight\";s:1:\"0\";s:13:\"paddingBottom\";s:1:\"0\";s:11:\"paddingLeft\";s:1:\"0\";s:9:\"animation\";s:4:\"none\";}}}}s:5:\"index\";i:1;}}s:5:\"index\";i:3;s:8:\"pcHidden\";b:1;s:12:\"mobileHidden\";b:1;}i:4;a:22:{s:14:\"backgroundType\";s:5:\"image\";s:15:\"backgroundColor\";s:7:\"#000000\";s:17:\"backgroundOpacity\";i:5;s:13:\"backgroundUrl\";s:0:\"\";s:19:\"backgroundPosterUrl\";s:0:\"\";s:18:\"backgroundVideoUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:13:\"parallaxSpeed\";i:0;s:15:\"backgroundFixed\";b:0;s:9:\"fitHeight\";b:0;s:16:\"fitHeightPercent\";i:100;s:15:\"fitHeightOffset\";s:0:\"\";s:9:\"fullWidth\";b:0;s:15:\"borderThickness\";i:0;s:11:\"borderColor\";s:7:\"default\";s:11:\"colorScheme\";s:7:\"default\";s:6:\"blocks\";a:2:{i:0;a:3:{s:6:\"layout\";s:2:\"12\";s:6:\"spaces\";a:1:{i:0;a:3:{s:8:\"subspace\";b:1;s:5:\"index\";i:0;s:5:\"items\";a:2:{i:0;a:14:{s:4:\"type\";s:4:\"text\";s:9:\"noOfItems\";i:1;s:7:\"spacing\";i:30;s:6:\"bullet\";b:0;s:11:\"bulletStyle\";s:4:\"none\";s:14:\"bulletPosition\";s:6:\"inside\";s:10:\"fontFamily\";s:7:\"primary\";s:9:\"alignment\";s:6:\"center\";s:4:\"data\";a:1:{i:0;a:1:{s:4:\"text\";s:116:\"<span style=\"font-size: 40px;\" class=\"font-style\"><span style=\"color: rgb(34, 34, 34);\">Apartments</span><br></span>\";}}s:5:\"index\";i:0;s:8:\"pcHidden\";b:1;s:21:\"tabletLandscapeHidden\";b:1;s:12:\"tabletHidden\";b:1;s:12:\"mobileHidden\";b:1;}i:1;a:15:{s:4:\"type\";s:7:\"divider\";s:5:\"style\";s:6:\"single\";s:10:\"components\";a:0:{}s:5:\"color\";s:7:\"#000000\";s:5:\"width\";s:3:\"100\";s:13:\"lineThickness\";i:1;s:9:\"alignment\";s:6:\"center\";s:4:\"text\";s:4:\"text\";s:8:\"textSize\";i:14;s:19:\"textBackgroundColor\";s:7:\"default\";s:5:\"index\";i:1;s:21:\"tabletLandscapeHidden\";b:1;s:12:\"tabletHidden\";b:1;s:8:\"pcHidden\";b:1;s:12:\"mobileHidden\";b:1;}}}}s:5:\"index\";i:0;}i:1;a:3:{s:6:\"layout\";s:3:\"6-6\";s:6:\"spaces\";a:2:{i:0;a:3:{s:8:\"subspace\";b:1;s:5:\"index\";i:0;s:5:\"items\";a:1:{i:0;a:33:{s:4:\"type\";s:3:\"box\";s:15:\"fitScreenHeight\";b:0;s:16:\"fitHeightPercent\";i:100;s:15:\"fitHeightOffset\";s:0:\"\";s:6:\"height\";s:0:\"\";s:8:\"maxWidth\";s:0:\"\";s:8:\"overflow\";s:6:\"hidden\";s:9:\"topBorder\";i:0;s:12:\"bottomBorder\";i:0;s:10:\"leftBorder\";i:0;s:11:\"rightBorder\";i:0;s:11:\"borderColor\";s:7:\"default\";s:13:\"verticalAlign\";s:6:\"middle\";s:9:\"alignment\";s:6:\"center\";s:8:\"pinnedID\";s:0:\"\";s:11:\"fitHeightID\";s:0:\"\";s:9:\"noOfItems\";i:1;s:11:\"colorScheme\";s:7:\"default\";s:14:\"backgroundType\";s:5:\"image\";s:15:\"backgroundColor\";s:7:\"default\";s:17:\"backgroundOpacity\";i:90;s:13:\"backgroundUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:16:\"backgroundExtend\";s:4:\"none\";s:15:\"backgroundFixed\";b:0;s:13:\"parallaxSpeed\";i:0;s:4:\"data\";a:1:{i:0;N;}s:6:\"spaces\";a:1:{i:0;a:3:{s:8:\"subspace\";b:0;s:5:\"items\";a:8:{i:0;a:10:{s:4:\"type\";s:4:\"text\";s:9:\"noOfItems\";i:1;s:7:\"spacing\";i:30;s:6:\"bullet\";b:0;s:11:\"bulletStyle\";s:4:\"none\";s:14:\"bulletPosition\";s:6:\"inside\";s:10:\"fontFamily\";s:7:\"primary\";s:9:\"alignment\";s:4:\"left\";s:4:\"data\";a:1:{i:0;a:1:{s:4:\"text\";s:120:\"<span style=\"font-size: 26px;\" class=\"font-style\"><span style=\"color: rgb(34, 34, 34);\">in the city center</span></span>\";}}s:5:\"index\";i:0;}i:1;a:10:{s:4:\"type\";s:4:\"text\";s:9:\"noOfItems\";i:1;s:7:\"spacing\";i:30;s:6:\"bullet\";b:0;s:11:\"bulletStyle\";s:4:\"none\";s:14:\"bulletPosition\";s:6:\"inside\";s:10:\"fontFamily\";s:7:\"primary\";s:9:\"alignment\";s:4:\"left\";s:4:\"data\";a:1:{i:0;a:1:{s:4:\"text\";s:140:\"Rey is located in between Laugavegur shopping street and the trendy Skolavordustigur district.<br>Our address: Grettisgata 2A, 101 Reykjavik\";}}s:5:\"index\";i:1;}i:2;a:3:{s:4:\"type\";s:5:\"space\";s:6:\"height\";s:2:\"20\";s:5:\"index\";i:2;}i:3;a:10:{s:4:\"type\";s:4:\"text\";s:9:\"noOfItems\";i:1;s:7:\"spacing\";i:30;s:6:\"bullet\";b:0;s:11:\"bulletStyle\";s:4:\"none\";s:14:\"bulletPosition\";s:6:\"inside\";s:10:\"fontFamily\";s:7:\"primary\";s:9:\"alignment\";s:4:\"left\";s:4:\"data\";a:1:{i:0;a:1:{s:4:\"text\";s:123:\"<span style=\"color: rgb(34, 34, 34);\"><span style=\"font-size: 26px;\" class=\"font-style\">restaurant &amp; bars</span></span>\";}}s:5:\"index\";i:3;}i:4;a:10:{s:4:\"type\";s:4:\"text\";s:9:\"noOfItems\";i:1;s:7:\"spacing\";i:30;s:6:\"bullet\";b:0;s:11:\"bulletStyle\";s:4:\"none\";s:14:\"bulletPosition\";s:6:\"inside\";s:10:\"fontFamily\";s:7:\"primary\";s:9:\"alignment\";s:4:\"left\";s:4:\"data\";a:1:{i:0;a:1:{s:4:\"text\";s:207:\"Situated between Iceland´s main shopping street and Reykjavik´s flourishing art district. REY offers you the perfect location, within walking distance to Reykjavík´s cafe´s, restaurants &amp; nightlife.\";}}s:5:\"index\";i:4;}i:5;a:3:{s:4:\"type\";s:5:\"space\";s:6:\"height\";s:2:\"20\";s:5:\"index\";i:5;}i:6;a:10:{s:4:\"type\";s:4:\"text\";s:9:\"noOfItems\";i:1;s:7:\"spacing\";i:30;s:6:\"bullet\";b:0;s:11:\"bulletStyle\";s:4:\"none\";s:14:\"bulletPosition\";s:6:\"inside\";s:10:\"fontFamily\";s:7:\"primary\";s:9:\"alignment\";s:4:\"left\";s:4:\"data\";a:1:{i:0;a:1:{s:4:\"text\";s:126:\"<span style=\"color: rgb(34, 34, 34);\"><span style=\"font-size: 26px;\" class=\"font-style\">culture &amp; relaxation</span></span>\";}}s:5:\"index\";i:6;}i:7;a:10:{s:4:\"type\";s:4:\"text\";s:9:\"noOfItems\";i:1;s:7:\"spacing\";i:30;s:6:\"bullet\";b:0;s:11:\"bulletStyle\";s:4:\"none\";s:14:\"bulletPosition\";s:6:\"inside\";s:10:\"fontFamily\";s:7:\"primary\";s:9:\"alignment\";s:4:\"left\";s:4:\"data\";a:1:{i:0;a:1:{s:4:\"text\";s:226:\"The city centre is packed with arts venues, tempting shops, café culture and things to do. Reykjavik´s main shopping street is just one street over from REY and from there you will find everything that Reykjavik has to offer\";}}s:5:\"index\";i:7;}}s:5:\"index\";i:0;}}s:5:\"index\";i:0;s:9:\"animation\";s:7:\"fadeinl\";}}}i:1;a:3:{s:8:\"subspace\";b:1;s:5:\"index\";i:1;s:5:\"items\";a:1:{i:0;a:33:{s:4:\"type\";s:3:\"box\";s:15:\"fitScreenHeight\";b:0;s:16:\"fitHeightPercent\";i:100;s:15:\"fitHeightOffset\";s:0:\"\";s:6:\"height\";s:0:\"\";s:8:\"maxWidth\";s:0:\"\";s:8:\"overflow\";s:6:\"hidden\";s:9:\"topBorder\";i:0;s:12:\"bottomBorder\";i:0;s:10:\"leftBorder\";i:0;s:11:\"rightBorder\";i:0;s:11:\"borderColor\";s:7:\"default\";s:13:\"verticalAlign\";s:6:\"middle\";s:9:\"alignment\";s:6:\"center\";s:8:\"pinnedID\";s:0:\"\";s:11:\"fitHeightID\";s:0:\"\";s:9:\"noOfItems\";i:1;s:11:\"colorScheme\";s:7:\"default\";s:14:\"backgroundType\";s:5:\"image\";s:15:\"backgroundColor\";s:7:\"default\";s:17:\"backgroundOpacity\";i:90;s:13:\"backgroundUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:16:\"backgroundExtend\";s:4:\"none\";s:15:\"backgroundFixed\";b:0;s:13:\"parallaxSpeed\";i:0;s:4:\"data\";a:1:{i:0;N;}s:6:\"spaces\";a:1:{i:0;a:3:{s:8:\"subspace\";b:0;s:5:\"items\";a:1:{i:0;a:3:{s:4:\"type\";s:7:\"btx-map\";s:5:\"mapId\";s:1:\"1\";s:5:\"index\";i:0;}}s:5:\"index\";i:0;}}s:5:\"index\";i:0;s:9:\"animation\";s:7:\"fadeinr\";}}}}s:5:\"index\";i:1;}}s:5:\"index\";i:4;s:3:\"sid\";s:1:\"1\";}i:5;a:25:{s:14:\"backgroundType\";s:5:\"image\";s:15:\"backgroundColor\";s:7:\"default\";s:17:\"backgroundOpacity\";i:90;s:13:\"backgroundUrl\";s:0:\"\";s:19:\"backgroundPosterUrl\";s:0:\"\";s:18:\"backgroundVideoUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:13:\"parallaxSpeed\";i:0;s:15:\"backgroundFixed\";b:0;s:9:\"fitHeight\";b:0;s:16:\"fitHeightPercent\";i:100;s:15:\"fitHeightOffset\";s:0:\"\";s:9:\"fullWidth\";b:0;s:15:\"borderThickness\";i:0;s:11:\"borderColor\";s:7:\"default\";s:11:\"colorScheme\";s:7:\"default\";s:6:\"blocks\";a:2:{i:0;a:3:{s:6:\"layout\";s:2:\"12\";s:6:\"spaces\";a:1:{i:0;a:3:{s:8:\"subspace\";b:1;s:5:\"index\";i:0;s:5:\"items\";a:0:{}}}s:5:\"index\";i:0;}i:1;a:3:{s:6:\"layout\";s:7:\"3-3-3-3\";s:6:\"spaces\";a:4:{i:0;a:3:{s:8:\"subspace\";b:1;s:5:\"index\";i:0;s:5:\"items\";a:1:{i:0;a:18:{s:4:\"type\";s:11:\"interactive\";s:5:\"style\";s:7:\"overlay\";s:9:\"noOfItems\";i:2;s:4:\"name\";s:0:\"\";s:12:\"disableHover\";b:0;s:6:\"height\";s:3:\"560\";s:13:\"overlayEffect\";s:6:\"fadein\";s:14:\"slideDirection\";s:4:\"left\";s:15:\"borderThickness\";i:0;s:11:\"borderColor\";s:7:\"default\";s:4:\"data\";a:2:{i:0;a:11:{s:11:\"colorScheme\";s:7:\"default\";s:14:\"backgroundType\";s:5:\"image\";s:15:\"backgroundColor\";s:7:\"default\";s:17:\"backgroundOpacity\";i:90;s:12:\"backgroundId\";b:0;s:13:\"backgroundUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:13:\"parallaxSpeed\";i:0;}i:1;a:11:{s:11:\"colorScheme\";s:7:\"default\";s:14:\"backgroundType\";s:5:\"image\";s:15:\"backgroundColor\";s:7:\"default\";s:17:\"backgroundOpacity\";i:90;s:12:\"backgroundId\";b:0;s:13:\"backgroundUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:13:\"parallaxSpeed\";i:0;}}s:6:\"spaces\";a:2:{i:0;a:3:{s:8:\"subspace\";b:0;s:5:\"items\";a:1:{i:0;a:22:{s:4:\"type\";s:5:\"image\";s:9:\"alignment\";s:6:\"center\";s:10:\"imageRatio\";s:4:\"auto\";s:7:\"caption\";s:24:\"Insert your caption here\";s:10:\"components\";a:1:{i:0;s:0:\"\";}s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:0:\"\";s:9:\"imageSize\";s:4:\"full\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:55:\"http://ray.vefur.co/wp-content/uploads/2017/10/1a-2.png\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:7:\"x-large\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:0;s:5:\"index\";i:0;s:7:\"imageId\";i:56;}}s:5:\"index\";i:0;}i:1;a:3:{s:8:\"subspace\";b:0;s:5:\"items\";a:1:{i:0;a:22:{s:4:\"type\";s:5:\"image\";s:9:\"alignment\";s:6:\"center\";s:10:\"imageRatio\";s:4:\"auto\";s:7:\"caption\";s:24:\"Insert your caption here\";s:10:\"components\";a:1:{i:0;s:0:\"\";}s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:0:\"\";s:9:\"imageSize\";s:4:\"full\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:55:\"http://ray.vefur.co/wp-content/uploads/2017/10/1b-1.png\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:7:\"x-large\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:0;s:5:\"index\";i:0;s:7:\"imageId\";i:59;}}s:5:\"index\";i:1;}}s:5:\"index\";i:0;s:10:\"paddingTop\";s:1:\"0\";s:12:\"paddingRight\";s:1:\"0\";s:13:\"paddingBottom\";s:1:\"0\";s:11:\"paddingLeft\";s:1:\"0\";s:9:\"animation\";s:7:\"fadeinl\";}}}i:1;a:3:{s:8:\"subspace\";b:1;s:5:\"index\";i:1;s:5:\"items\";a:2:{i:0;a:18:{s:4:\"type\";s:11:\"interactive\";s:5:\"style\";s:7:\"overlay\";s:9:\"noOfItems\";i:2;s:4:\"name\";s:0:\"\";s:12:\"disableHover\";b:0;s:6:\"height\";i:500;s:13:\"overlayEffect\";s:6:\"fadein\";s:14:\"slideDirection\";s:4:\"left\";s:15:\"borderThickness\";i:0;s:11:\"borderColor\";s:7:\"default\";s:4:\"data\";a:2:{i:0;a:11:{s:11:\"colorScheme\";s:7:\"default\";s:14:\"backgroundType\";s:5:\"image\";s:15:\"backgroundColor\";s:7:\"default\";s:17:\"backgroundOpacity\";i:90;s:12:\"backgroundId\";b:0;s:13:\"backgroundUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:13:\"parallaxSpeed\";i:0;}i:1;a:11:{s:11:\"colorScheme\";s:7:\"default\";s:14:\"backgroundType\";s:5:\"image\";s:15:\"backgroundColor\";s:7:\"default\";s:17:\"backgroundOpacity\";i:90;s:12:\"backgroundId\";b:0;s:13:\"backgroundUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:13:\"parallaxSpeed\";i:0;}}s:6:\"spaces\";a:2:{i:0;a:3:{s:8:\"subspace\";b:0;s:5:\"items\";a:1:{i:0;a:22:{s:4:\"type\";s:5:\"image\";s:9:\"alignment\";s:6:\"center\";s:10:\"imageRatio\";s:4:\"auto\";s:7:\"caption\";s:24:\"Insert your caption here\";s:10:\"components\";a:1:{i:0;s:0:\"\";}s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:0:\"\";s:9:\"imageSize\";s:4:\"full\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:53:\"http://ray.vefur.co/wp-content/uploads/2017/10/3a.png\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:7:\"x-large\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:0;s:5:\"index\";i:0;s:7:\"imageId\";i:47;}}s:5:\"index\";i:0;}i:1;a:3:{s:8:\"subspace\";b:0;s:5:\"items\";a:1:{i:0;a:22:{s:4:\"type\";s:5:\"image\";s:9:\"alignment\";s:6:\"center\";s:10:\"imageRatio\";s:4:\"auto\";s:7:\"caption\";s:24:\"Insert your caption here\";s:10:\"components\";a:1:{i:0;s:0:\"\";}s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:0:\"\";s:9:\"imageSize\";s:4:\"full\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:53:\"http://ray.vefur.co/wp-content/uploads/2017/10/3b.png\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:7:\"x-large\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:0;s:5:\"index\";i:0;s:7:\"imageId\";i:48;}}s:5:\"index\";i:1;}}s:5:\"index\";i:0;s:10:\"paddingTop\";s:1:\"0\";s:12:\"paddingRight\";s:1:\"0\";s:13:\"paddingBottom\";s:1:\"0\";s:11:\"paddingLeft\";s:1:\"0\";s:9:\"animation\";s:6:\"fadein\";}i:1;a:18:{s:4:\"type\";s:11:\"interactive\";s:5:\"style\";s:7:\"overlay\";s:9:\"noOfItems\";i:2;s:4:\"name\";s:0:\"\";s:12:\"disableHover\";b:0;s:6:\"height\";i:500;s:13:\"overlayEffect\";s:6:\"fadein\";s:14:\"slideDirection\";s:4:\"left\";s:15:\"borderThickness\";i:0;s:11:\"borderColor\";s:7:\"default\";s:4:\"data\";a:2:{i:0;a:11:{s:11:\"colorScheme\";s:7:\"default\";s:14:\"backgroundType\";s:5:\"image\";s:15:\"backgroundColor\";s:7:\"default\";s:17:\"backgroundOpacity\";i:90;s:12:\"backgroundId\";b:0;s:13:\"backgroundUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:13:\"parallaxSpeed\";i:0;}i:1;a:11:{s:11:\"colorScheme\";s:7:\"default\";s:14:\"backgroundType\";s:5:\"image\";s:15:\"backgroundColor\";s:7:\"default\";s:17:\"backgroundOpacity\";i:90;s:12:\"backgroundId\";b:0;s:13:\"backgroundUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:13:\"parallaxSpeed\";i:0;}}s:6:\"spaces\";a:2:{i:0;a:3:{s:8:\"subspace\";b:0;s:5:\"items\";a:1:{i:0;a:22:{s:4:\"type\";s:5:\"image\";s:9:\"alignment\";s:6:\"center\";s:10:\"imageRatio\";s:4:\"auto\";s:7:\"caption\";s:24:\"Insert your caption here\";s:10:\"components\";a:1:{i:0;s:0:\"\";}s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:0:\"\";s:9:\"imageSize\";s:4:\"full\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:53:\"http://ray.vefur.co/wp-content/uploads/2017/10/2a.png\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:7:\"x-large\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:0;s:5:\"index\";i:0;s:7:\"imageId\";i:45;}}s:5:\"index\";i:0;}i:1;a:3:{s:8:\"subspace\";b:0;s:5:\"items\";a:1:{i:0;a:22:{s:4:\"type\";s:5:\"image\";s:9:\"alignment\";s:6:\"center\";s:10:\"imageRatio\";s:4:\"auto\";s:7:\"caption\";s:24:\"Insert your caption here\";s:10:\"components\";a:1:{i:0;s:0:\"\";}s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:0:\"\";s:9:\"imageSize\";s:4:\"full\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:53:\"http://ray.vefur.co/wp-content/uploads/2017/10/2b.png\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:7:\"x-large\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:0;s:5:\"index\";i:0;s:7:\"imageId\";i:46;}}s:5:\"index\";i:1;}}s:5:\"index\";i:1;s:10:\"paddingTop\";s:1:\"0\";s:12:\"paddingRight\";s:1:\"0\";s:13:\"paddingBottom\";s:1:\"0\";s:11:\"paddingLeft\";s:1:\"0\";s:9:\"animation\";s:6:\"fadein\";}}}i:2;a:3:{s:8:\"subspace\";b:1;s:5:\"index\";i:2;s:5:\"items\";a:1:{i:0;a:18:{s:4:\"type\";s:11:\"interactive\";s:5:\"style\";s:7:\"overlay\";s:9:\"noOfItems\";i:2;s:4:\"name\";s:0:\"\";s:12:\"disableHover\";b:0;s:6:\"height\";s:3:\"560\";s:13:\"overlayEffect\";s:6:\"fadein\";s:14:\"slideDirection\";s:4:\"left\";s:15:\"borderThickness\";i:0;s:11:\"borderColor\";s:7:\"default\";s:4:\"data\";a:2:{i:0;a:11:{s:11:\"colorScheme\";s:7:\"default\";s:14:\"backgroundType\";s:5:\"image\";s:15:\"backgroundColor\";s:7:\"default\";s:17:\"backgroundOpacity\";i:90;s:12:\"backgroundId\";b:0;s:13:\"backgroundUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:13:\"parallaxSpeed\";i:0;}i:1;a:11:{s:11:\"colorScheme\";s:7:\"default\";s:14:\"backgroundType\";s:5:\"image\";s:15:\"backgroundColor\";s:7:\"default\";s:17:\"backgroundOpacity\";i:90;s:12:\"backgroundId\";b:0;s:13:\"backgroundUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:13:\"parallaxSpeed\";i:0;}}s:6:\"spaces\";a:2:{i:0;a:3:{s:8:\"subspace\";b:0;s:5:\"items\";a:1:{i:0;a:22:{s:4:\"type\";s:5:\"image\";s:9:\"alignment\";s:6:\"center\";s:10:\"imageRatio\";s:4:\"auto\";s:7:\"caption\";s:24:\"Insert your caption here\";s:10:\"components\";a:1:{i:0;s:0:\"\";}s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:0:\"\";s:9:\"imageSize\";s:4:\"full\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:55:\"http://ray.vefur.co/wp-content/uploads/2017/10/4a-1.png\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:7:\"x-large\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:0;s:5:\"index\";i:0;s:7:\"imageId\";i:57;}}s:5:\"index\";i:0;}i:1;a:3:{s:8:\"subspace\";b:0;s:5:\"items\";a:1:{i:0;a:22:{s:4:\"type\";s:5:\"image\";s:9:\"alignment\";s:6:\"center\";s:10:\"imageRatio\";s:4:\"auto\";s:7:\"caption\";s:24:\"Insert your caption here\";s:10:\"components\";a:1:{i:0;s:0:\"\";}s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:0:\"\";s:9:\"imageSize\";s:4:\"full\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:55:\"http://ray.vefur.co/wp-content/uploads/2017/10/4b-1.png\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:7:\"x-large\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:0;s:5:\"index\";i:0;s:7:\"imageId\";i:60;}}s:5:\"index\";i:1;}}s:5:\"index\";i:0;s:10:\"paddingTop\";s:1:\"0\";s:12:\"paddingRight\";s:1:\"0\";s:13:\"paddingBottom\";s:1:\"0\";s:11:\"paddingLeft\";s:1:\"0\";s:9:\"animation\";s:6:\"fadein\";}}}i:3;a:3:{s:8:\"subspace\";b:1;s:5:\"index\";i:3;s:5:\"items\";a:2:{i:0;a:18:{s:4:\"type\";s:11:\"interactive\";s:5:\"style\";s:7:\"overlay\";s:9:\"noOfItems\";i:2;s:4:\"name\";s:0:\"\";s:12:\"disableHover\";b:0;s:6:\"height\";i:500;s:13:\"overlayEffect\";s:6:\"fadein\";s:14:\"slideDirection\";s:4:\"left\";s:15:\"borderThickness\";i:0;s:11:\"borderColor\";s:7:\"default\";s:4:\"data\";a:2:{i:0;a:11:{s:11:\"colorScheme\";s:7:\"default\";s:14:\"backgroundType\";s:5:\"image\";s:15:\"backgroundColor\";s:7:\"default\";s:17:\"backgroundOpacity\";i:90;s:12:\"backgroundId\";b:0;s:13:\"backgroundUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:13:\"parallaxSpeed\";i:0;}i:1;a:11:{s:11:\"colorScheme\";s:7:\"default\";s:14:\"backgroundType\";s:5:\"image\";s:15:\"backgroundColor\";s:7:\"default\";s:17:\"backgroundOpacity\";i:90;s:12:\"backgroundId\";b:0;s:13:\"backgroundUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:13:\"parallaxSpeed\";i:0;}}s:6:\"spaces\";a:2:{i:0;a:3:{s:8:\"subspace\";b:0;s:5:\"items\";a:1:{i:0;a:22:{s:4:\"type\";s:5:\"image\";s:9:\"alignment\";s:6:\"center\";s:10:\"imageRatio\";s:4:\"auto\";s:7:\"caption\";s:24:\"Insert your caption here\";s:10:\"components\";a:1:{i:0;s:0:\"\";}s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:0:\"\";s:9:\"imageSize\";s:4:\"full\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:53:\"http://ray.vefur.co/wp-content/uploads/2017/10/5a.png\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:7:\"x-large\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:0;s:5:\"index\";i:0;s:7:\"imageId\";i:51;}}s:5:\"index\";i:0;}i:1;a:3:{s:8:\"subspace\";b:0;s:5:\"items\";a:1:{i:0;a:22:{s:4:\"type\";s:5:\"image\";s:9:\"alignment\";s:6:\"center\";s:10:\"imageRatio\";s:4:\"auto\";s:7:\"caption\";s:24:\"Insert your caption here\";s:10:\"components\";a:1:{i:0;s:0:\"\";}s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:0:\"\";s:9:\"imageSize\";s:4:\"full\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:53:\"http://ray.vefur.co/wp-content/uploads/2017/10/5b.png\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:7:\"x-large\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:0;s:5:\"index\";i:0;s:7:\"imageId\";i:52;}}s:5:\"index\";i:1;}}s:5:\"index\";i:0;s:10:\"paddingTop\";s:1:\"0\";s:12:\"paddingRight\";s:1:\"0\";s:13:\"paddingBottom\";s:1:\"0\";s:11:\"paddingLeft\";s:1:\"0\";s:9:\"animation\";s:7:\"fadeinr\";}i:1;a:18:{s:4:\"type\";s:11:\"interactive\";s:5:\"style\";s:7:\"overlay\";s:9:\"noOfItems\";i:2;s:4:\"name\";s:0:\"\";s:12:\"disableHover\";b:0;s:6:\"height\";i:500;s:13:\"overlayEffect\";s:6:\"fadein\";s:14:\"slideDirection\";s:4:\"left\";s:15:\"borderThickness\";i:0;s:11:\"borderColor\";s:7:\"default\";s:4:\"data\";a:2:{i:0;a:11:{s:11:\"colorScheme\";s:7:\"default\";s:14:\"backgroundType\";s:5:\"image\";s:15:\"backgroundColor\";s:7:\"default\";s:17:\"backgroundOpacity\";i:90;s:12:\"backgroundId\";b:0;s:13:\"backgroundUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:13:\"parallaxSpeed\";i:0;}i:1;a:11:{s:11:\"colorScheme\";s:7:\"default\";s:14:\"backgroundType\";s:5:\"image\";s:15:\"backgroundColor\";s:7:\"default\";s:17:\"backgroundOpacity\";i:90;s:12:\"backgroundId\";b:0;s:13:\"backgroundUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:13:\"parallaxSpeed\";i:0;}}s:6:\"spaces\";a:2:{i:0;a:3:{s:8:\"subspace\";b:0;s:5:\"items\";a:1:{i:0;a:22:{s:4:\"type\";s:5:\"image\";s:9:\"alignment\";s:6:\"center\";s:10:\"imageRatio\";s:4:\"auto\";s:7:\"caption\";s:24:\"Insert your caption here\";s:10:\"components\";a:1:{i:0;s:0:\"\";}s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:0:\"\";s:9:\"imageSize\";s:4:\"full\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:55:\"http://ray.vefur.co/wp-content/uploads/2017/10/6a-1.png\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:7:\"x-large\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:0;s:5:\"index\";i:0;s:7:\"imageId\";i:58;}}s:5:\"index\";i:0;}i:1;a:3:{s:8:\"subspace\";b:0;s:5:\"items\";a:1:{i:0;a:22:{s:4:\"type\";s:5:\"image\";s:9:\"alignment\";s:6:\"center\";s:10:\"imageRatio\";s:4:\"auto\";s:7:\"caption\";s:24:\"Insert your caption here\";s:10:\"components\";a:1:{i:0;s:0:\"\";}s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:0:\"\";s:9:\"imageSize\";s:4:\"full\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:55:\"http://ray.vefur.co/wp-content/uploads/2017/10/6b-1.png\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:7:\"x-large\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:0;s:5:\"index\";i:0;s:7:\"imageId\";i:61;}}s:5:\"index\";i:1;}}s:5:\"index\";i:1;s:10:\"paddingTop\";s:1:\"0\";s:12:\"paddingRight\";s:1:\"0\";s:13:\"paddingBottom\";s:1:\"0\";s:11:\"paddingLeft\";s:1:\"0\";s:9:\"animation\";s:7:\"fadeinr\";}}}}s:5:\"index\";i:2;}}s:5:\"index\";i:5;s:8:\"pcHidden\";b:1;s:21:\"tabletLandscapeHidden\";b:1;s:12:\"tabletHidden\";b:1;s:12:\"mobileHidden\";b:1;}i:6;a:27:{s:14:\"backgroundType\";s:5:\"image\";s:15:\"backgroundColor\";s:7:\"#ffffff\";s:17:\"backgroundOpacity\";i:0;s:13:\"backgroundUrl\";s:55:\"http://ray.vefur.co/wp-content/uploads/2017/10/aaaa.png\";s:19:\"backgroundPosterUrl\";s:0:\"\";s:18:\"backgroundVideoUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:13:\"parallaxSpeed\";i:0;s:15:\"backgroundFixed\";b:1;s:9:\"fitHeight\";b:0;s:16:\"fitHeightPercent\";i:100;s:15:\"fitHeightOffset\";s:0:\"\";s:9:\"fullWidth\";b:0;s:15:\"borderThickness\";i:0;s:11:\"borderColor\";s:7:\"default\";s:11:\"colorScheme\";s:7:\"default\";s:6:\"blocks\";a:1:{i:0;a:3:{s:6:\"layout\";s:2:\"12\";s:6:\"spaces\";a:1:{i:0;a:3:{s:8:\"subspace\";b:1;s:5:\"index\";i:0;s:5:\"items\";a:4:{i:0;a:14:{s:4:\"type\";s:4:\"text\";s:9:\"noOfItems\";i:1;s:7:\"spacing\";i:30;s:6:\"bullet\";b:0;s:11:\"bulletStyle\";s:4:\"none\";s:14:\"bulletPosition\";s:6:\"inside\";s:10:\"fontFamily\";s:7:\"primary\";s:9:\"alignment\";s:6:\"center\";s:4:\"data\";a:1:{i:0;a:1:{s:4:\"text\";s:129:\"<span style=\"font-size: 40px;\" class=\"font-style\"><span style=\"color: rgb(34, 34, 34);\">Questions &amp; Answers</span><br></span>\";}}s:5:\"index\";i:0;s:8:\"pcHidden\";b:1;s:21:\"tabletLandscapeHidden\";b:1;s:12:\"tabletHidden\";b:1;s:12:\"mobileHidden\";b:1;}i:1;a:15:{s:4:\"type\";s:7:\"divider\";s:5:\"style\";s:6:\"single\";s:10:\"components\";a:0:{}s:5:\"color\";s:7:\"#000000\";s:5:\"width\";s:3:\"100\";s:13:\"lineThickness\";i:1;s:9:\"alignment\";s:6:\"center\";s:4:\"text\";s:4:\"text\";s:8:\"textSize\";i:14;s:19:\"textBackgroundColor\";s:7:\"default\";s:5:\"index\";i:1;s:21:\"tabletLandscapeHidden\";b:1;s:12:\"tabletHidden\";b:1;s:12:\"mobileHidden\";b:1;s:8:\"pcHidden\";b:1;}i:2;a:27:{s:4:\"type\";s:6:\"slider\";s:10:\"components\";a:2:{i:0;s:9:\"indicator\";i:1;s:10:\"navigation\";}s:9:\"fitHeight\";b:0;s:16:\"fitHeightPercent\";i:100;s:15:\"fitHeightOffset\";s:0:\"\";s:9:\"noOfItems\";s:1:\"8\";s:6:\"height\";s:3:\"300\";s:15:\"contentMaxWidth\";s:0:\"\";s:14:\"titleUppercase\";i:0;s:18:\"titleLetterSpacing\";s:0:\"\";s:9:\"titleFont\";s:9:\"secondary\";s:15:\"topSubtitleFont\";s:7:\"primary\";s:12:\"subtitleFont\";s:7:\"primary\";s:4:\"fade\";b:0;s:14:\"adaptiveHeight\";b:0;s:4:\"loop\";b:0;s:8:\"autoplay\";b:0;s:11:\"playOnHover\";b:0;s:13:\"autoplaySpeed\";i:5000;s:4:\"data\";a:8:{i:0;a:60:{s:6:\"layout\";s:7:\"stacked\";s:10:\"horizontal\";s:6:\"center\";s:8:\"vertical\";s:6:\"middle\";s:9:\"alignment\";s:6:\"center\";s:16:\"contentAnimation\";s:4:\"fade\";s:11:\"contentFade\";b:0;s:13:\"parallaxSpeed\";i:0;s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:0:\"\";s:9:\"imageSize\";s:6:\"medium\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:0:\"\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:6:\"medium\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:0;s:16:\"firstButtonStyle\";s:6:\"border\";s:16:\"firstButtonColor\";s:5:\"brand\";s:16:\"firstButtonHover\";s:7:\"inverse\";s:20:\"firstButtonThickness\";i:1;s:17:\"firstButtonRadius\";i:4;s:15:\"firstButtonSize\";s:5:\"small\";s:16:\"firstButtonLabel\";s:6:\"Button\";s:15:\"firstButtonIcon\";s:9:\"et-anchor\";s:23:\"firstButtonIconPosition\";s:6:\"before\";s:15:\"firstButtonLink\";s:1:\"/\";s:21:\"firstButtonTargetSelf\";b:0;s:17:\"secondButtonStyle\";s:4:\"fill\";s:17:\"secondButtonColor\";s:5:\"brand\";s:17:\"secondButtonHover\";s:7:\"inverse\";s:21:\"secondButtonThickness\";i:1;s:18:\"secondButtonRadius\";i:4;s:16:\"secondButtonSize\";s:5:\"small\";s:17:\"secondButtonLabel\";s:6:\"Button\";s:16:\"secondButtonIcon\";s:9:\"et-anchor\";s:24:\"secondButtonIconPosition\";s:6:\"before\";s:16:\"secondButtonLink\";s:1:\"/\";s:22:\"secondButtonTargetSelf\";b:0;s:5:\"title\";s:11:\"Lorem Ipsum\";s:11:\"topSubtitle\";s:131:\"<span style=\"font-size: 18px;\" class=\"font-style\"><span style=\"font-weight: bold;\">Does Rey Apartments offer parking?</span></span>\";s:8:\"subtitle\";s:485:\"Yes, we have two parking spaces that belong to our apartments and they are free of charge. Our guests are welcome to park there as long as they are available. There are also free parking lots 24/7 next to Hallgrímskirkja, about 4 minutes walk from the Rey Apartments.<br><br>There are public parking spaces all around our building and they cost about 1 USD per hour between 10 am until 6pm. Other hours the public parking is free of charge and on Sundays parking is free in Reykjavik.\";s:11:\"colorScheme\";s:7:\"default\";s:15:\"backgroundColor\";s:7:\"#ffffff\";s:17:\"backgroundOpacity\";i:85;s:14:\"backgroundType\";s:5:\"image\";s:13:\"backgroundUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:19:\"backgroundPosterUrl\";s:0:\"\";s:18:\"backgroundVideoUrl\";s:0:\"\";s:12:\"dividerWidth\";s:0:\"\";s:10:\"components\";a:2:{i:0;s:11:\"topSubtitle\";i:1;s:8:\"subtitle\";}}i:1;a:60:{s:6:\"layout\";s:7:\"stacked\";s:10:\"horizontal\";s:6:\"center\";s:8:\"vertical\";s:6:\"middle\";s:9:\"alignment\";s:6:\"center\";s:16:\"contentAnimation\";s:4:\"fade\";s:11:\"contentFade\";b:0;s:13:\"parallaxSpeed\";i:0;s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:0:\"\";s:9:\"imageSize\";s:6:\"medium\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:0:\"\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:6:\"medium\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:0;s:16:\"firstButtonStyle\";s:6:\"border\";s:16:\"firstButtonColor\";s:5:\"brand\";s:16:\"firstButtonHover\";s:7:\"inverse\";s:20:\"firstButtonThickness\";i:1;s:17:\"firstButtonRadius\";i:4;s:15:\"firstButtonSize\";s:5:\"small\";s:16:\"firstButtonLabel\";s:6:\"Button\";s:15:\"firstButtonIcon\";s:9:\"et-anchor\";s:23:\"firstButtonIconPosition\";s:6:\"before\";s:15:\"firstButtonLink\";s:1:\"/\";s:21:\"firstButtonTargetSelf\";b:0;s:17:\"secondButtonStyle\";s:4:\"fill\";s:17:\"secondButtonColor\";s:5:\"brand\";s:17:\"secondButtonHover\";s:7:\"inverse\";s:21:\"secondButtonThickness\";i:1;s:18:\"secondButtonRadius\";i:4;s:16:\"secondButtonSize\";s:5:\"small\";s:17:\"secondButtonLabel\";s:6:\"Button\";s:16:\"secondButtonIcon\";s:9:\"et-anchor\";s:24:\"secondButtonIconPosition\";s:6:\"before\";s:16:\"secondButtonLink\";s:1:\"/\";s:22:\"secondButtonTargetSelf\";b:0;s:5:\"title\";s:11:\"Lorem Ipsum\";s:11:\"topSubtitle\";s:144:\"<span style=\"font-weight: bold;\"><span style=\"font-size: 18px;\" class=\"font-style\">Are towels, bed linen, hair dryer provided for?</span></span>\";s:8:\"subtitle\";s:4:\"Yes.\";s:11:\"colorScheme\";s:7:\"default\";s:15:\"backgroundColor\";s:7:\"#ffffff\";s:17:\"backgroundOpacity\";i:85;s:14:\"backgroundType\";s:5:\"image\";s:13:\"backgroundUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:19:\"backgroundPosterUrl\";s:0:\"\";s:18:\"backgroundVideoUrl\";s:0:\"\";s:12:\"dividerWidth\";s:0:\"\";s:10:\"components\";a:2:{i:0;s:11:\"topSubtitle\";i:1;s:8:\"subtitle\";}}i:2;a:60:{s:6:\"layout\";s:7:\"stacked\";s:10:\"horizontal\";s:6:\"center\";s:8:\"vertical\";s:6:\"middle\";s:9:\"alignment\";s:6:\"center\";s:16:\"contentAnimation\";s:4:\"fade\";s:11:\"contentFade\";b:0;s:13:\"parallaxSpeed\";i:0;s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:0:\"\";s:9:\"imageSize\";s:6:\"medium\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:0:\"\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:6:\"medium\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:0;s:16:\"firstButtonStyle\";s:6:\"border\";s:16:\"firstButtonColor\";s:5:\"brand\";s:16:\"firstButtonHover\";s:7:\"inverse\";s:20:\"firstButtonThickness\";i:1;s:17:\"firstButtonRadius\";i:4;s:15:\"firstButtonSize\";s:5:\"small\";s:16:\"firstButtonLabel\";s:6:\"Button\";s:15:\"firstButtonIcon\";s:9:\"et-anchor\";s:23:\"firstButtonIconPosition\";s:6:\"before\";s:15:\"firstButtonLink\";s:1:\"/\";s:21:\"firstButtonTargetSelf\";b:0;s:17:\"secondButtonStyle\";s:4:\"fill\";s:17:\"secondButtonColor\";s:5:\"brand\";s:17:\"secondButtonHover\";s:7:\"inverse\";s:21:\"secondButtonThickness\";i:1;s:18:\"secondButtonRadius\";i:4;s:16:\"secondButtonSize\";s:5:\"small\";s:17:\"secondButtonLabel\";s:6:\"Button\";s:16:\"secondButtonIcon\";s:9:\"et-anchor\";s:24:\"secondButtonIconPosition\";s:6:\"before\";s:16:\"secondButtonLink\";s:1:\"/\";s:22:\"secondButtonTargetSelf\";b:0;s:5:\"title\";s:11:\"Lorem Ipsum\";s:11:\"topSubtitle\";s:154:\"<span style=\"font-weight: bold;\"><span style=\"font-size: 18px;\" class=\"font-style\">Can we store our luggage at Rey Apartments if we need to?</span></span>\";s:8:\"subtitle\";s:46:\"Yes we can store your luggage in a safe place.\";s:11:\"colorScheme\";s:7:\"default\";s:15:\"backgroundColor\";s:7:\"#ffffff\";s:17:\"backgroundOpacity\";i:85;s:14:\"backgroundType\";s:5:\"image\";s:13:\"backgroundUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:19:\"backgroundPosterUrl\";s:0:\"\";s:18:\"backgroundVideoUrl\";s:0:\"\";s:12:\"dividerWidth\";s:0:\"\";s:10:\"components\";a:2:{i:0;s:11:\"topSubtitle\";i:1;s:8:\"subtitle\";}}i:3;a:60:{s:6:\"layout\";s:7:\"stacked\";s:10:\"horizontal\";s:6:\"center\";s:8:\"vertical\";s:6:\"middle\";s:9:\"alignment\";s:6:\"center\";s:16:\"contentAnimation\";s:4:\"fade\";s:11:\"contentFade\";b:0;s:13:\"parallaxSpeed\";i:0;s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:0:\"\";s:9:\"imageSize\";s:6:\"medium\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:0:\"\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:6:\"medium\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:0;s:16:\"firstButtonStyle\";s:6:\"border\";s:16:\"firstButtonColor\";s:5:\"brand\";s:16:\"firstButtonHover\";s:7:\"inverse\";s:20:\"firstButtonThickness\";i:1;s:17:\"firstButtonRadius\";i:4;s:15:\"firstButtonSize\";s:5:\"small\";s:16:\"firstButtonLabel\";s:6:\"Button\";s:15:\"firstButtonIcon\";s:9:\"et-anchor\";s:23:\"firstButtonIconPosition\";s:6:\"before\";s:15:\"firstButtonLink\";s:1:\"/\";s:21:\"firstButtonTargetSelf\";b:0;s:17:\"secondButtonStyle\";s:4:\"fill\";s:17:\"secondButtonColor\";s:5:\"brand\";s:17:\"secondButtonHover\";s:7:\"inverse\";s:21:\"secondButtonThickness\";i:1;s:18:\"secondButtonRadius\";i:4;s:16:\"secondButtonSize\";s:5:\"small\";s:17:\"secondButtonLabel\";s:6:\"Button\";s:16:\"secondButtonIcon\";s:9:\"et-anchor\";s:24:\"secondButtonIconPosition\";s:6:\"before\";s:16:\"secondButtonLink\";s:1:\"/\";s:22:\"secondButtonTargetSelf\";b:0;s:5:\"title\";s:11:\"Lorem Ipsum\";s:11:\"topSubtitle\";s:151:\"<span style=\"font-weight: bold;\"><span style=\"font-size: 18px;\" class=\"font-style\">Can we check in to our apartment early in the morning?</span></span>\";s:8:\"subtitle\";s:232:\"The check in time is 2pm.<br>However, you are welcome to arrive to our apartments any time after 8 AM and we can store your luggage until the apartment is ready. We always try our best to have the apartment ready as soon as possible\";s:11:\"colorScheme\";s:7:\"default\";s:15:\"backgroundColor\";s:7:\"#ffffff\";s:17:\"backgroundOpacity\";i:85;s:14:\"backgroundType\";s:5:\"image\";s:13:\"backgroundUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:19:\"backgroundPosterUrl\";s:0:\"\";s:18:\"backgroundVideoUrl\";s:0:\"\";s:12:\"dividerWidth\";s:0:\"\";s:10:\"components\";a:2:{i:0;s:11:\"topSubtitle\";i:1;s:8:\"subtitle\";}}i:4;a:60:{s:6:\"layout\";s:7:\"stacked\";s:10:\"horizontal\";s:6:\"center\";s:8:\"vertical\";s:6:\"middle\";s:9:\"alignment\";s:6:\"center\";s:16:\"contentAnimation\";s:4:\"fade\";s:11:\"contentFade\";b:0;s:13:\"parallaxSpeed\";i:0;s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:0:\"\";s:9:\"imageSize\";s:6:\"medium\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:0:\"\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:6:\"medium\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:0;s:16:\"firstButtonStyle\";s:6:\"border\";s:16:\"firstButtonColor\";s:5:\"brand\";s:16:\"firstButtonHover\";s:7:\"inverse\";s:20:\"firstButtonThickness\";i:1;s:17:\"firstButtonRadius\";i:4;s:15:\"firstButtonSize\";s:5:\"small\";s:16:\"firstButtonLabel\";s:6:\"Button\";s:15:\"firstButtonIcon\";s:9:\"et-anchor\";s:23:\"firstButtonIconPosition\";s:6:\"before\";s:15:\"firstButtonLink\";s:1:\"/\";s:21:\"firstButtonTargetSelf\";b:0;s:17:\"secondButtonStyle\";s:4:\"fill\";s:17:\"secondButtonColor\";s:5:\"brand\";s:17:\"secondButtonHover\";s:7:\"inverse\";s:21:\"secondButtonThickness\";i:1;s:18:\"secondButtonRadius\";i:4;s:16:\"secondButtonSize\";s:5:\"small\";s:17:\"secondButtonLabel\";s:6:\"Button\";s:16:\"secondButtonIcon\";s:9:\"et-anchor\";s:24:\"secondButtonIconPosition\";s:6:\"before\";s:16:\"secondButtonLink\";s:1:\"/\";s:22:\"secondButtonTargetSelf\";b:0;s:5:\"title\";s:11:\"Lorem Ipsum\";s:11:\"topSubtitle\";s:176:\"<span style=\"font-weight: bold;\"><span style=\"font-size: 18px;\" class=\"font-style\">Can we get a refund if we need to cancel a pre-paid and non-refundable booking?</span></span>\";s:8:\"subtitle\";s:78:\"Unfortunately, we are not able to refund pre-paid and non-refundable bookings.\";s:11:\"colorScheme\";s:7:\"default\";s:15:\"backgroundColor\";s:7:\"#ffffff\";s:17:\"backgroundOpacity\";i:85;s:14:\"backgroundType\";s:5:\"image\";s:13:\"backgroundUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:19:\"backgroundPosterUrl\";s:0:\"\";s:18:\"backgroundVideoUrl\";s:0:\"\";s:12:\"dividerWidth\";s:0:\"\";s:10:\"components\";a:2:{i:0;s:11:\"topSubtitle\";i:1;s:8:\"subtitle\";}}i:5;a:60:{s:6:\"layout\";s:7:\"stacked\";s:10:\"horizontal\";s:6:\"center\";s:8:\"vertical\";s:6:\"middle\";s:9:\"alignment\";s:6:\"center\";s:16:\"contentAnimation\";s:4:\"fade\";s:11:\"contentFade\";b:0;s:13:\"parallaxSpeed\";i:0;s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:0:\"\";s:9:\"imageSize\";s:6:\"medium\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:0:\"\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:6:\"medium\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:0;s:16:\"firstButtonStyle\";s:6:\"border\";s:16:\"firstButtonColor\";s:5:\"brand\";s:16:\"firstButtonHover\";s:7:\"inverse\";s:20:\"firstButtonThickness\";i:1;s:17:\"firstButtonRadius\";i:4;s:15:\"firstButtonSize\";s:5:\"small\";s:16:\"firstButtonLabel\";s:6:\"Button\";s:15:\"firstButtonIcon\";s:9:\"et-anchor\";s:23:\"firstButtonIconPosition\";s:6:\"before\";s:15:\"firstButtonLink\";s:1:\"/\";s:21:\"firstButtonTargetSelf\";b:0;s:17:\"secondButtonStyle\";s:4:\"fill\";s:17:\"secondButtonColor\";s:5:\"brand\";s:17:\"secondButtonHover\";s:7:\"inverse\";s:21:\"secondButtonThickness\";i:1;s:18:\"secondButtonRadius\";i:4;s:16:\"secondButtonSize\";s:5:\"small\";s:17:\"secondButtonLabel\";s:6:\"Button\";s:16:\"secondButtonIcon\";s:9:\"et-anchor\";s:24:\"secondButtonIconPosition\";s:6:\"before\";s:16:\"secondButtonLink\";s:1:\"/\";s:22:\"secondButtonTargetSelf\";b:0;s:5:\"title\";s:11:\"Lorem Ipsum\";s:11:\"topSubtitle\";s:166:\"<span style=\"font-weight: bold;\"><span style=\"font-size: 18px;\" class=\"font-style\">Our flight is arriving late, how do we get our keys to the apartment?</span></span>\";s:8:\"subtitle\";s:254:\"When you arrive to our apartments, please go the front door facing Klapparstigur Street and ring the doorbell. We will then buzz the door open to our reception and then we will be there few minutes later to give you the keys and show you to the apartment\";s:11:\"colorScheme\";s:7:\"default\";s:15:\"backgroundColor\";s:7:\"#ffffff\";s:17:\"backgroundOpacity\";i:85;s:14:\"backgroundType\";s:5:\"image\";s:13:\"backgroundUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:19:\"backgroundPosterUrl\";s:0:\"\";s:18:\"backgroundVideoUrl\";s:0:\"\";s:12:\"dividerWidth\";s:0:\"\";s:10:\"components\";a:2:{i:0;s:11:\"topSubtitle\";i:1;s:8:\"subtitle\";}}i:6;a:60:{s:6:\"layout\";s:7:\"stacked\";s:10:\"horizontal\";s:6:\"center\";s:8:\"vertical\";s:6:\"middle\";s:9:\"alignment\";s:6:\"center\";s:16:\"contentAnimation\";s:4:\"fade\";s:11:\"contentFade\";b:0;s:13:\"parallaxSpeed\";i:0;s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:0:\"\";s:9:\"imageSize\";s:6:\"medium\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:0:\"\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:6:\"medium\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:0;s:16:\"firstButtonStyle\";s:6:\"border\";s:16:\"firstButtonColor\";s:5:\"brand\";s:16:\"firstButtonHover\";s:7:\"inverse\";s:20:\"firstButtonThickness\";i:1;s:17:\"firstButtonRadius\";i:4;s:15:\"firstButtonSize\";s:5:\"small\";s:16:\"firstButtonLabel\";s:6:\"Button\";s:15:\"firstButtonIcon\";s:9:\"et-anchor\";s:23:\"firstButtonIconPosition\";s:6:\"before\";s:15:\"firstButtonLink\";s:1:\"/\";s:21:\"firstButtonTargetSelf\";b:0;s:17:\"secondButtonStyle\";s:4:\"fill\";s:17:\"secondButtonColor\";s:5:\"brand\";s:17:\"secondButtonHover\";s:7:\"inverse\";s:21:\"secondButtonThickness\";i:1;s:18:\"secondButtonRadius\";i:4;s:16:\"secondButtonSize\";s:5:\"small\";s:17:\"secondButtonLabel\";s:6:\"Button\";s:16:\"secondButtonIcon\";s:9:\"et-anchor\";s:24:\"secondButtonIconPosition\";s:6:\"before\";s:16:\"secondButtonLink\";s:1:\"/\";s:22:\"secondButtonTargetSelf\";b:0;s:5:\"title\";s:11:\"Lorem Ipsum\";s:11:\"topSubtitle\";s:182:\"<span style=\"font-size: 18px;\" class=\"font-style\"><span style=\"font-weight: bold;\">If we need assistance to book tours or airport transport can you assist us with that?</span></span>\";s:8:\"subtitle\";s:177:\"Yes, even if we are not always in the reception it is very easy to reach us with the lobby phone or the intercom and we will be at the reception few minutes later to assist you.\";s:11:\"colorScheme\";s:7:\"default\";s:15:\"backgroundColor\";s:7:\"#ffffff\";s:17:\"backgroundOpacity\";i:85;s:14:\"backgroundType\";s:5:\"image\";s:13:\"backgroundUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:19:\"backgroundPosterUrl\";s:0:\"\";s:18:\"backgroundVideoUrl\";s:0:\"\";s:12:\"dividerWidth\";s:0:\"\";s:10:\"components\";a:2:{i:0;s:11:\"topSubtitle\";i:1;s:8:\"subtitle\";}}i:7;a:60:{s:6:\"layout\";s:7:\"stacked\";s:10:\"horizontal\";s:6:\"center\";s:8:\"vertical\";s:6:\"middle\";s:9:\"alignment\";s:6:\"center\";s:16:\"contentAnimation\";s:4:\"fade\";s:11:\"contentFade\";b:0;s:13:\"parallaxSpeed\";i:0;s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:0:\"\";s:9:\"imageSize\";s:6:\"medium\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:0:\"\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:6:\"medium\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:0;s:16:\"firstButtonStyle\";s:6:\"border\";s:16:\"firstButtonColor\";s:5:\"brand\";s:16:\"firstButtonHover\";s:7:\"inverse\";s:20:\"firstButtonThickness\";i:1;s:17:\"firstButtonRadius\";i:4;s:15:\"firstButtonSize\";s:5:\"small\";s:16:\"firstButtonLabel\";s:6:\"Button\";s:15:\"firstButtonIcon\";s:9:\"et-anchor\";s:23:\"firstButtonIconPosition\";s:6:\"before\";s:15:\"firstButtonLink\";s:1:\"/\";s:21:\"firstButtonTargetSelf\";b:0;s:17:\"secondButtonStyle\";s:4:\"fill\";s:17:\"secondButtonColor\";s:5:\"brand\";s:17:\"secondButtonHover\";s:7:\"inverse\";s:21:\"secondButtonThickness\";i:1;s:18:\"secondButtonRadius\";i:4;s:16:\"secondButtonSize\";s:5:\"small\";s:17:\"secondButtonLabel\";s:6:\"Button\";s:16:\"secondButtonIcon\";s:9:\"et-anchor\";s:24:\"secondButtonIconPosition\";s:6:\"before\";s:16:\"secondButtonLink\";s:1:\"/\";s:22:\"secondButtonTargetSelf\";b:0;s:5:\"title\";s:11:\"Lorem Ipsum\";s:11:\"topSubtitle\";s:124:\"<span style=\"font-weight: bold;\"><span style=\"font-size: 18px;\" class=\"font-style\">Do you offer free Internet?</span></span>\";s:8:\"subtitle\";s:46:\"Yes, we have free Wi-Fi in the whole building.\";s:11:\"colorScheme\";s:7:\"default\";s:15:\"backgroundColor\";s:7:\"#ffffff\";s:17:\"backgroundOpacity\";i:85;s:14:\"backgroundType\";s:5:\"image\";s:13:\"backgroundUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:19:\"backgroundPosterUrl\";s:0:\"\";s:18:\"backgroundVideoUrl\";s:0:\"\";s:12:\"dividerWidth\";s:0:\"\";s:10:\"components\";a:2:{i:0;s:11:\"topSubtitle\";i:1;s:8:\"subtitle\";}}}s:5:\"index\";i:2;s:12:\"paddingRight\";s:3:\"10%\";s:11:\"paddingLeft\";s:3:\"10%\";s:9:\"animation\";s:7:\"fadeinu\";s:21:\"tabletLandscapeHidden\";b:1;s:12:\"tabletHidden\";b:1;s:12:\"mobileHidden\";b:1;}i:3;a:25:{s:4:\"type\";s:6:\"slider\";s:10:\"components\";a:2:{i:0;s:9:\"indicator\";i:1;s:10:\"navigation\";}s:9:\"fitHeight\";b:0;s:16:\"fitHeightPercent\";i:100;s:15:\"fitHeightOffset\";s:0:\"\";s:9:\"noOfItems\";s:1:\"8\";s:6:\"height\";s:0:\"\";s:15:\"contentMaxWidth\";s:0:\"\";s:14:\"titleUppercase\";i:0;s:18:\"titleLetterSpacing\";s:0:\"\";s:9:\"titleFont\";s:9:\"secondary\";s:15:\"topSubtitleFont\";s:7:\"primary\";s:12:\"subtitleFont\";s:7:\"primary\";s:4:\"fade\";b:0;s:14:\"adaptiveHeight\";b:0;s:4:\"loop\";b:0;s:8:\"autoplay\";b:0;s:11:\"playOnHover\";b:0;s:13:\"autoplaySpeed\";i:5000;s:4:\"data\";a:8:{i:0;a:60:{s:6:\"layout\";s:7:\"stacked\";s:10:\"horizontal\";s:6:\"center\";s:8:\"vertical\";s:6:\"middle\";s:9:\"alignment\";s:6:\"center\";s:16:\"contentAnimation\";s:4:\"fade\";s:11:\"contentFade\";b:0;s:13:\"parallaxSpeed\";i:0;s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:0:\"\";s:9:\"imageSize\";s:6:\"medium\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:0:\"\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:6:\"medium\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:0;s:16:\"firstButtonStyle\";s:6:\"border\";s:16:\"firstButtonColor\";s:5:\"brand\";s:16:\"firstButtonHover\";s:7:\"inverse\";s:20:\"firstButtonThickness\";i:1;s:17:\"firstButtonRadius\";i:4;s:15:\"firstButtonSize\";s:5:\"small\";s:16:\"firstButtonLabel\";s:6:\"Button\";s:15:\"firstButtonIcon\";s:9:\"et-anchor\";s:23:\"firstButtonIconPosition\";s:6:\"before\";s:15:\"firstButtonLink\";s:1:\"/\";s:21:\"firstButtonTargetSelf\";b:0;s:17:\"secondButtonStyle\";s:4:\"fill\";s:17:\"secondButtonColor\";s:5:\"brand\";s:17:\"secondButtonHover\";s:7:\"inverse\";s:21:\"secondButtonThickness\";i:1;s:18:\"secondButtonRadius\";i:4;s:16:\"secondButtonSize\";s:5:\"small\";s:17:\"secondButtonLabel\";s:6:\"Button\";s:16:\"secondButtonIcon\";s:9:\"et-anchor\";s:24:\"secondButtonIconPosition\";s:6:\"before\";s:16:\"secondButtonLink\";s:1:\"/\";s:22:\"secondButtonTargetSelf\";b:0;s:5:\"title\";s:11:\"Lorem Ipsum\";s:11:\"topSubtitle\";s:131:\"<span style=\"font-size: 18px;\" class=\"font-style\"><span style=\"font-weight: bold;\">Does Rey Apartments offer parking?</span></span>\";s:8:\"subtitle\";s:485:\"Yes, we have two parking spaces that belong to our apartments and they are free of charge. Our guests are welcome to park there as long as they are available. There are also free parking lots 24/7 next to Hallgrímskirkja, about 4 minutes walk from the Rey Apartments.<br><br>There are public parking spaces all around our building and they cost about 1 USD per hour between 10 am until 6pm. Other hours the public parking is free of charge and on Sundays parking is free in Reykjavik.\";s:11:\"colorScheme\";s:7:\"default\";s:15:\"backgroundColor\";s:7:\"#ffffff\";s:17:\"backgroundOpacity\";i:85;s:14:\"backgroundType\";s:5:\"image\";s:13:\"backgroundUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:19:\"backgroundPosterUrl\";s:0:\"\";s:18:\"backgroundVideoUrl\";s:0:\"\";s:12:\"dividerWidth\";s:0:\"\";s:10:\"components\";a:2:{i:0;s:11:\"topSubtitle\";i:1;s:8:\"subtitle\";}}i:1;a:60:{s:6:\"layout\";s:7:\"stacked\";s:10:\"horizontal\";s:6:\"center\";s:8:\"vertical\";s:6:\"middle\";s:9:\"alignment\";s:6:\"center\";s:16:\"contentAnimation\";s:4:\"fade\";s:11:\"contentFade\";b:0;s:13:\"parallaxSpeed\";i:0;s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:0:\"\";s:9:\"imageSize\";s:6:\"medium\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:0:\"\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:6:\"medium\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:0;s:16:\"firstButtonStyle\";s:6:\"border\";s:16:\"firstButtonColor\";s:5:\"brand\";s:16:\"firstButtonHover\";s:7:\"inverse\";s:20:\"firstButtonThickness\";i:1;s:17:\"firstButtonRadius\";i:4;s:15:\"firstButtonSize\";s:5:\"small\";s:16:\"firstButtonLabel\";s:6:\"Button\";s:15:\"firstButtonIcon\";s:9:\"et-anchor\";s:23:\"firstButtonIconPosition\";s:6:\"before\";s:15:\"firstButtonLink\";s:1:\"/\";s:21:\"firstButtonTargetSelf\";b:0;s:17:\"secondButtonStyle\";s:4:\"fill\";s:17:\"secondButtonColor\";s:5:\"brand\";s:17:\"secondButtonHover\";s:7:\"inverse\";s:21:\"secondButtonThickness\";i:1;s:18:\"secondButtonRadius\";i:4;s:16:\"secondButtonSize\";s:5:\"small\";s:17:\"secondButtonLabel\";s:6:\"Button\";s:16:\"secondButtonIcon\";s:9:\"et-anchor\";s:24:\"secondButtonIconPosition\";s:6:\"before\";s:16:\"secondButtonLink\";s:1:\"/\";s:22:\"secondButtonTargetSelf\";b:0;s:5:\"title\";s:11:\"Lorem Ipsum\";s:11:\"topSubtitle\";s:144:\"<span style=\"font-weight: bold;\"><span style=\"font-size: 18px;\" class=\"font-style\">Are towels, bed linen, hair dryer provided for?</span></span>\";s:8:\"subtitle\";s:4:\"Yes.\";s:11:\"colorScheme\";s:7:\"default\";s:15:\"backgroundColor\";s:7:\"#ffffff\";s:17:\"backgroundOpacity\";i:85;s:14:\"backgroundType\";s:5:\"image\";s:13:\"backgroundUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:19:\"backgroundPosterUrl\";s:0:\"\";s:18:\"backgroundVideoUrl\";s:0:\"\";s:12:\"dividerWidth\";s:0:\"\";s:10:\"components\";a:2:{i:0;s:11:\"topSubtitle\";i:1;s:8:\"subtitle\";}}i:2;a:60:{s:6:\"layout\";s:7:\"stacked\";s:10:\"horizontal\";s:6:\"center\";s:8:\"vertical\";s:6:\"middle\";s:9:\"alignment\";s:6:\"center\";s:16:\"contentAnimation\";s:4:\"fade\";s:11:\"contentFade\";b:0;s:13:\"parallaxSpeed\";i:0;s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:0:\"\";s:9:\"imageSize\";s:6:\"medium\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:0:\"\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:6:\"medium\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:0;s:16:\"firstButtonStyle\";s:6:\"border\";s:16:\"firstButtonColor\";s:5:\"brand\";s:16:\"firstButtonHover\";s:7:\"inverse\";s:20:\"firstButtonThickness\";i:1;s:17:\"firstButtonRadius\";i:4;s:15:\"firstButtonSize\";s:5:\"small\";s:16:\"firstButtonLabel\";s:6:\"Button\";s:15:\"firstButtonIcon\";s:9:\"et-anchor\";s:23:\"firstButtonIconPosition\";s:6:\"before\";s:15:\"firstButtonLink\";s:1:\"/\";s:21:\"firstButtonTargetSelf\";b:0;s:17:\"secondButtonStyle\";s:4:\"fill\";s:17:\"secondButtonColor\";s:5:\"brand\";s:17:\"secondButtonHover\";s:7:\"inverse\";s:21:\"secondButtonThickness\";i:1;s:18:\"secondButtonRadius\";i:4;s:16:\"secondButtonSize\";s:5:\"small\";s:17:\"secondButtonLabel\";s:6:\"Button\";s:16:\"secondButtonIcon\";s:9:\"et-anchor\";s:24:\"secondButtonIconPosition\";s:6:\"before\";s:16:\"secondButtonLink\";s:1:\"/\";s:22:\"secondButtonTargetSelf\";b:0;s:5:\"title\";s:11:\"Lorem Ipsum\";s:11:\"topSubtitle\";s:154:\"<span style=\"font-weight: bold;\"><span style=\"font-size: 18px;\" class=\"font-style\">Can we store our luggage at Rey Apartments if we need to?</span></span>\";s:8:\"subtitle\";s:46:\"Yes we can store your luggage in a safe place.\";s:11:\"colorScheme\";s:7:\"default\";s:15:\"backgroundColor\";s:7:\"#ffffff\";s:17:\"backgroundOpacity\";i:85;s:14:\"backgroundType\";s:5:\"image\";s:13:\"backgroundUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:19:\"backgroundPosterUrl\";s:0:\"\";s:18:\"backgroundVideoUrl\";s:0:\"\";s:12:\"dividerWidth\";s:0:\"\";s:10:\"components\";a:2:{i:0;s:11:\"topSubtitle\";i:1;s:8:\"subtitle\";}}i:3;a:60:{s:6:\"layout\";s:7:\"stacked\";s:10:\"horizontal\";s:6:\"center\";s:8:\"vertical\";s:6:\"middle\";s:9:\"alignment\";s:6:\"center\";s:16:\"contentAnimation\";s:4:\"fade\";s:11:\"contentFade\";b:0;s:13:\"parallaxSpeed\";i:0;s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:0:\"\";s:9:\"imageSize\";s:6:\"medium\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:0:\"\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:6:\"medium\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:0;s:16:\"firstButtonStyle\";s:6:\"border\";s:16:\"firstButtonColor\";s:5:\"brand\";s:16:\"firstButtonHover\";s:7:\"inverse\";s:20:\"firstButtonThickness\";i:1;s:17:\"firstButtonRadius\";i:4;s:15:\"firstButtonSize\";s:5:\"small\";s:16:\"firstButtonLabel\";s:6:\"Button\";s:15:\"firstButtonIcon\";s:9:\"et-anchor\";s:23:\"firstButtonIconPosition\";s:6:\"before\";s:15:\"firstButtonLink\";s:1:\"/\";s:21:\"firstButtonTargetSelf\";b:0;s:17:\"secondButtonStyle\";s:4:\"fill\";s:17:\"secondButtonColor\";s:5:\"brand\";s:17:\"secondButtonHover\";s:7:\"inverse\";s:21:\"secondButtonThickness\";i:1;s:18:\"secondButtonRadius\";i:4;s:16:\"secondButtonSize\";s:5:\"small\";s:17:\"secondButtonLabel\";s:6:\"Button\";s:16:\"secondButtonIcon\";s:9:\"et-anchor\";s:24:\"secondButtonIconPosition\";s:6:\"before\";s:16:\"secondButtonLink\";s:1:\"/\";s:22:\"secondButtonTargetSelf\";b:0;s:5:\"title\";s:11:\"Lorem Ipsum\";s:11:\"topSubtitle\";s:151:\"<span style=\"font-weight: bold;\"><span style=\"font-size: 18px;\" class=\"font-style\">Can we check in to our apartment early in the morning?</span></span>\";s:8:\"subtitle\";s:232:\"The check in time is 2pm.<br>However, you are welcome to arrive to our apartments any time after 8 AM and we can store your luggage until the apartment is ready. We always try our best to have the apartment ready as soon as possible\";s:11:\"colorScheme\";s:7:\"default\";s:15:\"backgroundColor\";s:7:\"#ffffff\";s:17:\"backgroundOpacity\";i:85;s:14:\"backgroundType\";s:5:\"image\";s:13:\"backgroundUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:19:\"backgroundPosterUrl\";s:0:\"\";s:18:\"backgroundVideoUrl\";s:0:\"\";s:12:\"dividerWidth\";s:0:\"\";s:10:\"components\";a:2:{i:0;s:11:\"topSubtitle\";i:1;s:8:\"subtitle\";}}i:4;a:60:{s:6:\"layout\";s:7:\"stacked\";s:10:\"horizontal\";s:6:\"center\";s:8:\"vertical\";s:6:\"middle\";s:9:\"alignment\";s:6:\"center\";s:16:\"contentAnimation\";s:4:\"fade\";s:11:\"contentFade\";b:0;s:13:\"parallaxSpeed\";i:0;s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:0:\"\";s:9:\"imageSize\";s:6:\"medium\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:0:\"\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:6:\"medium\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:0;s:16:\"firstButtonStyle\";s:6:\"border\";s:16:\"firstButtonColor\";s:5:\"brand\";s:16:\"firstButtonHover\";s:7:\"inverse\";s:20:\"firstButtonThickness\";i:1;s:17:\"firstButtonRadius\";i:4;s:15:\"firstButtonSize\";s:5:\"small\";s:16:\"firstButtonLabel\";s:6:\"Button\";s:15:\"firstButtonIcon\";s:9:\"et-anchor\";s:23:\"firstButtonIconPosition\";s:6:\"before\";s:15:\"firstButtonLink\";s:1:\"/\";s:21:\"firstButtonTargetSelf\";b:0;s:17:\"secondButtonStyle\";s:4:\"fill\";s:17:\"secondButtonColor\";s:5:\"brand\";s:17:\"secondButtonHover\";s:7:\"inverse\";s:21:\"secondButtonThickness\";i:1;s:18:\"secondButtonRadius\";i:4;s:16:\"secondButtonSize\";s:5:\"small\";s:17:\"secondButtonLabel\";s:6:\"Button\";s:16:\"secondButtonIcon\";s:9:\"et-anchor\";s:24:\"secondButtonIconPosition\";s:6:\"before\";s:16:\"secondButtonLink\";s:1:\"/\";s:22:\"secondButtonTargetSelf\";b:0;s:5:\"title\";s:11:\"Lorem Ipsum\";s:11:\"topSubtitle\";s:176:\"<span style=\"font-weight: bold;\"><span style=\"font-size: 18px;\" class=\"font-style\">Can we get a refund if we need to cancel a pre-paid and non-refundable booking?</span></span>\";s:8:\"subtitle\";s:78:\"Unfortunately, we are not able to refund pre-paid and non-refundable bookings.\";s:11:\"colorScheme\";s:7:\"default\";s:15:\"backgroundColor\";s:7:\"#ffffff\";s:17:\"backgroundOpacity\";i:85;s:14:\"backgroundType\";s:5:\"image\";s:13:\"backgroundUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:19:\"backgroundPosterUrl\";s:0:\"\";s:18:\"backgroundVideoUrl\";s:0:\"\";s:12:\"dividerWidth\";s:0:\"\";s:10:\"components\";a:2:{i:0;s:11:\"topSubtitle\";i:1;s:8:\"subtitle\";}}i:5;a:60:{s:6:\"layout\";s:7:\"stacked\";s:10:\"horizontal\";s:6:\"center\";s:8:\"vertical\";s:6:\"middle\";s:9:\"alignment\";s:6:\"center\";s:16:\"contentAnimation\";s:4:\"fade\";s:11:\"contentFade\";b:0;s:13:\"parallaxSpeed\";i:0;s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:0:\"\";s:9:\"imageSize\";s:6:\"medium\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:0:\"\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:6:\"medium\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:0;s:16:\"firstButtonStyle\";s:6:\"border\";s:16:\"firstButtonColor\";s:5:\"brand\";s:16:\"firstButtonHover\";s:7:\"inverse\";s:20:\"firstButtonThickness\";i:1;s:17:\"firstButtonRadius\";i:4;s:15:\"firstButtonSize\";s:5:\"small\";s:16:\"firstButtonLabel\";s:6:\"Button\";s:15:\"firstButtonIcon\";s:9:\"et-anchor\";s:23:\"firstButtonIconPosition\";s:6:\"before\";s:15:\"firstButtonLink\";s:1:\"/\";s:21:\"firstButtonTargetSelf\";b:0;s:17:\"secondButtonStyle\";s:4:\"fill\";s:17:\"secondButtonColor\";s:5:\"brand\";s:17:\"secondButtonHover\";s:7:\"inverse\";s:21:\"secondButtonThickness\";i:1;s:18:\"secondButtonRadius\";i:4;s:16:\"secondButtonSize\";s:5:\"small\";s:17:\"secondButtonLabel\";s:6:\"Button\";s:16:\"secondButtonIcon\";s:9:\"et-anchor\";s:24:\"secondButtonIconPosition\";s:6:\"before\";s:16:\"secondButtonLink\";s:1:\"/\";s:22:\"secondButtonTargetSelf\";b:0;s:5:\"title\";s:11:\"Lorem Ipsum\";s:11:\"topSubtitle\";s:166:\"<span style=\"font-weight: bold;\"><span style=\"font-size: 18px;\" class=\"font-style\">Our flight is arriving late, how do we get our keys to the apartment?</span></span>\";s:8:\"subtitle\";s:254:\"When you arrive to our apartments, please go the front door facing Klapparstigur Street and ring the doorbell. We will then buzz the door open to our reception and then we will be there few minutes later to give you the keys and show you to the apartment\";s:11:\"colorScheme\";s:7:\"default\";s:15:\"backgroundColor\";s:7:\"#ffffff\";s:17:\"backgroundOpacity\";i:85;s:14:\"backgroundType\";s:5:\"image\";s:13:\"backgroundUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:19:\"backgroundPosterUrl\";s:0:\"\";s:18:\"backgroundVideoUrl\";s:0:\"\";s:12:\"dividerWidth\";s:0:\"\";s:10:\"components\";a:2:{i:0;s:11:\"topSubtitle\";i:1;s:8:\"subtitle\";}}i:6;a:60:{s:6:\"layout\";s:7:\"stacked\";s:10:\"horizontal\";s:6:\"center\";s:8:\"vertical\";s:6:\"middle\";s:9:\"alignment\";s:6:\"center\";s:16:\"contentAnimation\";s:4:\"fade\";s:11:\"contentFade\";b:0;s:13:\"parallaxSpeed\";i:0;s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:0:\"\";s:9:\"imageSize\";s:6:\"medium\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:0:\"\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:6:\"medium\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:0;s:16:\"firstButtonStyle\";s:6:\"border\";s:16:\"firstButtonColor\";s:5:\"brand\";s:16:\"firstButtonHover\";s:7:\"inverse\";s:20:\"firstButtonThickness\";i:1;s:17:\"firstButtonRadius\";i:4;s:15:\"firstButtonSize\";s:5:\"small\";s:16:\"firstButtonLabel\";s:6:\"Button\";s:15:\"firstButtonIcon\";s:9:\"et-anchor\";s:23:\"firstButtonIconPosition\";s:6:\"before\";s:15:\"firstButtonLink\";s:1:\"/\";s:21:\"firstButtonTargetSelf\";b:0;s:17:\"secondButtonStyle\";s:4:\"fill\";s:17:\"secondButtonColor\";s:5:\"brand\";s:17:\"secondButtonHover\";s:7:\"inverse\";s:21:\"secondButtonThickness\";i:1;s:18:\"secondButtonRadius\";i:4;s:16:\"secondButtonSize\";s:5:\"small\";s:17:\"secondButtonLabel\";s:6:\"Button\";s:16:\"secondButtonIcon\";s:9:\"et-anchor\";s:24:\"secondButtonIconPosition\";s:6:\"before\";s:16:\"secondButtonLink\";s:1:\"/\";s:22:\"secondButtonTargetSelf\";b:0;s:5:\"title\";s:11:\"Lorem Ipsum\";s:11:\"topSubtitle\";s:182:\"<span style=\"font-size: 18px;\" class=\"font-style\"><span style=\"font-weight: bold;\">If we need assistance to book tours or airport transport can you assist us with that?</span></span>\";s:8:\"subtitle\";s:177:\"Yes, even if we are not always in the reception it is very easy to reach us with the lobby phone or the intercom and we will be at the reception few minutes later to assist you.\";s:11:\"colorScheme\";s:7:\"default\";s:15:\"backgroundColor\";s:7:\"#ffffff\";s:17:\"backgroundOpacity\";i:85;s:14:\"backgroundType\";s:5:\"image\";s:13:\"backgroundUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:19:\"backgroundPosterUrl\";s:0:\"\";s:18:\"backgroundVideoUrl\";s:0:\"\";s:12:\"dividerWidth\";s:0:\"\";s:10:\"components\";a:2:{i:0;s:11:\"topSubtitle\";i:1;s:8:\"subtitle\";}}i:7;a:60:{s:6:\"layout\";s:7:\"stacked\";s:10:\"horizontal\";s:6:\"center\";s:8:\"vertical\";s:6:\"middle\";s:9:\"alignment\";s:6:\"center\";s:16:\"contentAnimation\";s:4:\"fade\";s:11:\"contentFade\";b:0;s:13:\"parallaxSpeed\";i:0;s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:0:\"\";s:9:\"imageSize\";s:6:\"medium\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:0:\"\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:6:\"medium\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:0;s:16:\"firstButtonStyle\";s:6:\"border\";s:16:\"firstButtonColor\";s:5:\"brand\";s:16:\"firstButtonHover\";s:7:\"inverse\";s:20:\"firstButtonThickness\";i:1;s:17:\"firstButtonRadius\";i:4;s:15:\"firstButtonSize\";s:5:\"small\";s:16:\"firstButtonLabel\";s:6:\"Button\";s:15:\"firstButtonIcon\";s:9:\"et-anchor\";s:23:\"firstButtonIconPosition\";s:6:\"before\";s:15:\"firstButtonLink\";s:1:\"/\";s:21:\"firstButtonTargetSelf\";b:0;s:17:\"secondButtonStyle\";s:4:\"fill\";s:17:\"secondButtonColor\";s:5:\"brand\";s:17:\"secondButtonHover\";s:7:\"inverse\";s:21:\"secondButtonThickness\";i:1;s:18:\"secondButtonRadius\";i:4;s:16:\"secondButtonSize\";s:5:\"small\";s:17:\"secondButtonLabel\";s:6:\"Button\";s:16:\"secondButtonIcon\";s:9:\"et-anchor\";s:24:\"secondButtonIconPosition\";s:6:\"before\";s:16:\"secondButtonLink\";s:1:\"/\";s:22:\"secondButtonTargetSelf\";b:0;s:5:\"title\";s:11:\"Lorem Ipsum\";s:11:\"topSubtitle\";s:124:\"<span style=\"font-weight: bold;\"><span style=\"font-size: 18px;\" class=\"font-style\">Do you offer free Internet?</span></span>\";s:8:\"subtitle\";s:46:\"Yes, we have free Wi-Fi in the whole building.\";s:11:\"colorScheme\";s:7:\"default\";s:15:\"backgroundColor\";s:7:\"#ffffff\";s:17:\"backgroundOpacity\";i:85;s:14:\"backgroundType\";s:5:\"image\";s:13:\"backgroundUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:19:\"backgroundPosterUrl\";s:0:\"\";s:18:\"backgroundVideoUrl\";s:0:\"\";s:12:\"dividerWidth\";s:0:\"\";s:10:\"components\";a:2:{i:0;s:11:\"topSubtitle\";i:1;s:8:\"subtitle\";}}}s:5:\"index\";i:3;s:12:\"paddingRight\";s:0:\"\";s:11:\"paddingLeft\";s:0:\"\";s:9:\"animation\";s:7:\"fadeinu\";s:8:\"pcHidden\";b:1;}}}}s:5:\"index\";i:0;}}s:5:\"index\";i:6;s:3:\"sid\";s:2:\"4a\";s:12:\"backgroundId\";i:141;s:8:\"pcHidden\";b:1;s:21:\"tabletLandscapeHidden\";b:1;s:12:\"tabletHidden\";b:1;s:12:\"mobileHidden\";b:1;}i:7;a:22:{s:14:\"backgroundType\";s:5:\"image\";s:15:\"backgroundColor\";s:7:\"default\";s:17:\"backgroundOpacity\";i:0;s:13:\"backgroundUrl\";s:0:\"\";s:19:\"backgroundPosterUrl\";s:0:\"\";s:18:\"backgroundVideoUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:13:\"parallaxSpeed\";i:0;s:15:\"backgroundFixed\";b:0;s:9:\"fitHeight\";b:0;s:16:\"fitHeightPercent\";i:100;s:15:\"fitHeightOffset\";s:0:\"\";s:9:\"fullWidth\";b:0;s:15:\"borderThickness\";i:0;s:11:\"borderColor\";s:7:\"default\";s:11:\"colorScheme\";s:7:\"default\";s:6:\"blocks\";a:1:{i:0;a:3:{s:6:\"layout\";s:2:\"12\";s:6:\"spaces\";a:1:{i:0;a:3:{s:8:\"subspace\";b:1;s:5:\"index\";i:0;s:5:\"items\";a:3:{i:0;a:11:{s:4:\"type\";s:4:\"text\";s:9:\"noOfItems\";i:1;s:7:\"spacing\";i:30;s:6:\"bullet\";b:0;s:11:\"bulletStyle\";s:4:\"none\";s:14:\"bulletPosition\";s:6:\"inside\";s:10:\"fontFamily\";s:7:\"primary\";s:9:\"alignment\";s:4:\"left\";s:4:\"data\";a:1:{i:0;a:1:{s:4:\"text\";s:129:\"<span style=\"font-size: 26px;\" class=\"font-style\"><span style=\"color: rgb(34, 34, 34);\">questions &amp; answers</span><br></span>\";}}s:5:\"index\";i:0;s:9:\"animation\";s:7:\"fadeinu\";}i:1;a:12:{s:4:\"type\";s:7:\"divider\";s:5:\"style\";s:6:\"single\";s:10:\"components\";a:0:{}s:5:\"color\";s:7:\"default\";s:5:\"width\";s:4:\"100%\";s:13:\"lineThickness\";i:1;s:9:\"alignment\";s:6:\"center\";s:4:\"text\";s:4:\"text\";s:8:\"textSize\";i:14;s:19:\"textBackgroundColor\";s:7:\"default\";s:5:\"index\";i:1;s:9:\"animation\";s:7:\"fadeinu\";}i:2;a:20:{s:4:\"type\";s:9:\"accordion\";s:5:\"style\";s:4:\"fill\";s:10:\"components\";a:1:{i:0;s:4:\"icon\";}s:8:\"multiple\";b:0;s:14:\"closeByDefault\";b:1;s:9:\"noOfItems\";s:1:\"8\";s:18:\"headingBorderColor\";s:7:\"default\";s:22:\"headingBackgroundColor\";s:7:\"default\";s:9:\"alignment\";s:4:\"left\";s:12:\"backgroundId\";s:0:\"\";s:13:\"backgroundUrl\";s:0:\"\";s:15:\"backgroundColor\";s:7:\"default\";s:17:\"backgroundOpacity\";i:88;s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:4:\"data\";a:8:{i:0;a:1:{s:5:\"label\";s:39:\"Does Rey Apartments offer free parking?\";}i:1;a:1:{s:5:\"label\";s:46:\"Are towels, bed linen, hair dryer provided for\";}i:2;a:1:{s:5:\"label\";s:57:\"Can we store our luggage at Rey Apartments if we need to?\";}i:3;a:1:{s:5:\"label\";s:54:\"Can we check in to our apartment early in the morning?\";}i:4;a:1:{s:5:\"label\";s:79:\"Can we get a refund if we need to cancel a pre-paid and non-refundable booking?\";}i:5;a:1:{s:5:\"label\";s:69:\"Our flight is arriving late, how do we get our keys to the apartment?\";}i:6;a:1:{s:5:\"label\";s:85:\"If we need assistance to book tours or airport transport can you assist us with that?\";}i:7;a:1:{s:5:\"label\";s:27:\"Do you offer free Internet?\";}}s:6:\"spaces\";a:8:{i:0;a:3:{s:8:\"subspace\";b:0;s:5:\"items\";a:1:{i:0;a:10:{s:4:\"type\";s:4:\"text\";s:9:\"noOfItems\";i:1;s:7:\"spacing\";i:30;s:6:\"bullet\";b:0;s:11:\"bulletStyle\";s:4:\"none\";s:14:\"bulletPosition\";s:6:\"inside\";s:10:\"fontFamily\";s:7:\"primary\";s:9:\"alignment\";s:4:\"left\";s:4:\"data\";a:1:{i:0;a:1:{s:4:\"text\";s:536:\"Yes, we have two parking spaces that belong to our apartments and they are free of charge. Our guests are welcome to park there as long as they are available. There are also free parking lots 24/7 next to Hallgrímskirkja, about 4 minutes walk from the Rey Apartments.<br><br>There are public parking spaces all around our building. They cost about 2-3 USD per hour between 9 am until 6 pm on week days and between 10 am to 4 pm on Saturdays. Other hours the public parking is free of charge and on Sundays parking is free in Reykjavik.\";}}s:5:\"index\";i:0;}}s:5:\"index\";i:0;}i:1;a:3:{s:8:\"subspace\";b:0;s:5:\"items\";a:1:{i:0;a:10:{s:4:\"type\";s:4:\"text\";s:9:\"noOfItems\";i:1;s:7:\"spacing\";i:30;s:6:\"bullet\";b:0;s:11:\"bulletStyle\";s:4:\"none\";s:14:\"bulletPosition\";s:6:\"inside\";s:10:\"fontFamily\";s:7:\"primary\";s:9:\"alignment\";s:4:\"left\";s:4:\"data\";a:1:{i:0;a:1:{s:4:\"text\";s:4:\"Yes.\";}}s:5:\"index\";i:0;}}s:5:\"index\";i:1;}i:2;a:3:{s:8:\"subspace\";b:0;s:5:\"items\";a:1:{i:0;a:10:{s:4:\"type\";s:4:\"text\";s:9:\"noOfItems\";i:1;s:7:\"spacing\";i:30;s:6:\"bullet\";b:0;s:11:\"bulletStyle\";s:4:\"none\";s:14:\"bulletPosition\";s:6:\"inside\";s:10:\"fontFamily\";s:7:\"primary\";s:9:\"alignment\";s:4:\"left\";s:4:\"data\";a:1:{i:0;a:1:{s:4:\"text\";s:46:\"Yes we can store your luggage in a safe place.\";}}s:5:\"index\";i:0;}}s:5:\"index\";i:2;}i:3;a:3:{s:8:\"subspace\";b:0;s:5:\"items\";a:1:{i:0;a:10:{s:4:\"type\";s:4:\"text\";s:9:\"noOfItems\";i:1;s:7:\"spacing\";i:30;s:6:\"bullet\";b:0;s:11:\"bulletStyle\";s:4:\"none\";s:14:\"bulletPosition\";s:6:\"inside\";s:10:\"fontFamily\";s:7:\"primary\";s:9:\"alignment\";s:4:\"left\";s:4:\"data\";a:1:{i:0;a:1:{s:4:\"text\";s:236:\"The check in time is 2pm.<br><br>However, you are welcome to arrive to our apartments any time after 8 AM and we can store your luggage until the apartment is ready. We always try our best to have the apartment ready as soon as possible\";}}s:5:\"index\";i:0;}}s:5:\"index\";i:3;}i:4;a:3:{s:8:\"subspace\";b:0;s:5:\"items\";a:1:{i:0;a:10:{s:4:\"type\";s:4:\"text\";s:9:\"noOfItems\";i:1;s:7:\"spacing\";i:30;s:6:\"bullet\";b:0;s:11:\"bulletStyle\";s:4:\"none\";s:14:\"bulletPosition\";s:6:\"inside\";s:10:\"fontFamily\";s:7:\"primary\";s:9:\"alignment\";s:4:\"left\";s:4:\"data\";a:1:{i:0;a:1:{s:4:\"text\";s:78:\"Unfortunately, we are not able to refund pre-paid and non-refundable bookings.\";}}s:5:\"index\";i:0;}}s:5:\"index\";i:4;}i:5;a:3:{s:8:\"subspace\";b:0;s:5:\"items\";a:1:{i:0;a:10:{s:4:\"type\";s:4:\"text\";s:9:\"noOfItems\";i:1;s:7:\"spacing\";i:30;s:6:\"bullet\";b:0;s:11:\"bulletStyle\";s:4:\"none\";s:14:\"bulletPosition\";s:6:\"inside\";s:10:\"fontFamily\";s:7:\"primary\";s:9:\"alignment\";s:4:\"left\";s:4:\"data\";a:1:{i:0;a:1:{s:4:\"text\";s:254:\"When you arrive to our apartments, please go the front door facing Klapparstigur Street and ring the doorbell. We will then buzz the door open to our reception and then we will be there few minutes later to give you the keys and show you to the apartment\";}}s:5:\"index\";i:0;}}s:5:\"index\";i:5;}i:6;a:3:{s:8:\"subspace\";b:0;s:5:\"items\";a:1:{i:0;a:10:{s:4:\"type\";s:4:\"text\";s:9:\"noOfItems\";i:1;s:7:\"spacing\";i:30;s:6:\"bullet\";b:0;s:11:\"bulletStyle\";s:4:\"none\";s:14:\"bulletPosition\";s:6:\"inside\";s:10:\"fontFamily\";s:7:\"primary\";s:9:\"alignment\";s:4:\"left\";s:4:\"data\";a:1:{i:0;a:1:{s:4:\"text\";s:177:\"Yes, even if we are not always in the reception it is very easy to reach us with the lobby phone or the intercom and we will be at the reception few minutes later to assist you.\";}}s:5:\"index\";i:0;}}s:5:\"index\";i:6;}i:7;a:3:{s:8:\"subspace\";b:0;s:5:\"items\";a:1:{i:0;a:10:{s:4:\"type\";s:4:\"text\";s:9:\"noOfItems\";i:1;s:7:\"spacing\";i:30;s:6:\"bullet\";b:0;s:11:\"bulletStyle\";s:4:\"none\";s:14:\"bulletPosition\";s:6:\"inside\";s:10:\"fontFamily\";s:7:\"primary\";s:9:\"alignment\";s:4:\"left\";s:4:\"data\";a:1:{i:0;a:1:{s:4:\"text\";s:46:\"Yes, we have free Wi-Fi in the whole building.\";}}s:5:\"index\";i:0;}}s:5:\"index\";i:7;}}s:5:\"index\";i:2;s:9:\"animation\";s:7:\"fadeinu\";}}}}s:5:\"index\";i:0;}}s:5:\"index\";i:7;s:3:\"sid\";s:1:\"4\";}i:8;a:22:{s:14:\"backgroundType\";s:5:\"image\";s:15:\"backgroundColor\";s:7:\"#000000\";s:17:\"backgroundOpacity\";i:5;s:13:\"backgroundUrl\";s:0:\"\";s:19:\"backgroundPosterUrl\";s:0:\"\";s:18:\"backgroundVideoUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:13:\"parallaxSpeed\";i:0;s:15:\"backgroundFixed\";b:1;s:9:\"fitHeight\";b:0;s:16:\"fitHeightPercent\";i:100;s:15:\"fitHeightOffset\";s:0:\"\";s:9:\"fullWidth\";b:0;s:15:\"borderThickness\";i:0;s:11:\"borderColor\";s:7:\"default\";s:11:\"colorScheme\";s:7:\"default\";s:6:\"blocks\";a:1:{i:0;a:3:{s:6:\"layout\";s:3:\"6-6\";s:6:\"spaces\";a:2:{i:0;a:3:{s:8:\"subspace\";b:1;s:5:\"index\";i:0;s:5:\"items\";a:1:{i:0;a:37:{s:4:\"type\";s:3:\"box\";s:15:\"fitScreenHeight\";b:0;s:16:\"fitHeightPercent\";i:100;s:15:\"fitHeightOffset\";s:0:\"\";s:6:\"height\";s:0:\"\";s:8:\"maxWidth\";s:0:\"\";s:8:\"overflow\";s:6:\"hidden\";s:9:\"topBorder\";i:0;s:12:\"bottomBorder\";i:0;s:10:\"leftBorder\";i:0;s:11:\"rightBorder\";i:0;s:11:\"borderColor\";s:7:\"default\";s:13:\"verticalAlign\";s:6:\"middle\";s:9:\"alignment\";s:6:\"center\";s:8:\"pinnedID\";s:0:\"\";s:11:\"fitHeightID\";s:0:\"\";s:9:\"noOfItems\";i:1;s:11:\"colorScheme\";s:7:\"default\";s:14:\"backgroundType\";s:5:\"image\";s:15:\"backgroundColor\";s:7:\"#ffffff\";s:17:\"backgroundOpacity\";i:0;s:13:\"backgroundUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:16:\"backgroundExtend\";s:4:\"none\";s:15:\"backgroundFixed\";b:0;s:13:\"parallaxSpeed\";i:0;s:4:\"data\";a:1:{i:0;N;}s:6:\"spaces\";a:1:{i:0;a:3:{s:8:\"subspace\";b:0;s:5:\"items\";a:5:{i:0;a:10:{s:4:\"type\";s:4:\"text\";s:9:\"noOfItems\";i:1;s:7:\"spacing\";i:30;s:6:\"bullet\";b:0;s:11:\"bulletStyle\";s:4:\"none\";s:14:\"bulletPosition\";s:6:\"inside\";s:10:\"fontFamily\";s:7:\"primary\";s:9:\"alignment\";s:4:\"left\";s:4:\"data\";a:1:{i:0;a:1:{s:4:\"text\";s:137:\"<span style=\"font-size: 26px;\" class=\"font-style\"><span style=\"color: rgb(34, 34, 34);\">book now! Best price guaranteed<br></span></span>\";}}s:5:\"index\";i:0;}i:1;a:14:{s:4:\"type\";s:4:\"text\";s:9:\"noOfItems\";i:1;s:7:\"spacing\";i:30;s:6:\"bullet\";b:0;s:11:\"bulletStyle\";s:4:\"none\";s:14:\"bulletPosition\";s:6:\"inside\";s:10:\"fontFamily\";s:7:\"primary\";s:9:\"alignment\";s:4:\"left\";s:4:\"data\";a:1:{i:0;a:1:{s:4:\"text\";s:179:\"<span style=\"font-size: 14px;\" class=\"font-style\"><span style=\"color: rgb(34, 34, 34);\">Press click on the Book a room button to see our availability and prices!<br></span></span>\";}}s:5:\"index\";i:1;s:8:\"pcHidden\";b:0;s:21:\"tabletLandscapeHidden\";b:0;s:12:\"tabletHidden\";b:0;s:12:\"mobileHidden\";b:0;}i:2;a:16:{s:4:\"type\";s:6:\"button\";s:5:\"style\";s:4:\"fill\";s:11:\"buttonColor\";s:5:\"brand\";s:10:\"hoverStyle\";s:5:\"brand\";s:4:\"size\";s:5:\"small\";s:15:\"buttonThickness\";i:1;s:12:\"buttonRadius\";i:4;s:9:\"fullWidth\";b:0;s:13:\"displayInline\";b:0;s:9:\"alignment\";s:4:\"left\";s:11:\"buttonLabel\";s:11:\"Book A Room\";s:10:\"buttonIcon\";s:13:\"chevron-right\";s:18:\"buttonIconPosition\";s:6:\"before\";s:10:\"buttonLink\";s:65:\"https://www.thebookingbutton.co.uk/properties/reyapartmentsdirect\";s:16:\"buttonTargetSelf\";b:1;s:5:\"index\";i:2;}i:3;a:22:{s:4:\"type\";s:5:\"image\";s:9:\"alignment\";s:4:\"left\";s:10:\"imageRatio\";s:4:\"auto\";s:7:\"caption\";s:24:\"Insert your caption here\";s:10:\"components\";a:1:{i:0;s:0:\"\";}s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:0:\"\";s:9:\"imageSize\";s:4:\"full\";s:13:\"imageMaxWidth\";s:3:\"130\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:62:\"http://ray.vefur.co/wp-content/uploads/2017/10/BEST-RATE-1.png\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:7:\"x-large\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:0;s:5:\"index\";i:3;s:7:\"imageId\";i:156;}i:4;a:10:{s:4:\"type\";s:4:\"text\";s:9:\"noOfItems\";i:1;s:7:\"spacing\";i:30;s:6:\"bullet\";b:0;s:11:\"bulletStyle\";s:4:\"none\";s:14:\"bulletPosition\";s:6:\"inside\";s:10:\"fontFamily\";s:7:\"primary\";s:9:\"alignment\";s:4:\"left\";s:4:\"data\";a:1:{i:0;a:1:{s:4:\"text\";s:233:\"<span style=\"font-size: 14px;\" class=\"font-style\"><span style=\"color: rgb(34, 34, 34);\">Rey Apartments<br>Grettisgata 2A<br>101 Reykjavík<br>Iceland<br>tel: +354 771 4600<br><a href=\"mailto:info@rey.is\">info@rey.is</a></span></span>\";}}s:5:\"index\";i:4;}}s:5:\"index\";i:0;}}s:5:\"index\";i:0;s:9:\"animation\";s:7:\"fadeinl\";s:10:\"paddingTop\";s:0:\"\";s:12:\"paddingRight\";s:0:\"\";s:13:\"paddingBottom\";s:0:\"\";s:11:\"paddingLeft\";s:1:\"1\";}}}i:1;a:3:{s:8:\"subspace\";b:1;s:5:\"index\";i:1;s:5:\"items\";a:1:{i:0;a:33:{s:4:\"type\";s:3:\"box\";s:15:\"fitScreenHeight\";b:0;s:16:\"fitHeightPercent\";i:100;s:15:\"fitHeightOffset\";s:0:\"\";s:6:\"height\";s:0:\"\";s:8:\"maxWidth\";s:0:\"\";s:8:\"overflow\";s:6:\"hidden\";s:9:\"topBorder\";i:0;s:12:\"bottomBorder\";i:0;s:10:\"leftBorder\";i:0;s:11:\"rightBorder\";i:0;s:11:\"borderColor\";s:7:\"default\";s:13:\"verticalAlign\";s:6:\"middle\";s:9:\"alignment\";s:4:\"left\";s:8:\"pinnedID\";s:0:\"\";s:11:\"fitHeightID\";s:0:\"\";s:9:\"noOfItems\";i:1;s:11:\"colorScheme\";s:7:\"default\";s:14:\"backgroundType\";s:5:\"image\";s:15:\"backgroundColor\";s:7:\"default\";s:17:\"backgroundOpacity\";i:90;s:13:\"backgroundUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:16:\"backgroundExtend\";s:4:\"none\";s:15:\"backgroundFixed\";b:0;s:13:\"parallaxSpeed\";i:0;s:4:\"data\";a:1:{i:0;N;}s:6:\"spaces\";a:1:{i:0;a:3:{s:8:\"subspace\";b:0;s:5:\"items\";a:3:{i:0;a:10:{s:4:\"type\";s:4:\"text\";s:9:\"noOfItems\";i:1;s:7:\"spacing\";i:30;s:6:\"bullet\";b:0;s:11:\"bulletStyle\";s:4:\"none\";s:14:\"bulletPosition\";s:6:\"inside\";s:10:\"fontFamily\";s:7:\"primary\";s:9:\"alignment\";s:4:\"left\";s:4:\"data\";a:1:{i:0;a:1:{s:4:\"text\";s:117:\"<span style=\"font-size: 26px;\" class=\"font-style\"><span style=\"color: rgb(34, 34, 34);\">contact us <br></span></span>\";}}s:5:\"index\";i:0;}i:1;a:10:{s:4:\"type\";s:4:\"text\";s:9:\"noOfItems\";i:1;s:7:\"spacing\";i:30;s:6:\"bullet\";b:0;s:11:\"bulletStyle\";s:4:\"none\";s:14:\"bulletPosition\";s:6:\"inside\";s:10:\"fontFamily\";s:7:\"primary\";s:9:\"alignment\";s:4:\"left\";s:4:\"data\";a:1:{i:0;a:1:{s:4:\"text\";s:81:\"<span style=\"color: rgb(34, 34, 34);\">Fill in the form below to contact us</span>\";}}s:5:\"index\";i:1;}i:2;a:4:{s:4:\"type\";s:4:\"html\";s:4:\"html\";s:18:\"[wpforms id=\"143\"]\";s:5:\"index\";i:2;s:9:\"animation\";s:7:\"fadeinr\";}}s:5:\"index\";i:0;}}s:5:\"index\";i:0;s:9:\"animation\";s:7:\"fadeinr\";}}}}s:5:\"index\";i:0;}}s:5:\"index\";i:8;s:3:\"sid\";s:1:\"3\";}}}'),(14,8,'_wp_attached_file','2017/10/REYlogo-01.png'),(15,8,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:471;s:6:\"height\";i:474;s:4:\"file\";s:22:\"2017/10/REYlogo-01.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"REYlogo-01-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"REYlogo-01-298x300.png\";s:5:\"width\";i:298;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(26,14,'_wp_attached_file','2017/10/044.jpg'),(27,14,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:4:\"file\";s:15:\"2017/10/044.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"044-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"044-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"044-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"044-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:15:\"044-512x384.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"bateaux_large\";a:4:{s:4:\"file\";s:16:\"044-1280x960.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(30,16,'_wp_attached_file','2017/10/21012-098-Edit.jpg'),(31,16,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:684;s:4:\"file\";s:26:\"2017/10/21012-098-Edit.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"21012-098-Edit-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"21012-098-Edit-300x205.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"21012-098-Edit-768x525.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:26:\"21012-098-Edit-512x350.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.7\";s:6:\"credit\";s:22:\"Bragi Þór Jósefsson\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1321456497\";s:9:\"copyright\";s:25:\"© Bragi Þór Jósefsson\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:1:\"2\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:18:\"central apartments\";}}}'),(36,19,'_wp_attached_file','2017/10/Title1.png'),(37,19,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:357;s:6:\"height\";i:124;s:4:\"file\";s:18:\"2017/10/Title1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Title1-150x124.png\";s:5:\"width\";i:150;s:6:\"height\";i:124;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Title1-300x104.png\";s:5:\"width\";i:300;s:6:\"height\";i:104;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:{}}}'),(34,18,'_wp_attached_file','2017/10/title.png'),(35,18,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:226;s:6:\"height\";i:122;s:4:\"file\";s:17:\"2017/10/title.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"title-150x122.png\";s:5:\"width\";i:150;s:6:\"height\";i:122;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:{}}}'),(38,20,'_wp_attached_file','2017/10/Title3.png'),(39,20,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:426;s:6:\"height\";i:124;s:4:\"file\";s:18:\"2017/10/Title3.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Title3-150x124.png\";s:5:\"width\";i:150;s:6:\"height\";i:124;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"Title3-300x87.png\";s:5:\"width\";i:300;s:6:\"height\";i:87;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:{}}}'),(40,21,'_wp_attached_file','2017/10/21006-104-Edit-Edit.jpg'),(41,21,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:709;s:4:\"file\";s:31:\"2017/10/21006-104-Edit-Edit.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"21006-104-Edit-Edit-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"21006-104-Edit-Edit-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"21006-104-Edit-Edit-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:31:\"21006-104-Edit-Edit-512x363.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:363;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:22:\"Bragi Þór Jósefsson\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1316618703\";s:9:\"copyright\";s:25:\"© Bragi Þór Jósefsson\";s:12:\"focal_length\";s:2:\"34\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:3:\"0.1\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:18:\"central apartments\";}}}'),(47,24,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:709;s:4:\"file\";s:16:\"2017/10/I2-1.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"I2-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"I2-1-300x213.png\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"I2-1-768x545.png\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:16:\"I2-1-512x363.png\";s:5:\"width\";i:512;s:6:\"height\";i:363;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:{}}}'),(44,23,'_wp_attached_file','2017/10/I1.png'),(45,23,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:709;s:4:\"file\";s:14:\"2017/10/I1.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"I1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"I1-300x213.png\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"I1-768x545.png\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:14:\"I1-512x363.png\";s:5:\"width\";i:512;s:6:\"height\";i:363;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:{}}}'),(46,24,'_wp_attached_file','2017/10/I2-1.png'),(77,29,'_menu_item_type','custom'),(78,29,'_menu_item_menu_item_parent','0'),(79,29,'_menu_item_object_id','29'),(80,29,'_menu_item_object','custom'),(81,29,'_menu_item_target',''),(82,29,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(83,29,'_menu_item_xfn',''),(84,29,'_menu_item_url','https://rey.is/#1'),(113,29,'btx_menu_icon_position','before'),(86,30,'_menu_item_type','custom'),(87,30,'_menu_item_menu_item_parent','0'),(88,30,'_menu_item_object_id','30'),(89,30,'_menu_item_object','custom'),(90,30,'_menu_item_target',''),(91,30,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(92,30,'_menu_item_xfn',''),(93,30,'_menu_item_url','https://rey.is/#2'),(115,30,'btx_menu_icon_position','before'),(95,31,'_menu_item_type','custom'),(96,31,'_menu_item_menu_item_parent','0'),(97,31,'_menu_item_object_id','31'),(98,31,'_menu_item_object','custom'),(99,31,'_menu_item_target',''),(100,31,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(101,31,'_menu_item_xfn',''),(102,31,'_menu_item_url','https://rey.is/#3'),(117,31,'btx_menu_icon_position','before'),(104,32,'_menu_item_type','custom'),(105,32,'_menu_item_menu_item_parent','0'),(106,32,'_menu_item_object_id','32'),(107,32,'_menu_item_object','custom'),(108,32,'_menu_item_target',''),(109,32,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(110,32,'_menu_item_xfn',''),(111,32,'_menu_item_url','https://rey.is/#4'),(119,32,'btx_menu_icon_position','before'),(114,29,'btx_menu_mega_columns','0'),(116,30,'btx_menu_mega_columns','0'),(118,31,'btx_menu_mega_columns','0'),(120,32,'btx_menu_mega_columns','0'),(121,29,'btx_menu_icon',''),(122,30,'btx_menu_icon',''),(123,31,'btx_menu_icon',''),(124,32,'btx_menu_icon',''),(131,37,'_wp_attached_file','2017/10/aponImage_7e8121368d3cc9c0964815388fcb6013.png'),(132,37,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:160;s:6:\"height\";i:160;s:4:\"file\";s:54:\"2017/10/aponImage_7e8121368d3cc9c0964815388fcb6013.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"aponImage_7e8121368d3cc9c0964815388fcb6013-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(133,38,'_wp_attached_file','2017/10/aponImage_8a104030a1b66c7a827b004ea65ebe93.png'),(134,38,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:160;s:6:\"height\";i:160;s:4:\"file\";s:54:\"2017/10/aponImage_8a104030a1b66c7a827b004ea65ebe93.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"aponImage_8a104030a1b66c7a827b004ea65ebe93-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(135,39,'_wp_attached_file','2017/10/aponImage_49a1fd94681d4f9f2db32a07d784338b.png'),(136,39,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:160;s:6:\"height\";i:160;s:4:\"file\";s:54:\"2017/10/aponImage_49a1fd94681d4f9f2db32a07d784338b.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"aponImage_49a1fd94681d4f9f2db32a07d784338b-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(137,40,'_wp_attached_file','2017/10/aponImage_82c60447b56b0cc5e2430e70f0d408a3.png'),(138,40,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:160;s:6:\"height\";i:160;s:4:\"file\";s:54:\"2017/10/aponImage_82c60447b56b0cc5e2430e70f0d408a3.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"aponImage_82c60447b56b0cc5e2430e70f0d408a3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(139,41,'_wp_attached_file','2017/10/aponImage_493f865e409b5dcbd30c511bb5710847.png'),(140,41,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:160;s:6:\"height\";i:160;s:4:\"file\";s:54:\"2017/10/aponImage_493f865e409b5dcbd30c511bb5710847.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"aponImage_493f865e409b5dcbd30c511bb5710847-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(141,42,'_wp_attached_file','2017/10/aponImage_a8c50dedaa25e07b5dee520c3a705a66.png'),(142,42,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:160;s:6:\"height\";i:160;s:4:\"file\";s:54:\"2017/10/aponImage_a8c50dedaa25e07b5dee520c3a705a66.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"aponImage_a8c50dedaa25e07b5dee520c3a705a66-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(143,43,'_wp_attached_file','2017/10/1a.png'),(144,43,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:500;s:4:\"file\";s:14:\"2017/10/1a.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"1a-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"1a-150x300.png\";s:5:\"width\";i:150;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(145,44,'_wp_attached_file','2017/10/1b.png'),(146,44,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:500;s:4:\"file\";s:14:\"2017/10/1b.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"1b-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"1b-150x300.png\";s:5:\"width\";i:150;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(147,45,'_wp_attached_file','2017/10/2a.png'),(148,45,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:250;s:4:\"file\";s:14:\"2017/10/2a.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"2a-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(149,46,'_wp_attached_file','2017/10/2b.png'),(150,46,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:250;s:4:\"file\";s:14:\"2017/10/2b.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"2b-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(151,47,'_wp_attached_file','2017/10/3a.png'),(152,47,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:250;s:4:\"file\";s:14:\"2017/10/3a.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"3a-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(153,48,'_wp_attached_file','2017/10/3b.png'),(154,48,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:250;s:4:\"file\";s:14:\"2017/10/3b.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"3b-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(155,49,'_wp_attached_file','2017/10/4a.png'),(156,49,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:250;s:4:\"file\";s:14:\"2017/10/4a.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"4a-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(157,50,'_wp_attached_file','2017/10/4b.png'),(158,50,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:250;s:4:\"file\";s:14:\"2017/10/4b.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"4b-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(159,51,'_wp_attached_file','2017/10/5a.png'),(160,51,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:250;s:4:\"file\";s:14:\"2017/10/5a.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"5a-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(161,52,'_wp_attached_file','2017/10/5b.png'),(162,52,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:250;s:4:\"file\";s:14:\"2017/10/5b.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"5b-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(163,53,'_wp_attached_file','2017/10/6a.png'),(164,53,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:500;s:4:\"file\";s:14:\"2017/10/6a.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"6a-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"6a-150x300.png\";s:5:\"width\";i:150;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(165,54,'_wp_attached_file','2017/10/6b.png'),(166,54,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:500;s:4:\"file\";s:14:\"2017/10/6b.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"6b-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"6b-150x300.png\";s:5:\"width\";i:150;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(171,57,'_wp_attached_file','2017/10/4a-1.png'),(172,57,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:560;s:4:\"file\";s:16:\"2017/10/4a-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"4a-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"4a-1-134x300.png\";s:5:\"width\";i:134;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(169,56,'_wp_attached_file','2017/10/1a-2.png'),(170,56,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:560;s:4:\"file\";s:16:\"2017/10/1a-2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"1a-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"1a-2-134x300.png\";s:5:\"width\";i:134;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(173,58,'_wp_attached_file','2017/10/6a-1.png'),(174,58,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:250;s:4:\"file\";s:16:\"2017/10/6a-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"6a-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(175,59,'_wp_attached_file','2017/10/1b-1.png'),(176,59,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:560;s:4:\"file\";s:16:\"2017/10/1b-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"1b-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"1b-1-134x300.png\";s:5:\"width\";i:134;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(177,60,'_wp_attached_file','2017/10/4b-1.png'),(178,60,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:560;s:4:\"file\";s:16:\"2017/10/4b-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"4b-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"4b-1-134x300.png\";s:5:\"width\";i:134;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(179,61,'_wp_attached_file','2017/10/6b-1.png'),(180,61,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:250;s:4:\"file\";s:16:\"2017/10/6b-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"6b-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(185,66,'_edit_last','1'),(186,66,'_edit_lock','1509531189:1'),(189,68,'_edit_last','1'),(190,68,'_edit_lock','1549634699:1'),(192,70,'_wp_attached_file','2017/11/21012-098-Edit.jpg'),(193,70,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:684;s:4:\"file\";s:26:\"2017/11/21012-098-Edit.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"21012-098-Edit-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"21012-098-Edit-300x205.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"21012-098-Edit-768x525.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:26:\"21012-098-Edit-512x350.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.7\";s:6:\"credit\";s:22:\"Bragi Þór Jósefsson\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1321456497\";s:9:\"copyright\";s:25:\"© Bragi Þór Jósefsson\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:1:\"2\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:18:\"central apartments\";}}}'),(194,71,'_wp_attached_file','2017/11/21012-099-Edit.jpg'),(195,71,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:677;s:6:\"height\";i:1000;s:4:\"file\";s:26:\"2017/11/21012-099-Edit.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"21012-099-Edit-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"21012-099-Edit-203x300.jpg\";s:5:\"width\";i:203;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:26:\"21012-099-Edit-512x756.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:756;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.7\";s:6:\"credit\";s:22:\"Bragi Þór Jósefsson\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1321456661\";s:9:\"copyright\";s:25:\"© Bragi Þór Jósefsson\";s:12:\"focal_length\";s:2:\"45\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:1:\"2\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:18:\"central apartments\";}}}'),(196,72,'_wp_attached_file','2017/11/21012-102-Edit.jpg'),(197,72,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:687;s:4:\"file\";s:26:\"2017/11/21012-102-Edit.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"21012-102-Edit-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"21012-102-Edit-300x206.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:206;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"21012-102-Edit-768x528.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:528;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:26:\"21012-102-Edit-512x352.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:352;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.7\";s:6:\"credit\";s:22:\"Bragi Þór Jósefsson\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1321457090\";s:9:\"copyright\";s:25:\"© Bragi Þór Jósefsson\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:1:\"3\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:18:\"central apartments\";}}}'),(198,73,'_wp_attached_file','2017/11/21012-110-Edit.jpg'),(199,73,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:26:\"2017/11/21012-110-Edit.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"21012-110-Edit-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"21012-110-Edit-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"21012-110-Edit-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:26:\"21012-110-Edit-512x342.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:342;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.7\";s:6:\"credit\";s:22:\"Bragi Þór Jósefsson\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1321458037\";s:9:\"copyright\";s:25:\"© Bragi Þór Jósefsson\";s:12:\"focal_length\";s:2:\"34\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:1:\"3\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:18:\"central apartments\";}}}'),(200,74,'_wp_attached_file','2017/11/IMG_8547.jpg'),(201,74,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:4:\"file\";s:20:\"2017/11/IMG_8547.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_8547-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_8547-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_8547-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_8547-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:20:\"IMG_8547-512x384.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"bateaux_large\";a:4:{s:4:\"file\";s:21:\"IMG_8547-1280x960.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(202,75,'_wp_attached_file','2017/11/IMG_8555.jpg'),(203,75,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:4:\"file\";s:20:\"2017/11/IMG_8555.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_8555-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_8555-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"IMG_8555-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_8555-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:20:\"IMG_8555-512x683.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"bateaux_large\";a:4:{s:4:\"file\";s:22:\"IMG_8555-1280x1707.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1707;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(204,76,'_wp_attached_file','2017/11/IMG_8558-2.jpg'),(205,76,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:4:\"file\";s:22:\"2017/11/IMG_8558-2.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"IMG_8558-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"IMG_8558-2-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"IMG_8558-2-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"IMG_8558-2-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:22:\"IMG_8558-2-512x683.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"bateaux_large\";a:4:{s:4:\"file\";s:24:\"IMG_8558-2-1280x1707.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1707;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(206,77,'_wp_attached_file','2017/11/IMG_8563-2.jpg'),(207,77,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:4:\"file\";s:22:\"2017/11/IMG_8563-2.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"IMG_8563-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"IMG_8563-2-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"IMG_8563-2-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"IMG_8563-2-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:22:\"IMG_8563-2-512x683.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"bateaux_large\";a:4:{s:4:\"file\";s:24:\"IMG_8563-2-1280x1707.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1707;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(208,68,'bp_data','a:4:{s:3:\"app\";s:10:\"bp-builder\";s:7:\"version\";s:5:\"1.0.0\";s:7:\"builder\";a:24:{s:6:\"active\";b:1;s:6:\"header\";s:4:\"none\";s:6:\"footer\";s:16:\"footer-bottombar\";s:7:\"sidebar\";s:4:\"none\";s:11:\"sidebarFull\";b:0;s:14:\"fullPageScroll\";b:0;s:14:\"halfPageScroll\";b:0;s:15:\"scrollDirection\";s:8:\"vertical\";s:7:\"navMenu\";s:7:\"default\";s:8:\"navStyle\";s:7:\"default\";s:7:\"navFull\";s:7:\"default\";s:14:\"navTransparent\";b:0;s:7:\"preload\";s:7:\"default\";s:9:\"backToTop\";s:7:\"default\";s:20:\"pageCustomBackground\";b:0;s:14:\"mouseoverImage\";s:7:\"default\";s:16:\"mouseoverContent\";s:7:\"default\";s:15:\"mouseoverCustom\";b:0;s:19:\"mouseoverBackground\";s:11:\"btx_color_6\";s:16:\"mouseoverOpacity\";i:80;s:5:\"width\";i:1;s:6:\"height\";i:1;s:6:\"linkTo\";s:7:\"default\";s:13:\"alternateLink\";s:0:\"\";}s:8:\"sections\";a:6:{i:0;a:23:{s:14:\"backgroundType\";s:5:\"image\";s:15:\"backgroundColor\";s:11:\"transparent\";s:17:\"backgroundOpacity\";i:50;s:13:\"backgroundUrl\";s:0:\"\";s:19:\"backgroundPosterUrl\";s:0:\"\";s:18:\"backgroundVideoUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:13:\"parallaxSpeed\";i:2;s:15:\"backgroundFixed\";b:0;s:9:\"fitHeight\";b:0;s:16:\"fitHeightPercent\";i:100;s:15:\"fitHeightOffset\";s:0:\"\";s:9:\"fullWidth\";b:0;s:15:\"borderThickness\";i:0;s:11:\"borderColor\";s:11:\"btx_color_4\";s:11:\"colorScheme\";s:5:\"light\";s:6:\"blocks\";a:1:{i:0;a:3:{s:6:\"layout\";i:12;s:6:\"spaces\";a:1:{i:0;a:3:{s:8:\"subspace\";b:1;s:5:\"items\";a:3:{i:0;a:10:{s:4:\"type\";s:7:\"heading\";s:5:\"style\";s:5:\"plain\";s:14:\"alternateColor\";s:11:\"btx_color_3\";s:4:\"size\";s:2:\"h2\";s:13:\"letterSpacing\";i:0;s:9:\"alignment\";s:4:\"left\";s:9:\"uppercase\";b:0;s:10:\"fontFamily\";s:9:\"secondary\";s:4:\"text\";s:103:\"<span class=\"font-style\" style=\"font-size: 42px;\"><span style=\"font-weight: bold;\">studio</span></span>\";s:5:\"index\";i:0;}i:1;a:11:{s:4:\"type\";s:4:\"text\";s:9:\"noOfItems\";i:1;s:7:\"spacing\";i:30;s:6:\"bullet\";b:0;s:11:\"bulletStyle\";s:4:\"none\";s:14:\"bulletPosition\";s:6:\"inside\";s:10:\"fontFamily\";s:7:\"primary\";s:9:\"alignment\";s:4:\"left\";s:4:\"data\";a:1:{i:0;a:1:{s:4:\"text\";s:92:\"<span class=\"font-style\" style=\"font-size: 16px;\">What kind of studio would you like?</span>\";}}s:9:\"marginTop\";i:6;s:5:\"index\";i:1;}i:2;a:11:{s:4:\"type\";s:4:\"text\";s:9:\"noOfItems\";i:1;s:7:\"spacing\";i:30;s:6:\"bullet\";b:0;s:11:\"bulletStyle\";s:4:\"none\";s:14:\"bulletPosition\";s:6:\"inside\";s:10:\"fontFamily\";s:7:\"primary\";s:9:\"alignment\";s:4:\"left\";s:4:\"data\";a:1:{i:0;a:1:{s:4:\"text\";s:236:\"<span class=\"font-style\" style=\"font-size: 14px;\"><span style=\"color: rgb(34, 34, 34);\"><a href=\"#s1\">small studio</a> &nbsp; | &nbsp; <a href=\"#s2\">standard studio</a> &nbsp; | &nbsp; <a href=\"#s3\">superior studio</a></span><br></span>\";}}s:9:\"marginTop\";i:6;s:5:\"index\";i:2;}}s:5:\"index\";i:0;}}s:5:\"index\";i:0;}}s:10:\"paddingTop\";s:0:\"\";s:13:\"paddingBottom\";i:20;s:5:\"index\";i:0;}i:1;a:26:{s:14:\"backgroundType\";s:5:\"image\";s:15:\"backgroundColor\";s:11:\"btx_color_5\";s:17:\"backgroundOpacity\";i:50;s:13:\"backgroundUrl\";s:0:\"\";s:19:\"backgroundPosterUrl\";s:0:\"\";s:18:\"backgroundVideoUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:13:\"parallaxSpeed\";i:2;s:15:\"backgroundFixed\";b:0;s:9:\"fitHeight\";b:0;s:16:\"fitHeightPercent\";i:100;s:15:\"fitHeightOffset\";s:0:\"\";s:9:\"fullWidth\";b:0;s:15:\"borderThickness\";i:0;s:11:\"borderColor\";s:11:\"btx_color_4\";s:11:\"colorScheme\";s:5:\"light\";s:6:\"blocks\";a:1:{i:0;a:3:{s:6:\"layout\";s:3:\"4-8\";s:6:\"spaces\";a:2:{i:0;a:3:{s:8:\"subspace\";b:1;s:5:\"items\";a:2:{i:0;a:12:{s:4:\"type\";s:7:\"divider\";s:5:\"style\";s:6:\"single\";s:10:\"components\";a:0:{}s:5:\"color\";s:7:\"#dfdfdf\";s:5:\"width\";s:4:\"100%\";s:13:\"lineThickness\";i:1;s:9:\"alignment\";s:6:\"center\";s:4:\"text\";s:4:\"text\";s:8:\"textSize\";i:14;s:19:\"textBackgroundColor\";s:11:\"btx_color_2\";s:12:\"marginBottom\";i:60;s:5:\"index\";i:0;}i:1;a:36:{s:4:\"type\";s:3:\"box\";s:15:\"fitScreenHeight\";b:0;s:16:\"fitHeightPercent\";i:100;s:15:\"fitHeightOffset\";s:0:\"\";s:6:\"height\";s:4:\"auto\";s:8:\"maxWidth\";s:0:\"\";s:8:\"overflow\";s:6:\"hidden\";s:9:\"topBorder\";i:0;s:12:\"bottomBorder\";i:0;s:10:\"leftBorder\";i:0;s:11:\"rightBorder\";i:0;s:11:\"borderColor\";s:11:\"btx_color_4\";s:13:\"verticalAlign\";s:6:\"middle\";s:9:\"alignment\";s:6:\"center\";s:8:\"pinnedID\";s:5:\"box-1\";s:11:\"fitHeightID\";s:0:\"\";s:9:\"noOfItems\";i:1;s:11:\"colorScheme\";s:5:\"light\";s:14:\"backgroundType\";s:5:\"image\";s:15:\"backgroundColor\";s:11:\"transparent\";s:17:\"backgroundOpacity\";i:100;s:13:\"backgroundUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:16:\"backgroundExtend\";s:4:\"none\";s:15:\"backgroundFixed\";b:0;s:13:\"parallaxSpeed\";i:5;s:6:\"spaces\";a:1:{i:0;a:3:{s:8:\"subspace\";b:0;s:5:\"items\";a:3:{i:0;a:14:{s:4:\"type\";s:7:\"heading\";s:5:\"style\";s:5:\"plain\";s:14:\"alternateColor\";s:11:\"btx_color_3\";s:4:\"size\";s:2:\"h4\";s:13:\"letterSpacing\";i:0;s:9:\"alignment\";s:4:\"left\";s:9:\"uppercase\";b:0;s:10:\"fontFamily\";s:9:\"secondary\";s:4:\"text\";s:16:\"SMALL STUDIO<br>\";s:10:\"paddingTop\";s:0:\"\";s:13:\"paddingBottom\";s:0:\"\";s:9:\"marginTop\";s:0:\"\";s:12:\"marginBottom\";i:10;s:5:\"index\";i:0;}i:1;a:10:{s:4:\"type\";s:4:\"text\";s:9:\"noOfItems\";i:1;s:7:\"spacing\";i:30;s:6:\"bullet\";b:0;s:11:\"bulletStyle\";s:4:\"none\";s:14:\"bulletPosition\";s:6:\"inside\";s:10:\"fontFamily\";s:7:\"primary\";s:9:\"alignment\";s:4:\"left\";s:4:\"data\";a:1:{i:0;a:1:{s:4:\"text\";s:404:\"Our small studios are perfect for a couple or close friends. They have comfortable double beds and kitchenettes. There is a sitting area to watch dozens of channels on the free satellite TV or use our free Wi-Fi \nInternet.<br><br><span style=\"color: rgb(34, 34, 34);\">Please note<br><br></span>Some of our apartments are situated on second and third floor and there is no elevator/lift in the house. <br>\";}}s:5:\"index\";i:1;}i:2;a:16:{s:4:\"type\";s:6:\"button\";s:5:\"style\";s:4:\"fill\";s:11:\"buttonColor\";s:5:\"brand\";s:10:\"hoverStyle\";s:5:\"brand\";s:4:\"size\";s:5:\"small\";s:15:\"buttonThickness\";i:1;s:12:\"buttonRadius\";i:4;s:9:\"fullWidth\";b:0;s:13:\"displayInline\";b:0;s:9:\"alignment\";s:4:\"left\";s:11:\"buttonLabel\";s:8:\"Book Now\";s:10:\"buttonIcon\";s:13:\"chevron-right\";s:18:\"buttonIconPosition\";s:5:\"after\";s:10:\"buttonLink\";s:65:\"https://www.thebookingbutton.co.uk/properties/reyapartmentsdirect\";s:16:\"buttonTargetSelf\";b:1;s:5:\"index\";i:2;}}s:5:\"index\";i:0;}}s:10:\"paddingTop\";s:0:\"\";s:12:\"paddingRight\";i:20;s:13:\"paddingBottom\";s:0:\"\";s:11:\"paddingLeft\";s:0:\"\";s:5:\"index\";i:1;s:4:\"data\";a:1:{i:0;N;}}}s:5:\"index\";i:0;}i:1;a:3:{s:8:\"subspace\";b:1;s:5:\"items\";a:2:{i:0;a:13:{s:4:\"type\";s:7:\"divider\";s:5:\"style\";s:6:\"single\";s:10:\"components\";a:0:{}s:5:\"color\";s:7:\"#dfdfdf\";s:5:\"width\";s:4:\"100%\";s:13:\"lineThickness\";i:1;s:9:\"alignment\";s:6:\"center\";s:4:\"text\";s:4:\"text\";s:8:\"textSize\";i:14;s:19:\"textBackgroundColor\";s:11:\"btx_color_2\";s:13:\"paddingBottom\";s:0:\"\";s:12:\"marginBottom\";i:60;s:5:\"index\";i:0;}i:1;a:37:{s:4:\"type\";s:3:\"box\";s:15:\"fitScreenHeight\";b:0;s:16:\"fitHeightPercent\";i:100;s:15:\"fitHeightOffset\";s:0:\"\";s:6:\"height\";s:4:\"auto\";s:8:\"maxWidth\";s:0:\"\";s:8:\"overflow\";s:4:\"auto\";s:9:\"topBorder\";i:0;s:12:\"bottomBorder\";i:0;s:10:\"leftBorder\";i:0;s:11:\"rightBorder\";i:0;s:11:\"borderColor\";s:11:\"btx_color_4\";s:13:\"verticalAlign\";s:6:\"middle\";s:9:\"alignment\";s:6:\"center\";s:8:\"pinnedID\";s:0:\"\";s:11:\"fitHeightID\";s:0:\"\";s:9:\"noOfItems\";i:1;s:11:\"colorScheme\";s:5:\"light\";s:14:\"backgroundType\";s:5:\"image\";s:15:\"backgroundColor\";s:11:\"transparent\";s:17:\"backgroundOpacity\";i:100;s:13:\"backgroundUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:16:\"backgroundExtend\";s:4:\"none\";s:15:\"backgroundFixed\";b:0;s:13:\"parallaxSpeed\";i:5;s:6:\"spaces\";a:1:{i:0;a:3:{s:8:\"subspace\";b:0;s:5:\"items\";a:1:{i:0;a:34:{s:4:\"type\";s:11:\"btx-gallery\";s:5:\"style\";s:4:\"grid\";s:10:\"components\";a:0:{}s:11:\"randomOrder\";b:0;s:11:\"noOfColumns\";s:1:\"1\";s:12:\"scrollHeight\";s:3:\"500\";s:9:\"imageSize\";s:4:\"full\";s:10:\"imageRatio\";s:4:\"auto\";s:12:\"onImageClick\";s:5:\"popup\";s:5:\"hover\";s:4:\"none\";s:7:\"spacing\";i:10;s:10:\"pagination\";b:0;s:9:\"noOfItems\";i:8;s:15:\"paginationStyle\";s:10:\"pagination\";s:11:\"noOfScrolls\";i:1;s:9:\"thumbnail\";b:1;s:16:\"thumbnailColumns\";i:5;s:10:\"navigation\";b:1;s:9:\"indicator\";b:1;s:4:\"loop\";b:1;s:13:\"variableWidth\";b:0;s:4:\"fade\";b:0;s:14:\"adaptiveHeight\";b:0;s:8:\"autoplay\";b:1;s:13:\"autoplaySpeed\";i:5000;s:10:\"centerMode\";b:1;s:13:\"centerPadding\";s:0:\"\";s:6:\"images\";s:23:\"70,78,72,73,74,75,76,77\";s:10:\"paddingTop\";s:0:\"\";s:12:\"paddingRight\";s:0:\"\";s:13:\"paddingBottom\";s:0:\"\";s:11:\"paddingLeft\";s:0:\"\";s:12:\"marginBottom\";i:0;s:5:\"index\";i:0;}}s:5:\"index\";i:0;}}s:10:\"paddingTop\";i:0;s:12:\"paddingRight\";i:0;s:13:\"paddingBottom\";i:0;s:11:\"paddingLeft\";i:0;s:5:\"cssId\";s:5:\"box-1\";s:5:\"index\";i:1;s:4:\"data\";a:1:{i:0;N;}}}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}}s:10:\"paddingTop\";i:30;s:12:\"paddingRight\";s:0:\"\";s:13:\"paddingBottom\";i:0;s:11:\"paddingLeft\";s:0:\"\";s:5:\"index\";i:1;s:3:\"sid\";s:2:\"s1\";}i:2;a:22:{s:14:\"backgroundType\";s:5:\"image\";s:15:\"backgroundColor\";s:7:\"default\";s:17:\"backgroundOpacity\";i:90;s:13:\"backgroundUrl\";s:0:\"\";s:19:\"backgroundPosterUrl\";s:0:\"\";s:18:\"backgroundVideoUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:13:\"parallaxSpeed\";i:0;s:15:\"backgroundFixed\";b:0;s:9:\"fitHeight\";b:0;s:16:\"fitHeightPercent\";i:100;s:15:\"fitHeightOffset\";s:0:\"\";s:9:\"fullWidth\";b:0;s:15:\"borderThickness\";i:0;s:11:\"borderColor\";s:7:\"default\";s:11:\"colorScheme\";s:7:\"default\";s:6:\"blocks\";a:1:{i:0;a:3:{s:6:\"layout\";s:3:\"4-8\";s:6:\"spaces\";a:2:{i:0;a:3:{s:8:\"subspace\";b:1;s:5:\"items\";a:2:{i:0;a:13:{s:4:\"type\";s:7:\"divider\";s:5:\"style\";s:6:\"single\";s:10:\"components\";a:0:{}s:5:\"color\";s:7:\"#dfdfdf\";s:5:\"width\";s:4:\"100%\";s:13:\"lineThickness\";i:1;s:9:\"alignment\";s:6:\"center\";s:4:\"text\";s:4:\"text\";s:8:\"textSize\";i:14;s:19:\"textBackgroundColor\";s:11:\"btx_color_2\";s:9:\"marginTop\";i:60;s:12:\"marginBottom\";i:60;s:5:\"index\";i:0;}i:1;a:36:{s:4:\"type\";s:3:\"box\";s:15:\"fitScreenHeight\";b:0;s:16:\"fitHeightPercent\";i:100;s:15:\"fitHeightOffset\";s:0:\"\";s:6:\"height\";s:4:\"auto\";s:8:\"maxWidth\";s:0:\"\";s:8:\"overflow\";s:6:\"hidden\";s:9:\"topBorder\";i:0;s:12:\"bottomBorder\";i:0;s:10:\"leftBorder\";i:0;s:11:\"rightBorder\";i:0;s:11:\"borderColor\";s:11:\"btx_color_4\";s:13:\"verticalAlign\";s:6:\"middle\";s:9:\"alignment\";s:6:\"center\";s:8:\"pinnedID\";s:5:\"box-2\";s:11:\"fitHeightID\";s:0:\"\";s:9:\"noOfItems\";i:1;s:11:\"colorScheme\";s:5:\"light\";s:14:\"backgroundType\";s:5:\"image\";s:15:\"backgroundColor\";s:11:\"transparent\";s:17:\"backgroundOpacity\";i:100;s:13:\"backgroundUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:16:\"backgroundExtend\";s:4:\"none\";s:15:\"backgroundFixed\";b:0;s:13:\"parallaxSpeed\";i:5;s:6:\"spaces\";a:1:{i:0;a:3:{s:8:\"subspace\";b:0;s:5:\"items\";a:3:{i:0;a:14:{s:4:\"type\";s:7:\"heading\";s:5:\"style\";s:5:\"plain\";s:14:\"alternateColor\";s:11:\"btx_color_3\";s:4:\"size\";s:2:\"h4\";s:13:\"letterSpacing\";i:0;s:9:\"alignment\";s:4:\"left\";s:9:\"uppercase\";b:0;s:10:\"fontFamily\";s:9:\"secondary\";s:4:\"text\";s:19:\"STANDARD STUDIO<br>\";s:10:\"paddingTop\";s:0:\"\";s:13:\"paddingBottom\";s:0:\"\";s:9:\"marginTop\";s:0:\"\";s:12:\"marginBottom\";i:10;s:5:\"index\";i:0;}i:1;a:10:{s:4:\"type\";s:4:\"text\";s:9:\"noOfItems\";i:1;s:7:\"spacing\";i:30;s:6:\"bullet\";b:0;s:11:\"bulletStyle\";s:4:\"none\";s:14:\"bulletPosition\";s:6:\"inside\";s:10:\"fontFamily\";s:7:\"primary\";s:9:\"alignment\";s:4:\"left\";s:4:\"data\";a:1:{i:0;a:1:{s:4:\"text\";s:416:\"Our standard studios are perfect for a couple or close friends. They´re spacious, all have a luxurious double bed, and a stylish sitting area where can watch dozens of channels on the free satellite TV or use our free Wi-Fi internet.<br><br><span style=\"color: rgb(34, 34, 34);\">Please note</span><br><br>Some of our apartments are situated on second and third floor and there is no elevator/lift in the house. <br>\";}}s:5:\"index\";i:1;}i:2;a:16:{s:4:\"type\";s:6:\"button\";s:5:\"style\";s:4:\"fill\";s:11:\"buttonColor\";s:5:\"brand\";s:10:\"hoverStyle\";s:5:\"brand\";s:4:\"size\";s:5:\"small\";s:15:\"buttonThickness\";i:1;s:12:\"buttonRadius\";i:4;s:9:\"fullWidth\";b:0;s:13:\"displayInline\";b:0;s:9:\"alignment\";s:4:\"left\";s:11:\"buttonLabel\";s:8:\"BOOK NOW\";s:10:\"buttonIcon\";s:13:\"chevron-right\";s:18:\"buttonIconPosition\";s:5:\"after\";s:10:\"buttonLink\";s:65:\"https://www.thebookingbutton.co.uk/properties/reyapartmentsdirect\";s:16:\"buttonTargetSelf\";b:1;s:5:\"index\";i:2;}}s:5:\"index\";i:0;}}s:10:\"paddingTop\";s:0:\"\";s:12:\"paddingRight\";i:20;s:13:\"paddingBottom\";s:0:\"\";s:11:\"paddingLeft\";s:0:\"\";s:5:\"index\";i:1;s:4:\"data\";a:1:{i:0;N;}}}s:5:\"index\";i:0;}i:1;a:3:{s:8:\"subspace\";b:1;s:5:\"items\";a:2:{i:0;a:13:{s:4:\"type\";s:7:\"divider\";s:5:\"style\";s:6:\"single\";s:10:\"components\";a:0:{}s:5:\"color\";s:7:\"#dfdfdf\";s:5:\"width\";s:4:\"100%\";s:13:\"lineThickness\";i:1;s:9:\"alignment\";s:6:\"center\";s:4:\"text\";s:4:\"text\";s:8:\"textSize\";i:14;s:19:\"textBackgroundColor\";s:11:\"btx_color_2\";s:9:\"marginTop\";i:60;s:12:\"marginBottom\";i:60;s:5:\"index\";i:0;}i:1;a:37:{s:4:\"type\";s:3:\"box\";s:15:\"fitScreenHeight\";b:0;s:16:\"fitHeightPercent\";i:100;s:15:\"fitHeightOffset\";s:0:\"\";s:6:\"height\";s:4:\"auto\";s:8:\"maxWidth\";s:0:\"\";s:8:\"overflow\";s:4:\"auto\";s:9:\"topBorder\";i:0;s:12:\"bottomBorder\";i:0;s:10:\"leftBorder\";i:0;s:11:\"rightBorder\";i:0;s:11:\"borderColor\";s:11:\"btx_color_4\";s:13:\"verticalAlign\";s:6:\"middle\";s:9:\"alignment\";s:6:\"center\";s:8:\"pinnedID\";s:0:\"\";s:11:\"fitHeightID\";s:0:\"\";s:9:\"noOfItems\";i:1;s:11:\"colorScheme\";s:5:\"light\";s:14:\"backgroundType\";s:5:\"image\";s:15:\"backgroundColor\";s:11:\"transparent\";s:17:\"backgroundOpacity\";i:100;s:13:\"backgroundUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:16:\"backgroundExtend\";s:4:\"none\";s:15:\"backgroundFixed\";b:0;s:13:\"parallaxSpeed\";i:5;s:6:\"spaces\";a:1:{i:0;a:3:{s:8:\"subspace\";b:0;s:5:\"items\";a:1:{i:0;a:34:{s:4:\"type\";s:11:\"btx-gallery\";s:5:\"style\";s:4:\"grid\";s:10:\"components\";a:0:{}s:11:\"randomOrder\";b:0;s:11:\"noOfColumns\";i:1;s:12:\"scrollHeight\";i:500;s:9:\"imageSize\";s:4:\"full\";s:10:\"imageRatio\";s:4:\"auto\";s:12:\"onImageClick\";s:5:\"popup\";s:5:\"hover\";s:4:\"none\";s:7:\"spacing\";i:10;s:10:\"pagination\";b:0;s:9:\"noOfItems\";i:9;s:15:\"paginationStyle\";s:10:\"pagination\";s:11:\"noOfScrolls\";i:1;s:9:\"thumbnail\";b:0;s:16:\"thumbnailColumns\";i:5;s:10:\"navigation\";b:1;s:9:\"indicator\";b:0;s:4:\"loop\";b:1;s:13:\"variableWidth\";b:0;s:4:\"fade\";b:0;s:14:\"adaptiveHeight\";b:0;s:8:\"autoplay\";b:0;s:13:\"autoplaySpeed\";i:5000;s:10:\"centerMode\";b:0;s:13:\"centerPadding\";s:0:\"\";s:6:\"images\";s:26:\"79,80,81,82,83,84,88,86,87\";s:9:\"marginTop\";s:0:\"\";s:12:\"marginBottom\";i:0;s:9:\"animation\";s:6:\"fadein\";s:7:\"stagger\";b:1;s:12:\"mobileHidden\";b:0;s:5:\"index\";i:0;}}s:5:\"index\";i:0;}}s:10:\"paddingTop\";i:0;s:12:\"paddingRight\";i:0;s:13:\"paddingBottom\";i:0;s:11:\"paddingLeft\";i:0;s:5:\"cssId\";s:5:\"box-2\";s:5:\"index\";i:1;s:4:\"data\";a:1:{i:0;N;}}}s:5:\"index\";i:1;}}s:5:\"index\";i:1;}}s:5:\"index\";i:2;s:3:\"sid\";s:2:\"s2\";}i:3;a:22:{s:14:\"backgroundType\";s:5:\"image\";s:15:\"backgroundColor\";s:7:\"default\";s:17:\"backgroundOpacity\";i:90;s:13:\"backgroundUrl\";s:0:\"\";s:19:\"backgroundPosterUrl\";s:0:\"\";s:18:\"backgroundVideoUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:13:\"parallaxSpeed\";i:0;s:15:\"backgroundFixed\";b:0;s:9:\"fitHeight\";b:0;s:16:\"fitHeightPercent\";i:100;s:15:\"fitHeightOffset\";s:0:\"\";s:9:\"fullWidth\";b:0;s:15:\"borderThickness\";i:0;s:11:\"borderColor\";s:7:\"default\";s:11:\"colorScheme\";s:7:\"default\";s:6:\"blocks\";a:1:{i:0;a:3:{s:6:\"layout\";s:3:\"4-8\";s:6:\"spaces\";a:2:{i:0;a:3:{s:8:\"subspace\";b:1;s:5:\"items\";a:2:{i:0;a:13:{s:4:\"type\";s:7:\"divider\";s:5:\"style\";s:6:\"single\";s:10:\"components\";a:0:{}s:5:\"color\";s:7:\"#dfdfdf\";s:5:\"width\";s:4:\"100%\";s:13:\"lineThickness\";i:1;s:9:\"alignment\";s:6:\"center\";s:4:\"text\";s:4:\"text\";s:8:\"textSize\";i:14;s:19:\"textBackgroundColor\";s:11:\"btx_color_2\";s:9:\"marginTop\";i:60;s:12:\"marginBottom\";i:60;s:5:\"index\";i:0;}i:1;a:36:{s:4:\"type\";s:3:\"box\";s:15:\"fitScreenHeight\";b:0;s:16:\"fitHeightPercent\";i:100;s:15:\"fitHeightOffset\";s:0:\"\";s:6:\"height\";s:4:\"auto\";s:8:\"maxWidth\";s:0:\"\";s:8:\"overflow\";s:6:\"hidden\";s:9:\"topBorder\";i:0;s:12:\"bottomBorder\";i:0;s:10:\"leftBorder\";i:0;s:11:\"rightBorder\";i:0;s:11:\"borderColor\";s:11:\"btx_color_4\";s:13:\"verticalAlign\";s:6:\"middle\";s:9:\"alignment\";s:6:\"center\";s:8:\"pinnedID\";s:5:\"box-2\";s:11:\"fitHeightID\";s:0:\"\";s:9:\"noOfItems\";i:1;s:11:\"colorScheme\";s:5:\"light\";s:14:\"backgroundType\";s:5:\"image\";s:15:\"backgroundColor\";s:11:\"transparent\";s:17:\"backgroundOpacity\";i:100;s:13:\"backgroundUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:16:\"backgroundExtend\";s:4:\"none\";s:15:\"backgroundFixed\";b:0;s:13:\"parallaxSpeed\";i:5;s:6:\"spaces\";a:1:{i:0;a:3:{s:8:\"subspace\";b:0;s:5:\"items\";a:3:{i:0;a:14:{s:4:\"type\";s:7:\"heading\";s:5:\"style\";s:5:\"plain\";s:14:\"alternateColor\";s:11:\"btx_color_3\";s:4:\"size\";s:2:\"h4\";s:13:\"letterSpacing\";i:0;s:9:\"alignment\";s:4:\"left\";s:9:\"uppercase\";b:0;s:10:\"fontFamily\";s:9:\"secondary\";s:4:\"text\";s:19:\"SUPERIOR STUDIO<br>\";s:10:\"paddingTop\";s:0:\"\";s:13:\"paddingBottom\";s:0:\"\";s:9:\"marginTop\";s:0:\"\";s:12:\"marginBottom\";i:10;s:5:\"index\";i:0;}i:1;a:10:{s:4:\"type\";s:4:\"text\";s:9:\"noOfItems\";i:1;s:7:\"spacing\";i:30;s:6:\"bullet\";b:0;s:11:\"bulletStyle\";s:4:\"none\";s:14:\"bulletPosition\";s:6:\"inside\";s:10:\"fontFamily\";s:7:\"primary\";s:9:\"alignment\";s:4:\"left\";s:4:\"data\";a:1:{i:0;a:1:{s:4:\"text\";s:538:\"Our superior studio is perfect for a couple or close friends. The studio have a luxurious double bed and a stylish sitting area where you can watch dozens of channels on the free satellite TV or use our free WI-Fi internet.This studio have the advantage of a private bathroom with a shower and private, fully equipped kitchenettes, dining table and chairs.<br><br><span style=\"color: rgb(34, 34, 34);\">Please note</span><br><br>Some of our apartments are situated on second and third floor and there is no elevator/lift in the house. <br>\";}}s:5:\"index\";i:1;}i:2;a:16:{s:4:\"type\";s:6:\"button\";s:5:\"style\";s:4:\"fill\";s:11:\"buttonColor\";s:5:\"brand\";s:10:\"hoverStyle\";s:5:\"brand\";s:4:\"size\";s:5:\"small\";s:15:\"buttonThickness\";i:1;s:12:\"buttonRadius\";i:4;s:9:\"fullWidth\";b:0;s:13:\"displayInline\";b:0;s:9:\"alignment\";s:4:\"left\";s:11:\"buttonLabel\";s:8:\"BOOK NOW\";s:10:\"buttonIcon\";s:13:\"chevron-right\";s:18:\"buttonIconPosition\";s:5:\"after\";s:10:\"buttonLink\";s:65:\"https://www.thebookingbutton.co.uk/properties/reyapartmentsdirect\";s:16:\"buttonTargetSelf\";b:1;s:5:\"index\";i:2;}}s:5:\"index\";i:0;}}s:10:\"paddingTop\";s:0:\"\";s:12:\"paddingRight\";i:20;s:13:\"paddingBottom\";s:0:\"\";s:11:\"paddingLeft\";s:0:\"\";s:5:\"index\";i:1;s:4:\"data\";a:1:{i:0;N;}}}s:5:\"index\";i:0;}i:1;a:3:{s:8:\"subspace\";b:1;s:5:\"items\";a:2:{i:0;a:13:{s:4:\"type\";s:7:\"divider\";s:5:\"style\";s:6:\"single\";s:10:\"components\";a:0:{}s:5:\"color\";s:7:\"#dfdfdf\";s:5:\"width\";s:4:\"100%\";s:13:\"lineThickness\";i:1;s:9:\"alignment\";s:6:\"center\";s:4:\"text\";s:4:\"text\";s:8:\"textSize\";i:14;s:19:\"textBackgroundColor\";s:11:\"btx_color_2\";s:9:\"marginTop\";i:60;s:12:\"marginBottom\";i:60;s:5:\"index\";i:0;}i:1;a:37:{s:4:\"type\";s:3:\"box\";s:15:\"fitScreenHeight\";b:0;s:16:\"fitHeightPercent\";i:100;s:15:\"fitHeightOffset\";s:0:\"\";s:6:\"height\";s:4:\"auto\";s:8:\"maxWidth\";s:0:\"\";s:8:\"overflow\";s:4:\"auto\";s:9:\"topBorder\";i:0;s:12:\"bottomBorder\";i:0;s:10:\"leftBorder\";i:0;s:11:\"rightBorder\";i:0;s:11:\"borderColor\";s:11:\"btx_color_4\";s:13:\"verticalAlign\";s:6:\"middle\";s:9:\"alignment\";s:6:\"center\";s:8:\"pinnedID\";s:0:\"\";s:11:\"fitHeightID\";s:0:\"\";s:9:\"noOfItems\";i:1;s:11:\"colorScheme\";s:5:\"light\";s:14:\"backgroundType\";s:5:\"image\";s:15:\"backgroundColor\";s:11:\"transparent\";s:17:\"backgroundOpacity\";i:100;s:13:\"backgroundUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:16:\"backgroundExtend\";s:4:\"none\";s:15:\"backgroundFixed\";b:0;s:13:\"parallaxSpeed\";i:5;s:6:\"spaces\";a:1:{i:0;a:3:{s:8:\"subspace\";b:0;s:5:\"items\";a:1:{i:0;a:34:{s:4:\"type\";s:11:\"btx-gallery\";s:5:\"style\";s:4:\"grid\";s:10:\"components\";a:0:{}s:11:\"randomOrder\";b:0;s:11:\"noOfColumns\";i:1;s:12:\"scrollHeight\";i:500;s:9:\"imageSize\";s:4:\"full\";s:10:\"imageRatio\";s:4:\"auto\";s:12:\"onImageClick\";s:5:\"popup\";s:5:\"hover\";s:4:\"none\";s:7:\"spacing\";i:10;s:10:\"pagination\";b:0;s:9:\"noOfItems\";i:4;s:15:\"paginationStyle\";s:10:\"pagination\";s:11:\"noOfScrolls\";i:1;s:9:\"thumbnail\";b:0;s:16:\"thumbnailColumns\";i:5;s:10:\"navigation\";b:1;s:9:\"indicator\";b:0;s:4:\"loop\";b:1;s:13:\"variableWidth\";b:0;s:4:\"fade\";b:0;s:14:\"adaptiveHeight\";b:0;s:8:\"autoplay\";b:0;s:13:\"autoplaySpeed\";i:5000;s:10:\"centerMode\";b:0;s:13:\"centerPadding\";s:0:\"\";s:6:\"images\";s:15:\"161,162,163,164\";s:9:\"marginTop\";s:0:\"\";s:12:\"marginBottom\";i:0;s:9:\"animation\";s:6:\"fadein\";s:7:\"stagger\";b:1;s:12:\"mobileHidden\";b:0;s:5:\"index\";i:0;}}s:5:\"index\";i:0;}}s:10:\"paddingTop\";i:0;s:12:\"paddingRight\";i:0;s:13:\"paddingBottom\";i:0;s:11:\"paddingLeft\";i:0;s:5:\"cssId\";s:5:\"box-2\";s:5:\"index\";i:1;s:4:\"data\";a:1:{i:0;N;}}}s:5:\"index\";i:1;}}s:5:\"index\";i:1;}}s:5:\"index\";i:3;s:3:\"sid\";s:2:\"s3\";}i:4;a:23:{s:14:\"backgroundType\";s:5:\"image\";s:15:\"backgroundColor\";s:7:\"#000000\";s:17:\"backgroundOpacity\";i:0;s:13:\"backgroundUrl\";s:0:\"\";s:19:\"backgroundPosterUrl\";s:0:\"\";s:18:\"backgroundVideoUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:13:\"parallaxSpeed\";i:2;s:15:\"backgroundFixed\";b:0;s:9:\"fitHeight\";b:0;s:16:\"fitHeightPercent\";i:100;s:15:\"fitHeightOffset\";s:0:\"\";s:9:\"fullWidth\";b:0;s:15:\"borderThickness\";i:0;s:11:\"borderColor\";s:11:\"btx_color_4\";s:11:\"colorScheme\";s:5:\"light\";s:6:\"blocks\";a:1:{i:0;a:3:{s:6:\"layout\";i:12;s:6:\"spaces\";a:1:{i:0;a:3:{s:8:\"subspace\";b:1;s:5:\"items\";a:1:{i:0;a:8:{s:4:\"type\";s:14:\"btx-navigation\";s:5:\"style\";s:3:\"bar\";s:10:\"components\";a:0:{}s:9:\"borderTop\";b:1;s:12:\"borderBottom\";b:1;s:9:\"thumbnail\";b:1;s:9:\"alignment\";s:6:\"center\";s:5:\"index\";i:0;}}s:5:\"index\";i:0;}}s:5:\"index\";i:0;}}s:10:\"paddingTop\";i:60;s:13:\"paddingBottom\";i:60;s:5:\"index\";i:4;}i:5;a:21:{s:14:\"backgroundType\";s:5:\"image\";s:15:\"backgroundColor\";s:7:\"default\";s:17:\"backgroundOpacity\";i:90;s:13:\"backgroundUrl\";s:0:\"\";s:19:\"backgroundPosterUrl\";s:0:\"\";s:18:\"backgroundVideoUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:13:\"parallaxSpeed\";i:0;s:15:\"backgroundFixed\";b:0;s:9:\"fitHeight\";b:0;s:16:\"fitHeightPercent\";i:100;s:15:\"fitHeightOffset\";s:0:\"\";s:9:\"fullWidth\";b:0;s:15:\"borderThickness\";i:0;s:11:\"borderColor\";s:7:\"default\";s:11:\"colorScheme\";s:7:\"default\";s:6:\"blocks\";a:1:{i:0;a:3:{s:6:\"layout\";s:2:\"12\";s:6:\"spaces\";a:1:{i:0;a:3:{s:8:\"subspace\";b:1;s:5:\"index\";i:0;s:5:\"items\";a:1:{i:0;a:13:{s:4:\"type\";s:7:\"feature\";s:5:\"style\";s:3:\"top\";s:10:\"components\";a:1:{i:0;s:5:\"media\";}s:9:\"alignment\";s:6:\"center\";s:11:\"noOfColumns\";s:1:\"5\";s:9:\"noOfItems\";s:1:\"5\";s:9:\"separator\";b:0;s:7:\"spacing\";i:30;s:14:\"titleUppercase\";i:0;s:18:\"titleLetterSpacing\";s:0:\"\";s:9:\"titleFont\";s:7:\"primary\";s:4:\"data\";a:5:{i:0;a:23:{s:5:\"title\";s:5:\"Title\";s:11:\"description\";s:56:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit\";s:11:\"buttonLabel\";s:9:\"Read More\";s:10:\"buttonLink\";s:0:\"\";s:10:\"buttonIcon\";s:0:\"\";s:18:\"buttonIconPosition\";s:6:\"before\";s:16:\"buttonTargetSelf\";b:0;s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:49:\"https://rey.is/index.php/portfolio/one-bedroom-3/\";s:9:\"imageSize\";s:6:\"medium\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:53:\"http://ray.vefur.co/wp-content/uploads/2017/10/2a.png\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:6:\"medium\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:1;s:7:\"imageId\";i:45;}i:1;a:23:{s:5:\"title\";s:5:\"Title\";s:11:\"description\";s:56:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit\";s:11:\"buttonLabel\";s:9:\"Read More\";s:10:\"buttonLink\";s:0:\"\";s:10:\"buttonIcon\";s:0:\"\";s:18:\"buttonIconPosition\";s:6:\"before\";s:16:\"buttonTargetSelf\";b:0;s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:49:\"https://rey.is/index.php/portfolio/one-bedroom-4/\";s:9:\"imageSize\";s:6:\"medium\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:53:\"http://ray.vefur.co/wp-content/uploads/2017/10/3a.png\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:6:\"medium\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:1;s:7:\"imageId\";i:47;}i:2;a:23:{s:5:\"title\";s:5:\"Title\";s:11:\"description\";s:56:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit\";s:11:\"buttonLabel\";s:9:\"Read More\";s:10:\"buttonLink\";s:0:\"\";s:10:\"buttonIcon\";s:0:\"\";s:18:\"buttonIconPosition\";s:6:\"before\";s:16:\"buttonTargetSelf\";b:0;s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:49:\"https://rey.is/index.php/portfolio/two-bedroom-6/\";s:9:\"imageSize\";s:6:\"medium\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:53:\"http://ray.vefur.co/wp-content/uploads/2017/10/4c.png\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:6:\"medium\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:1;s:7:\"imageId\";i:147;}i:3;a:23:{s:5:\"title\";s:5:\"Title\";s:11:\"description\";s:56:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit\";s:11:\"buttonLabel\";s:9:\"Read More\";s:10:\"buttonLink\";s:0:\"\";s:10:\"buttonIcon\";s:0:\"\";s:18:\"buttonIconPosition\";s:6:\"before\";s:16:\"buttonTargetSelf\";b:0;s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:51:\"https://rey.is/index.php/portfolio/three-bedroom-6/\";s:9:\"imageSize\";s:6:\"medium\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:53:\"http://ray.vefur.co/wp-content/uploads/2017/10/5a.png\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:6:\"medium\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:1;s:7:\"imageId\";i:51;}i:4;a:23:{s:5:\"title\";s:5:\"Title\";s:11:\"description\";s:56:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit\";s:11:\"buttonLabel\";s:9:\"Read More\";s:10:\"buttonLink\";s:0:\"\";s:10:\"buttonIcon\";s:0:\"\";s:18:\"buttonIconPosition\";s:6:\"before\";s:16:\"buttonTargetSelf\";b:0;s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:51:\"https://rey.is/index.php/portfolio/three-bedroom-8/\";s:9:\"imageSize\";s:6:\"medium\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:55:\"http://ray.vefur.co/wp-content/uploads/2017/10/6a-1.png\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:6:\"medium\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:0;s:7:\"imageId\";i:58;}}s:5:\"index\";i:0;}}}}s:5:\"index\";i:0;}}s:5:\"index\";i:5;}}}'),(231,89,'_edit_last','1'),(232,89,'_edit_lock','1549634504:1'),(233,90,'_wp_attached_file','2017/11/21012-053-Edit.jpg'),(229,88,'_wp_attached_file','2017/11/21006-078-Edit-2-1.jpg'),(230,88,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:660;s:4:\"file\";s:30:\"2017/11/21006-078-Edit-2-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"21006-078-Edit-2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"21006-078-Edit-2-1-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"21006-078-Edit-2-1-768x507.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:30:\"21006-078-Edit-2-1-512x338.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:22:\"Bragi Þór Jósefsson\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1316617162\";s:9:\"copyright\";s:25:\"© Bragi Þór Jósefsson\";s:12:\"focal_length\";s:2:\"45\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:15:\"0.0666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:18:\"central apartments\";}}}'),(235,91,'_wp_attached_file','2017/11/21012-063-Edit.jpg'),(236,91,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1499;s:4:\"file\";s:26:\"2017/11/21012-063-Edit.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"21012-063-Edit-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"21012-063-Edit-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"21012-063-Edit-768x1151.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"21012-063-Edit-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:26:\"21012-063-Edit-512x767.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:22:\"Bragi Þór Jósefsson\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1321454168\";s:9:\"copyright\";s:25:\"© Bragi Þór Jósefsson\";s:12:\"focal_length\";s:2:\"48\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:5:\"0.125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:18:\"central apartments\";}}}'),(237,92,'_wp_attached_file','2017/11/21012-073-Edit.jpg'),(238,92,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1290;s:4:\"file\";s:26:\"2017/11/21012-073-Edit.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"21012-073-Edit-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"21012-073-Edit-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"21012-073-Edit-768x991.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:991;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"21012-073-Edit-794x1024.jpg\";s:5:\"width\";i:794;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:26:\"21012-073-Edit-512x660.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:22:\"Bragi Þór Jósefsson\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1321454862\";s:9:\"copyright\";s:25:\"© Bragi Þór Jósefsson\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:3:\"0.7\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:18:\"central apartments\";}}}'),(239,93,'_wp_attached_file','2017/11/21012-079-Edit.jpg'),(240,93,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1353;s:4:\"file\";s:26:\"2017/11/21012-079-Edit.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"21012-079-Edit-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"21012-079-Edit-222x300.jpg\";s:5:\"width\";i:222;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"21012-079-Edit-768x1039.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1039;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"21012-079-Edit-757x1024.jpg\";s:5:\"width\";i:757;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:26:\"21012-079-Edit-512x693.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:693;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:22:\"Bragi Þór Jósefsson\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1321455025\";s:9:\"copyright\";s:25:\"© Bragi Þór Jósefsson\";s:12:\"focal_length\";s:2:\"25\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:1:\"1\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:18:\"central apartments\";}}}'),(241,94,'_wp_attached_file','2017/11/21012-082-Edit.jpg'),(242,94,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1499;s:4:\"file\";s:26:\"2017/11/21012-082-Edit.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"21012-082-Edit-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"21012-082-Edit-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"21012-082-Edit-768x1151.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"21012-082-Edit-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:26:\"21012-082-Edit-512x767.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:22:\"Bragi Þór Jósefsson\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1321455398\";s:9:\"copyright\";s:25:\"© Bragi Þór Jósefsson\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:14:\"0.166666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:18:\"central apartments\";}}}'),(243,89,'bp_data','a:4:{s:3:\"app\";s:10:\"bp-builder\";s:7:\"version\";s:5:\"1.0.0\";s:7:\"builder\";a:24:{s:6:\"active\";b:1;s:6:\"header\";s:4:\"none\";s:6:\"footer\";s:16:\"footer-bottombar\";s:7:\"sidebar\";s:4:\"none\";s:11:\"sidebarFull\";b:0;s:14:\"fullPageScroll\";b:0;s:14:\"halfPageScroll\";b:0;s:15:\"scrollDirection\";s:8:\"vertical\";s:7:\"navMenu\";s:7:\"default\";s:8:\"navStyle\";s:7:\"default\";s:7:\"navFull\";s:7:\"default\";s:14:\"navTransparent\";b:0;s:7:\"preload\";s:7:\"default\";s:9:\"backToTop\";s:7:\"default\";s:20:\"pageCustomBackground\";b:0;s:14:\"mouseoverImage\";s:7:\"default\";s:16:\"mouseoverContent\";s:7:\"default\";s:15:\"mouseoverCustom\";b:0;s:19:\"mouseoverBackground\";s:11:\"btx_color_6\";s:16:\"mouseoverOpacity\";i:80;s:5:\"width\";i:1;s:6:\"height\";i:1;s:6:\"linkTo\";s:7:\"default\";s:13:\"alternateLink\";s:0:\"\";}s:8:\"sections\";a:4:{i:0;a:23:{s:14:\"backgroundType\";s:5:\"image\";s:15:\"backgroundColor\";s:11:\"transparent\";s:17:\"backgroundOpacity\";i:50;s:13:\"backgroundUrl\";s:0:\"\";s:19:\"backgroundPosterUrl\";s:0:\"\";s:18:\"backgroundVideoUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:13:\"parallaxSpeed\";i:2;s:15:\"backgroundFixed\";b:0;s:9:\"fitHeight\";b:0;s:16:\"fitHeightPercent\";i:100;s:15:\"fitHeightOffset\";s:0:\"\";s:9:\"fullWidth\";b:0;s:15:\"borderThickness\";i:0;s:11:\"borderColor\";s:11:\"btx_color_4\";s:11:\"colorScheme\";s:5:\"light\";s:6:\"blocks\";a:1:{i:0;a:3:{s:6:\"layout\";i:12;s:6:\"spaces\";a:1:{i:0;a:3:{s:8:\"subspace\";b:1;s:5:\"items\";a:2:{i:0;a:10:{s:4:\"type\";s:7:\"heading\";s:5:\"style\";s:5:\"plain\";s:14:\"alternateColor\";s:11:\"btx_color_3\";s:4:\"size\";s:2:\"h2\";s:13:\"letterSpacing\";i:0;s:9:\"alignment\";s:4:\"left\";s:9:\"uppercase\";b:0;s:10:\"fontFamily\";s:9:\"secondary\";s:4:\"text\";s:72:\"<span class=\"font-style\" style=\"font-size: 42px;\">one bedroom<br></span>\";s:5:\"index\";i:0;}i:1;a:11:{s:4:\"type\";s:4:\"text\";s:9:\"noOfItems\";i:1;s:7:\"spacing\";i:30;s:6:\"bullet\";b:0;s:11:\"bulletStyle\";s:4:\"none\";s:14:\"bulletPosition\";s:6:\"inside\";s:10:\"fontFamily\";s:7:\"primary\";s:9:\"alignment\";s:4:\"left\";s:4:\"data\";a:1:{i:0;a:1:{s:4:\"text\";s:69:\"<span class=\"font-style\" style=\"font-size: 16px;\">3 adults<br></span>\";}}s:9:\"marginTop\";i:6;s:5:\"index\";i:1;}}s:5:\"index\";i:0;}}s:5:\"index\";i:0;}}s:10:\"paddingTop\";s:0:\"\";s:13:\"paddingBottom\";i:20;s:5:\"index\";i:0;}i:1;a:25:{s:14:\"backgroundType\";s:5:\"image\";s:15:\"backgroundColor\";s:11:\"btx_color_5\";s:17:\"backgroundOpacity\";i:50;s:13:\"backgroundUrl\";s:0:\"\";s:19:\"backgroundPosterUrl\";s:0:\"\";s:18:\"backgroundVideoUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:13:\"parallaxSpeed\";i:2;s:15:\"backgroundFixed\";b:0;s:9:\"fitHeight\";b:0;s:16:\"fitHeightPercent\";i:100;s:15:\"fitHeightOffset\";s:0:\"\";s:9:\"fullWidth\";b:0;s:15:\"borderThickness\";i:0;s:11:\"borderColor\";s:11:\"btx_color_4\";s:11:\"colorScheme\";s:5:\"light\";s:6:\"blocks\";a:1:{i:0;a:3:{s:6:\"layout\";s:3:\"4-8\";s:6:\"spaces\";a:2:{i:0;a:3:{s:8:\"subspace\";b:1;s:5:\"items\";a:2:{i:0;a:12:{s:4:\"type\";s:7:\"divider\";s:5:\"style\";s:6:\"single\";s:10:\"components\";a:0:{}s:5:\"color\";s:7:\"#dfdfdf\";s:5:\"width\";s:4:\"100%\";s:13:\"lineThickness\";i:1;s:9:\"alignment\";s:6:\"center\";s:4:\"text\";s:4:\"text\";s:8:\"textSize\";i:14;s:19:\"textBackgroundColor\";s:11:\"btx_color_2\";s:12:\"marginBottom\";i:60;s:5:\"index\";i:0;}i:1;a:36:{s:4:\"type\";s:3:\"box\";s:15:\"fitScreenHeight\";b:0;s:16:\"fitHeightPercent\";i:100;s:15:\"fitHeightOffset\";s:0:\"\";s:6:\"height\";s:4:\"auto\";s:8:\"maxWidth\";s:0:\"\";s:8:\"overflow\";s:6:\"hidden\";s:9:\"topBorder\";i:0;s:12:\"bottomBorder\";i:0;s:10:\"leftBorder\";i:0;s:11:\"rightBorder\";i:0;s:11:\"borderColor\";s:11:\"btx_color_4\";s:13:\"verticalAlign\";s:6:\"middle\";s:9:\"alignment\";s:6:\"center\";s:8:\"pinnedID\";s:5:\"box-1\";s:11:\"fitHeightID\";s:0:\"\";s:9:\"noOfItems\";i:1;s:11:\"colorScheme\";s:5:\"light\";s:14:\"backgroundType\";s:5:\"image\";s:15:\"backgroundColor\";s:11:\"transparent\";s:17:\"backgroundOpacity\";i:100;s:13:\"backgroundUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:16:\"backgroundExtend\";s:4:\"none\";s:15:\"backgroundFixed\";b:0;s:13:\"parallaxSpeed\";i:5;s:6:\"spaces\";a:1:{i:0;a:3:{s:8:\"subspace\";b:0;s:5:\"items\";a:3:{i:0;a:14:{s:4:\"type\";s:7:\"heading\";s:5:\"style\";s:5:\"plain\";s:14:\"alternateColor\";s:11:\"btx_color_3\";s:4:\"size\";s:2:\"h4\";s:13:\"letterSpacing\";i:0;s:9:\"alignment\";s:4:\"left\";s:9:\"uppercase\";b:0;s:10:\"fontFamily\";s:7:\"primary\";s:4:\"text\";s:62:\"<span style=\"font-size: 14px;\" class=\"font-style\">About</span>\";s:10:\"paddingTop\";s:0:\"\";s:13:\"paddingBottom\";s:0:\"\";s:9:\"marginTop\";s:0:\"\";s:12:\"marginBottom\";i:10;s:5:\"index\";i:0;}i:1;a:10:{s:4:\"type\";s:4:\"text\";s:9:\"noOfItems\";i:1;s:7:\"spacing\";i:30;s:6:\"bullet\";b:0;s:11:\"bulletStyle\";s:4:\"none\";s:14:\"bulletPosition\";s:6:\"inside\";s:10:\"fontFamily\";s:7:\"primary\";s:9:\"alignment\";s:4:\"left\";s:4:\"data\";a:1:{i:0;a:1:{s:4:\"text\";s:535:\"<span style=\"font-size: 14px;\" class=\"font-style\">Our stylish compact one-bedroom (3-people) apartments come with one comfortable double bed and one comfortable single bed, a private bathroom with shower and a fully equipped kitchen.  The sitting room is great for watching free satellite TV on a flatscreen television or browsing the free Wi-Fi<br><br><span style=\"color: rgb(34, 34, 34);\">Please note\n</span><br><br>Some of our apartments are situated on second and third floor and there is no elevator/lift in the house. <br></span>\";}}s:5:\"index\";i:1;}i:2;a:16:{s:4:\"type\";s:6:\"button\";s:5:\"style\";s:4:\"fill\";s:11:\"buttonColor\";s:5:\"brand\";s:10:\"hoverStyle\";s:5:\"brand\";s:4:\"size\";s:5:\"small\";s:15:\"buttonThickness\";i:1;s:12:\"buttonRadius\";i:4;s:9:\"fullWidth\";b:0;s:13:\"displayInline\";b:0;s:9:\"alignment\";s:4:\"left\";s:11:\"buttonLabel\";s:8:\"Book Now\";s:10:\"buttonIcon\";s:13:\"chevron-right\";s:18:\"buttonIconPosition\";s:5:\"after\";s:10:\"buttonLink\";s:65:\"https://www.thebookingbutton.co.uk/properties/reyapartmentsdirect\";s:16:\"buttonTargetSelf\";b:1;s:5:\"index\";i:2;}}s:5:\"index\";i:0;}}s:10:\"paddingTop\";s:0:\"\";s:12:\"paddingRight\";i:20;s:13:\"paddingBottom\";s:0:\"\";s:11:\"paddingLeft\";s:0:\"\";s:5:\"index\";i:1;s:4:\"data\";a:1:{i:0;N;}}}s:5:\"index\";i:0;}i:1;a:3:{s:8:\"subspace\";b:1;s:5:\"items\";a:2:{i:0;a:13:{s:4:\"type\";s:7:\"divider\";s:5:\"style\";s:6:\"single\";s:10:\"components\";a:0:{}s:5:\"color\";s:7:\"#dfdfdf\";s:5:\"width\";s:4:\"100%\";s:13:\"lineThickness\";i:1;s:9:\"alignment\";s:6:\"center\";s:4:\"text\";s:4:\"text\";s:8:\"textSize\";i:14;s:19:\"textBackgroundColor\";s:11:\"btx_color_2\";s:13:\"paddingBottom\";s:0:\"\";s:12:\"marginBottom\";i:60;s:5:\"index\";i:0;}i:1;a:37:{s:4:\"type\";s:3:\"box\";s:15:\"fitScreenHeight\";b:0;s:16:\"fitHeightPercent\";i:100;s:15:\"fitHeightOffset\";s:0:\"\";s:6:\"height\";s:4:\"auto\";s:8:\"maxWidth\";s:0:\"\";s:8:\"overflow\";s:4:\"auto\";s:9:\"topBorder\";i:0;s:12:\"bottomBorder\";i:0;s:10:\"leftBorder\";i:0;s:11:\"rightBorder\";i:0;s:11:\"borderColor\";s:11:\"btx_color_4\";s:13:\"verticalAlign\";s:6:\"middle\";s:9:\"alignment\";s:6:\"center\";s:8:\"pinnedID\";s:0:\"\";s:11:\"fitHeightID\";s:0:\"\";s:9:\"noOfItems\";i:1;s:11:\"colorScheme\";s:5:\"light\";s:14:\"backgroundType\";s:5:\"image\";s:15:\"backgroundColor\";s:11:\"transparent\";s:17:\"backgroundOpacity\";i:100;s:13:\"backgroundUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:16:\"backgroundExtend\";s:4:\"none\";s:15:\"backgroundFixed\";b:0;s:13:\"parallaxSpeed\";i:5;s:6:\"spaces\";a:1:{i:0;a:3:{s:8:\"subspace\";b:0;s:5:\"items\";a:1:{i:0;a:34:{s:4:\"type\";s:11:\"btx-gallery\";s:5:\"style\";s:4:\"grid\";s:10:\"components\";a:0:{}s:11:\"randomOrder\";b:0;s:11:\"noOfColumns\";i:1;s:12:\"scrollHeight\";i:500;s:9:\"imageSize\";s:4:\"full\";s:10:\"imageRatio\";s:4:\"auto\";s:12:\"onImageClick\";s:5:\"popup\";s:5:\"hover\";s:4:\"none\";s:7:\"spacing\";i:10;s:10:\"pagination\";b:0;s:9:\"noOfItems\";i:5;s:15:\"paginationStyle\";s:10:\"pagination\";s:11:\"noOfScrolls\";i:1;s:9:\"thumbnail\";b:0;s:16:\"thumbnailColumns\";i:5;s:10:\"navigation\";b:1;s:9:\"indicator\";b:0;s:4:\"loop\";b:1;s:13:\"variableWidth\";b:0;s:4:\"fade\";b:0;s:14:\"adaptiveHeight\";b:0;s:8:\"autoplay\";b:0;s:13:\"autoplaySpeed\";i:5000;s:10:\"centerMode\";b:0;s:13:\"centerPadding\";s:0:\"\";s:6:\"images\";s:14:\"90,91,92,93,94\";s:10:\"paddingTop\";s:0:\"\";s:12:\"paddingRight\";s:0:\"\";s:13:\"paddingBottom\";s:0:\"\";s:11:\"paddingLeft\";s:0:\"\";s:12:\"marginBottom\";i:0;s:5:\"index\";i:0;}}s:5:\"index\";i:0;}}s:10:\"paddingTop\";i:0;s:12:\"paddingRight\";i:0;s:13:\"paddingBottom\";i:0;s:11:\"paddingLeft\";i:0;s:5:\"cssId\";s:5:\"box-1\";s:5:\"index\";i:1;s:4:\"data\";a:1:{i:0;N;}}}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}}s:10:\"paddingTop\";i:30;s:12:\"paddingRight\";s:0:\"\";s:13:\"paddingBottom\";i:0;s:11:\"paddingLeft\";s:0:\"\";s:5:\"index\";i:1;}i:2;a:23:{s:14:\"backgroundType\";s:5:\"image\";s:15:\"backgroundColor\";s:11:\"transparent\";s:17:\"backgroundOpacity\";i:50;s:13:\"backgroundUrl\";s:0:\"\";s:19:\"backgroundPosterUrl\";s:0:\"\";s:18:\"backgroundVideoUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:13:\"parallaxSpeed\";i:2;s:15:\"backgroundFixed\";b:0;s:9:\"fitHeight\";b:0;s:16:\"fitHeightPercent\";i:100;s:15:\"fitHeightOffset\";s:0:\"\";s:9:\"fullWidth\";b:0;s:15:\"borderThickness\";i:0;s:11:\"borderColor\";s:11:\"btx_color_4\";s:11:\"colorScheme\";s:5:\"light\";s:6:\"blocks\";a:1:{i:0;a:3:{s:6:\"layout\";i:12;s:6:\"spaces\";a:1:{i:0;a:3:{s:8:\"subspace\";b:1;s:5:\"items\";a:1:{i:0;a:8:{s:4:\"type\";s:14:\"btx-navigation\";s:5:\"style\";s:3:\"bar\";s:10:\"components\";a:0:{}s:9:\"borderTop\";b:1;s:12:\"borderBottom\";b:1;s:9:\"thumbnail\";b:1;s:9:\"alignment\";s:6:\"center\";s:5:\"index\";i:0;}}s:5:\"index\";i:0;}}s:5:\"index\";i:0;}}s:10:\"paddingTop\";i:60;s:13:\"paddingBottom\";i:60;s:5:\"index\";i:2;}i:3;a:21:{s:14:\"backgroundType\";s:5:\"image\";s:15:\"backgroundColor\";s:7:\"default\";s:17:\"backgroundOpacity\";i:90;s:13:\"backgroundUrl\";s:0:\"\";s:19:\"backgroundPosterUrl\";s:0:\"\";s:18:\"backgroundVideoUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:13:\"parallaxSpeed\";i:0;s:15:\"backgroundFixed\";b:0;s:9:\"fitHeight\";b:0;s:16:\"fitHeightPercent\";i:100;s:15:\"fitHeightOffset\";s:0:\"\";s:9:\"fullWidth\";b:0;s:15:\"borderThickness\";i:0;s:11:\"borderColor\";s:7:\"default\";s:11:\"colorScheme\";s:7:\"default\";s:6:\"blocks\";a:1:{i:0;a:3:{s:6:\"layout\";s:2:\"12\";s:6:\"spaces\";a:1:{i:0;a:3:{s:8:\"subspace\";b:1;s:5:\"index\";i:0;s:5:\"items\";a:1:{i:0;a:13:{s:4:\"type\";s:7:\"feature\";s:5:\"style\";s:3:\"top\";s:10:\"components\";a:1:{i:0;s:5:\"media\";}s:9:\"alignment\";s:6:\"center\";s:11:\"noOfColumns\";s:1:\"5\";s:9:\"noOfItems\";s:1:\"5\";s:9:\"separator\";b:0;s:7:\"spacing\";i:30;s:14:\"titleUppercase\";i:0;s:18:\"titleLetterSpacing\";s:0:\"\";s:9:\"titleFont\";s:7:\"primary\";s:4:\"data\";a:5:{i:0;a:23:{s:5:\"title\";s:5:\"Title\";s:11:\"description\";s:56:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit\";s:11:\"buttonLabel\";s:9:\"Read More\";s:10:\"buttonLink\";s:0:\"\";s:10:\"buttonIcon\";s:0:\"\";s:18:\"buttonIconPosition\";s:6:\"before\";s:16:\"buttonTargetSelf\";b:0;s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:42:\"https://rey.is/index.php/portfolio/studio/\";s:9:\"imageSize\";s:6:\"medium\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:53:\"http://ray.vefur.co/wp-content/uploads/2017/10/1c.png\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:6:\"medium\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:1;s:7:\"imageId\";i:146;}i:1;a:23:{s:5:\"title\";s:5:\"Title\";s:11:\"description\";s:56:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit\";s:11:\"buttonLabel\";s:9:\"Read More\";s:10:\"buttonLink\";s:0:\"\";s:10:\"buttonIcon\";s:0:\"\";s:18:\"buttonIconPosition\";s:6:\"before\";s:16:\"buttonTargetSelf\";b:0;s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:49:\"https://rey.is/index.php/portfolio/one-bedroom-4/\";s:9:\"imageSize\";s:6:\"medium\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:53:\"http://ray.vefur.co/wp-content/uploads/2017/10/3a.png\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:6:\"medium\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:1;s:7:\"imageId\";i:47;}i:2;a:23:{s:5:\"title\";s:5:\"Title\";s:11:\"description\";s:56:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit\";s:11:\"buttonLabel\";s:9:\"Read More\";s:10:\"buttonLink\";s:0:\"\";s:10:\"buttonIcon\";s:0:\"\";s:18:\"buttonIconPosition\";s:6:\"before\";s:16:\"buttonTargetSelf\";b:0;s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:49:\"https://rey.is/index.php/portfolio/two-bedroom-6/\";s:9:\"imageSize\";s:6:\"medium\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:53:\"http://ray.vefur.co/wp-content/uploads/2017/10/4c.png\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:6:\"medium\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:1;s:7:\"imageId\";i:147;}i:3;a:23:{s:5:\"title\";s:5:\"Title\";s:11:\"description\";s:56:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit\";s:11:\"buttonLabel\";s:9:\"Read More\";s:10:\"buttonLink\";s:0:\"\";s:10:\"buttonIcon\";s:0:\"\";s:18:\"buttonIconPosition\";s:6:\"before\";s:16:\"buttonTargetSelf\";b:0;s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:51:\"https://rey.is/index.php/portfolio/three-bedroom-6/\";s:9:\"imageSize\";s:6:\"medium\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:53:\"http://ray.vefur.co/wp-content/uploads/2017/10/5a.png\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:6:\"medium\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:1;s:7:\"imageId\";i:51;}i:4;a:23:{s:5:\"title\";s:5:\"Title\";s:11:\"description\";s:56:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit\";s:11:\"buttonLabel\";s:9:\"Read More\";s:10:\"buttonLink\";s:0:\"\";s:10:\"buttonIcon\";s:0:\"\";s:18:\"buttonIconPosition\";s:6:\"before\";s:16:\"buttonTargetSelf\";b:0;s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:51:\"https://rey.is/index.php/portfolio/three-bedroom-8/\";s:9:\"imageSize\";s:6:\"medium\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:55:\"http://ray.vefur.co/wp-content/uploads/2017/10/6a-1.png\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:6:\"medium\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:1;s:7:\"imageId\";i:58;}}s:5:\"index\";i:0;}}}}s:5:\"index\";i:0;}}s:5:\"index\";i:3;}}}'),(209,78,'_wp_attached_file','2017/11/21012-099-Edit-1.jpg'),(210,78,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1477;s:4:\"file\";s:28:\"2017/11/21012-099-Edit-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"21012-099-Edit-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"21012-099-Edit-1-203x300.jpg\";s:5:\"width\";i:203;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"21012-099-Edit-1-768x1134.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1134;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"21012-099-Edit-1-693x1024.jpg\";s:5:\"width\";i:693;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:28:\"21012-099-Edit-1-512x756.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:756;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.7\";s:6:\"credit\";s:22:\"Bragi Þór Jósefsson\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1321456661\";s:9:\"copyright\";s:25:\"© Bragi Þór Jósefsson\";s:12:\"focal_length\";s:2:\"45\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:1:\"2\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:18:\"central apartments\";}}}'),(211,79,'_wp_attached_file','2017/11/058.jpg'),(212,79,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:4:\"file\";s:15:\"2017/11/058.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"058-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"058-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"058-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"058-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:15:\"058-512x384.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"bateaux_large\";a:4:{s:4:\"file\";s:16:\"058-1280x960.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(213,80,'_wp_attached_file','2017/11/065.jpg'),(214,80,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:4:\"file\";s:15:\"2017/11/065.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"065-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"065-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"065-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"065-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:15:\"065-512x384.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"bateaux_large\";a:4:{s:4:\"file\";s:16:\"065-1280x960.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(215,81,'_wp_attached_file','2017/11/067.jpg'),(216,81,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:4:\"file\";s:15:\"2017/11/067.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"067-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"067-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"067-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"067-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:15:\"067-512x683.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"bateaux_large\";a:4:{s:4:\"file\";s:17:\"067-1280x1707.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1707;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(217,82,'_wp_attached_file','2017/11/072.jpg'),(218,82,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:4:\"file\";s:15:\"2017/11/072.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"072-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"072-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"072-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"072-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:15:\"072-512x384.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"bateaux_large\";a:4:{s:4:\"file\";s:16:\"072-1280x960.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(219,83,'_wp_attached_file','2017/11/075.jpg'),(220,83,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:4:\"file\";s:15:\"2017/11/075.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"075-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"075-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"075-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"075-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:15:\"075-512x384.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"bateaux_large\";a:4:{s:4:\"file\";s:16:\"075-1280x960.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(221,84,'_wp_attached_file','2017/11/082.jpg'),(222,84,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:4:\"file\";s:15:\"2017/11/082.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"082-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"082-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"082-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"082-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:15:\"082-512x384.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"bateaux_large\";a:4:{s:4:\"file\";s:16:\"082-1280x960.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(234,90,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:661;s:4:\"file\";s:26:\"2017/11/21012-053-Edit.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"21012-053-Edit-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"21012-053-Edit-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"21012-053-Edit-768x508.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:26:\"21012-053-Edit-512x338.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:22:\"Bragi Þór Jósefsson\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1321453695\";s:9:\"copyright\";s:25:\"© Bragi Þór Jósefsson\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:1:\"2\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:18:\"central apartments\";}}}'),(225,86,'_wp_attached_file','2017/11/21006-104-Edit-Edit.jpg'),(226,86,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:709;s:4:\"file\";s:31:\"2017/11/21006-104-Edit-Edit.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"21006-104-Edit-Edit-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"21006-104-Edit-Edit-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"21006-104-Edit-Edit-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:31:\"21006-104-Edit-Edit-512x363.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:363;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:22:\"Bragi Þór Jósefsson\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1316618703\";s:9:\"copyright\";s:25:\"© Bragi Þór Jósefsson\";s:12:\"focal_length\";s:2:\"34\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:3:\"0.1\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:18:\"central apartments\";}}}'),(227,87,'_wp_attached_file','2017/11/21006-121-Edit.jpg'),(228,87,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1282;s:4:\"file\";s:26:\"2017/11/21006-121-Edit.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"21006-121-Edit-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"21006-121-Edit-234x300.jpg\";s:5:\"width\";i:234;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"21006-121-Edit-768x985.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:985;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"21006-121-Edit-799x1024.jpg\";s:5:\"width\";i:799;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:26:\"21006-121-Edit-512x656.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:656;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:22:\"Bragi Þór Jósefsson\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1316619346\";s:9:\"copyright\";s:25:\"© Bragi Þór Jósefsson\";s:12:\"focal_length\";s:2:\"25\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:15:\"0.0111111111111\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:18:\"central apartments\";}}}'),(244,95,'_edit_last','1'),(245,95,'_edit_lock','1549634935:1'),(246,95,'bp_data','a:4:{s:3:\"app\";s:10:\"bp-builder\";s:7:\"version\";s:5:\"1.0.0\";s:7:\"builder\";a:24:{s:6:\"active\";b:1;s:6:\"header\";s:4:\"none\";s:6:\"footer\";s:16:\"footer-bottombar\";s:7:\"sidebar\";s:4:\"none\";s:11:\"sidebarFull\";b:0;s:14:\"fullPageScroll\";b:0;s:14:\"halfPageScroll\";b:0;s:15:\"scrollDirection\";s:8:\"vertical\";s:7:\"navMenu\";s:7:\"default\";s:8:\"navStyle\";s:7:\"default\";s:7:\"navFull\";s:7:\"default\";s:14:\"navTransparent\";b:0;s:7:\"preload\";s:7:\"default\";s:9:\"backToTop\";s:7:\"default\";s:20:\"pageCustomBackground\";b:0;s:14:\"mouseoverImage\";s:7:\"default\";s:16:\"mouseoverContent\";s:7:\"default\";s:15:\"mouseoverCustom\";b:0;s:19:\"mouseoverBackground\";s:11:\"btx_color_6\";s:16:\"mouseoverOpacity\";i:80;s:5:\"width\";i:1;s:6:\"height\";i:1;s:6:\"linkTo\";s:7:\"default\";s:13:\"alternateLink\";s:0:\"\";}s:8:\"sections\";a:4:{i:0;a:23:{s:14:\"backgroundType\";s:5:\"image\";s:15:\"backgroundColor\";s:11:\"transparent\";s:17:\"backgroundOpacity\";i:50;s:13:\"backgroundUrl\";s:0:\"\";s:19:\"backgroundPosterUrl\";s:0:\"\";s:18:\"backgroundVideoUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:13:\"parallaxSpeed\";i:2;s:15:\"backgroundFixed\";b:0;s:9:\"fitHeight\";b:0;s:16:\"fitHeightPercent\";i:100;s:15:\"fitHeightOffset\";s:0:\"\";s:9:\"fullWidth\";b:0;s:15:\"borderThickness\";i:0;s:11:\"borderColor\";s:11:\"btx_color_4\";s:11:\"colorScheme\";s:5:\"light\";s:6:\"blocks\";a:1:{i:0;a:3:{s:6:\"layout\";i:12;s:6:\"spaces\";a:1:{i:0;a:3:{s:8:\"subspace\";b:1;s:5:\"items\";a:2:{i:0;a:10:{s:4:\"type\";s:7:\"heading\";s:5:\"style\";s:5:\"plain\";s:14:\"alternateColor\";s:11:\"btx_color_3\";s:4:\"size\";s:2:\"h2\";s:13:\"letterSpacing\";i:0;s:9:\"alignment\";s:4:\"left\";s:9:\"uppercase\";b:0;s:10:\"fontFamily\";s:9:\"secondary\";s:4:\"text\";s:72:\"<span class=\"font-style\" style=\"font-size: 42px;\">one bedroom<br></span>\";s:5:\"index\";i:0;}i:1;a:11:{s:4:\"type\";s:4:\"text\";s:9:\"noOfItems\";i:1;s:7:\"spacing\";i:30;s:6:\"bullet\";b:0;s:11:\"bulletStyle\";s:4:\"none\";s:14:\"bulletPosition\";s:6:\"inside\";s:10:\"fontFamily\";s:7:\"primary\";s:9:\"alignment\";s:4:\"left\";s:4:\"data\";a:1:{i:0;a:1:{s:4:\"text\";s:69:\"<span class=\"font-style\" style=\"font-size: 16px;\">4 adults<br></span>\";}}s:9:\"marginTop\";i:6;s:5:\"index\";i:1;}}s:5:\"index\";i:0;}}s:5:\"index\";i:0;}}s:10:\"paddingTop\";s:0:\"\";s:13:\"paddingBottom\";i:20;s:5:\"index\";i:0;}i:1;a:25:{s:14:\"backgroundType\";s:5:\"image\";s:15:\"backgroundColor\";s:11:\"btx_color_5\";s:17:\"backgroundOpacity\";i:50;s:13:\"backgroundUrl\";s:0:\"\";s:19:\"backgroundPosterUrl\";s:0:\"\";s:18:\"backgroundVideoUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:13:\"parallaxSpeed\";i:2;s:15:\"backgroundFixed\";b:0;s:9:\"fitHeight\";b:0;s:16:\"fitHeightPercent\";i:100;s:15:\"fitHeightOffset\";s:0:\"\";s:9:\"fullWidth\";b:0;s:15:\"borderThickness\";i:0;s:11:\"borderColor\";s:11:\"btx_color_4\";s:11:\"colorScheme\";s:5:\"light\";s:6:\"blocks\";a:1:{i:0;a:3:{s:6:\"layout\";s:3:\"4-8\";s:6:\"spaces\";a:2:{i:0;a:3:{s:8:\"subspace\";b:1;s:5:\"items\";a:2:{i:0;a:12:{s:4:\"type\";s:7:\"divider\";s:5:\"style\";s:6:\"single\";s:10:\"components\";a:0:{}s:5:\"color\";s:7:\"#dfdfdf\";s:5:\"width\";s:4:\"100%\";s:13:\"lineThickness\";i:1;s:9:\"alignment\";s:6:\"center\";s:4:\"text\";s:4:\"text\";s:8:\"textSize\";i:14;s:19:\"textBackgroundColor\";s:11:\"btx_color_2\";s:12:\"marginBottom\";i:60;s:5:\"index\";i:0;}i:1;a:36:{s:4:\"type\";s:3:\"box\";s:15:\"fitScreenHeight\";b:0;s:16:\"fitHeightPercent\";i:100;s:15:\"fitHeightOffset\";s:0:\"\";s:6:\"height\";s:4:\"auto\";s:8:\"maxWidth\";s:0:\"\";s:8:\"overflow\";s:6:\"hidden\";s:9:\"topBorder\";i:0;s:12:\"bottomBorder\";i:0;s:10:\"leftBorder\";i:0;s:11:\"rightBorder\";i:0;s:11:\"borderColor\";s:11:\"btx_color_4\";s:13:\"verticalAlign\";s:6:\"middle\";s:9:\"alignment\";s:6:\"center\";s:8:\"pinnedID\";s:5:\"box-1\";s:11:\"fitHeightID\";s:0:\"\";s:9:\"noOfItems\";i:1;s:11:\"colorScheme\";s:5:\"light\";s:14:\"backgroundType\";s:5:\"image\";s:15:\"backgroundColor\";s:11:\"transparent\";s:17:\"backgroundOpacity\";i:100;s:13:\"backgroundUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:16:\"backgroundExtend\";s:4:\"none\";s:15:\"backgroundFixed\";b:0;s:13:\"parallaxSpeed\";i:5;s:6:\"spaces\";a:1:{i:0;a:3:{s:8:\"subspace\";b:0;s:5:\"items\";a:3:{i:0;a:14:{s:4:\"type\";s:7:\"heading\";s:5:\"style\";s:5:\"plain\";s:14:\"alternateColor\";s:11:\"btx_color_3\";s:4:\"size\";s:2:\"h4\";s:13:\"letterSpacing\";i:0;s:9:\"alignment\";s:4:\"left\";s:9:\"uppercase\";b:0;s:10:\"fontFamily\";s:7:\"primary\";s:4:\"text\";s:62:\"<span style=\"font-size: 14px;\" class=\"font-style\">About</span>\";s:10:\"paddingTop\";s:0:\"\";s:13:\"paddingBottom\";s:0:\"\";s:9:\"marginTop\";s:0:\"\";s:12:\"marginBottom\";i:10;s:5:\"index\";i:0;}i:1;a:10:{s:4:\"type\";s:4:\"text\";s:9:\"noOfItems\";i:1;s:7:\"spacing\";i:30;s:6:\"bullet\";b:0;s:11:\"bulletStyle\";s:4:\"none\";s:14:\"bulletPosition\";s:6:\"inside\";s:10:\"fontFamily\";s:7:\"primary\";s:9:\"alignment\";s:4:\"left\";s:4:\"data\";a:1:{i:0;a:1:{s:4:\"text\";s:565:\"<span style=\"font-size: 14px;\" class=\"font-style\">Our beautiful one-bedroom (4-people) apartments are ideal for 4 people travelling together. They´re spacious and come with one luxurious double bed and two luxurious single beds, private bathroom with shower and a fully equipped kitchen with stove. These apartments have a dining table with chairs, and a modern sitting area<br><br><span style=\"color: rgb(34, 34, 34);\">Please note\n</span><br><br>Some of our apartments are situated on second and third floor and there is no elevator/lift in the house. <br></span>\";}}s:5:\"index\";i:1;}i:2;a:16:{s:4:\"type\";s:6:\"button\";s:5:\"style\";s:4:\"fill\";s:11:\"buttonColor\";s:5:\"brand\";s:10:\"hoverStyle\";s:5:\"brand\";s:4:\"size\";s:5:\"small\";s:15:\"buttonThickness\";i:1;s:12:\"buttonRadius\";i:4;s:9:\"fullWidth\";b:0;s:13:\"displayInline\";b:0;s:9:\"alignment\";s:4:\"left\";s:11:\"buttonLabel\";s:8:\"Book Now\";s:10:\"buttonIcon\";s:13:\"chevron-right\";s:18:\"buttonIconPosition\";s:5:\"after\";s:10:\"buttonLink\";s:65:\"https://www.thebookingbutton.co.uk/properties/reyapartmentsdirect\";s:16:\"buttonTargetSelf\";b:1;s:5:\"index\";i:2;}}s:5:\"index\";i:0;}}s:10:\"paddingTop\";s:0:\"\";s:12:\"paddingRight\";i:20;s:13:\"paddingBottom\";s:0:\"\";s:11:\"paddingLeft\";s:0:\"\";s:5:\"index\";i:1;s:4:\"data\";a:1:{i:0;N;}}}s:5:\"index\";i:0;}i:1;a:3:{s:8:\"subspace\";b:1;s:5:\"items\";a:2:{i:0;a:13:{s:4:\"type\";s:7:\"divider\";s:5:\"style\";s:6:\"single\";s:10:\"components\";a:0:{}s:5:\"color\";s:7:\"#dfdfdf\";s:5:\"width\";s:4:\"100%\";s:13:\"lineThickness\";i:1;s:9:\"alignment\";s:6:\"center\";s:4:\"text\";s:4:\"text\";s:8:\"textSize\";i:14;s:19:\"textBackgroundColor\";s:11:\"btx_color_2\";s:13:\"paddingBottom\";s:0:\"\";s:12:\"marginBottom\";i:60;s:5:\"index\";i:0;}i:1;a:37:{s:4:\"type\";s:3:\"box\";s:15:\"fitScreenHeight\";b:0;s:16:\"fitHeightPercent\";i:100;s:15:\"fitHeightOffset\";s:0:\"\";s:6:\"height\";s:4:\"auto\";s:8:\"maxWidth\";s:0:\"\";s:8:\"overflow\";s:4:\"auto\";s:9:\"topBorder\";i:0;s:12:\"bottomBorder\";i:0;s:10:\"leftBorder\";i:0;s:11:\"rightBorder\";i:0;s:11:\"borderColor\";s:11:\"btx_color_4\";s:13:\"verticalAlign\";s:6:\"middle\";s:9:\"alignment\";s:6:\"center\";s:8:\"pinnedID\";s:0:\"\";s:11:\"fitHeightID\";s:0:\"\";s:9:\"noOfItems\";i:1;s:11:\"colorScheme\";s:5:\"light\";s:14:\"backgroundType\";s:5:\"image\";s:15:\"backgroundColor\";s:11:\"transparent\";s:17:\"backgroundOpacity\";i:100;s:13:\"backgroundUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:16:\"backgroundExtend\";s:4:\"none\";s:15:\"backgroundFixed\";b:0;s:13:\"parallaxSpeed\";i:5;s:6:\"spaces\";a:1:{i:0;a:3:{s:8:\"subspace\";b:0;s:5:\"items\";a:1:{i:0;a:34:{s:4:\"type\";s:11:\"btx-gallery\";s:5:\"style\";s:4:\"grid\";s:10:\"components\";a:0:{}s:11:\"randomOrder\";b:0;s:11:\"noOfColumns\";i:1;s:12:\"scrollHeight\";i:500;s:9:\"imageSize\";s:4:\"full\";s:10:\"imageRatio\";s:4:\"auto\";s:12:\"onImageClick\";s:5:\"popup\";s:5:\"hover\";s:4:\"none\";s:7:\"spacing\";i:10;s:10:\"pagination\";b:0;s:9:\"noOfItems\";i:6;s:15:\"paginationStyle\";s:10:\"pagination\";s:11:\"noOfScrolls\";i:1;s:9:\"thumbnail\";b:0;s:16:\"thumbnailColumns\";i:5;s:10:\"navigation\";b:1;s:9:\"indicator\";b:0;s:4:\"loop\";b:1;s:13:\"variableWidth\";b:0;s:4:\"fade\";b:0;s:14:\"adaptiveHeight\";b:0;s:8:\"autoplay\";b:0;s:13:\"autoplaySpeed\";i:5000;s:10:\"centerMode\";b:0;s:13:\"centerPadding\";s:0:\"\";s:6:\"images\";s:19:\"96,97,98,99,100,101\";s:10:\"paddingTop\";s:0:\"\";s:12:\"paddingRight\";s:0:\"\";s:13:\"paddingBottom\";s:0:\"\";s:11:\"paddingLeft\";s:0:\"\";s:12:\"marginBottom\";i:0;s:5:\"index\";i:0;}}s:5:\"index\";i:0;}}s:10:\"paddingTop\";i:0;s:12:\"paddingRight\";i:0;s:13:\"paddingBottom\";i:0;s:11:\"paddingLeft\";i:0;s:5:\"cssId\";s:5:\"box-1\";s:5:\"index\";i:1;s:4:\"data\";a:1:{i:0;N;}}}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}}s:10:\"paddingTop\";i:30;s:12:\"paddingRight\";s:0:\"\";s:13:\"paddingBottom\";i:0;s:11:\"paddingLeft\";s:0:\"\";s:5:\"index\";i:1;}i:2;a:23:{s:14:\"backgroundType\";s:5:\"image\";s:15:\"backgroundColor\";s:11:\"transparent\";s:17:\"backgroundOpacity\";i:50;s:13:\"backgroundUrl\";s:0:\"\";s:19:\"backgroundPosterUrl\";s:0:\"\";s:18:\"backgroundVideoUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:13:\"parallaxSpeed\";i:2;s:15:\"backgroundFixed\";b:0;s:9:\"fitHeight\";b:0;s:16:\"fitHeightPercent\";i:100;s:15:\"fitHeightOffset\";s:0:\"\";s:9:\"fullWidth\";b:0;s:15:\"borderThickness\";i:0;s:11:\"borderColor\";s:11:\"btx_color_4\";s:11:\"colorScheme\";s:5:\"light\";s:6:\"blocks\";a:1:{i:0;a:3:{s:6:\"layout\";i:12;s:6:\"spaces\";a:1:{i:0;a:3:{s:8:\"subspace\";b:1;s:5:\"items\";a:1:{i:0;a:8:{s:4:\"type\";s:14:\"btx-navigation\";s:5:\"style\";s:3:\"bar\";s:10:\"components\";a:0:{}s:9:\"borderTop\";b:1;s:12:\"borderBottom\";b:1;s:9:\"thumbnail\";b:1;s:9:\"alignment\";s:6:\"center\";s:5:\"index\";i:0;}}s:5:\"index\";i:0;}}s:5:\"index\";i:0;}}s:10:\"paddingTop\";i:60;s:13:\"paddingBottom\";i:60;s:5:\"index\";i:2;}i:3;a:21:{s:14:\"backgroundType\";s:5:\"image\";s:15:\"backgroundColor\";s:7:\"default\";s:17:\"backgroundOpacity\";i:90;s:13:\"backgroundUrl\";s:0:\"\";s:19:\"backgroundPosterUrl\";s:0:\"\";s:18:\"backgroundVideoUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:13:\"parallaxSpeed\";i:0;s:15:\"backgroundFixed\";b:0;s:9:\"fitHeight\";b:0;s:16:\"fitHeightPercent\";i:100;s:15:\"fitHeightOffset\";s:0:\"\";s:9:\"fullWidth\";b:0;s:15:\"borderThickness\";i:0;s:11:\"borderColor\";s:7:\"default\";s:11:\"colorScheme\";s:7:\"default\";s:6:\"blocks\";a:1:{i:0;a:3:{s:6:\"layout\";s:2:\"12\";s:6:\"spaces\";a:1:{i:0;a:3:{s:8:\"subspace\";b:1;s:5:\"index\";i:0;s:5:\"items\";a:1:{i:0;a:13:{s:4:\"type\";s:7:\"feature\";s:5:\"style\";s:3:\"top\";s:10:\"components\";a:1:{i:0;s:5:\"media\";}s:9:\"alignment\";s:6:\"center\";s:11:\"noOfColumns\";s:1:\"5\";s:9:\"noOfItems\";s:1:\"5\";s:9:\"separator\";b:0;s:7:\"spacing\";i:30;s:14:\"titleUppercase\";i:0;s:18:\"titleLetterSpacing\";s:0:\"\";s:9:\"titleFont\";s:7:\"primary\";s:4:\"data\";a:5:{i:0;a:23:{s:5:\"title\";s:5:\"Title\";s:11:\"description\";s:56:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit\";s:11:\"buttonLabel\";s:9:\"Read More\";s:10:\"buttonLink\";s:0:\"\";s:10:\"buttonIcon\";s:0:\"\";s:18:\"buttonIconPosition\";s:6:\"before\";s:16:\"buttonTargetSelf\";b:0;s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:42:\"https://rey.is/index.php/portfolio/studio/\";s:9:\"imageSize\";s:6:\"medium\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:53:\"http://ray.vefur.co/wp-content/uploads/2017/10/1c.png\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:6:\"medium\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:1;s:7:\"imageId\";i:146;}i:1;a:23:{s:5:\"title\";s:5:\"Title\";s:11:\"description\";s:56:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit\";s:11:\"buttonLabel\";s:9:\"Read More\";s:10:\"buttonLink\";s:0:\"\";s:10:\"buttonIcon\";s:0:\"\";s:18:\"buttonIconPosition\";s:6:\"before\";s:16:\"buttonTargetSelf\";b:0;s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:49:\"https://rey.is/index.php/portfolio/one-bedroom-3/\";s:9:\"imageSize\";s:6:\"medium\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:53:\"http://ray.vefur.co/wp-content/uploads/2017/10/2a.png\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:6:\"medium\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:1;s:7:\"imageId\";i:45;}i:2;a:23:{s:5:\"title\";s:5:\"Title\";s:11:\"description\";s:56:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit\";s:11:\"buttonLabel\";s:9:\"Read More\";s:10:\"buttonLink\";s:0:\"\";s:10:\"buttonIcon\";s:0:\"\";s:18:\"buttonIconPosition\";s:6:\"before\";s:16:\"buttonTargetSelf\";b:0;s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:49:\"https://rey.is/index.php/portfolio/two-bedroom-6/\";s:9:\"imageSize\";s:6:\"medium\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:53:\"http://ray.vefur.co/wp-content/uploads/2017/10/4c.png\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:6:\"medium\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:1;s:7:\"imageId\";i:147;}i:3;a:23:{s:5:\"title\";s:5:\"Title\";s:11:\"description\";s:56:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit\";s:11:\"buttonLabel\";s:9:\"Read More\";s:10:\"buttonLink\";s:0:\"\";s:10:\"buttonIcon\";s:0:\"\";s:18:\"buttonIconPosition\";s:6:\"before\";s:16:\"buttonTargetSelf\";b:0;s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:51:\"https://rey.is/index.php/portfolio/three-bedroom-6/\";s:9:\"imageSize\";s:6:\"medium\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:53:\"http://ray.vefur.co/wp-content/uploads/2017/10/5a.png\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:6:\"medium\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:1;s:7:\"imageId\";i:51;}i:4;a:23:{s:5:\"title\";s:5:\"Title\";s:11:\"description\";s:56:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit\";s:11:\"buttonLabel\";s:9:\"Read More\";s:10:\"buttonLink\";s:0:\"\";s:10:\"buttonIcon\";s:0:\"\";s:18:\"buttonIconPosition\";s:6:\"before\";s:16:\"buttonTargetSelf\";b:0;s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:51:\"https://rey.is/index.php/portfolio/three-bedroom-8/\";s:9:\"imageSize\";s:6:\"medium\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:55:\"http://ray.vefur.co/wp-content/uploads/2017/10/6a-1.png\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:6:\"medium\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:1;s:7:\"imageId\";i:58;}}s:5:\"index\";i:0;}}}}s:5:\"index\";i:0;}}s:5:\"index\";i:3;}}}'),(247,96,'_wp_attached_file','2017/11/21006-008-Edit.jpg'),(248,96,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:806;s:4:\"file\";s:26:\"2017/11/21006-008-Edit.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"21006-008-Edit-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"21006-008-Edit-300x242.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:242;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"21006-008-Edit-768x619.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:619;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:26:\"21006-008-Edit-512x413.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:413;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:22:\"Bragi Þór Jósefsson\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1316611509\";s:9:\"copyright\";s:25:\"© Bragi Þór Jósefsson\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:15:\"0.0222222222222\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:18:\"central apartments\";}}}'),(249,97,'_wp_attached_file','2017/11/21006-018-Edit.jpg'),(250,97,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1499;s:4:\"file\";s:26:\"2017/11/21006-018-Edit.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"21006-018-Edit-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"21006-018-Edit-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"21006-018-Edit-768x1151.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"21006-018-Edit-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:26:\"21006-018-Edit-512x767.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:22:\"Bragi Þór Jósefsson\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1316611853\";s:9:\"copyright\";s:25:\"© Bragi Þór Jósefsson\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:18:\"central apartments\";}}}'),(251,98,'_wp_attached_file','2017/11/21006-037-Edit-2.jpg'),(252,98,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:786;s:4:\"file\";s:28:\"2017/11/21006-037-Edit-2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"21006-037-Edit-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"21006-037-Edit-2-300x236.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:236;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"21006-037-Edit-2-768x604.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:604;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:28:\"21006-037-Edit-2-512x402.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:22:\"Bragi Þór Jósefsson\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1316612946\";s:9:\"copyright\";s:25:\"© Bragi Þór Jósefsson\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:15:\"0.0333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:18:\"central apartments\";}}}'),(253,99,'_wp_attached_file','2017/11/21006-047-Edit-2.jpg'),(254,99,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1316;s:4:\"file\";s:28:\"2017/11/21006-047-Edit-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"21006-047-Edit-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"21006-047-Edit-2-228x300.jpg\";s:5:\"width\";i:228;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"21006-047-Edit-2-768x1011.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1011;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"21006-047-Edit-2-778x1024.jpg\";s:5:\"width\";i:778;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:28:\"21006-047-Edit-2-512x674.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:674;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:22:\"Bragi Þór Jósefsson\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1316613325\";s:9:\"copyright\";s:25:\"© Bragi Þór Jósefsson\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:3:\"0.1\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:18:\"central apartments\";}}}'),(255,100,'_wp_attached_file','2017/11/21006-050-Edit.jpg'),(256,100,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1502;s:4:\"file\";s:26:\"2017/11/21006-050-Edit.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"21006-050-Edit-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"21006-050-Edit-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"21006-050-Edit-768x1154.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"21006-050-Edit-682x1024.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:26:\"21006-050-Edit-512x769.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:769;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:22:\"Bragi Þór Jósefsson\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1316615892\";s:9:\"copyright\";s:25:\"© Bragi Þór Jósefsson\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:15:\"0.0666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:18:\"central apartments\";}}}'),(257,101,'_wp_attached_file','2017/11/21006-067-Edit2.jpg'),(258,101,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:776;s:4:\"file\";s:27:\"2017/11/21006-067-Edit2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"21006-067-Edit2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"21006-067-Edit2-300x194.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"21006-067-Edit2-768x497.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:497;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"21006-067-Edit2-1024x662.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:662;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:27:\"21006-067-Edit2-512x331.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:331;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:25:\"© Bragi Þór Jósefsson\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(259,102,'_edit_last','1'),(260,102,'_edit_lock','1549634955:1'),(261,102,'bp_data','a:4:{s:3:\"app\";s:10:\"bp-builder\";s:7:\"version\";s:5:\"1.0.0\";s:7:\"builder\";a:24:{s:6:\"active\";b:1;s:6:\"header\";s:4:\"none\";s:6:\"footer\";s:16:\"footer-bottombar\";s:7:\"sidebar\";s:4:\"none\";s:11:\"sidebarFull\";b:0;s:14:\"fullPageScroll\";b:0;s:14:\"halfPageScroll\";b:0;s:15:\"scrollDirection\";s:8:\"vertical\";s:7:\"navMenu\";s:7:\"default\";s:8:\"navStyle\";s:7:\"default\";s:7:\"navFull\";s:7:\"default\";s:14:\"navTransparent\";b:0;s:7:\"preload\";s:7:\"default\";s:9:\"backToTop\";s:7:\"default\";s:20:\"pageCustomBackground\";b:0;s:14:\"mouseoverImage\";s:7:\"default\";s:16:\"mouseoverContent\";s:7:\"default\";s:15:\"mouseoverCustom\";b:0;s:19:\"mouseoverBackground\";s:11:\"btx_color_6\";s:16:\"mouseoverOpacity\";i:80;s:5:\"width\";i:1;s:6:\"height\";i:1;s:6:\"linkTo\";s:7:\"default\";s:13:\"alternateLink\";s:0:\"\";}s:8:\"sections\";a:4:{i:0;a:23:{s:14:\"backgroundType\";s:5:\"image\";s:15:\"backgroundColor\";s:11:\"transparent\";s:17:\"backgroundOpacity\";i:50;s:13:\"backgroundUrl\";s:0:\"\";s:19:\"backgroundPosterUrl\";s:0:\"\";s:18:\"backgroundVideoUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:13:\"parallaxSpeed\";i:2;s:15:\"backgroundFixed\";b:0;s:9:\"fitHeight\";b:0;s:16:\"fitHeightPercent\";i:100;s:15:\"fitHeightOffset\";s:0:\"\";s:9:\"fullWidth\";b:0;s:15:\"borderThickness\";i:0;s:11:\"borderColor\";s:11:\"btx_color_4\";s:11:\"colorScheme\";s:5:\"light\";s:6:\"blocks\";a:1:{i:0;a:3:{s:6:\"layout\";i:12;s:6:\"spaces\";a:1:{i:0;a:3:{s:8:\"subspace\";b:1;s:5:\"items\";a:2:{i:0;a:10:{s:4:\"type\";s:7:\"heading\";s:5:\"style\";s:5:\"plain\";s:14:\"alternateColor\";s:11:\"btx_color_3\";s:4:\"size\";s:2:\"h2\";s:13:\"letterSpacing\";i:0;s:9:\"alignment\";s:4:\"left\";s:9:\"uppercase\";b:0;s:10:\"fontFamily\";s:9:\"secondary\";s:4:\"text\";s:72:\"<span class=\"font-style\" style=\"font-size: 42px;\">two bedroom<br></span>\";s:5:\"index\";i:0;}i:1;a:11:{s:4:\"type\";s:4:\"text\";s:9:\"noOfItems\";i:1;s:7:\"spacing\";i:30;s:6:\"bullet\";b:0;s:11:\"bulletStyle\";s:4:\"none\";s:14:\"bulletPosition\";s:6:\"inside\";s:10:\"fontFamily\";s:7:\"primary\";s:9:\"alignment\";s:4:\"left\";s:4:\"data\";a:1:{i:0;a:1:{s:4:\"text\";s:69:\"<span class=\"font-style\" style=\"font-size: 16px;\">6 adults<br></span>\";}}s:9:\"marginTop\";i:6;s:5:\"index\";i:1;}}s:5:\"index\";i:0;}}s:5:\"index\";i:0;}}s:10:\"paddingTop\";s:0:\"\";s:13:\"paddingBottom\";i:20;s:5:\"index\";i:0;}i:1;a:25:{s:14:\"backgroundType\";s:5:\"image\";s:15:\"backgroundColor\";s:11:\"btx_color_5\";s:17:\"backgroundOpacity\";i:50;s:13:\"backgroundUrl\";s:0:\"\";s:19:\"backgroundPosterUrl\";s:0:\"\";s:18:\"backgroundVideoUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:13:\"parallaxSpeed\";i:2;s:15:\"backgroundFixed\";b:0;s:9:\"fitHeight\";b:0;s:16:\"fitHeightPercent\";i:100;s:15:\"fitHeightOffset\";s:0:\"\";s:9:\"fullWidth\";b:0;s:15:\"borderThickness\";i:0;s:11:\"borderColor\";s:11:\"btx_color_4\";s:11:\"colorScheme\";s:5:\"light\";s:6:\"blocks\";a:1:{i:0;a:3:{s:6:\"layout\";s:3:\"4-8\";s:6:\"spaces\";a:2:{i:0;a:3:{s:8:\"subspace\";b:1;s:5:\"items\";a:2:{i:0;a:12:{s:4:\"type\";s:7:\"divider\";s:5:\"style\";s:6:\"single\";s:10:\"components\";a:0:{}s:5:\"color\";s:7:\"#dfdfdf\";s:5:\"width\";s:4:\"100%\";s:13:\"lineThickness\";i:1;s:9:\"alignment\";s:6:\"center\";s:4:\"text\";s:4:\"text\";s:8:\"textSize\";i:14;s:19:\"textBackgroundColor\";s:11:\"btx_color_2\";s:12:\"marginBottom\";i:60;s:5:\"index\";i:0;}i:1;a:36:{s:4:\"type\";s:3:\"box\";s:15:\"fitScreenHeight\";b:0;s:16:\"fitHeightPercent\";i:100;s:15:\"fitHeightOffset\";s:0:\"\";s:6:\"height\";s:4:\"auto\";s:8:\"maxWidth\";s:0:\"\";s:8:\"overflow\";s:6:\"hidden\";s:9:\"topBorder\";i:0;s:12:\"bottomBorder\";i:0;s:10:\"leftBorder\";i:0;s:11:\"rightBorder\";i:0;s:11:\"borderColor\";s:11:\"btx_color_4\";s:13:\"verticalAlign\";s:6:\"middle\";s:9:\"alignment\";s:6:\"center\";s:8:\"pinnedID\";s:5:\"box-1\";s:11:\"fitHeightID\";s:0:\"\";s:9:\"noOfItems\";i:1;s:11:\"colorScheme\";s:5:\"light\";s:14:\"backgroundType\";s:5:\"image\";s:15:\"backgroundColor\";s:11:\"transparent\";s:17:\"backgroundOpacity\";i:100;s:13:\"backgroundUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:16:\"backgroundExtend\";s:4:\"none\";s:15:\"backgroundFixed\";b:0;s:13:\"parallaxSpeed\";i:5;s:6:\"spaces\";a:1:{i:0;a:3:{s:8:\"subspace\";b:0;s:5:\"items\";a:3:{i:0;a:14:{s:4:\"type\";s:7:\"heading\";s:5:\"style\";s:5:\"plain\";s:14:\"alternateColor\";s:11:\"btx_color_3\";s:4:\"size\";s:2:\"h4\";s:13:\"letterSpacing\";i:0;s:9:\"alignment\";s:4:\"left\";s:9:\"uppercase\";b:0;s:10:\"fontFamily\";s:7:\"primary\";s:4:\"text\";s:62:\"<span style=\"font-size: 14px;\" class=\"font-style\">About</span>\";s:10:\"paddingTop\";s:0:\"\";s:13:\"paddingBottom\";s:0:\"\";s:9:\"marginTop\";s:0:\"\";s:12:\"marginBottom\";i:10;s:5:\"index\";i:0;}i:1;a:10:{s:4:\"type\";s:4:\"text\";s:9:\"noOfItems\";i:1;s:7:\"spacing\";i:30;s:6:\"bullet\";b:0;s:11:\"bulletStyle\";s:4:\"none\";s:14:\"bulletPosition\";s:6:\"inside\";s:10:\"fontFamily\";s:7:\"primary\";s:9:\"alignment\";s:4:\"left\";s:4:\"data\";a:1:{i:0;a:1:{s:4:\"text\";s:510:\"<span style=\"font-size: 14px;\" class=\"font-style\">Our lovely two bedroom apartments are perfect for up to 6 people travelling together. These apartments come with two bedrooms, each with luxurious beds, and a private bathroom with shower. With a fully equipped kitchen with a stove a dishwasher and large fridge/freezer.<br><br><span style=\"color: rgb(34, 34, 34);\">Please note\n</span><br><br>Some of our apartments are situated on second and third floor and there is no elevator/lift in the house. <br></span>\";}}s:5:\"index\";i:1;}i:2;a:16:{s:4:\"type\";s:6:\"button\";s:5:\"style\";s:4:\"fill\";s:11:\"buttonColor\";s:5:\"brand\";s:10:\"hoverStyle\";s:5:\"brand\";s:4:\"size\";s:5:\"small\";s:15:\"buttonThickness\";i:1;s:12:\"buttonRadius\";i:4;s:9:\"fullWidth\";b:0;s:13:\"displayInline\";b:0;s:9:\"alignment\";s:4:\"left\";s:11:\"buttonLabel\";s:8:\"Book Now\";s:10:\"buttonIcon\";s:13:\"chevron-right\";s:18:\"buttonIconPosition\";s:5:\"after\";s:10:\"buttonLink\";s:65:\"https://www.thebookingbutton.co.uk/properties/reyapartmentsdirect\";s:16:\"buttonTargetSelf\";b:1;s:5:\"index\";i:2;}}s:5:\"index\";i:0;}}s:10:\"paddingTop\";s:0:\"\";s:12:\"paddingRight\";i:20;s:13:\"paddingBottom\";s:0:\"\";s:11:\"paddingLeft\";s:0:\"\";s:5:\"index\";i:1;s:4:\"data\";a:1:{i:0;N;}}}s:5:\"index\";i:0;}i:1;a:3:{s:8:\"subspace\";b:1;s:5:\"items\";a:2:{i:0;a:13:{s:4:\"type\";s:7:\"divider\";s:5:\"style\";s:6:\"single\";s:10:\"components\";a:0:{}s:5:\"color\";s:7:\"#dfdfdf\";s:5:\"width\";s:4:\"100%\";s:13:\"lineThickness\";i:1;s:9:\"alignment\";s:6:\"center\";s:4:\"text\";s:4:\"text\";s:8:\"textSize\";i:14;s:19:\"textBackgroundColor\";s:11:\"btx_color_2\";s:13:\"paddingBottom\";s:0:\"\";s:12:\"marginBottom\";i:60;s:5:\"index\";i:0;}i:1;a:37:{s:4:\"type\";s:3:\"box\";s:15:\"fitScreenHeight\";b:0;s:16:\"fitHeightPercent\";i:100;s:15:\"fitHeightOffset\";s:0:\"\";s:6:\"height\";s:4:\"auto\";s:8:\"maxWidth\";s:0:\"\";s:8:\"overflow\";s:4:\"auto\";s:9:\"topBorder\";i:0;s:12:\"bottomBorder\";i:0;s:10:\"leftBorder\";i:0;s:11:\"rightBorder\";i:0;s:11:\"borderColor\";s:11:\"btx_color_4\";s:13:\"verticalAlign\";s:6:\"middle\";s:9:\"alignment\";s:6:\"center\";s:8:\"pinnedID\";s:0:\"\";s:11:\"fitHeightID\";s:0:\"\";s:9:\"noOfItems\";i:1;s:11:\"colorScheme\";s:5:\"light\";s:14:\"backgroundType\";s:5:\"image\";s:15:\"backgroundColor\";s:11:\"transparent\";s:17:\"backgroundOpacity\";i:100;s:13:\"backgroundUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:16:\"backgroundExtend\";s:4:\"none\";s:15:\"backgroundFixed\";b:0;s:13:\"parallaxSpeed\";i:5;s:6:\"spaces\";a:1:{i:0;a:3:{s:8:\"subspace\";b:0;s:5:\"items\";a:1:{i:0;a:34:{s:4:\"type\";s:11:\"btx-gallery\";s:5:\"style\";s:4:\"grid\";s:10:\"components\";a:0:{}s:11:\"randomOrder\";b:0;s:11:\"noOfColumns\";i:1;s:12:\"scrollHeight\";i:500;s:9:\"imageSize\";s:4:\"full\";s:10:\"imageRatio\";s:4:\"auto\";s:12:\"onImageClick\";s:5:\"popup\";s:5:\"hover\";s:4:\"none\";s:7:\"spacing\";i:10;s:10:\"pagination\";b:0;s:9:\"noOfItems\";i:11;s:15:\"paginationStyle\";s:10:\"pagination\";s:11:\"noOfScrolls\";i:1;s:9:\"thumbnail\";b:0;s:16:\"thumbnailColumns\";i:5;s:10:\"navigation\";b:1;s:9:\"indicator\";b:0;s:4:\"loop\";b:1;s:13:\"variableWidth\";b:0;s:4:\"fade\";b:0;s:14:\"adaptiveHeight\";b:0;s:8:\"autoplay\";b:0;s:13:\"autoplaySpeed\";i:5000;s:10:\"centerMode\";b:0;s:13:\"centerPadding\";s:0:\"\";s:6:\"images\";s:43:\"165,103,105,106,167,104,109,108,168,110,166\";s:10:\"paddingTop\";s:0:\"\";s:12:\"paddingRight\";s:0:\"\";s:13:\"paddingBottom\";s:0:\"\";s:11:\"paddingLeft\";s:0:\"\";s:12:\"marginBottom\";i:0;s:5:\"index\";i:0;}}s:5:\"index\";i:0;}}s:10:\"paddingTop\";i:0;s:12:\"paddingRight\";i:0;s:13:\"paddingBottom\";i:0;s:11:\"paddingLeft\";i:0;s:5:\"cssId\";s:5:\"box-1\";s:5:\"index\";i:1;s:4:\"data\";a:1:{i:0;N;}}}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}}s:10:\"paddingTop\";i:30;s:12:\"paddingRight\";s:0:\"\";s:13:\"paddingBottom\";i:0;s:11:\"paddingLeft\";s:0:\"\";s:5:\"index\";i:1;}i:2;a:23:{s:14:\"backgroundType\";s:5:\"image\";s:15:\"backgroundColor\";s:11:\"transparent\";s:17:\"backgroundOpacity\";i:50;s:13:\"backgroundUrl\";s:0:\"\";s:19:\"backgroundPosterUrl\";s:0:\"\";s:18:\"backgroundVideoUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:13:\"parallaxSpeed\";i:2;s:15:\"backgroundFixed\";b:0;s:9:\"fitHeight\";b:0;s:16:\"fitHeightPercent\";i:100;s:15:\"fitHeightOffset\";s:0:\"\";s:9:\"fullWidth\";b:0;s:15:\"borderThickness\";i:0;s:11:\"borderColor\";s:11:\"btx_color_4\";s:11:\"colorScheme\";s:5:\"light\";s:6:\"blocks\";a:1:{i:0;a:3:{s:6:\"layout\";i:12;s:6:\"spaces\";a:1:{i:0;a:3:{s:8:\"subspace\";b:1;s:5:\"items\";a:1:{i:0;a:8:{s:4:\"type\";s:14:\"btx-navigation\";s:5:\"style\";s:3:\"bar\";s:10:\"components\";a:0:{}s:9:\"borderTop\";b:1;s:12:\"borderBottom\";b:1;s:9:\"thumbnail\";b:1;s:9:\"alignment\";s:6:\"center\";s:5:\"index\";i:0;}}s:5:\"index\";i:0;}}s:5:\"index\";i:0;}}s:10:\"paddingTop\";i:60;s:13:\"paddingBottom\";i:60;s:5:\"index\";i:2;}i:3;a:21:{s:14:\"backgroundType\";s:5:\"image\";s:15:\"backgroundColor\";s:7:\"default\";s:17:\"backgroundOpacity\";i:90;s:13:\"backgroundUrl\";s:0:\"\";s:19:\"backgroundPosterUrl\";s:0:\"\";s:18:\"backgroundVideoUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:13:\"parallaxSpeed\";i:0;s:15:\"backgroundFixed\";b:0;s:9:\"fitHeight\";b:0;s:16:\"fitHeightPercent\";i:100;s:15:\"fitHeightOffset\";s:0:\"\";s:9:\"fullWidth\";b:0;s:15:\"borderThickness\";i:0;s:11:\"borderColor\";s:7:\"default\";s:11:\"colorScheme\";s:7:\"default\";s:6:\"blocks\";a:1:{i:0;a:3:{s:6:\"layout\";s:2:\"12\";s:6:\"spaces\";a:1:{i:0;a:3:{s:8:\"subspace\";b:1;s:5:\"index\";i:0;s:5:\"items\";a:1:{i:0;a:13:{s:4:\"type\";s:7:\"feature\";s:5:\"style\";s:3:\"top\";s:10:\"components\";a:1:{i:0;s:5:\"media\";}s:9:\"alignment\";s:6:\"center\";s:11:\"noOfColumns\";s:1:\"5\";s:9:\"noOfItems\";s:1:\"5\";s:9:\"separator\";b:0;s:7:\"spacing\";i:30;s:14:\"titleUppercase\";i:0;s:18:\"titleLetterSpacing\";s:0:\"\";s:9:\"titleFont\";s:7:\"primary\";s:4:\"data\";a:5:{i:0;a:23:{s:5:\"title\";s:5:\"Title\";s:11:\"description\";s:56:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit\";s:11:\"buttonLabel\";s:9:\"Read More\";s:10:\"buttonLink\";s:0:\"\";s:10:\"buttonIcon\";s:0:\"\";s:18:\"buttonIconPosition\";s:6:\"before\";s:16:\"buttonTargetSelf\";b:0;s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:42:\"https://rey.is/index.php/portfolio/studio/\";s:9:\"imageSize\";s:6:\"medium\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:53:\"http://ray.vefur.co/wp-content/uploads/2017/10/1c.png\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:6:\"medium\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:1;s:7:\"imageId\";i:146;}i:1;a:23:{s:5:\"title\";s:5:\"Title\";s:11:\"description\";s:56:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit\";s:11:\"buttonLabel\";s:9:\"Read More\";s:10:\"buttonLink\";s:0:\"\";s:10:\"buttonIcon\";s:0:\"\";s:18:\"buttonIconPosition\";s:6:\"before\";s:16:\"buttonTargetSelf\";b:0;s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:49:\"https://rey.is/index.php/portfolio/one-bedroom-3/\";s:9:\"imageSize\";s:6:\"medium\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:53:\"http://ray.vefur.co/wp-content/uploads/2017/10/2a.png\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:6:\"medium\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:1;s:7:\"imageId\";i:45;}i:2;a:23:{s:5:\"title\";s:5:\"Title\";s:11:\"description\";s:56:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit\";s:11:\"buttonLabel\";s:9:\"Read More\";s:10:\"buttonLink\";s:0:\"\";s:10:\"buttonIcon\";s:0:\"\";s:18:\"buttonIconPosition\";s:6:\"before\";s:16:\"buttonTargetSelf\";b:0;s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:49:\"https://rey.is/index.php/portfolio/one-bedroom-4/\";s:9:\"imageSize\";s:6:\"medium\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:53:\"http://ray.vefur.co/wp-content/uploads/2017/10/3a.png\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:6:\"medium\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:1;s:7:\"imageId\";i:47;}i:3;a:23:{s:5:\"title\";s:5:\"Title\";s:11:\"description\";s:56:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit\";s:11:\"buttonLabel\";s:9:\"Read More\";s:10:\"buttonLink\";s:0:\"\";s:10:\"buttonIcon\";s:0:\"\";s:18:\"buttonIconPosition\";s:6:\"before\";s:16:\"buttonTargetSelf\";b:0;s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:51:\"https://rey.is/index.php/portfolio/three-bedroom-6/\";s:9:\"imageSize\";s:6:\"medium\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:53:\"http://ray.vefur.co/wp-content/uploads/2017/10/5a.png\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:6:\"medium\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:1;s:7:\"imageId\";i:51;}i:4;a:23:{s:5:\"title\";s:5:\"Title\";s:11:\"description\";s:56:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit\";s:11:\"buttonLabel\";s:9:\"Read More\";s:10:\"buttonLink\";s:0:\"\";s:10:\"buttonIcon\";s:0:\"\";s:18:\"buttonIconPosition\";s:6:\"before\";s:16:\"buttonTargetSelf\";b:0;s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:51:\"https://rey.is/index.php/portfolio/three-bedroom-8/\";s:9:\"imageSize\";s:6:\"medium\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:55:\"http://ray.vefur.co/wp-content/uploads/2017/10/6a-1.png\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:6:\"medium\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:1;s:7:\"imageId\";i:58;}}s:5:\"index\";i:0;}}}}s:5:\"index\";i:0;}}s:5:\"index\";i:3;}}}'),(262,103,'_wp_attached_file','2017/11/1.jpg'),(263,103,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:4:\"file\";s:13:\"2017/11/1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:13:\"1-512x683.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"bateaux_large\";a:4:{s:4:\"file\";s:15:\"1-1280x1707.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1707;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"22\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 550D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1365690889\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"21\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:3:\"0.6\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(264,104,'_wp_attached_file','2017/11/2.jpg'),(265,104,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:4:\"file\";s:13:\"2017/11/2.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"2-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"2-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:13:\"2-512x384.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"bateaux_large\";a:4:{s:4:\"file\";s:14:\"2-1280x960.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"22\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 550D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1365691885\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:3:\"0.6\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(266,105,'_wp_attached_file','2017/11/5.jpg'),(267,105,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:4:\"file\";s:13:\"2017/11/5.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"5-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"5-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"5-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:13:\"5-512x683.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"bateaux_large\";a:4:{s:4:\"file\";s:15:\"5-1280x1707.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1707;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"22\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 550D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1365690812\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"21\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:14:\"0.166666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(268,89,'_wp_old_slug','one-badroom-3'),(269,106,'_wp_attached_file','2017/11/6.jpg'),(270,106,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:4:\"file\";s:13:\"2017/11/6.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"6-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"6-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"6-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:13:\"6-512x683.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"bateaux_large\";a:4:{s:4:\"file\";s:15:\"6-1280x1707.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1707;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"22\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 550D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1365693044\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:3:\"0.6\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(271,107,'_wp_attached_file','2017/11/035.jpg'),(272,107,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:4:\"file\";s:15:\"2017/11/035.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"035-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"035-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"035-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"035-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:15:\"035-512x384.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"bateaux_large\";a:4:{s:4:\"file\";s:16:\"035-1280x960.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(273,108,'_wp_attached_file','2017/11/117.jpg'),(274,108,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:4:\"file\";s:15:\"2017/11/117.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"117-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"117-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"117-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"117-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:15:\"117-512x683.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"bateaux_large\";a:4:{s:4:\"file\";s:17:\"117-1280x1707.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1707;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(275,109,'_wp_attached_file','2017/11/126.jpg'),(276,109,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:4:\"file\";s:15:\"2017/11/126.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"126-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"126-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"126-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"126-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:15:\"126-512x384.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"bateaux_large\";a:4:{s:4:\"file\";s:16:\"126-1280x960.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(277,110,'_wp_attached_file','2017/11/133.jpg'),(278,110,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:4:\"file\";s:15:\"2017/11/133.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"133-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"133-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"133-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"133-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:15:\"133-512x384.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"bateaux_large\";a:4:{s:4:\"file\";s:16:\"133-1280x960.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(279,111,'_wp_attached_file','2017/11/141.jpg'),(280,111,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:4:\"file\";s:15:\"2017/11/141.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"141-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"141-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"141-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"141-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:15:\"141-512x683.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"bateaux_large\";a:4:{s:4:\"file\";s:17:\"141-1280x1707.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1707;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(281,112,'_wp_attached_file','2017/11/169.jpg'),(282,112,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:4:\"file\";s:15:\"2017/11/169.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"169-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"169-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"169-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"169-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:15:\"169-512x683.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"bateaux_large\";a:4:{s:4:\"file\";s:17:\"169-1280x1707.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1707;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(283,113,'_wp_attached_file','2017/11/179.jpg'),(284,95,'_wp_old_slug','one-badroom-4'),(285,113,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:4:\"file\";s:15:\"2017/11/179.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"179-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"179-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"179-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"179-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:15:\"179-512x683.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"bateaux_large\";a:4:{s:4:\"file\";s:17:\"179-1280x1707.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1707;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(286,114,'_wp_attached_file','2017/11/21012-009-Edit.jpg'),(287,114,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:656;s:4:\"file\";s:26:\"2017/11/21012-009-Edit.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"21012-009-Edit-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"21012-009-Edit-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"21012-009-Edit-768x504.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:504;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:26:\"21012-009-Edit-512x336.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:22:\"Bragi Þór Jósefsson\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1321450426\";s:9:\"copyright\";s:25:\"© Bragi Þór Jósefsson\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:1:\"1\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:18:\"central apartments\";}}}'),(288,115,'_wp_attached_file','2017/11/21012-013-Edit.jpg'),(289,115,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1499;s:4:\"file\";s:26:\"2017/11/21012-013-Edit.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"21012-013-Edit-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"21012-013-Edit-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"21012-013-Edit-768x1151.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"21012-013-Edit-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:26:\"21012-013-Edit-512x767.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:22:\"Bragi Þór Jósefsson\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1321450665\";s:9:\"copyright\";s:25:\"© Bragi Þór Jósefsson\";s:12:\"focal_length\";s:2:\"62\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:1:\"1\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:18:\"central apartments\";}}}'),(290,116,'_wp_attached_file','2017/11/21012-021-Edit.jpg'),(291,116,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:697;s:4:\"file\";s:26:\"2017/11/21012-021-Edit.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"21012-021-Edit-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"21012-021-Edit-300x209.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"21012-021-Edit-768x535.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:535;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:26:\"21012-021-Edit-512x357.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:357;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:22:\"Bragi Þór Jósefsson\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1321451014\";s:9:\"copyright\";s:25:\"© Bragi Þór Jósefsson\";s:12:\"focal_length\";s:2:\"43\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:3:\"1.5\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:18:\"central apartments\";}}}'),(292,117,'_wp_attached_file','2017/11/21012-030-Edit.jpg'),(293,117,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1368;s:4:\"file\";s:26:\"2017/11/21012-030-Edit.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"21012-030-Edit-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"21012-030-Edit-219x300.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"21012-030-Edit-768x1051.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1051;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"21012-030-Edit-749x1024.jpg\";s:5:\"width\";i:749;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:26:\"21012-030-Edit-512x700.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:22:\"Bragi Þór Jósefsson\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1321451573\";s:9:\"copyright\";s:25:\"© Bragi Þór Jósefsson\";s:12:\"focal_length\";s:2:\"42\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:1:\"3\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:18:\"central apartments\";}}}'),(294,118,'_wp_attached_file','2017/11/21012-039-Edit.jpg'),(295,118,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:679;s:4:\"file\";s:26:\"2017/11/21012-039-Edit.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"21012-039-Edit-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"21012-039-Edit-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"21012-039-Edit-768x521.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:521;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:26:\"21012-039-Edit-512x348.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:348;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:22:\"Bragi Þór Jósefsson\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1321452108\";s:9:\"copyright\";s:25:\"© Bragi Þór Jósefsson\";s:12:\"focal_length\";s:2:\"42\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:1:\"2\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:18:\"central apartments\";}}}'),(296,119,'_wp_attached_file','2017/11/21012-046-Edit.jpg'),(297,119,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:26:\"2017/11/21012-046-Edit.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"21012-046-Edit-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"21012-046-Edit-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"21012-046-Edit-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:26:\"21012-046-Edit-512x342.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:342;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:22:\"Bragi Þór Jósefsson\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1321452756\";s:9:\"copyright\";s:25:\"© Bragi Þór Jósefsson\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:3:\"0.7\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:18:\"central apartments\";}}}'),(298,120,'_edit_last','1'),(299,120,'_edit_lock','1549635194:1'),(300,120,'bp_data','a:4:{s:3:\"app\";s:10:\"bp-builder\";s:7:\"version\";s:5:\"1.0.0\";s:7:\"builder\";a:24:{s:6:\"active\";b:1;s:6:\"header\";s:4:\"none\";s:6:\"footer\";s:16:\"footer-bottombar\";s:7:\"sidebar\";s:4:\"none\";s:11:\"sidebarFull\";b:0;s:14:\"fullPageScroll\";b:0;s:14:\"halfPageScroll\";b:0;s:15:\"scrollDirection\";s:8:\"vertical\";s:7:\"navMenu\";s:7:\"default\";s:8:\"navStyle\";s:7:\"default\";s:7:\"navFull\";s:7:\"default\";s:14:\"navTransparent\";b:0;s:7:\"preload\";s:7:\"default\";s:9:\"backToTop\";s:7:\"default\";s:20:\"pageCustomBackground\";b:0;s:14:\"mouseoverImage\";s:7:\"default\";s:16:\"mouseoverContent\";s:7:\"default\";s:15:\"mouseoverCustom\";b:0;s:19:\"mouseoverBackground\";s:11:\"btx_color_6\";s:16:\"mouseoverOpacity\";i:80;s:5:\"width\";i:1;s:6:\"height\";i:1;s:6:\"linkTo\";s:7:\"default\";s:13:\"alternateLink\";s:0:\"\";}s:8:\"sections\";a:4:{i:0;a:23:{s:14:\"backgroundType\";s:5:\"image\";s:15:\"backgroundColor\";s:11:\"transparent\";s:17:\"backgroundOpacity\";i:50;s:13:\"backgroundUrl\";s:0:\"\";s:19:\"backgroundPosterUrl\";s:0:\"\";s:18:\"backgroundVideoUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:13:\"parallaxSpeed\";i:2;s:15:\"backgroundFixed\";b:0;s:9:\"fitHeight\";b:0;s:16:\"fitHeightPercent\";i:100;s:15:\"fitHeightOffset\";s:0:\"\";s:9:\"fullWidth\";b:0;s:15:\"borderThickness\";i:0;s:11:\"borderColor\";s:11:\"btx_color_4\";s:11:\"colorScheme\";s:5:\"light\";s:6:\"blocks\";a:1:{i:0;a:3:{s:6:\"layout\";i:12;s:6:\"spaces\";a:1:{i:0;a:3:{s:8:\"subspace\";b:1;s:5:\"items\";a:2:{i:0;a:10:{s:4:\"type\";s:7:\"heading\";s:5:\"style\";s:5:\"plain\";s:14:\"alternateColor\";s:11:\"btx_color_3\";s:4:\"size\";s:2:\"h2\";s:13:\"letterSpacing\";i:0;s:9:\"alignment\";s:4:\"left\";s:9:\"uppercase\";b:0;s:10:\"fontFamily\";s:9:\"secondary\";s:4:\"text\";s:74:\"<span class=\"font-style\" style=\"font-size: 42px;\">three bedroom<br></span>\";s:5:\"index\";i:0;}i:1;a:11:{s:4:\"type\";s:4:\"text\";s:9:\"noOfItems\";i:1;s:7:\"spacing\";i:30;s:6:\"bullet\";b:0;s:11:\"bulletStyle\";s:4:\"none\";s:14:\"bulletPosition\";s:6:\"inside\";s:10:\"fontFamily\";s:7:\"primary\";s:9:\"alignment\";s:4:\"left\";s:4:\"data\";a:1:{i:0;a:1:{s:4:\"text\";s:69:\"<span class=\"font-style\" style=\"font-size: 16px;\">6 adults<br></span>\";}}s:9:\"marginTop\";i:6;s:5:\"index\";i:1;}}s:5:\"index\";i:0;}}s:5:\"index\";i:0;}}s:10:\"paddingTop\";s:0:\"\";s:13:\"paddingBottom\";i:20;s:5:\"index\";i:0;}i:1;a:25:{s:14:\"backgroundType\";s:5:\"image\";s:15:\"backgroundColor\";s:11:\"btx_color_5\";s:17:\"backgroundOpacity\";i:50;s:13:\"backgroundUrl\";s:0:\"\";s:19:\"backgroundPosterUrl\";s:0:\"\";s:18:\"backgroundVideoUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:13:\"parallaxSpeed\";i:2;s:15:\"backgroundFixed\";b:0;s:9:\"fitHeight\";b:0;s:16:\"fitHeightPercent\";i:100;s:15:\"fitHeightOffset\";s:0:\"\";s:9:\"fullWidth\";b:0;s:15:\"borderThickness\";i:0;s:11:\"borderColor\";s:11:\"btx_color_4\";s:11:\"colorScheme\";s:5:\"light\";s:6:\"blocks\";a:1:{i:0;a:3:{s:6:\"layout\";s:3:\"4-8\";s:6:\"spaces\";a:2:{i:0;a:3:{s:8:\"subspace\";b:1;s:5:\"items\";a:2:{i:0;a:12:{s:4:\"type\";s:7:\"divider\";s:5:\"style\";s:6:\"single\";s:10:\"components\";a:0:{}s:5:\"color\";s:7:\"#dfdfdf\";s:5:\"width\";s:4:\"100%\";s:13:\"lineThickness\";i:1;s:9:\"alignment\";s:6:\"center\";s:4:\"text\";s:4:\"text\";s:8:\"textSize\";i:14;s:19:\"textBackgroundColor\";s:11:\"btx_color_2\";s:12:\"marginBottom\";i:60;s:5:\"index\";i:0;}i:1;a:36:{s:4:\"type\";s:3:\"box\";s:15:\"fitScreenHeight\";b:0;s:16:\"fitHeightPercent\";i:100;s:15:\"fitHeightOffset\";s:0:\"\";s:6:\"height\";s:4:\"auto\";s:8:\"maxWidth\";s:0:\"\";s:8:\"overflow\";s:6:\"hidden\";s:9:\"topBorder\";i:0;s:12:\"bottomBorder\";i:0;s:10:\"leftBorder\";i:0;s:11:\"rightBorder\";i:0;s:11:\"borderColor\";s:11:\"btx_color_4\";s:13:\"verticalAlign\";s:6:\"middle\";s:9:\"alignment\";s:6:\"center\";s:8:\"pinnedID\";s:5:\"box-1\";s:11:\"fitHeightID\";s:0:\"\";s:9:\"noOfItems\";i:1;s:11:\"colorScheme\";s:5:\"light\";s:14:\"backgroundType\";s:5:\"image\";s:15:\"backgroundColor\";s:11:\"transparent\";s:17:\"backgroundOpacity\";i:100;s:13:\"backgroundUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:16:\"backgroundExtend\";s:4:\"none\";s:15:\"backgroundFixed\";b:0;s:13:\"parallaxSpeed\";i:5;s:6:\"spaces\";a:1:{i:0;a:3:{s:8:\"subspace\";b:0;s:5:\"items\";a:3:{i:0;a:14:{s:4:\"type\";s:7:\"heading\";s:5:\"style\";s:5:\"plain\";s:14:\"alternateColor\";s:11:\"btx_color_3\";s:4:\"size\";s:2:\"h4\";s:13:\"letterSpacing\";i:0;s:9:\"alignment\";s:4:\"left\";s:9:\"uppercase\";b:0;s:10:\"fontFamily\";s:7:\"primary\";s:4:\"text\";s:62:\"<span style=\"font-size: 14px;\" class=\"font-style\">About</span>\";s:10:\"paddingTop\";s:0:\"\";s:13:\"paddingBottom\";s:0:\"\";s:9:\"marginTop\";s:0:\"\";s:12:\"marginBottom\";i:10;s:5:\"index\";i:0;}i:1;a:10:{s:4:\"type\";s:4:\"text\";s:9:\"noOfItems\";i:1;s:7:\"spacing\";i:30;s:6:\"bullet\";b:0;s:11:\"bulletStyle\";s:4:\"none\";s:14:\"bulletPosition\";s:6:\"inside\";s:10:\"fontFamily\";s:7:\"primary\";s:9:\"alignment\";s:4:\"left\";s:4:\"data\";a:1:{i:0;a:1:{s:4:\"text\";s:512:\"<span style=\"font-size: 14px;\" class=\"font-style\">Our lovely three bedroom apartments are perfect for up to 6 people travelling together. These apartments come with three bedrooms, each with luxurious beds, and a private bathroom with shower. With a fully equipped kitchen with a stove, dishwasher and large fridge/freezer<br><br><span style=\"color: rgb(34, 34, 34);\">Please note\n</span><br><br>Some of our apartments are situated on second and third floor and there is no elevator/lift in the house. <br></span>\";}}s:5:\"index\";i:1;}i:2;a:16:{s:4:\"type\";s:6:\"button\";s:5:\"style\";s:4:\"fill\";s:11:\"buttonColor\";s:5:\"brand\";s:10:\"hoverStyle\";s:5:\"brand\";s:4:\"size\";s:5:\"small\";s:15:\"buttonThickness\";i:1;s:12:\"buttonRadius\";i:4;s:9:\"fullWidth\";b:0;s:13:\"displayInline\";b:0;s:9:\"alignment\";s:4:\"left\";s:11:\"buttonLabel\";s:8:\"Book Now\";s:10:\"buttonIcon\";s:13:\"chevron-right\";s:18:\"buttonIconPosition\";s:5:\"after\";s:10:\"buttonLink\";s:65:\"https://www.thebookingbutton.co.uk/properties/reyapartmentsdirect\";s:16:\"buttonTargetSelf\";b:1;s:5:\"index\";i:2;}}s:5:\"index\";i:0;}}s:10:\"paddingTop\";s:0:\"\";s:12:\"paddingRight\";i:20;s:13:\"paddingBottom\";s:0:\"\";s:11:\"paddingLeft\";s:0:\"\";s:5:\"index\";i:1;s:4:\"data\";a:1:{i:0;N;}}}s:5:\"index\";i:0;}i:1;a:3:{s:8:\"subspace\";b:1;s:5:\"items\";a:2:{i:0;a:13:{s:4:\"type\";s:7:\"divider\";s:5:\"style\";s:6:\"single\";s:10:\"components\";a:0:{}s:5:\"color\";s:7:\"#dfdfdf\";s:5:\"width\";s:4:\"100%\";s:13:\"lineThickness\";i:1;s:9:\"alignment\";s:6:\"center\";s:4:\"text\";s:4:\"text\";s:8:\"textSize\";i:14;s:19:\"textBackgroundColor\";s:11:\"btx_color_2\";s:13:\"paddingBottom\";s:0:\"\";s:12:\"marginBottom\";i:60;s:5:\"index\";i:0;}i:1;a:37:{s:4:\"type\";s:3:\"box\";s:15:\"fitScreenHeight\";b:0;s:16:\"fitHeightPercent\";i:100;s:15:\"fitHeightOffset\";s:0:\"\";s:6:\"height\";s:4:\"auto\";s:8:\"maxWidth\";s:0:\"\";s:8:\"overflow\";s:4:\"auto\";s:9:\"topBorder\";i:0;s:12:\"bottomBorder\";i:0;s:10:\"leftBorder\";i:0;s:11:\"rightBorder\";i:0;s:11:\"borderColor\";s:11:\"btx_color_4\";s:13:\"verticalAlign\";s:6:\"middle\";s:9:\"alignment\";s:6:\"center\";s:8:\"pinnedID\";s:0:\"\";s:11:\"fitHeightID\";s:0:\"\";s:9:\"noOfItems\";i:1;s:11:\"colorScheme\";s:5:\"light\";s:14:\"backgroundType\";s:5:\"image\";s:15:\"backgroundColor\";s:11:\"transparent\";s:17:\"backgroundOpacity\";i:100;s:13:\"backgroundUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:16:\"backgroundExtend\";s:4:\"none\";s:15:\"backgroundFixed\";b:0;s:13:\"parallaxSpeed\";i:5;s:6:\"spaces\";a:1:{i:0;a:3:{s:8:\"subspace\";b:0;s:5:\"items\";a:1:{i:0;a:34:{s:4:\"type\";s:11:\"btx-gallery\";s:5:\"style\";s:4:\"grid\";s:10:\"components\";a:0:{}s:11:\"randomOrder\";b:0;s:11:\"noOfColumns\";i:1;s:12:\"scrollHeight\";i:500;s:9:\"imageSize\";s:4:\"full\";s:10:\"imageRatio\";s:4:\"auto\";s:12:\"onImageClick\";s:5:\"popup\";s:5:\"hover\";s:4:\"none\";s:7:\"spacing\";i:10;s:10:\"pagination\";b:0;s:9:\"noOfItems\";i:11;s:15:\"paginationStyle\";s:10:\"pagination\";s:11:\"noOfScrolls\";i:1;s:9:\"thumbnail\";b:0;s:16:\"thumbnailColumns\";i:5;s:10:\"navigation\";b:1;s:9:\"indicator\";b:0;s:4:\"loop\";b:1;s:13:\"variableWidth\";b:0;s:4:\"fade\";b:0;s:14:\"adaptiveHeight\";b:0;s:8:\"autoplay\";b:0;s:13:\"autoplaySpeed\";i:5000;s:10:\"centerMode\";b:0;s:13:\"centerPadding\";s:0:\"\";s:6:\"images\";s:43:\"133,131,130,129,128,127,126,125,124,134,135\";s:10:\"paddingTop\";s:0:\"\";s:12:\"paddingRight\";s:0:\"\";s:13:\"paddingBottom\";s:0:\"\";s:11:\"paddingLeft\";s:0:\"\";s:12:\"marginBottom\";i:0;s:5:\"index\";i:0;}}s:5:\"index\";i:0;}}s:10:\"paddingTop\";i:0;s:12:\"paddingRight\";i:0;s:13:\"paddingBottom\";i:0;s:11:\"paddingLeft\";i:0;s:5:\"cssId\";s:5:\"box-1\";s:5:\"index\";i:1;s:4:\"data\";a:1:{i:0;N;}}}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}}s:10:\"paddingTop\";i:30;s:12:\"paddingRight\";s:0:\"\";s:13:\"paddingBottom\";i:0;s:11:\"paddingLeft\";s:0:\"\";s:5:\"index\";i:1;}i:2;a:23:{s:14:\"backgroundType\";s:5:\"image\";s:15:\"backgroundColor\";s:11:\"transparent\";s:17:\"backgroundOpacity\";i:50;s:13:\"backgroundUrl\";s:0:\"\";s:19:\"backgroundPosterUrl\";s:0:\"\";s:18:\"backgroundVideoUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:13:\"parallaxSpeed\";i:2;s:15:\"backgroundFixed\";b:0;s:9:\"fitHeight\";b:0;s:16:\"fitHeightPercent\";i:100;s:15:\"fitHeightOffset\";s:0:\"\";s:9:\"fullWidth\";b:0;s:15:\"borderThickness\";i:0;s:11:\"borderColor\";s:11:\"btx_color_4\";s:11:\"colorScheme\";s:5:\"light\";s:6:\"blocks\";a:1:{i:0;a:3:{s:6:\"layout\";i:12;s:6:\"spaces\";a:1:{i:0;a:3:{s:8:\"subspace\";b:1;s:5:\"items\";a:1:{i:0;a:8:{s:4:\"type\";s:14:\"btx-navigation\";s:5:\"style\";s:3:\"bar\";s:10:\"components\";a:0:{}s:9:\"borderTop\";b:1;s:12:\"borderBottom\";b:1;s:9:\"thumbnail\";b:1;s:9:\"alignment\";s:6:\"center\";s:5:\"index\";i:0;}}s:5:\"index\";i:0;}}s:5:\"index\";i:0;}}s:10:\"paddingTop\";i:60;s:13:\"paddingBottom\";i:60;s:5:\"index\";i:2;}i:3;a:21:{s:14:\"backgroundType\";s:5:\"image\";s:15:\"backgroundColor\";s:7:\"default\";s:17:\"backgroundOpacity\";i:90;s:13:\"backgroundUrl\";s:0:\"\";s:19:\"backgroundPosterUrl\";s:0:\"\";s:18:\"backgroundVideoUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:13:\"parallaxSpeed\";i:0;s:15:\"backgroundFixed\";b:0;s:9:\"fitHeight\";b:0;s:16:\"fitHeightPercent\";i:100;s:15:\"fitHeightOffset\";s:0:\"\";s:9:\"fullWidth\";b:0;s:15:\"borderThickness\";i:0;s:11:\"borderColor\";s:7:\"default\";s:11:\"colorScheme\";s:7:\"default\";s:6:\"blocks\";a:1:{i:0;a:3:{s:6:\"layout\";s:2:\"12\";s:6:\"spaces\";a:1:{i:0;a:3:{s:8:\"subspace\";b:1;s:5:\"index\";i:0;s:5:\"items\";a:1:{i:0;a:13:{s:4:\"type\";s:7:\"feature\";s:5:\"style\";s:3:\"top\";s:10:\"components\";a:1:{i:0;s:5:\"media\";}s:9:\"alignment\";s:6:\"center\";s:11:\"noOfColumns\";s:1:\"5\";s:9:\"noOfItems\";s:1:\"5\";s:9:\"separator\";b:0;s:7:\"spacing\";i:30;s:14:\"titleUppercase\";i:0;s:18:\"titleLetterSpacing\";s:0:\"\";s:9:\"titleFont\";s:7:\"primary\";s:4:\"data\";a:5:{i:0;a:23:{s:5:\"title\";s:5:\"Title\";s:11:\"description\";s:56:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit\";s:11:\"buttonLabel\";s:9:\"Read More\";s:10:\"buttonLink\";s:0:\"\";s:10:\"buttonIcon\";s:0:\"\";s:18:\"buttonIconPosition\";s:6:\"before\";s:16:\"buttonTargetSelf\";b:0;s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:42:\"https://rey.is/index.php/portfolio/studio/\";s:9:\"imageSize\";s:6:\"medium\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:53:\"http://ray.vefur.co/wp-content/uploads/2017/10/1c.png\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:6:\"medium\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:1;s:7:\"imageId\";i:146;}i:1;a:23:{s:5:\"title\";s:5:\"Title\";s:11:\"description\";s:56:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit\";s:11:\"buttonLabel\";s:9:\"Read More\";s:10:\"buttonLink\";s:0:\"\";s:10:\"buttonIcon\";s:0:\"\";s:18:\"buttonIconPosition\";s:6:\"before\";s:16:\"buttonTargetSelf\";b:0;s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:49:\"https://rey.is/index.php/portfolio/one-bedroom-3/\";s:9:\"imageSize\";s:6:\"medium\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:53:\"http://ray.vefur.co/wp-content/uploads/2017/10/2a.png\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:6:\"medium\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:1;s:7:\"imageId\";i:45;}i:2;a:23:{s:5:\"title\";s:5:\"Title\";s:11:\"description\";s:56:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit\";s:11:\"buttonLabel\";s:9:\"Read More\";s:10:\"buttonLink\";s:0:\"\";s:10:\"buttonIcon\";s:0:\"\";s:18:\"buttonIconPosition\";s:6:\"before\";s:16:\"buttonTargetSelf\";b:0;s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:49:\"https://rey.is/index.php/portfolio/one-bedroom-4/\";s:9:\"imageSize\";s:6:\"medium\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:53:\"http://ray.vefur.co/wp-content/uploads/2017/10/3a.png\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:6:\"medium\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:1;s:7:\"imageId\";i:47;}i:3;a:23:{s:5:\"title\";s:5:\"Title\";s:11:\"description\";s:56:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit\";s:11:\"buttonLabel\";s:9:\"Read More\";s:10:\"buttonLink\";s:0:\"\";s:10:\"buttonIcon\";s:0:\"\";s:18:\"buttonIconPosition\";s:6:\"before\";s:16:\"buttonTargetSelf\";b:0;s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:48:\"https://rey.isindex.php/portfolio/two-bedroom-6/\";s:9:\"imageSize\";s:6:\"medium\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:53:\"http://ray.vefur.co/wp-content/uploads/2017/10/4c.png\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:6:\"medium\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:1;s:7:\"imageId\";i:147;}i:4;a:23:{s:5:\"title\";s:5:\"Title\";s:11:\"description\";s:56:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit\";s:11:\"buttonLabel\";s:9:\"Read More\";s:10:\"buttonLink\";s:0:\"\";s:10:\"buttonIcon\";s:0:\"\";s:18:\"buttonIconPosition\";s:6:\"before\";s:16:\"buttonTargetSelf\";b:0;s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:51:\"https://rey.is/index.php/portfolio/three-bedroom-8/\";s:9:\"imageSize\";s:6:\"medium\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:55:\"http://ray.vefur.co/wp-content/uploads/2017/10/6a-1.png\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:6:\"medium\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:1;s:7:\"imageId\";i:58;}}s:5:\"index\";i:0;}}}}s:5:\"index\";i:0;}}s:5:\"index\";i:3;}}}'),(301,122,'_edit_last','1'),(302,122,'_edit_lock','1549635309:1'),(303,122,'bp_data','a:4:{s:3:\"app\";s:10:\"bp-builder\";s:7:\"version\";s:5:\"1.0.0\";s:7:\"builder\";a:24:{s:6:\"active\";b:1;s:6:\"header\";s:4:\"none\";s:6:\"footer\";s:16:\"footer-bottombar\";s:7:\"sidebar\";s:4:\"none\";s:11:\"sidebarFull\";b:0;s:14:\"fullPageScroll\";b:0;s:14:\"halfPageScroll\";b:0;s:15:\"scrollDirection\";s:8:\"vertical\";s:7:\"navMenu\";s:7:\"default\";s:8:\"navStyle\";s:7:\"default\";s:7:\"navFull\";s:7:\"default\";s:14:\"navTransparent\";b:0;s:7:\"preload\";s:7:\"default\";s:9:\"backToTop\";s:7:\"default\";s:20:\"pageCustomBackground\";b:0;s:14:\"mouseoverImage\";s:7:\"default\";s:16:\"mouseoverContent\";s:7:\"default\";s:15:\"mouseoverCustom\";b:0;s:19:\"mouseoverBackground\";s:11:\"btx_color_6\";s:16:\"mouseoverOpacity\";i:80;s:5:\"width\";i:1;s:6:\"height\";i:1;s:6:\"linkTo\";s:7:\"default\";s:13:\"alternateLink\";s:0:\"\";}s:8:\"sections\";a:4:{i:0;a:23:{s:14:\"backgroundType\";s:5:\"image\";s:15:\"backgroundColor\";s:11:\"transparent\";s:17:\"backgroundOpacity\";i:50;s:13:\"backgroundUrl\";s:0:\"\";s:19:\"backgroundPosterUrl\";s:0:\"\";s:18:\"backgroundVideoUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:13:\"parallaxSpeed\";i:2;s:15:\"backgroundFixed\";b:0;s:9:\"fitHeight\";b:0;s:16:\"fitHeightPercent\";i:100;s:15:\"fitHeightOffset\";s:0:\"\";s:9:\"fullWidth\";b:0;s:15:\"borderThickness\";i:0;s:11:\"borderColor\";s:11:\"btx_color_4\";s:11:\"colorScheme\";s:5:\"light\";s:6:\"blocks\";a:1:{i:0;a:3:{s:6:\"layout\";i:12;s:6:\"spaces\";a:1:{i:0;a:3:{s:8:\"subspace\";b:1;s:5:\"items\";a:2:{i:0;a:10:{s:4:\"type\";s:7:\"heading\";s:5:\"style\";s:5:\"plain\";s:14:\"alternateColor\";s:11:\"btx_color_3\";s:4:\"size\";s:2:\"h2\";s:13:\"letterSpacing\";i:0;s:9:\"alignment\";s:4:\"left\";s:9:\"uppercase\";b:0;s:10:\"fontFamily\";s:9:\"secondary\";s:4:\"text\";s:74:\"<span class=\"font-style\" style=\"font-size: 42px;\">three bedroom<br></span>\";s:5:\"index\";i:0;}i:1;a:11:{s:4:\"type\";s:4:\"text\";s:9:\"noOfItems\";i:1;s:7:\"spacing\";i:30;s:6:\"bullet\";b:0;s:11:\"bulletStyle\";s:4:\"none\";s:14:\"bulletPosition\";s:6:\"inside\";s:10:\"fontFamily\";s:7:\"primary\";s:9:\"alignment\";s:4:\"left\";s:4:\"data\";a:1:{i:0;a:1:{s:4:\"text\";s:69:\"<span class=\"font-style\" style=\"font-size: 16px;\">8 adults<br></span>\";}}s:9:\"marginTop\";i:6;s:5:\"index\";i:1;}}s:5:\"index\";i:0;}}s:5:\"index\";i:0;}}s:10:\"paddingTop\";s:0:\"\";s:13:\"paddingBottom\";i:20;s:5:\"index\";i:0;}i:1;a:25:{s:14:\"backgroundType\";s:5:\"image\";s:15:\"backgroundColor\";s:11:\"btx_color_5\";s:17:\"backgroundOpacity\";i:50;s:13:\"backgroundUrl\";s:0:\"\";s:19:\"backgroundPosterUrl\";s:0:\"\";s:18:\"backgroundVideoUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:13:\"parallaxSpeed\";i:2;s:15:\"backgroundFixed\";b:0;s:9:\"fitHeight\";b:0;s:16:\"fitHeightPercent\";i:100;s:15:\"fitHeightOffset\";s:0:\"\";s:9:\"fullWidth\";b:0;s:15:\"borderThickness\";i:0;s:11:\"borderColor\";s:11:\"btx_color_4\";s:11:\"colorScheme\";s:5:\"light\";s:6:\"blocks\";a:1:{i:0;a:3:{s:6:\"layout\";s:3:\"4-8\";s:6:\"spaces\";a:2:{i:0;a:3:{s:8:\"subspace\";b:1;s:5:\"items\";a:2:{i:0;a:12:{s:4:\"type\";s:7:\"divider\";s:5:\"style\";s:6:\"single\";s:10:\"components\";a:0:{}s:5:\"color\";s:7:\"#dfdfdf\";s:5:\"width\";s:4:\"100%\";s:13:\"lineThickness\";i:1;s:9:\"alignment\";s:6:\"center\";s:4:\"text\";s:4:\"text\";s:8:\"textSize\";i:14;s:19:\"textBackgroundColor\";s:11:\"btx_color_2\";s:12:\"marginBottom\";i:60;s:5:\"index\";i:0;}i:1;a:36:{s:4:\"type\";s:3:\"box\";s:15:\"fitScreenHeight\";b:0;s:16:\"fitHeightPercent\";i:100;s:15:\"fitHeightOffset\";s:0:\"\";s:6:\"height\";s:4:\"auto\";s:8:\"maxWidth\";s:0:\"\";s:8:\"overflow\";s:6:\"hidden\";s:9:\"topBorder\";i:0;s:12:\"bottomBorder\";i:0;s:10:\"leftBorder\";i:0;s:11:\"rightBorder\";i:0;s:11:\"borderColor\";s:11:\"btx_color_4\";s:13:\"verticalAlign\";s:6:\"middle\";s:9:\"alignment\";s:6:\"center\";s:8:\"pinnedID\";s:5:\"box-1\";s:11:\"fitHeightID\";s:0:\"\";s:9:\"noOfItems\";i:1;s:11:\"colorScheme\";s:5:\"light\";s:14:\"backgroundType\";s:5:\"image\";s:15:\"backgroundColor\";s:11:\"transparent\";s:17:\"backgroundOpacity\";i:100;s:13:\"backgroundUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:16:\"backgroundExtend\";s:4:\"none\";s:15:\"backgroundFixed\";b:0;s:13:\"parallaxSpeed\";i:5;s:6:\"spaces\";a:1:{i:0;a:3:{s:8:\"subspace\";b:0;s:5:\"items\";a:3:{i:0;a:14:{s:4:\"type\";s:7:\"heading\";s:5:\"style\";s:5:\"plain\";s:14:\"alternateColor\";s:11:\"btx_color_3\";s:4:\"size\";s:2:\"h4\";s:13:\"letterSpacing\";i:0;s:9:\"alignment\";s:4:\"left\";s:9:\"uppercase\";b:0;s:10:\"fontFamily\";s:7:\"primary\";s:4:\"text\";s:62:\"<span style=\"font-size: 14px;\" class=\"font-style\">About</span>\";s:10:\"paddingTop\";s:0:\"\";s:13:\"paddingBottom\";s:0:\"\";s:9:\"marginTop\";s:0:\"\";s:12:\"marginBottom\";i:10;s:5:\"index\";i:0;}i:1;a:10:{s:4:\"type\";s:4:\"text\";s:9:\"noOfItems\";i:1;s:7:\"spacing\";i:30;s:6:\"bullet\";b:0;s:11:\"bulletStyle\";s:4:\"none\";s:14:\"bulletPosition\";s:6:\"inside\";s:10:\"fontFamily\";s:7:\"primary\";s:9:\"alignment\";s:4:\"left\";s:4:\"data\";a:1:{i:0;a:1:{s:4:\"text\";s:583:\"<span style=\"font-size: 14px;\" class=\"font-style\">Our three bedroom apartment is perfect for up to 8 people travelling together. This top floor apartment comes with three bedrooms with luxury beds, one private bathroom with shower, and a second lavatory. The apartment has a fully equipped kitchen. The living space has a large dining table and a comfortable sitting area with a flatscreen TV <br><br><span style=\"color: rgb(34, 34, 34);\">Please note\n</span><br><br>Some of our apartments are situated on second and third floor and there is no elevator/lift in the house. <br></span>\";}}s:5:\"index\";i:1;}i:2;a:16:{s:4:\"type\";s:6:\"button\";s:5:\"style\";s:4:\"fill\";s:11:\"buttonColor\";s:5:\"brand\";s:10:\"hoverStyle\";s:5:\"brand\";s:4:\"size\";s:5:\"small\";s:15:\"buttonThickness\";i:1;s:12:\"buttonRadius\";i:4;s:9:\"fullWidth\";b:0;s:13:\"displayInline\";b:0;s:9:\"alignment\";s:4:\"left\";s:11:\"buttonLabel\";s:8:\"Book Now\";s:10:\"buttonIcon\";s:13:\"chevron-right\";s:18:\"buttonIconPosition\";s:5:\"after\";s:10:\"buttonLink\";s:65:\"https://www.thebookingbutton.co.uk/properties/reyapartmentsdirect\";s:16:\"buttonTargetSelf\";b:1;s:5:\"index\";i:2;}}s:5:\"index\";i:0;}}s:10:\"paddingTop\";s:0:\"\";s:12:\"paddingRight\";i:20;s:13:\"paddingBottom\";s:0:\"\";s:11:\"paddingLeft\";s:0:\"\";s:5:\"index\";i:1;s:4:\"data\";a:1:{i:0;N;}}}s:5:\"index\";i:0;}i:1;a:3:{s:8:\"subspace\";b:1;s:5:\"items\";a:2:{i:0;a:13:{s:4:\"type\";s:7:\"divider\";s:5:\"style\";s:6:\"single\";s:10:\"components\";a:0:{}s:5:\"color\";s:7:\"#dfdfdf\";s:5:\"width\";s:4:\"100%\";s:13:\"lineThickness\";i:1;s:9:\"alignment\";s:6:\"center\";s:4:\"text\";s:4:\"text\";s:8:\"textSize\";i:14;s:19:\"textBackgroundColor\";s:11:\"btx_color_2\";s:13:\"paddingBottom\";s:0:\"\";s:12:\"marginBottom\";i:60;s:5:\"index\";i:0;}i:1;a:37:{s:4:\"type\";s:3:\"box\";s:15:\"fitScreenHeight\";b:0;s:16:\"fitHeightPercent\";i:100;s:15:\"fitHeightOffset\";s:0:\"\";s:6:\"height\";s:4:\"auto\";s:8:\"maxWidth\";s:0:\"\";s:8:\"overflow\";s:4:\"auto\";s:9:\"topBorder\";i:0;s:12:\"bottomBorder\";i:0;s:10:\"leftBorder\";i:0;s:11:\"rightBorder\";i:0;s:11:\"borderColor\";s:11:\"btx_color_4\";s:13:\"verticalAlign\";s:6:\"middle\";s:9:\"alignment\";s:6:\"center\";s:8:\"pinnedID\";s:0:\"\";s:11:\"fitHeightID\";s:0:\"\";s:9:\"noOfItems\";i:1;s:11:\"colorScheme\";s:5:\"light\";s:14:\"backgroundType\";s:5:\"image\";s:15:\"backgroundColor\";s:11:\"transparent\";s:17:\"backgroundOpacity\";i:100;s:13:\"backgroundUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:16:\"backgroundExtend\";s:4:\"none\";s:15:\"backgroundFixed\";b:0;s:13:\"parallaxSpeed\";i:5;s:6:\"spaces\";a:1:{i:0;a:3:{s:8:\"subspace\";b:0;s:5:\"items\";a:1:{i:0;a:34:{s:4:\"type\";s:11:\"btx-gallery\";s:5:\"style\";s:4:\"grid\";s:10:\"components\";a:0:{}s:11:\"randomOrder\";b:0;s:11:\"noOfColumns\";i:1;s:12:\"scrollHeight\";i:500;s:9:\"imageSize\";s:4:\"full\";s:10:\"imageRatio\";s:4:\"auto\";s:12:\"onImageClick\";s:5:\"popup\";s:5:\"hover\";s:4:\"none\";s:7:\"spacing\";i:10;s:10:\"pagination\";b:0;s:9:\"noOfItems\";i:12;s:15:\"paginationStyle\";s:10:\"pagination\";s:11:\"noOfScrolls\";i:1;s:9:\"thumbnail\";b:0;s:16:\"thumbnailColumns\";i:5;s:10:\"navigation\";b:1;s:9:\"indicator\";b:0;s:4:\"loop\";b:1;s:13:\"variableWidth\";b:0;s:4:\"fade\";b:0;s:14:\"adaptiveHeight\";b:0;s:8:\"autoplay\";b:0;s:13:\"autoplaySpeed\";i:5000;s:10:\"centerMode\";b:0;s:13:\"centerPadding\";s:0:\"\";s:6:\"images\";s:47:\"124,125,126,127,128,129,130,131,132,133,134,135\";s:10:\"paddingTop\";s:0:\"\";s:12:\"paddingRight\";s:0:\"\";s:13:\"paddingBottom\";s:0:\"\";s:11:\"paddingLeft\";s:0:\"\";s:12:\"marginBottom\";i:0;s:5:\"index\";i:0;}}s:5:\"index\";i:0;}}s:10:\"paddingTop\";i:0;s:12:\"paddingRight\";i:0;s:13:\"paddingBottom\";i:0;s:11:\"paddingLeft\";i:0;s:5:\"cssId\";s:5:\"box-1\";s:5:\"index\";i:1;s:4:\"data\";a:1:{i:0;N;}}}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}}s:10:\"paddingTop\";i:30;s:12:\"paddingRight\";s:0:\"\";s:13:\"paddingBottom\";i:0;s:11:\"paddingLeft\";s:0:\"\";s:5:\"index\";i:1;}i:2;a:23:{s:14:\"backgroundType\";s:5:\"image\";s:15:\"backgroundColor\";s:11:\"transparent\";s:17:\"backgroundOpacity\";i:50;s:13:\"backgroundUrl\";s:0:\"\";s:19:\"backgroundPosterUrl\";s:0:\"\";s:18:\"backgroundVideoUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:13:\"parallaxSpeed\";i:2;s:15:\"backgroundFixed\";b:0;s:9:\"fitHeight\";b:0;s:16:\"fitHeightPercent\";i:100;s:15:\"fitHeightOffset\";s:0:\"\";s:9:\"fullWidth\";b:0;s:15:\"borderThickness\";i:0;s:11:\"borderColor\";s:11:\"btx_color_4\";s:11:\"colorScheme\";s:5:\"light\";s:6:\"blocks\";a:1:{i:0;a:3:{s:6:\"layout\";i:12;s:6:\"spaces\";a:1:{i:0;a:3:{s:8:\"subspace\";b:1;s:5:\"items\";a:1:{i:0;a:8:{s:4:\"type\";s:14:\"btx-navigation\";s:5:\"style\";s:3:\"bar\";s:10:\"components\";a:0:{}s:9:\"borderTop\";b:1;s:12:\"borderBottom\";b:1;s:9:\"thumbnail\";b:1;s:9:\"alignment\";s:6:\"center\";s:5:\"index\";i:0;}}s:5:\"index\";i:0;}}s:5:\"index\";i:0;}}s:10:\"paddingTop\";i:60;s:13:\"paddingBottom\";i:60;s:5:\"index\";i:2;}i:3;a:21:{s:14:\"backgroundType\";s:5:\"image\";s:15:\"backgroundColor\";s:7:\"default\";s:17:\"backgroundOpacity\";i:90;s:13:\"backgroundUrl\";s:0:\"\";s:19:\"backgroundPosterUrl\";s:0:\"\";s:18:\"backgroundVideoUrl\";s:0:\"\";s:14:\"backgroundSize\";s:5:\"cover\";s:18:\"backgroundPosition\";s:13:\"center center\";s:16:\"backgroundRepeat\";s:6:\"repeat\";s:19:\"backgroundAnimation\";s:4:\"none\";s:13:\"parallaxSpeed\";i:0;s:15:\"backgroundFixed\";b:0;s:9:\"fitHeight\";b:0;s:16:\"fitHeightPercent\";i:100;s:15:\"fitHeightOffset\";s:0:\"\";s:9:\"fullWidth\";b:0;s:15:\"borderThickness\";i:0;s:11:\"borderColor\";s:7:\"default\";s:11:\"colorScheme\";s:7:\"default\";s:6:\"blocks\";a:1:{i:0;a:3:{s:6:\"layout\";s:2:\"12\";s:6:\"spaces\";a:1:{i:0;a:3:{s:8:\"subspace\";b:1;s:5:\"index\";i:0;s:5:\"items\";a:1:{i:0;a:13:{s:4:\"type\";s:7:\"feature\";s:5:\"style\";s:3:\"top\";s:10:\"components\";a:1:{i:0;s:5:\"media\";}s:9:\"alignment\";s:6:\"center\";s:11:\"noOfColumns\";s:1:\"5\";s:9:\"noOfItems\";s:1:\"5\";s:9:\"separator\";b:0;s:7:\"spacing\";i:30;s:14:\"titleUppercase\";i:0;s:18:\"titleLetterSpacing\";s:0:\"\";s:9:\"titleFont\";s:7:\"primary\";s:4:\"data\";a:5:{i:0;a:23:{s:5:\"title\";s:5:\"Title\";s:11:\"description\";s:56:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit\";s:11:\"buttonLabel\";s:9:\"Read More\";s:10:\"buttonLink\";s:0:\"\";s:10:\"buttonIcon\";s:0:\"\";s:18:\"buttonIconPosition\";s:6:\"before\";s:16:\"buttonTargetSelf\";b:0;s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:42:\"https://rey.is/index.php/portfolio/studio/\";s:9:\"imageSize\";s:6:\"medium\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:53:\"http://ray.vefur.co/wp-content/uploads/2017/10/1c.png\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:6:\"medium\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:1;s:7:\"imageId\";i:146;}i:1;a:23:{s:5:\"title\";s:5:\"Title\";s:11:\"description\";s:56:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit\";s:11:\"buttonLabel\";s:9:\"Read More\";s:10:\"buttonLink\";s:0:\"\";s:10:\"buttonIcon\";s:0:\"\";s:18:\"buttonIconPosition\";s:6:\"before\";s:16:\"buttonTargetSelf\";b:0;s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:49:\"https://rey.is/index.php/portfolio/one-bedroom-3/\";s:9:\"imageSize\";s:6:\"medium\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:53:\"http://ray.vefur.co/wp-content/uploads/2017/10/2a.png\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:6:\"medium\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:1;s:7:\"imageId\";i:45;}i:2;a:23:{s:5:\"title\";s:5:\"Title\";s:11:\"description\";s:56:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit\";s:11:\"buttonLabel\";s:9:\"Read More\";s:10:\"buttonLink\";s:0:\"\";s:10:\"buttonIcon\";s:0:\"\";s:18:\"buttonIconPosition\";s:6:\"before\";s:16:\"buttonTargetSelf\";b:0;s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:49:\"https://rey.is/index.php/portfolio/one-bedroom-4/\";s:9:\"imageSize\";s:6:\"medium\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:53:\"http://ray.vefur.co/wp-content/uploads/2017/10/3a.png\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:6:\"medium\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:1;s:7:\"imageId\";i:47;}i:3;a:23:{s:5:\"title\";s:5:\"Title\";s:11:\"description\";s:56:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit\";s:11:\"buttonLabel\";s:9:\"Read More\";s:10:\"buttonLink\";s:0:\"\";s:10:\"buttonIcon\";s:0:\"\";s:18:\"buttonIconPosition\";s:6:\"before\";s:16:\"buttonTargetSelf\";b:0;s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:49:\"https://rey.is/index.php/portfolio/two-bedroom-6/\";s:9:\"imageSize\";s:6:\"medium\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:53:\"http://ray.vefur.co/wp-content/uploads/2017/10/4c.png\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:6:\"medium\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:1;s:7:\"imageId\";i:147;}i:4;a:23:{s:5:\"title\";s:5:\"Title\";s:11:\"description\";s:56:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit\";s:11:\"buttonLabel\";s:9:\"Read More\";s:10:\"buttonLink\";s:0:\"\";s:10:\"buttonIcon\";s:0:\"\";s:18:\"buttonIconPosition\";s:6:\"before\";s:16:\"buttonTargetSelf\";b:0;s:9:\"mediaType\";s:5:\"image\";s:11:\"imageCircle\";b:0;s:9:\"imageLink\";s:51:\"https://rey.is/index.php/portfolio/three-bedroom-6/\";s:9:\"imageSize\";s:6:\"medium\";s:13:\"imageMaxWidth\";s:0:\"\";s:10:\"imagePopup\";b:0;s:8:\"imageUrl\";s:53:\"http://ray.vefur.co/wp-content/uploads/2017/10/5a.png\";s:9:\"iconStyle\";s:5:\"plain\";s:14:\"iconHoverStyle\";s:4:\"fill\";s:8:\"iconSize\";s:6:\"medium\";s:9:\"iconColor\";s:7:\"default\";s:14:\"iconHoverColor\";s:7:\"default\";s:4:\"icon\";s:9:\"et-anchor\";s:8:\"iconLink\";s:0:\"\";s:15:\"mediaTargetSelf\";b:1;s:7:\"imageId\";i:51;}}s:5:\"index\";i:0;}}}}s:5:\"index\";i:0;}}s:5:\"index\";i:3;}}}'),(304,123,'_wp_attached_file','2017/11/044.jpg'),(305,123,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:4:\"file\";s:15:\"2017/11/044.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"044-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"044-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"044-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"044-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:15:\"044-512x384.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"bateaux_large\";a:4:{s:4:\"file\";s:16:\"044-1280x960.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(306,124,'_wp_attached_file','2017/11/189.jpg'),(307,124,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:4:\"file\";s:15:\"2017/11/189.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"189-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"189-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"189-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"189-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:15:\"189-512x683.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"bateaux_large\";a:4:{s:4:\"file\";s:17:\"189-1280x1707.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1707;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(308,125,'_wp_attached_file','2017/11/210.jpg'),(309,125,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:4:\"file\";s:15:\"2017/11/210.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"210-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"210-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"210-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"210-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:15:\"210-512x683.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"bateaux_large\";a:4:{s:4:\"file\";s:17:\"210-1280x1707.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1707;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(310,126,'_wp_attached_file','2017/11/259.jpg'),(311,126,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:4:\"file\";s:15:\"2017/11/259.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"259-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"259-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"259-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"259-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:15:\"259-512x683.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"bateaux_large\";a:4:{s:4:\"file\";s:17:\"259-1280x1707.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1707;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(312,127,'_wp_attached_file','2017/11/threebed0.jpg'),(313,127,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:4:\"file\";s:21:\"2017/11/threebed0.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"threebed0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"threebed0-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"threebed0-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"threebed0-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:21:\"threebed0-512x384.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"bateaux_large\";a:4:{s:4:\"file\";s:22:\"threebed0-1280x960.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(314,128,'_wp_attached_file','2017/11/threebed1.jpg'),(315,128,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:4:\"file\";s:21:\"2017/11/threebed1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"threebed1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"threebed1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"threebed1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"threebed1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:21:\"threebed1-512x683.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"bateaux_large\";a:4:{s:4:\"file\";s:23:\"threebed1-1280x1707.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1707;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(316,129,'_wp_attached_file','2017/11/threebed2.jpg'),(317,129,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:4:\"file\";s:21:\"2017/11/threebed2.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"threebed2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"threebed2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"threebed2-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"threebed2-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:21:\"threebed2-512x384.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"bateaux_large\";a:4:{s:4:\"file\";s:22:\"threebed2-1280x960.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(318,130,'_wp_attached_file','2017/11/threebed3.jpg'),(319,130,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1504;s:4:\"file\";s:21:\"2017/11/threebed3.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"threebed3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"threebed3-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"threebed3-768x564.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"threebed3-1024x752.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:752;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:21:\"threebed3-512x376.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:376;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"bateaux_large\";a:4:{s:4:\"file\";s:22:\"threebed3-1280x940.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:940;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(320,131,'_wp_attached_file','2017/11/threebed4.jpg'),(321,131,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:4:\"file\";s:21:\"2017/11/threebed4.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"threebed4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"threebed4-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"threebed4-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"threebed4-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:21:\"threebed4-512x384.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"bateaux_large\";a:4:{s:4:\"file\";s:22:\"threebed4-1280x960.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(322,132,'_wp_attached_file','2017/11/threebed5-edit.jpg'),(323,132,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:4:\"file\";s:26:\"2017/11/threebed5-edit.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"threebed5-edit-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"threebed5-edit-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"threebed5-edit-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"threebed5-edit-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:26:\"threebed5-edit-512x384.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"bateaux_large\";a:4:{s:4:\"file\";s:27:\"threebed5-edit-1280x960.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(324,133,'_wp_attached_file','2017/11/threebed5.jpg'),(325,133,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:4:\"file\";s:21:\"2017/11/threebed5.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"threebed5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"threebed5-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"threebed5-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"threebed5-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:21:\"threebed5-512x384.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"bateaux_large\";a:4:{s:4:\"file\";s:22:\"threebed5-1280x960.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(326,134,'_wp_attached_file','2017/11/threebed6.jpg'),(327,134,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:4:\"file\";s:21:\"2017/11/threebed6.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"threebed6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"threebed6-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"threebed6-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"threebed6-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:21:\"threebed6-512x683.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"bateaux_large\";a:4:{s:4:\"file\";s:23:\"threebed6-1280x1707.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1707;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(328,135,'_wp_attached_file','2017/11/threebed7.jpg'),(329,135,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:4:\"file\";s:21:\"2017/11/threebed7.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"threebed7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"threebed7-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"threebed7-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"threebed7-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:21:\"threebed7-512x683.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"bateaux_large\";a:4:{s:4:\"file\";s:23:\"threebed7-1280x1707.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1707;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(332,138,'_wp_attached_file','2017/10/a.png'),(333,138,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:748;s:4:\"file\";s:13:\"2017/10/a.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"a-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"a-300x224.png\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"a-768x574.png\";s:5:\"width\";i:768;s:6:\"height\";i:574;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:13:\"a-512x383.png\";s:5:\"width\";i:512;s:6:\"height\";i:383;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(338,141,'_wp_attached_file','2017/10/aaaa.png'),(337,140,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1536;s:6:\"height\";i:494;s:4:\"file\";s:17:\"2017/10/aaa-1.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"aaa-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"aaa-1-300x96.png\";s:5:\"width\";i:300;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"aaa-1-768x247.png\";s:5:\"width\";i:768;s:6:\"height\";i:247;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"aaa-1-1024x329.png\";s:5:\"width\";i:1024;s:6:\"height\";i:329;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:17:\"aaa-1-512x165.png\";s:5:\"width\";i:512;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"bateaux_large\";a:4:{s:4:\"file\";s:18:\"aaa-1-1280x412.png\";s:5:\"width\";i:1280;s:6:\"height\";i:412;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:{}}}'),(336,140,'_wp_attached_file','2017/10/aaa-1.png'),(339,141,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1536;s:6:\"height\";i:1328;s:4:\"file\";s:16:\"2017/10/aaaa.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"aaaa-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"aaaa-300x259.png\";s:5:\"width\";i:300;s:6:\"height\";i:259;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"aaaa-768x664.png\";s:5:\"width\";i:768;s:6:\"height\";i:664;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"aaaa-1024x885.png\";s:5:\"width\";i:1024;s:6:\"height\";i:885;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:16:\"aaaa-512x443.png\";s:5:\"width\";i:512;s:6:\"height\";i:443;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"bateaux_large\";a:4:{s:4:\"file\";s:18:\"aaaa-1280x1107.png\";s:5:\"width\";i:1280;s:6:\"height\";i:1107;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:{}}}'),(342,146,'_wp_attached_file','2017/10/1c.png'),(343,146,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:250;s:4:\"file\";s:14:\"2017/10/1c.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"1c-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(344,147,'_wp_attached_file','2017/10/4c.png'),(345,147,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:250;s:4:\"file\";s:14:\"2017/10/4c.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"4c-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(378,165,'_wp_attached_file','2017/11/Screen-Shot-2017-11-09-at-22.59.44.png'),(358,154,'_wp_attached_file','2017/10/back1.jpg'),(350,150,'_wp_attached_file','2017/10/mini2.jpg'),(351,150,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:489;s:6:\"height\";i:709;s:4:\"file\";s:17:\"2017/10/mini2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"mini2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"mini2-207x300.jpg\";s:5:\"width\";i:207;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(352,151,'_wp_attached_file','2017/10/mini1.jpg'),(353,151,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:489;s:6:\"height\";i:709;s:4:\"file\";s:17:\"2017/10/mini1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"mini1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"mini1-207x300.jpg\";s:5:\"width\";i:207;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(359,154,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:709;s:4:\"file\";s:17:\"2017/10/back1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"back1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"back1-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"back1-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:17:\"back1-512x363.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:363;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:25:\"© Bragi Þór Jósefsson\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(366,158,'_wp_attached_file','2017/11/REY-favicon-01.png'),(367,158,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:26:\"2017/11/REY-favicon-01.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"REY-favicon-01-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"REY-favicon-01-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(362,156,'_wp_attached_file','2017/10/BEST-RATE-1.png'),(363,156,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:172;s:6:\"height\";i:55;s:4:\"file\";s:23:\"2017/10/BEST-RATE-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"BEST-RATE-1-150x55.png\";s:5:\"width\";i:150;s:6:\"height\";i:55;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:{}}}'),(370,161,'_wp_attached_file','2017/11/Superiorstudio1.jpg'),(371,161,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:2250;s:4:\"file\";s:27:\"2017/11/Superiorstudio1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Superiorstudio1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Superiorstudio1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Superiorstudio1-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Superiorstudio1-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:27:\"Superiorstudio1-512x768.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"bateaux_large\";a:4:{s:4:\"file\";s:29:\"Superiorstudio1-1280x1920.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 1100D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1401458655\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(372,162,'_wp_attached_file','2017/11/Superiorstudio2.jpg'),(373,162,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:27:\"2017/11/Superiorstudio2.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Superiorstudio2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Superiorstudio2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Superiorstudio2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Superiorstudio2-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:27:\"Superiorstudio2-512x341.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:341;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"bateaux_large\";a:4:{s:4:\"file\";s:28:\"Superiorstudio2-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 1100D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1401458745\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(374,163,'_wp_attached_file','2017/11/Superiorstudio3.jpg'),(375,163,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1610;s:4:\"file\";s:27:\"2017/11/Superiorstudio3.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Superiorstudio3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Superiorstudio3-280x300.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Superiorstudio3-768x824.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:824;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Superiorstudio3-954x1024.jpg\";s:5:\"width\";i:954;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:27:\"Superiorstudio3-512x550.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"bateaux_large\";a:4:{s:4:\"file\";s:29:\"Superiorstudio3-1280x1374.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1374;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 1100D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1401458802\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(376,164,'_wp_attached_file','2017/11/Superiorstudio4.jpg'),(377,164,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:27:\"2017/11/Superiorstudio4.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Superiorstudio4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Superiorstudio4-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Superiorstudio4-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Superiorstudio4-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:27:\"Superiorstudio4-512x341.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:341;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"bateaux_large\";a:4:{s:4:\"file\";s:28:\"Superiorstudio4-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 1100D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1401458861\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(390,143,'wpforms_entries_count','9'),(379,165,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1534;s:6:\"height\";i:1152;s:4:\"file\";s:46:\"2017/11/Screen-Shot-2017-11-09-at-22.59.44.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2017-11-09-at-22.59.44-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2017-11-09-at-22.59.44-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2017-11-09-at-22.59.44-768x577.png\";s:5:\"width\";i:768;s:6:\"height\";i:577;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2017-11-09-at-22.59.44-1024x769.png\";s:5:\"width\";i:1024;s:6:\"height\";i:769;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2017-11-09-at-22.59.44-512x385.png\";s:5:\"width\";i:512;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"bateaux_large\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2017-11-09-at-22.59.44-1280x961.png\";s:5:\"width\";i:1280;s:6:\"height\";i:961;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:{}}}'),(380,166,'_wp_attached_file','2017/11/Screen-Shot-2017-11-09-at-23.00.03.png'),(381,166,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:4:\"file\";s:46:\"2017/11/Screen-Shot-2017-11-09-at-23.00.03.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2017-11-09-at-23.00.03-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2017-11-09-at-23.00.03-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2017-11-09-at-23.00.03-768x576.png\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2017-11-09-at-23.00.03-1024x768.png\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2017-11-09-at-23.00.03-512x384.png\";s:5:\"width\";i:512;s:6:\"height\";i:384;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"bateaux_large\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2017-11-09-at-23.00.03-1280x960.png\";s:5:\"width\";i:1280;s:6:\"height\";i:960;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(382,167,'_wp_attached_file','2017/11/Screen-Shot-2017-11-09-at-23.00.27.png'),(383,167,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1540;s:6:\"height\";i:1154;s:4:\"file\";s:46:\"2017/11/Screen-Shot-2017-11-09-at-23.00.27.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2017-11-09-at-23.00.27-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2017-11-09-at-23.00.27-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2017-11-09-at-23.00.27-768x576.png\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2017-11-09-at-23.00.27-1024x767.png\";s:5:\"width\";i:1024;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2017-11-09-at-23.00.27-512x384.png\";s:5:\"width\";i:512;s:6:\"height\";i:384;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"bateaux_large\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2017-11-09-at-23.00.27-1280x959.png\";s:5:\"width\";i:1280;s:6:\"height\";i:959;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:{}}}'),(384,168,'_wp_attached_file','2017/11/Screen-Shot-2017-11-09-at-23.00.53.png'),(385,168,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1538;s:6:\"height\";i:1152;s:4:\"file\";s:46:\"2017/11/Screen-Shot-2017-11-09-at-23.00.53.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2017-11-09-at-23.00.53-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2017-11-09-at-23.00.53-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2017-11-09-at-23.00.53-768x575.png\";s:5:\"width\";i:768;s:6:\"height\";i:575;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2017-11-09-at-23.00.53-1024x767.png\";s:5:\"width\";i:1024;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"bateaux_medium\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2017-11-09-at-23.00.53-512x384.png\";s:5:\"width\";i:512;s:6:\"height\";i:384;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"bateaux_large\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2017-11-09-at-23.00.53-1280x959.png\";s:5:\"width\";i:1280;s:6:\"height\";i:959;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:{}}}'),(391,176,'_wp_trash_meta_status','publish'),(392,176,'_wp_trash_meta_time','1549633411'),(393,177,'_wp_trash_meta_status','publish'),(394,177,'_wp_trash_meta_time','1549633436');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;
/*!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=MyISAM AUTO_INCREMENT=179 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` VALUES (1,1,'2017-06-08 20:42:17','2017-06-08 20:42:17','Welcome to WordPress. This is your first post. Edit or delete it, then start writing!','Hello world!','','publish','open','open','','hello-world','','','2017-06-08 20:42:17','2017-06-08 20:42:17','',0,'http://ray.vefur.co//?p=1',0,'post','',1),(2,1,'2017-06-08 20:42:17','2017-06-08 20:42:17','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://ray.vefur.co//wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','publish','closed','open','','sample-page','','','2017-06-08 20:42:17','2017-06-08 20:42:17','',0,'http://ray.vefur.co//?page_id=2',0,'page','',0),(7,1,'2017-10-31 09:32:58','2017-10-31 09:32:58','','Home','','inherit','closed','closed','','6-revision-v1','','','2017-10-31 09:32:58','2017-10-31 09:32:58','',6,'http://ray.vefur.co/index.php/2017/10/31/6-revision-v1/',0,'revision','',0),(6,1,'2017-10-31 09:32:58','2017-10-31 09:32:58','','Home','','publish','closed','closed','','home','','','2019-02-08 13:59:36','2019-02-08 13:59:36','',0,'http://ray.vefur.co/?page_id=6',0,'page','',0),(8,1,'2017-10-31 10:35:06','2017-10-31 10:35:06','','REYlogo-01','','inherit','open','closed','','reylogo-01','','','2017-10-31 10:35:06','2017-10-31 10:35:06','',0,'http://ray.vefur.co/wp-content/uploads/2017/10/REYlogo-01.png',0,'attachment','image/png',0),(14,1,'2017-10-31 10:46:39','2017-10-31 10:46:39','','044','','inherit','open','closed','','044','','','2017-10-31 10:46:39','2017-10-31 10:46:39','',6,'http://ray.vefur.co/wp-content/uploads/2017/10/044.jpg',0,'attachment','image/jpeg',0),(16,1,'2017-10-31 10:50:12','2017-10-31 10:50:12','','21012-098-Edit','','inherit','open','closed','','21012-098-edit','','','2017-10-31 10:50:12','2017-10-31 10:50:12','',6,'http://ray.vefur.co/wp-content/uploads/2017/10/21012-098-Edit.jpg',0,'attachment','image/jpeg',0),(19,1,'2017-10-31 12:32:15','2017-10-31 12:32:15','','Title1','','inherit','open','closed','','title1','','','2017-10-31 12:32:15','2017-10-31 12:32:15','',6,'http://ray.vefur.co/wp-content/uploads/2017/10/Title1.png',0,'attachment','image/png',0),(20,1,'2017-10-31 12:34:09','2017-10-31 12:34:09','','Title3','','inherit','open','closed','','title3','','','2017-10-31 12:34:09','2017-10-31 12:34:09','',6,'http://ray.vefur.co/wp-content/uploads/2017/10/Title3.png',0,'attachment','image/png',0),(18,1,'2017-10-31 10:55:56','2017-10-31 10:55:56','','title','','inherit','open','closed','','title','','','2017-10-31 10:55:56','2017-10-31 10:55:56','',6,'http://ray.vefur.co/wp-content/uploads/2017/10/title.png',0,'attachment','image/png',0),(21,1,'2017-10-31 12:41:05','2017-10-31 12:41:05','','21006-104-Edit-Edit','','inherit','open','closed','','21006-104-edit-edit','','','2017-10-31 12:41:05','2017-10-31 12:41:05','',6,'http://ray.vefur.co/wp-content/uploads/2017/10/21006-104-Edit-Edit.jpg',0,'attachment','image/jpeg',0),(23,1,'2017-10-31 12:47:41','2017-10-31 12:47:41','','I1','','inherit','open','closed','','i1','','','2017-10-31 12:47:41','2017-10-31 12:47:41','',6,'http://ray.vefur.co/wp-content/uploads/2017/10/I1.png',0,'attachment','image/png',0),(24,1,'2017-10-31 12:49:09','2017-10-31 12:49:09','','I2','','inherit','open','closed','','i2-2','','','2017-10-31 12:49:09','2017-10-31 12:49:09','',6,'http://ray.vefur.co/wp-content/uploads/2017/10/I2-1.png',0,'attachment','image/png',0),(29,1,'2017-10-31 13:00:29','2017-10-31 13:00:29','','location','','publish','closed','closed','','location','','','2019-02-17 18:16:36','2019-02-17 18:16:36','',0,'http://ray.vefur.co/?p=29',2,'nav_menu_item','',0),(30,1,'2017-10-31 13:00:29','2017-10-31 13:00:29','','apartments','','publish','closed','closed','','apatments','','','2019-02-17 18:16:34','2019-02-17 18:16:34','',0,'http://ray.vefur.co/?p=30',1,'nav_menu_item','',0),(31,1,'2017-10-31 13:00:29','2017-10-31 13:00:29','','booking&contact','','publish','closed','closed','','booking','','','2019-02-17 18:16:38','2019-02-17 18:16:38','',0,'http://ray.vefur.co/?p=31',4,'nav_menu_item','',0),(32,1,'2017-10-31 13:00:30','2017-10-31 13:00:30','','q&a','','publish','closed','closed','','qa','','','2019-02-17 18:16:37','2019-02-17 18:16:37','',0,'http://ray.vefur.co/?p=32',3,'nav_menu_item','',0),(37,1,'2017-10-31 13:20:04','2017-10-31 13:20:04','','_aponImage_7e8121368d3cc9c0964815388fcb6013','','inherit','open','closed','','_aponimage_7e8121368d3cc9c0964815388fcb6013','','','2017-10-31 13:20:04','2017-10-31 13:20:04','',6,'http://ray.vefur.co/wp-content/uploads/2017/10/aponImage_7e8121368d3cc9c0964815388fcb6013.png',0,'attachment','image/png',0),(38,1,'2017-10-31 13:20:06','2017-10-31 13:20:06','','_aponImage_8a104030a1b66c7a827b004ea65ebe93','','inherit','open','closed','','_aponimage_8a104030a1b66c7a827b004ea65ebe93','','','2017-10-31 13:20:06','2017-10-31 13:20:06','',6,'http://ray.vefur.co/wp-content/uploads/2017/10/aponImage_8a104030a1b66c7a827b004ea65ebe93.png',0,'attachment','image/png',0),(39,1,'2017-10-31 13:20:09','2017-10-31 13:20:09','','_aponImage_49a1fd94681d4f9f2db32a07d784338b','','inherit','open','closed','','_aponimage_49a1fd94681d4f9f2db32a07d784338b','','','2017-10-31 13:20:09','2017-10-31 13:20:09','',6,'http://ray.vefur.co/wp-content/uploads/2017/10/aponImage_49a1fd94681d4f9f2db32a07d784338b.png',0,'attachment','image/png',0),(40,1,'2017-10-31 13:20:10','2017-10-31 13:20:10','','_aponImage_82c60447b56b0cc5e2430e70f0d408a3','','inherit','open','closed','','_aponimage_82c60447b56b0cc5e2430e70f0d408a3','','','2017-10-31 13:20:10','2017-10-31 13:20:10','',6,'http://ray.vefur.co/wp-content/uploads/2017/10/aponImage_82c60447b56b0cc5e2430e70f0d408a3.png',0,'attachment','image/png',0),(41,1,'2017-10-31 13:20:12','2017-10-31 13:20:12','','_aponImage_493f865e409b5dcbd30c511bb5710847','','inherit','open','closed','','_aponimage_493f865e409b5dcbd30c511bb5710847','','','2017-10-31 13:20:12','2017-10-31 13:20:12','',6,'http://ray.vefur.co/wp-content/uploads/2017/10/aponImage_493f865e409b5dcbd30c511bb5710847.png',0,'attachment','image/png',0),(42,1,'2017-10-31 13:20:13','2017-10-31 13:20:13','','_aponImage_a8c50dedaa25e07b5dee520c3a705a66','','inherit','open','closed','','_aponimage_a8c50dedaa25e07b5dee520c3a705a66','','','2017-10-31 13:20:13','2017-10-31 13:20:13','',6,'http://ray.vefur.co/wp-content/uploads/2017/10/aponImage_a8c50dedaa25e07b5dee520c3a705a66.png',0,'attachment','image/png',0),(43,1,'2017-10-31 14:19:33','2017-10-31 14:19:33','','1a','','inherit','open','closed','','1a','','','2017-10-31 14:19:33','2017-10-31 14:19:33','',6,'http://ray.vefur.co/wp-content/uploads/2017/10/1a.png',0,'attachment','image/png',0),(44,1,'2017-10-31 14:19:36','2017-10-31 14:19:36','','1b','','inherit','open','closed','','1b','','','2017-10-31 14:19:36','2017-10-31 14:19:36','',6,'http://ray.vefur.co/wp-content/uploads/2017/10/1b.png',0,'attachment','image/png',0),(45,1,'2017-10-31 14:19:37','2017-10-31 14:19:37','','2a','','inherit','open','closed','','2a','','','2017-10-31 14:19:37','2017-10-31 14:19:37','',6,'http://ray.vefur.co/wp-content/uploads/2017/10/2a.png',0,'attachment','image/png',0),(46,1,'2017-10-31 14:19:38','2017-10-31 14:19:38','','2b','','inherit','open','closed','','2b','','','2017-10-31 14:19:38','2017-10-31 14:19:38','',6,'http://ray.vefur.co/wp-content/uploads/2017/10/2b.png',0,'attachment','image/png',0),(47,1,'2017-10-31 14:19:40','2017-10-31 14:19:40','','3a','','inherit','open','closed','','3a','','','2017-10-31 14:19:40','2017-10-31 14:19:40','',6,'http://ray.vefur.co/wp-content/uploads/2017/10/3a.png',0,'attachment','image/png',0),(48,1,'2017-10-31 14:19:41','2017-10-31 14:19:41','','3b','','inherit','open','closed','','3b','','','2017-10-31 14:19:41','2017-10-31 14:19:41','',6,'http://ray.vefur.co/wp-content/uploads/2017/10/3b.png',0,'attachment','image/png',0),(49,1,'2017-10-31 14:19:42','2017-10-31 14:19:42','','4a','','inherit','open','closed','','4a','','','2017-10-31 14:19:42','2017-10-31 14:19:42','',6,'http://ray.vefur.co/wp-content/uploads/2017/10/4a.png',0,'attachment','image/png',0),(50,1,'2017-10-31 14:19:44','2017-10-31 14:19:44','','4b','','inherit','open','closed','','4b','','','2017-10-31 14:19:44','2017-10-31 14:19:44','',6,'http://ray.vefur.co/wp-content/uploads/2017/10/4b.png',0,'attachment','image/png',0),(51,1,'2017-10-31 14:19:45','2017-10-31 14:19:45','','5a','','inherit','open','closed','','5a','','','2017-10-31 14:19:45','2017-10-31 14:19:45','',6,'http://ray.vefur.co/wp-content/uploads/2017/10/5a.png',0,'attachment','image/png',0),(52,1,'2017-10-31 14:19:46','2017-10-31 14:19:46','','5b','','inherit','open','closed','','5b','','','2017-10-31 14:19:46','2017-10-31 14:19:46','',6,'http://ray.vefur.co/wp-content/uploads/2017/10/5b.png',0,'attachment','image/png',0),(53,1,'2017-10-31 14:19:48','2017-10-31 14:19:48','','6a','','inherit','open','closed','','6a','','','2017-10-31 14:19:48','2017-10-31 14:19:48','',6,'http://ray.vefur.co/wp-content/uploads/2017/10/6a.png',0,'attachment','image/png',0),(54,1,'2017-10-31 14:19:50','2017-10-31 14:19:50','','6b','','inherit','open','closed','','6b','','','2017-10-31 14:19:50','2017-10-31 14:19:50','',6,'http://ray.vefur.co/wp-content/uploads/2017/10/6b.png',0,'attachment','image/png',0),(57,1,'2017-10-31 14:53:32','2017-10-31 14:53:32','','4a','','inherit','open','closed','','4a-2','','','2017-10-31 14:53:32','2017-10-31 14:53:32','',6,'http://ray.vefur.co/wp-content/uploads/2017/10/4a-1.png',0,'attachment','image/png',0),(56,1,'2017-10-31 14:46:38','2017-10-31 14:46:38','','1a','','inherit','open','closed','','1a-3','','','2017-10-31 14:46:38','2017-10-31 14:46:38','',6,'http://ray.vefur.co/wp-content/uploads/2017/10/1a-2.png',0,'attachment','image/png',0),(58,1,'2017-10-31 14:53:55','2017-10-31 14:53:55','','6a','','inherit','open','closed','','6a-2','','','2017-10-31 14:53:55','2017-10-31 14:53:55','',6,'http://ray.vefur.co/wp-content/uploads/2017/10/6a-1.png',0,'attachment','image/png',0),(59,1,'2017-10-31 15:07:09','2017-10-31 15:07:09','','1b','','inherit','open','closed','','1b-2','','','2017-10-31 15:07:09','2017-10-31 15:07:09','',6,'http://ray.vefur.co/wp-content/uploads/2017/10/1b-1.png',0,'attachment','image/png',0),(60,1,'2017-10-31 15:08:42','2017-10-31 15:08:42','','4b','','inherit','open','closed','','4b-2','','','2017-10-31 15:08:42','2017-10-31 15:08:42','',6,'http://ray.vefur.co/wp-content/uploads/2017/10/4b-1.png',0,'attachment','image/png',0),(61,1,'2017-10-31 15:09:39','2017-10-31 15:09:39','','6b','','inherit','open','closed','','6b-2','','','2017-10-31 15:09:39','2017-10-31 15:09:39','',6,'http://ray.vefur.co/wp-content/uploads/2017/10/6b-1.png',0,'attachment','image/png',0),(161,1,'2017-11-09 09:59:05','2017-11-09 09:59:05','','Superiorstudio1','','inherit','open','closed','','superiorstudio1','','','2017-11-09 09:59:05','2017-11-09 09:59:05','',68,'http://ray.vefur.co/wp-content/uploads/2017/11/Superiorstudio1.jpg',0,'attachment','image/jpeg',0),(66,1,'2017-11-01 10:13:09','0000-00-00 00:00:00','','Studio','','draft','closed','closed','','','','','2017-11-01 10:13:09','2017-11-01 10:13:09','',0,'http://ray.vefur.co/?page_id=66',0,'page','',0),(121,1,'2017-11-01 12:33:07','2017-11-01 12:33:07','','Two Bedroom (6 adults)','','inherit','closed','closed','','102-autosave-v1','','','2017-11-01 12:33:07','2017-11-01 12:33:07','',102,'http://ray.vefur.co/index.php/2017/11/01/102-autosave-v1/',0,'revision','',0),(68,1,'2017-11-01 10:36:33','2017-11-01 10:36:33','','Studio','','publish','open','closed','','studio','','','2019-02-08 14:03:28','2019-02-08 14:03:28','',0,'http://ray.vefur.co/?post_type=btx_portfolio&#038;p=68',0,'btx_portfolio','',0),(70,1,'2017-11-01 10:34:43','2017-11-01 10:34:43','','21012-098-Edit','','inherit','open','closed','','21012-098-edit-2','','','2017-11-01 10:34:43','2017-11-01 10:34:43','',68,'http://ray.vefur.co/wp-content/uploads/2017/11/21012-098-Edit.jpg',0,'attachment','image/jpeg',0),(71,1,'2017-11-01 10:34:46','2017-11-01 10:34:46','','21012-099-Edit','','inherit','open','closed','','21012-099-edit','','','2017-11-01 10:34:46','2017-11-01 10:34:46','',68,'http://ray.vefur.co/wp-content/uploads/2017/11/21012-099-Edit.jpg',0,'attachment','image/jpeg',0),(72,1,'2017-11-01 10:34:48','2017-11-01 10:34:48','','21012-102-Edit','','inherit','open','closed','','21012-102-edit','','','2017-11-01 10:34:48','2017-11-01 10:34:48','',68,'http://ray.vefur.co/wp-content/uploads/2017/11/21012-102-Edit.jpg',0,'attachment','image/jpeg',0),(73,1,'2017-11-01 10:34:51','2017-11-01 10:34:51','','21012-110-Edit','','inherit','open','closed','','21012-110-edit','','','2017-11-01 10:34:51','2017-11-01 10:34:51','',68,'http://ray.vefur.co/wp-content/uploads/2017/11/21012-110-Edit.jpg',0,'attachment','image/jpeg',0),(74,1,'2017-11-01 10:34:53','2017-11-01 10:34:53','','IMG_8547','','inherit','open','closed','','img_8547','','','2017-11-01 10:34:53','2017-11-01 10:34:53','',68,'http://ray.vefur.co/wp-content/uploads/2017/11/IMG_8547.jpg',0,'attachment','image/jpeg',0),(75,1,'2017-11-01 10:34:57','2017-11-01 10:34:57','','IMG_8555','','inherit','open','closed','','img_8555','','','2017-11-01 10:34:57','2017-11-01 10:34:57','',68,'http://ray.vefur.co/wp-content/uploads/2017/11/IMG_8555.jpg',0,'attachment','image/jpeg',0),(76,1,'2017-11-01 10:35:02','2017-11-01 10:35:02','','IMG_8558-2','','inherit','open','closed','','img_8558-2','','','2017-11-01 10:35:02','2017-11-01 10:35:02','',68,'http://ray.vefur.co/wp-content/uploads/2017/11/IMG_8558-2.jpg',0,'attachment','image/jpeg',0),(77,1,'2017-11-01 10:35:06','2017-11-01 10:35:06','','IMG_8563-2','','inherit','open','closed','','img_8563-2','','','2017-11-01 10:35:06','2017-11-01 10:35:06','',68,'http://ray.vefur.co/wp-content/uploads/2017/11/IMG_8563-2.jpg',0,'attachment','image/jpeg',0),(78,1,'2017-11-01 10:43:13','2017-11-01 10:43:13','','21012-099-Edit','','inherit','open','closed','','21012-099-edit-2','','','2017-11-01 10:43:13','2017-11-01 10:43:13','',68,'http://ray.vefur.co/wp-content/uploads/2017/11/21012-099-Edit-1.jpg',0,'attachment','image/jpeg',0),(79,1,'2017-11-01 10:49:09','2017-11-01 10:49:09','','058','','inherit','open','closed','','058','','','2017-11-01 10:49:09','2017-11-01 10:49:09','',68,'http://ray.vefur.co/wp-content/uploads/2017/11/058.jpg',0,'attachment','image/jpeg',0),(80,1,'2017-11-01 10:49:13','2017-11-01 10:49:13','','065','','inherit','open','closed','','065','','','2017-11-01 10:49:13','2017-11-01 10:49:13','',68,'http://ray.vefur.co/wp-content/uploads/2017/11/065.jpg',0,'attachment','image/jpeg',0),(81,1,'2017-11-01 10:49:18','2017-11-01 10:49:18','','067','','inherit','open','closed','','067','','','2017-11-01 10:49:18','2017-11-01 10:49:18','',68,'http://ray.vefur.co/wp-content/uploads/2017/11/067.jpg',0,'attachment','image/jpeg',0),(82,1,'2017-11-01 10:49:24','2017-11-01 10:49:24','','072','','inherit','open','closed','','072','','','2017-11-01 10:49:24','2017-11-01 10:49:24','',68,'http://ray.vefur.co/wp-content/uploads/2017/11/072.jpg',0,'attachment','image/jpeg',0),(83,1,'2017-11-01 10:49:28','2017-11-01 10:49:28','','075','','inherit','open','closed','','075','','','2017-11-01 10:49:28','2017-11-01 10:49:28','',68,'http://ray.vefur.co/wp-content/uploads/2017/11/075.jpg',0,'attachment','image/jpeg',0),(84,1,'2017-11-01 10:49:31','2017-11-01 10:49:31','','082','','inherit','open','closed','','082','','','2017-11-01 10:49:31','2017-11-01 10:49:31','',68,'http://ray.vefur.co/wp-content/uploads/2017/11/082.jpg',0,'attachment','image/jpeg',0),(89,1,'2017-11-01 11:39:55','2017-11-01 11:39:55','','One Bedroom (3 adults)','','publish','open','closed','','one-bedroom-3','','','2019-02-08 14:01:29','2019-02-08 14:01:29','',0,'http://ray.vefur.co/?post_type=btx_portfolio&#038;p=89',0,'btx_portfolio','',0),(90,1,'2017-11-01 11:37:30','2017-11-01 11:37:30','','21012-053-Edit','','inherit','open','closed','','21012-053-edit','','','2017-11-01 11:37:30','2017-11-01 11:37:30','',89,'http://ray.vefur.co/wp-content/uploads/2017/11/21012-053-Edit.jpg',0,'attachment','image/jpeg',0),(86,1,'2017-11-01 10:49:40','2017-11-01 10:49:40','','21006-104-Edit-Edit','','inherit','open','closed','','21006-104-edit-edit-2','','','2017-11-01 10:49:40','2017-11-01 10:49:40','',68,'http://ray.vefur.co/wp-content/uploads/2017/11/21006-104-Edit-Edit.jpg',0,'attachment','image/jpeg',0),(87,1,'2017-11-01 10:51:19','2017-11-01 10:51:19','','21006-121-Edit','','inherit','open','closed','','21006-121-edit','','','2017-11-01 10:51:19','2017-11-01 10:51:19','',68,'http://ray.vefur.co/wp-content/uploads/2017/11/21006-121-Edit.jpg',0,'attachment','image/jpeg',0),(88,1,'2017-11-01 11:22:37','2017-11-01 11:22:37','','21006-078-Edit-2','','inherit','open','closed','','21006-078-edit-2-2','','','2017-11-01 11:22:37','2017-11-01 11:22:37','',68,'http://ray.vefur.co/wp-content/uploads/2017/11/21006-078-Edit-2-1.jpg',0,'attachment','image/jpeg',0),(91,1,'2017-11-01 11:37:35','2017-11-01 11:37:35','','21012-063-Edit','','inherit','open','closed','','21012-063-edit','','','2017-11-01 11:37:35','2017-11-01 11:37:35','',89,'http://ray.vefur.co/wp-content/uploads/2017/11/21012-063-Edit.jpg',0,'attachment','image/jpeg',0),(92,1,'2017-11-01 11:37:38','2017-11-01 11:37:38','','21012-073-Edit','','inherit','open','closed','','21012-073-edit','','','2017-11-01 11:37:38','2017-11-01 11:37:38','',89,'http://ray.vefur.co/wp-content/uploads/2017/11/21012-073-Edit.jpg',0,'attachment','image/jpeg',0),(93,1,'2017-11-01 11:37:41','2017-11-01 11:37:41','','21012-079-Edit','','inherit','open','closed','','21012-079-edit','','','2017-11-01 11:37:41','2017-11-01 11:37:41','',89,'http://ray.vefur.co/wp-content/uploads/2017/11/21012-079-Edit.jpg',0,'attachment','image/jpeg',0),(94,1,'2017-11-01 11:37:45','2017-11-01 11:37:45','','21012-082-Edit','','inherit','open','closed','','21012-082-edit','','','2017-11-01 11:37:45','2017-11-01 11:37:45','',89,'http://ray.vefur.co/wp-content/uploads/2017/11/21012-082-Edit.jpg',0,'attachment','image/jpeg',0),(95,1,'2017-11-01 11:56:26','2017-11-01 11:56:26','','One Bedroom (4 adults)','','publish','open','closed','','one-bedroom-4','','','2019-02-08 14:09:01','2019-02-08 14:09:01','',0,'http://ray.vefur.co/?post_type=btx_portfolio&#038;p=95',0,'btx_portfolio','',0),(96,1,'2017-11-01 11:51:56','2017-11-01 11:51:56','','21006-008-Edit','','inherit','open','closed','','21006-008-edit','','','2017-11-01 11:51:56','2017-11-01 11:51:56','',95,'http://ray.vefur.co/wp-content/uploads/2017/11/21006-008-Edit.jpg',0,'attachment','image/jpeg',0),(97,1,'2017-11-01 11:52:00','2017-11-01 11:52:00','','21006-018-Edit','','inherit','open','closed','','21006-018-edit','','','2017-11-01 11:52:00','2017-11-01 11:52:00','',95,'http://ray.vefur.co/wp-content/uploads/2017/11/21006-018-Edit.jpg',0,'attachment','image/jpeg',0),(98,1,'2017-11-01 11:52:03','2017-11-01 11:52:03','','21006-037-Edit-2','','inherit','open','closed','','21006-037-edit-2','','','2017-11-01 11:52:03','2017-11-01 11:52:03','',95,'http://ray.vefur.co/wp-content/uploads/2017/11/21006-037-Edit-2.jpg',0,'attachment','image/jpeg',0),(99,1,'2017-11-01 11:52:06','2017-11-01 11:52:06','','21006-047-Edit-2','','inherit','open','closed','','21006-047-edit-2','','','2017-11-01 11:52:06','2017-11-01 11:52:06','',95,'http://ray.vefur.co/wp-content/uploads/2017/11/21006-047-Edit-2.jpg',0,'attachment','image/jpeg',0),(100,1,'2017-11-01 11:52:09','2017-11-01 11:52:09','','21006-050-Edit','','inherit','open','closed','','21006-050-edit','','','2017-11-01 11:52:09','2017-11-01 11:52:09','',95,'http://ray.vefur.co/wp-content/uploads/2017/11/21006-050-Edit.jpg',0,'attachment','image/jpeg',0),(101,1,'2017-11-01 11:52:13','2017-11-01 11:52:13','','21006-067-Edit2','','inherit','open','closed','','21006-067-edit2','','','2017-11-01 11:52:13','2017-11-01 11:52:13','',95,'http://ray.vefur.co/wp-content/uploads/2017/11/21006-067-Edit2.jpg',0,'attachment','image/jpeg',0),(102,1,'2017-11-01 12:25:39','2017-11-01 12:25:39','','Two Bedroom (6 adults)','','publish','open','closed','','two-bedroom-6','','','2019-02-08 14:10:42','2019-02-08 14:10:42','',0,'http://ray.vefur.co/?post_type=btx_portfolio&#038;p=102',0,'btx_portfolio','',0),(103,1,'2017-11-01 12:09:05','2017-11-01 12:09:05','','1','','inherit','open','closed','','1','','','2017-11-01 12:09:05','2017-11-01 12:09:05','',102,'http://ray.vefur.co/wp-content/uploads/2017/11/1.jpg',0,'attachment','image/jpeg',0),(104,1,'2017-11-01 12:09:13','2017-11-01 12:09:13','','2','','inherit','open','closed','','2','','','2017-11-01 12:09:13','2017-11-01 12:09:13','',102,'http://ray.vefur.co/wp-content/uploads/2017/11/2.jpg',0,'attachment','image/jpeg',0),(105,1,'2017-11-01 12:09:28','2017-11-01 12:09:28','','5','','inherit','open','closed','','5','','','2017-11-01 12:09:28','2017-11-01 12:09:28','',102,'http://ray.vefur.co/wp-content/uploads/2017/11/5.jpg',0,'attachment','image/jpeg',0),(106,1,'2017-11-01 12:09:59','2017-11-01 12:09:59','','6','','inherit','open','closed','','6','','','2017-11-01 12:09:59','2017-11-01 12:09:59','',102,'http://ray.vefur.co/wp-content/uploads/2017/11/6.jpg',0,'attachment','image/jpeg',0),(107,1,'2017-11-01 12:10:15','2017-11-01 12:10:15','','035','','inherit','open','closed','','035','','','2017-11-01 12:10:15','2017-11-01 12:10:15','',102,'http://ray.vefur.co/wp-content/uploads/2017/11/035.jpg',0,'attachment','image/jpeg',0),(108,1,'2017-11-01 12:10:21','2017-11-01 12:10:21','','117','','inherit','open','closed','','117','','','2017-11-01 12:10:21','2017-11-01 12:10:21','',102,'http://ray.vefur.co/wp-content/uploads/2017/11/117.jpg',0,'attachment','image/jpeg',0),(109,1,'2017-11-01 12:10:25','2017-11-01 12:10:25','','126','','inherit','open','closed','','126','','','2017-11-01 12:10:25','2017-11-01 12:10:25','',102,'http://ray.vefur.co/wp-content/uploads/2017/11/126.jpg',0,'attachment','image/jpeg',0),(110,1,'2017-11-01 12:10:31','2017-11-01 12:10:31','','133','','inherit','open','closed','','133','','','2017-11-01 12:10:31','2017-11-01 12:10:31','',102,'http://ray.vefur.co/wp-content/uploads/2017/11/133.jpg',0,'attachment','image/jpeg',0),(111,1,'2017-11-01 12:10:35','2017-11-01 12:10:35','','141','','inherit','open','closed','','141','','','2017-11-01 12:10:35','2017-11-01 12:10:35','',102,'http://ray.vefur.co/wp-content/uploads/2017/11/141.jpg',0,'attachment','image/jpeg',0),(112,1,'2017-11-01 12:11:03','2017-11-01 12:11:03','','169','','inherit','open','closed','','169','','','2017-11-01 12:11:03','2017-11-01 12:11:03','',102,'http://ray.vefur.co/wp-content/uploads/2017/11/169.jpg',0,'attachment','image/jpeg',0),(113,1,'2017-11-01 12:11:09','2017-11-01 12:11:09','','179','','inherit','open','closed','','179','','','2017-11-01 12:11:09','2017-11-01 12:11:09','',102,'http://ray.vefur.co/wp-content/uploads/2017/11/179.jpg',0,'attachment','image/jpeg',0),(114,1,'2017-11-01 12:11:17','2017-11-01 12:11:17','','21012-009-Edit','','inherit','open','closed','','21012-009-edit','','','2017-11-01 12:11:17','2017-11-01 12:11:17','',102,'http://ray.vefur.co/wp-content/uploads/2017/11/21012-009-Edit.jpg',0,'attachment','image/jpeg',0),(115,1,'2017-11-01 12:11:32','2017-11-01 12:11:32','','21012-013-Edit','','inherit','open','closed','','21012-013-edit','','','2017-11-01 12:11:32','2017-11-01 12:11:32','',102,'http://ray.vefur.co/wp-content/uploads/2017/11/21012-013-Edit.jpg',0,'attachment','image/jpeg',0),(116,1,'2017-11-01 12:11:48','2017-11-01 12:11:48','','21012-021-Edit','','inherit','open','closed','','21012-021-edit','','','2017-11-01 12:11:48','2017-11-01 12:11:48','',102,'http://ray.vefur.co/wp-content/uploads/2017/11/21012-021-Edit.jpg',0,'attachment','image/jpeg',0),(117,1,'2017-11-01 12:12:24','2017-11-01 12:12:24','','21012-030-Edit','','inherit','open','closed','','21012-030-edit','','','2017-11-01 12:12:24','2017-11-01 12:12:24','',102,'http://ray.vefur.co/wp-content/uploads/2017/11/21012-030-Edit.jpg',0,'attachment','image/jpeg',0),(118,1,'2017-11-01 12:12:46','2017-11-01 12:12:46','','21012-039-Edit','','inherit','open','closed','','21012-039-edit','','','2017-11-01 12:12:46','2017-11-01 12:12:46','',102,'http://ray.vefur.co/wp-content/uploads/2017/11/21012-039-Edit.jpg',0,'attachment','image/jpeg',0),(119,1,'2017-11-01 12:12:56','2017-11-01 12:12:56','','21012-046-Edit','','inherit','open','closed','','21012-046-edit','','','2017-11-01 12:12:56','2017-11-01 12:12:56','',102,'http://ray.vefur.co/wp-content/uploads/2017/11/21012-046-Edit.jpg',0,'attachment','image/jpeg',0),(120,1,'2017-11-01 12:32:42','2017-11-01 12:32:42','','Three Bedroom (6 adults)','','publish','open','closed','','three-bedroom-6','','','2019-02-08 14:12:54','2019-02-08 14:12:54','',0,'http://ray.vefur.co/?post_type=btx_portfolio&#038;p=120',0,'btx_portfolio','',0),(122,1,'2017-11-01 12:39:49','2017-11-01 12:39:49','','Three Bedroom (8 adults)','','publish','open','closed','','three-bedroom-8','','','2019-02-08 14:16:11','2019-02-08 14:16:11','',0,'http://ray.vefur.co/?post_type=btx_portfolio&#038;p=122',0,'btx_portfolio','',0),(123,1,'2017-11-01 12:36:56','2017-11-01 12:36:56','','044','','inherit','open','closed','','044-2','','','2017-11-01 12:36:56','2017-11-01 12:36:56','',122,'http://ray.vefur.co/wp-content/uploads/2017/11/044.jpg',0,'attachment','image/jpeg',0),(124,1,'2017-11-01 12:37:01','2017-11-01 12:37:01','','189','','inherit','open','closed','','189','','','2017-11-01 12:37:01','2017-11-01 12:37:01','',122,'http://ray.vefur.co/wp-content/uploads/2017/11/189.jpg',0,'attachment','image/jpeg',0),(125,1,'2017-11-01 12:37:05','2017-11-01 12:37:05','','210','','inherit','open','closed','','210','','','2017-11-01 12:37:05','2017-11-01 12:37:05','',122,'http://ray.vefur.co/wp-content/uploads/2017/11/210.jpg',0,'attachment','image/jpeg',0),(126,1,'2017-11-01 12:37:11','2017-11-01 12:37:11','','259','','inherit','open','closed','','259','','','2017-11-01 12:37:11','2017-11-01 12:37:11','',122,'http://ray.vefur.co/wp-content/uploads/2017/11/259.jpg',0,'attachment','image/jpeg',0),(127,1,'2017-11-01 12:37:15','2017-11-01 12:37:15','','threebed0','','inherit','open','closed','','threebed0','','','2017-11-01 12:37:15','2017-11-01 12:37:15','',122,'http://ray.vefur.co/wp-content/uploads/2017/11/threebed0.jpg',0,'attachment','image/jpeg',0),(128,1,'2017-11-01 12:37:20','2017-11-01 12:37:20','','threebed1','','inherit','open','closed','','threebed1','','','2017-11-01 12:37:20','2017-11-01 12:37:20','',122,'http://ray.vefur.co/wp-content/uploads/2017/11/threebed1.jpg',0,'attachment','image/jpeg',0),(129,1,'2017-11-01 12:37:24','2017-11-01 12:37:24','','threebed2','','inherit','open','closed','','threebed2','','','2017-11-01 12:37:24','2017-11-01 12:37:24','',122,'http://ray.vefur.co/wp-content/uploads/2017/11/threebed2.jpg',0,'attachment','image/jpeg',0),(130,1,'2017-11-01 12:37:29','2017-11-01 12:37:29','','threebed3','','inherit','open','closed','','threebed3','','','2017-11-01 12:37:29','2017-11-01 12:37:29','',122,'http://ray.vefur.co/wp-content/uploads/2017/11/threebed3.jpg',0,'attachment','image/jpeg',0),(131,1,'2017-11-01 12:37:36','2017-11-01 12:37:36','','threebed4','','inherit','open','closed','','threebed4','','','2017-11-01 12:37:36','2017-11-01 12:37:36','',122,'http://ray.vefur.co/wp-content/uploads/2017/11/threebed4.jpg',0,'attachment','image/jpeg',0),(132,1,'2017-11-01 12:37:47','2017-11-01 12:37:47','','threebed5-edit','','inherit','open','closed','','threebed5-edit','','','2017-11-01 12:37:47','2017-11-01 12:37:47','',122,'http://ray.vefur.co/wp-content/uploads/2017/11/threebed5-edit.jpg',0,'attachment','image/jpeg',0),(133,1,'2017-11-01 12:37:51','2017-11-01 12:37:51','','threebed5','','inherit','open','closed','','threebed5','','','2017-11-01 12:37:51','2017-11-01 12:37:51','',122,'http://ray.vefur.co/wp-content/uploads/2017/11/threebed5.jpg',0,'attachment','image/jpeg',0),(134,1,'2017-11-01 12:37:55','2017-11-01 12:37:55','','threebed6','','inherit','open','closed','','threebed6','','','2017-11-01 12:37:55','2017-11-01 12:37:55','',122,'http://ray.vefur.co/wp-content/uploads/2017/11/threebed6.jpg',0,'attachment','image/jpeg',0),(135,1,'2017-11-01 12:38:00','2017-11-01 12:38:00','','threebed7','','inherit','open','closed','','threebed7','','','2017-11-01 12:38:00','2017-11-01 12:38:00','',122,'http://ray.vefur.co/wp-content/uploads/2017/11/threebed7.jpg',0,'attachment','image/jpeg',0),(138,1,'2017-11-02 10:56:17','2017-11-02 10:56:17','','a','','inherit','open','closed','','a','','','2017-11-02 10:56:17','2017-11-02 10:56:17','',6,'http://ray.vefur.co/wp-content/uploads/2017/10/a.png',0,'attachment','image/png',0),(141,1,'2017-11-02 11:36:48','2017-11-02 11:36:48','','aaaa','','inherit','open','closed','','aaaa','','','2017-11-02 11:36:48','2017-11-02 11:36:48','',6,'http://ray.vefur.co/wp-content/uploads/2017/10/aaaa.png',0,'attachment','image/png',0),(140,1,'2017-11-02 11:29:43','2017-11-02 11:29:43','','aaa','','inherit','open','closed','','aaa-2','','','2017-11-02 11:29:43','2017-11-02 11:29:43','',6,'http://ray.vefur.co/wp-content/uploads/2017/10/aaa-1.png',0,'attachment','image/png',0),(142,1,'2017-11-02 12:00:01','2017-11-02 12:00:01','<p>This is the WPForms preview page. All your form previews will be handled on this page.</p><p>The page is set to private, so it is not publicly accessible. Please do not delete this page :) .</p>','WPForms Preview','','private','closed','closed','','wpforms-preview','','','2017-11-02 12:00:01','2017-11-02 12:00:01','',0,'http://ray.vefur.co/index.php/wpforms-preview/',0,'page','',0),(143,1,'2017-11-02 12:00:09','2017-11-02 12:00:09','{\"id\":\"143\",\"field_id\":6,\"fields\":{\"3\":{\"id\":\"3\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"simple\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"5\":{\"id\":\"5\",\"type\":\"textarea\",\"label\":\"Message\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"css\":\"\"}},\"settings\":{\"form_title\":\"REY\",\"form_desc\":\"\",\"form_class\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"submit_class\":\"\",\"honeypot\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"centralrvk@gmail.com\",\"subject\":\"New Blank Form Entry\",\"sender_name\":\"Rey\",\"sender_address\":\"centralrvk@gmail.com\",\"replyto\":\"\",\"message\":\"{all_fields}\"}},\"confirmation_type\":\"message\",\"confirmation_message\":\"Thanks for contacting us! We will be in touch with you shortly.\",\"confirmation_message_scroll\":\"1\",\"confirmation_page\":\"6\",\"confirmation_redirect\":\"\"},\"meta\":{\"template\":\"blank\"}}','REY','','publish','closed','closed','','blank-form','','','2018-01-08 13:18:13','2018-01-08 13:18:13','',0,'http://ray.vefur.co/?post_type=wpforms&#038;p=143',0,'wpforms','',0),(146,1,'2017-11-02 13:36:08','2017-11-02 13:36:08','','1c','','inherit','open','closed','','1c','','','2017-11-02 13:36:08','2017-11-02 13:36:08','',6,'http://ray.vefur.co/wp-content/uploads/2017/10/1c.png',0,'attachment','image/png',0),(147,1,'2017-11-02 13:36:33','2017-11-02 13:36:33','','4c','','inherit','open','closed','','4c','','','2017-11-02 13:36:33','2017-11-02 13:36:33','',6,'http://ray.vefur.co/wp-content/uploads/2017/10/4c.png',0,'attachment','image/png',0),(150,1,'2017-11-06 10:21:23','2017-11-06 10:21:23','','mini2','','inherit','open','closed','','mini2','','','2017-11-06 10:21:23','2017-11-06 10:21:23','',6,'http://ray.vefur.co/wp-content/uploads/2017/10/mini2.jpg',0,'attachment','image/jpeg',0),(151,1,'2017-11-06 10:27:43','2017-11-06 10:27:43','','mini1','','inherit','open','closed','','mini1','','','2017-11-06 10:27:43','2017-11-06 10:27:43','',6,'http://ray.vefur.co/wp-content/uploads/2017/10/mini1.jpg',0,'attachment','image/jpeg',0),(154,1,'2017-11-06 15:15:51','2017-11-06 15:15:51','','back1','','inherit','open','closed','','back1','','','2017-11-06 15:15:51','2017-11-06 15:15:51','',6,'http://ray.vefur.co/wp-content/uploads/2017/10/back1.jpg',0,'attachment','image/jpeg',0),(156,1,'2017-11-07 09:29:12','2017-11-07 09:29:12','','BEST RATE','','inherit','open','closed','','best-rate-2','','','2017-11-07 09:29:12','2017-11-07 09:29:12','',6,'http://ray.vefur.co/wp-content/uploads/2017/10/BEST-RATE-1.png',0,'attachment','image/png',0),(158,1,'2017-11-08 09:03:12','2017-11-08 09:03:12','','REY favicon-01','','inherit','open','closed','','rey-favicon-01','','','2017-11-08 09:03:12','2017-11-08 09:03:12','',0,'http://ray.vefur.co/wp-content/uploads/2017/11/REY-favicon-01.png',0,'attachment','image/png',0),(162,1,'2017-11-09 09:59:30','2017-11-09 09:59:30','','Superiorstudio2','','inherit','open','closed','','superiorstudio2','','','2017-11-09 09:59:30','2017-11-09 09:59:30','',68,'http://ray.vefur.co/wp-content/uploads/2017/11/Superiorstudio2.jpg',0,'attachment','image/jpeg',0),(163,1,'2017-11-09 09:59:36','2017-11-09 09:59:36','','Superiorstudio3','','inherit','open','closed','','superiorstudio3','','','2017-11-09 09:59:36','2017-11-09 09:59:36','',68,'http://ray.vefur.co/wp-content/uploads/2017/11/Superiorstudio3.jpg',0,'attachment','image/jpeg',0),(164,1,'2017-11-09 09:59:43','2017-11-09 09:59:43','','Superiorstudio4','','inherit','open','closed','','superiorstudio4','','','2017-11-09 09:59:43','2017-11-09 09:59:43','',68,'http://ray.vefur.co/wp-content/uploads/2017/11/Superiorstudio4.jpg',0,'attachment','image/jpeg',0),(165,1,'2017-11-09 22:08:05','2017-11-09 22:08:05','','Screen Shot 2017-11-09 at 22.59.44','','inherit','open','closed','','screen-shot-2017-11-09-at-22-59-44','','','2017-11-09 22:08:05','2017-11-09 22:08:05','',102,'http://ray.vefur.co/wp-content/uploads/2017/11/Screen-Shot-2017-11-09-at-22.59.44.png',0,'attachment','image/png',0),(166,1,'2017-11-09 22:08:36','2017-11-09 22:08:36','','Screen Shot 2017-11-09 at 23.00.03','','inherit','open','closed','','screen-shot-2017-11-09-at-23-00-03','','','2017-11-09 22:08:36','2017-11-09 22:08:36','',102,'http://ray.vefur.co/wp-content/uploads/2017/11/Screen-Shot-2017-11-09-at-23.00.03.png',0,'attachment','image/png',0),(167,1,'2017-11-09 22:08:59','2017-11-09 22:08:59','','Screen Shot 2017-11-09 at 23.00.27','','inherit','open','closed','','screen-shot-2017-11-09-at-23-00-27','','','2017-11-09 22:08:59','2017-11-09 22:08:59','',102,'http://ray.vefur.co/wp-content/uploads/2017/11/Screen-Shot-2017-11-09-at-23.00.27.png',0,'attachment','image/png',0),(168,1,'2017-11-09 22:09:18','2017-11-09 22:09:18','','Screen Shot 2017-11-09 at 23.00.53','','inherit','open','closed','','screen-shot-2017-11-09-at-23-00-53','','','2017-11-09 22:09:18','2017-11-09 22:09:18','',102,'http://ray.vefur.co/wp-content/uploads/2017/11/Screen-Shot-2017-11-09-at-23.00.53.png',0,'attachment','image/png',0),(178,1,'2019-02-17 16:37:07','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2019-02-17 16:37:07','0000-00-00 00:00:00','',0,'https://rey.is/?p=178',0,'post','',0),(176,1,'2019-02-08 13:43:30','2019-02-08 13:43:30','{\n    \"bateaux::btx_logo_width\": {\n        \"value\": \"122\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2019-02-08 13:43:30\"\n    }\n}','','','trash','closed','closed','','1891ec79-f971-45ce-bf92-23e709e605e8','','','2019-02-08 13:43:30','2019-02-08 13:43:30','',0,'https://rey.is/index.php/2019/02/08/1891ec79-f971-45ce-bf92-23e709e605e8/',0,'customize_changeset','',0),(177,1,'2019-02-08 13:43:55','2019-02-08 13:43:55','{\n    \"bateaux::btx_logo_width\": {\n        \"value\": \"144\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2019-02-08 13:43:55\"\n    }\n}','','','trash','closed','closed','','73f5472b-302d-4ed2-bb9a-df960bcf47bf','','','2019-02-08 13:43:55','2019-02-08 13:43:55','',0,'https://rey.is/index.php/2019/02/08/73f5472b-302d-4ed2-bb9a-df960bcf47bf/',0,'customize_changeset','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_revslider_css` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `handle` text COLLATE utf8_unicode_ci NOT NULL,
  `settings` longtext COLLATE utf8_unicode_ci,
  `hover` longtext COLLATE utf8_unicode_ci,
  `params` longtext COLLATE utf8_unicode_ci NOT NULL,
  `advanced` longtext COLLATE utf8_unicode_ci,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=48 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

LOCK TABLES `wp_revslider_css` WRITE;
/*!40000 ALTER TABLE `wp_revslider_css` DISABLE KEYS */;
INSERT INTO `wp_revslider_css` VALUES (1,'.tp-caption.medium_grey',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"padding\":\"2px 4px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#888\",\"white-space\":\"nowrap\"}',NULL),(2,'.tp-caption.small_text',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}',NULL),(3,'.tp-caption.medium_text',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}',NULL),(4,'.tp-caption.large_text',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}',NULL),(5,'.tp-caption.very_large_text',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"}',NULL),(6,'.tp-caption.very_big_white',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\",\"padding\":\"0px 4px\",\"padding-top\":\"1px\",\"background-color\":\"#000\"}',NULL),(7,'.tp-caption.very_big_black',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\",\"padding\":\"0px 4px\",\"padding-top\":\"1px\",\"background-color\":\"#fff\"}',NULL),(8,'.tp-caption.modern_medium_fat',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}',NULL),(9,'.tp-caption.modern_medium_fat_white',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}',NULL),(10,'.tp-caption.modern_medium_light',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}',NULL),(11,'.tp-caption.modern_big_bluebg',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#4e5b6c\",\"letter-spacing\":\"0\"}',NULL),(12,'.tp-caption.modern_big_redbg',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"padding-top\":\"1px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#de543e\",\"letter-spacing\":\"0\"}',NULL),(13,'.tp-caption.modern_small_text_dark',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#555\",\"text-shadow\":\"none\",\"font-size\":\"14px\",\"line-height\":\"22px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}',NULL),(14,'.tp-caption.boxshadow',NULL,NULL,'{\"-moz-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"-webkit-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\"}',NULL),(15,'.tp-caption.black',NULL,NULL,'{\"color\":\"#000\",\"text-shadow\":\"none\"}',NULL),(16,'.tp-caption.noshadow',NULL,NULL,'{\"text-shadow\":\"none\"}',NULL),(17,'.tp-caption.thinheadline_dark',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"rgba(0,0,0,0.85)\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}',NULL),(18,'.tp-caption.thintext_dark',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"rgba(0,0,0,0.85)\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}',NULL),(19,'.tp-caption.largeblackbg',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#000\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}',NULL),(20,'.tp-caption.largepinkbg',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#db4360\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}',NULL),(21,'.tp-caption.largewhitebg',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#fff\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}',NULL),(22,'.tp-caption.largegreenbg',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#67ae73\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}',NULL),(23,'.tp-caption.excerpt',NULL,NULL,'{\"font-size\":\"36px\",\"line-height\":\"36px\",\"font-weight\":\"700\",\"font-family\":\"Arial\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 1)\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"letter-spacing\":\"-1.5px\",\"padding\":\"1px 4px 0px 4px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}',NULL),(24,'.tp-caption.large_bold_grey',NULL,NULL,'{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}',NULL),(25,'.tp-caption.medium_thin_grey',NULL,NULL,'{\"font-size\":\"34px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}',NULL),(26,'.tp-caption.small_thin_grey',NULL,NULL,'{\"font-size\":\"18px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(117, 117, 117)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}',NULL),(27,'.tp-caption.lightgrey_divider',NULL,NULL,'{\"text-decoration\":\"none\",\"background-color\":\"rgba(235, 235, 235, 1)\",\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}',NULL),(28,'.tp-caption.large_bold_darkblue',NULL,NULL,'{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}',NULL),(29,'.tp-caption.medium_bg_darkblue',NULL,NULL,'{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(52, 73, 94)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}',NULL),(30,'.tp-caption.medium_bold_red',NULL,NULL,'{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}',NULL),(31,'.tp-caption.medium_light_red',NULL,NULL,'{\"font-size\":\"21px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}',NULL),(32,'.tp-caption.medium_bg_red',NULL,NULL,'{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(227, 58, 12)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}',NULL),(33,'.tp-caption.medium_bold_orange',NULL,NULL,'{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(243, 156, 18)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}',NULL),(34,'.tp-caption.medium_bg_orange',NULL,NULL,'{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(243, 156, 18)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}',NULL),(35,'.tp-caption.grassfloor',NULL,NULL,'{\"text-decoration\":\"none\",\"background-color\":\"rgba(160, 179, 151, 1)\",\"width\":\"4000px\",\"height\":\"150px\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}',NULL),(36,'.tp-caption.large_bold_white',NULL,NULL,'{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}',NULL),(37,'.tp-caption.medium_light_white',NULL,NULL,'{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}',NULL),(38,'.tp-caption.mediumlarge_light_white',NULL,NULL,'{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}',NULL),(39,'.tp-caption.mediumlarge_light_white_center',NULL,NULL,'{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px 0px 0px 0px\",\"text-align\":\"center\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}',NULL),(40,'.tp-caption.medium_bg_asbestos',NULL,NULL,'{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(127, 140, 141)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}',NULL),(41,'.tp-caption.medium_light_black',NULL,NULL,'{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}',NULL),(42,'.tp-caption.large_bold_black',NULL,NULL,'{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}',NULL),(43,'.tp-caption.mediumlarge_light_darkblue',NULL,NULL,'{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}',NULL),(44,'.tp-caption.small_light_white',NULL,NULL,'{\"font-size\":\"17px\",\"line-height\":\"28px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}',NULL),(45,'.tp-caption.roundedimage',NULL,NULL,'{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}',NULL),(46,'.tp-caption.large_bg_black',NULL,NULL,'{\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(0, 0, 0)\",\"padding\":\"10px 20px 15px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}',NULL),(47,'.tp-caption.mediumwhitebg',NULL,NULL,'{\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(255, 255, 255)\",\"padding\":\"5px 15px 10px\",\"text-shadow\":\"none\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}',NULL);
/*!40000 ALTER TABLE `wp_revslider_css` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_revslider_layer_animations` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `handle` text COLLATE utf8_unicode_ci NOT NULL,
  `params` text COLLATE utf8_unicode_ci NOT NULL,
  `settings` text COLLATE utf8_unicode_ci,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

LOCK TABLES `wp_revslider_layer_animations` WRITE;
/*!40000 ALTER TABLE `wp_revslider_layer_animations` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_revslider_layer_animations` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_revslider_navigations` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `name` varchar(191) COLLATE utf8_unicode_ci NOT NULL,
  `handle` varchar(191) COLLATE utf8_unicode_ci NOT NULL,
  `css` longtext COLLATE utf8_unicode_ci NOT NULL,
  `markup` longtext COLLATE utf8_unicode_ci NOT NULL,
  `settings` longtext COLLATE utf8_unicode_ci,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

LOCK TABLES `wp_revslider_navigations` WRITE;
/*!40000 ALTER TABLE `wp_revslider_navigations` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_revslider_navigations` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_revslider_sliders` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `title` tinytext COLLATE utf8_unicode_ci NOT NULL,
  `alias` tinytext COLLATE utf8_unicode_ci,
  `params` longtext COLLATE utf8_unicode_ci NOT NULL,
  `settings` text COLLATE utf8_unicode_ci,
  `type` varchar(191) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

LOCK TABLES `wp_revslider_sliders` WRITE;
/*!40000 ALTER TABLE `wp_revslider_sliders` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_revslider_sliders` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_revslider_slides` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `slider_id` int(9) NOT NULL,
  `slide_order` int(11) NOT NULL,
  `params` longtext COLLATE utf8_unicode_ci NOT NULL,
  `layers` longtext COLLATE utf8_unicode_ci NOT NULL,
  `settings` text COLLATE utf8_unicode_ci NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

LOCK TABLES `wp_revslider_slides` WRITE;
/*!40000 ALTER TABLE `wp_revslider_slides` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_revslider_slides` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_revslider_static_slides` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `slider_id` int(9) NOT NULL,
  `params` longtext COLLATE utf8_unicode_ci NOT NULL,
  `layers` longtext COLLATE utf8_unicode_ci NOT NULL,
  `settings` text COLLATE utf8_unicode_ci NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

LOCK TABLES `wp_revslider_static_slides` WRITE;
/*!40000 ALTER TABLE `wp_revslider_static_slides` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_revslider_static_slides` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_order` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES (1,1,0),(29,2,0),(30,2,0),(31,2,0),(32,2,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,1),(2,2,'nav_menu','',0,4);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

LOCK TABLES `wp_termmeta` WRITE;
/*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Menu New2','menu-new2',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=27 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','reysite2019'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'locale',''),(11,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(12,1,'wp_user_level','10'),(13,1,'dismissed_wp_pointers','wp496_privacy'),(14,1,'show_welcome_panel','1'),(15,1,'session_tokens','a:3:{s:64:\"5a9a0be7df66e4a953dd494c16843840d0982a8c514145e02a599e0f8adaee0b\";a:4:{s:10:\"expiration\";i:1550594222;s:2:\"ip\";s:13:\"95.180.27.232\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36\";s:5:\"login\";i:1550421422;}s:64:\"c36818125e6eb69b1d15cc214c75def65a5ad8c9b79bf3e58762e20faac16b5b\";a:4:{s:10:\"expiration\";i:1550757217;s:2:\"ip\";s:13:\"24.135.86.139\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36\";s:5:\"login\";i:1550584417;}s:64:\"d89336bc32a4635b9112bc2435b4259301297201d62439f3ddfe483c1d1f5e7a\";a:4:{s:10:\"expiration\";i:1550757412;s:2:\"ip\";s:13:\"24.135.86.139\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36\";s:5:\"login\";i:1550584612;}}'),(16,1,'wp_dashboard_quick_press_last_post_id','178'),(17,1,'community-events-location','a:1:{s:2:\"ip\";s:11:\"24.135.86.0\";}'),(18,1,'metaboxhidden_dashboard','a:1:{i:0;s:18:\"jetpack-onboarding\";}'),(19,1,'wp_user-settings','libraryContent=browse'),(20,1,'wp_user-settings-time','1509446214'),(21,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\";}'),(22,1,'metaboxhidden_nav-menus','a:6:{i:0;s:27:\"add-post-type-btx_portfolio\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-post_format\";i:3;s:26:\"add-btx_portfolio_category\";i:4;s:21:\"add-btx_portfolio_tag\";i:5;s:21:\"add-btx_page_category\";}'),(23,1,'nav_menu_recently_edited','2'),(24,1,'syntax_highlighting','true'),(25,1,'ls-store-last-viewed','2019-02-12');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT '0',
  `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES (1,'raysite2017','$P$BGu.qV9AbsZr49UIyXf8Zs59IWOf9v/','raysite2017','milan@zap.rs','','2017-06-08 20:42:17','',0,'reysite2019');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wpgmza` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `map_id` int(11) NOT NULL,
  `address` varchar(700) NOT NULL,
  `description` mediumtext NOT NULL,
  `pic` varchar(700) NOT NULL,
  `link` varchar(700) NOT NULL,
  `icon` varchar(700) NOT NULL,
  `lat` varchar(100) NOT NULL,
  `lng` varchar(100) NOT NULL,
  `anim` varchar(3) NOT NULL,
  `title` varchar(700) NOT NULL,
  `infoopen` varchar(3) NOT NULL,
  `category` varchar(500) NOT NULL,
  `approved` tinyint(1) DEFAULT '1',
  `retina` tinyint(1) DEFAULT '0',
  `type` tinyint(1) DEFAULT '0',
  `did` varchar(500) NOT NULL,
  `other_data` longtext NOT NULL,
  `latlng` point DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

LOCK TABLES `wp_wpgmza` WRITE;
/*!40000 ALTER TABLE `wp_wpgmza` DISABLE KEYS */;
INSERT INTO `wp_wpgmza` VALUES (3,1,'64.14496662921593, -21.92952597149997','','','','','64.14496662921593','-21.92952597149997','2','','0','',1,0,0,'','',0x0000000001010000009ADF1C22470950400060006AF5ED35C0);
/*!40000 ALTER TABLE `wp_wpgmza` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wpgmza_categories` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `active` tinyint(1) NOT NULL,
  `category_name` varchar(50) NOT NULL,
  `category_icon` varchar(700) NOT NULL,
  `retina` tinyint(1) DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

LOCK TABLES `wp_wpgmza_categories` WRITE;
/*!40000 ALTER TABLE `wp_wpgmza_categories` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wpgmza_categories` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wpgmza_category_maps` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `cat_id` int(11) NOT NULL,
  `map_id` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

LOCK TABLES `wp_wpgmza_category_maps` WRITE;
/*!40000 ALTER TABLE `wp_wpgmza_category_maps` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wpgmza_category_maps` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wpgmza_circles` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `map_id` int(11) NOT NULL,
  `name` text,
  `center` point DEFAULT NULL,
  `radius` float DEFAULT NULL,
  `color` varchar(16) DEFAULT NULL,
  `opacity` float DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

LOCK TABLES `wp_wpgmza_circles` WRITE;
/*!40000 ALTER TABLE `wp_wpgmza_circles` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wpgmza_circles` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wpgmza_maps` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `map_title` varchar(55) NOT NULL,
  `map_width` varchar(6) NOT NULL,
  `map_height` varchar(6) NOT NULL,
  `map_start_lat` varchar(700) NOT NULL,
  `map_start_lng` varchar(700) NOT NULL,
  `map_start_location` varchar(700) NOT NULL,
  `map_start_zoom` int(10) NOT NULL,
  `default_marker` varchar(700) NOT NULL,
  `type` int(10) NOT NULL,
  `alignment` int(10) NOT NULL,
  `directions_enabled` int(10) NOT NULL,
  `styling_enabled` int(10) NOT NULL,
  `styling_json` mediumtext NOT NULL,
  `active` int(1) NOT NULL,
  `kml` varchar(700) NOT NULL,
  `bicycle` int(10) NOT NULL,
  `traffic` int(10) NOT NULL,
  `dbox` int(10) NOT NULL,
  `dbox_width` varchar(10) NOT NULL,
  `listmarkers` int(10) NOT NULL,
  `listmarkers_advanced` int(10) NOT NULL,
  `filterbycat` tinyint(1) NOT NULL,
  `ugm_enabled` int(10) NOT NULL,
  `ugm_category_enabled` tinyint(1) NOT NULL,
  `fusion` varchar(100) NOT NULL,
  `map_width_type` varchar(3) NOT NULL,
  `map_height_type` varchar(3) NOT NULL,
  `mass_marker_support` int(10) NOT NULL,
  `ugm_access` int(10) NOT NULL,
  `order_markers_by` int(10) NOT NULL,
  `order_markers_choice` int(10) NOT NULL,
  `show_user_location` int(3) NOT NULL,
  `default_to` varchar(700) NOT NULL,
  `other_settings` longtext NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

LOCK TABLES `wp_wpgmza_maps` WRITE;
/*!40000 ALTER TABLE `wp_wpgmza_maps` DISABLE KEYS */;
INSERT INTO `wp_wpgmza_maps` VALUES (1,'My first map','100','500','64.145172','-21.930084','64.145172495605,-21.930083870975068',15,'0',1,1,1,0,'',0,'',2,2,1,'100',0,0,0,0,0,'','\\%','px',1,0,1,2,0,'','a:13:{s:21:\"store_locator_enabled\";i:2;s:22:\"store_locator_distance\";i:2;s:28:\"store_locator_default_radius\";s:2:\"10\";s:31:\"store_locator_not_found_message\";s:52:\"No results found in this location. Please try again.\";s:20:\"store_locator_bounce\";i:1;s:26:\"store_locator_query_string\";s:14:\"ZIP / Address:\";s:29:\"store_locator_default_address\";s:0:\"\";s:29:\"wpgmza_store_locator_restrict\";s:0:\"\";s:12:\"map_max_zoom\";s:1:\"1\";s:15:\"transport_layer\";i:2;s:17:\"wpgmza_theme_data\";s:1007:\"[{\\\"featureType\\\":\\\"landscape\\\",\\\"stylers\\\":[{\\\"saturation\\\":-100},{\\\"lightness\\\":65},{\\\"visibility\\\":\\\"on\\\"}]},{\\\"featureType\\\":\\\"poi\\\",\\\"stylers\\\":[{\\\"saturation\\\":-100},{\\\"lightness\\\":51},{\\\"visibility\\\":\\\"simplified\\\"}]},{\\\"featureType\\\":\\\"road.highway\\\",\\\"stylers\\\":[{\\\"saturation\\\":-100},{\\\"visibility\\\":\\\"simplified\\\"}]},{\\\"featureType\\\":\\\"road.arterial\\\",\\\"stylers\\\":[{\\\"saturation\\\":-100},{\\\"lightness\\\":30},{\\\"visibility\\\":\\\"on\\\"}]},{\\\"featureType\\\":\\\"road.local\\\",\\\"stylers\\\":[{\\\"saturation\\\":-100},{\\\"lightness\\\":40},{\\\"visibility\\\":\\\"on\\\"}]},{\\\"featureType\\\":\\\"transit\\\",\\\"stylers\\\":[{\\\"saturation\\\":-100},{\\\"visibility\\\":\\\"simplified\\\"}]},{\\\"featureType\\\":\\\"administrative.province\\\",\\\"stylers\\\":[{\\\"visibility\\\":\\\"off\\\"}]},{\\\"featureType\\\":\\\"water\\\",\\\"elementType\\\":\\\"labels\\\",\\\"stylers\\\":[{\\\"visibility\\\":\\\"on\\\"},{\\\"lightness\\\":-25},{\\\"saturation\\\":-100}]},{\\\"featureType\\\":\\\"water\\\",\\\"elementType\\\":\\\"geometry\\\",\\\"stylers\\\":[{\\\"hue\\\":\\\"#ffff00\\\"},{\\\"lightness\\\":-25},{\\\"saturation\\\":-97}]}]\";s:22:\"wpgmza_theme_selection\";i:3;s:30:\"wpgmza_show_points_of_interest\";i:1;}');
/*!40000 ALTER TABLE `wp_wpgmza_maps` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wpgmza_polygon` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `map_id` int(11) NOT NULL,
  `polydata` longtext NOT NULL,
  `innerpolydata` longtext NOT NULL,
  `linecolor` varchar(7) NOT NULL,
  `lineopacity` varchar(7) NOT NULL,
  `fillcolor` varchar(7) NOT NULL,
  `opacity` varchar(3) NOT NULL,
  `title` varchar(250) NOT NULL,
  `link` varchar(700) NOT NULL,
  `ohfillcolor` varchar(7) NOT NULL,
  `ohlinecolor` varchar(7) NOT NULL,
  `ohopacity` varchar(3) NOT NULL,
  `polyname` varchar(100) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

LOCK TABLES `wp_wpgmza_polygon` WRITE;
/*!40000 ALTER TABLE `wp_wpgmza_polygon` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wpgmza_polygon` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wpgmza_polylines` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `map_id` int(11) NOT NULL,
  `polydata` longtext NOT NULL,
  `linecolor` varchar(7) NOT NULL,
  `linethickness` varchar(3) NOT NULL,
  `opacity` varchar(3) NOT NULL,
  `polyname` varchar(100) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

LOCK TABLES `wp_wpgmza_polylines` WRITE;
/*!40000 ALTER TABLE `wp_wpgmza_polylines` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wpgmza_polylines` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wpgmza_rectangles` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `map_id` int(11) NOT NULL,
  `name` text,
  `cornerA` point DEFAULT NULL,
  `cornerB` point DEFAULT NULL,
  `color` varchar(16) DEFAULT NULL,
  `opacity` float DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

LOCK TABLES `wp_wpgmza_rectangles` WRITE;
/*!40000 ALTER TABLE `wp_wpgmza_rectangles` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wpgmza_rectangles` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;



/* Duplicator WordPress Timestamp: 2019-02-19 14:12:37*/
/* DUPLICATOR_MYSQLDUMP_EOF */
