X7ROOT File Manager
Current Path:
/home/bloomi9/mysqldump032222
home
/
bloomi9
/
mysqldump032222
/
📁
..
📄
bloomi9_jo161.sql
(389.07 KB)
📄
bloomi9_landsaleebook.sql
(1.17 MB)
📄
bloomi9_wp137.sql
(2.72 MB)
📄
bloomi9_wp282.sql
(23.84 MB)
📄
bloomi9_wp370.sql
(833.98 MB)
📄
bloomi9_wp374.sql
(1 MB)
📄
bloomi9_wp614.sql
(39.43 MB)
📄
bloomi9_wp954.sql
(89.47 KB)
📄
bloomi9_wrdp1.sql
(1.08 MB)
Editing: bloomi9_wp137.sql
-- MySQL dump 10.19 Distrib 10.3.34-MariaDB, for Linux (x86_64) -- -- Host: localhost Database: bloomi9_wp137 -- ------------------------------------------------------ -- Server version 10.3.34-MariaDB-log /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `wpg3_commentmeta` -- DROP TABLE IF EXISTS `wpg3_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpg3_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpg3_commentmeta` -- LOCK TABLES `wpg3_commentmeta` WRITE; /*!40000 ALTER TABLE `wpg3_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wpg3_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpg3_comments` -- DROP TABLE IF EXISTS `wpg3_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpg3_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 */; -- -- Dumping data for table `wpg3_comments` -- LOCK TABLES `wpg3_comments` WRITE; /*!40000 ALTER TABLE `wpg3_comments` DISABLE KEYS */; INSERT INTO `wpg3_comments` VALUES (1,1,'A WordPress Commenter','wapuu@wordpress.example','https://wordpress.org/','','2019-01-26 15:18:41','2019-01-26 15:18:41','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 `wpg3_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpg3_houzez_currencies` -- DROP TABLE IF EXISTS `wpg3_houzez_currencies`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpg3_houzez_currencies` ( `id` int(10) NOT NULL AUTO_INCREMENT, `currency_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `currency_code` varchar(55) COLLATE utf8mb4_unicode_ci NOT NULL, `currency_symbol` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL, `currency_position` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'before', `currency_decimal` int(10) NOT NULL, `currency_decimal_separator` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '.', `currency_thousand_separator` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ',', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpg3_houzez_currencies` -- LOCK TABLES `wpg3_houzez_currencies` WRITE; /*!40000 ALTER TABLE `wpg3_houzez_currencies` DISABLE KEYS */; /*!40000 ALTER TABLE `wpg3_houzez_currencies` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpg3_houzez_fields_builder` -- DROP TABLE IF EXISTS `wpg3_houzez_fields_builder`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpg3_houzez_fields_builder` ( `id` int(10) NOT NULL AUTO_INCREMENT, `label` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `field_id` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `type` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL, `options` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `fvalues` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `is_search` varchar(25) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `search_compare` varchar(25) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `placeholder` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpg3_houzez_fields_builder` -- LOCK TABLES `wpg3_houzez_fields_builder` WRITE; /*!40000 ALTER TABLE `wpg3_houzez_fields_builder` DISABLE KEYS */; /*!40000 ALTER TABLE `wpg3_houzez_fields_builder` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpg3_houzez_search` -- DROP TABLE IF EXISTS `wpg3_houzez_search`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpg3_houzez_search` ( `id` mediumint(9) NOT NULL AUTO_INCREMENT, `auther_id` mediumint(9) NOT NULL, `query` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `email` longtext COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `url` longtext COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpg3_houzez_search` -- LOCK TABLES `wpg3_houzez_search` WRITE; /*!40000 ALTER TABLE `wpg3_houzez_search` DISABLE KEYS */; /*!40000 ALTER TABLE `wpg3_houzez_search` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpg3_houzez_thread_messages` -- DROP TABLE IF EXISTS `wpg3_houzez_thread_messages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpg3_houzez_thread_messages` ( `id` mediumint(9) NOT NULL AUTO_INCREMENT, `created_by` mediumint(9) NOT NULL, `thread_id` mediumint(9) NOT NULL, `message` longtext COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `attachments` longtext COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpg3_houzez_thread_messages` -- LOCK TABLES `wpg3_houzez_thread_messages` WRITE; /*!40000 ALTER TABLE `wpg3_houzez_thread_messages` DISABLE KEYS */; /*!40000 ALTER TABLE `wpg3_houzez_thread_messages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpg3_houzez_threads` -- DROP TABLE IF EXISTS `wpg3_houzez_threads`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpg3_houzez_threads` ( `id` mediumint(9) NOT NULL AUTO_INCREMENT, `sender_id` mediumint(9) NOT NULL, `receiver_id` mediumint(9) NOT NULL, `property_id` mediumint(9) NOT NULL, `seen` mediumint(9) NOT NULL, `time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpg3_houzez_threads` -- LOCK TABLES `wpg3_houzez_threads` WRITE; /*!40000 ALTER TABLE `wpg3_houzez_threads` DISABLE KEYS */; /*!40000 ALTER TABLE `wpg3_houzez_threads` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpg3_links` -- DROP TABLE IF EXISTS `wpg3_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpg3_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT 1, `link_rating` int(11) NOT NULL DEFAULT 0, `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpg3_links` -- LOCK TABLES `wpg3_links` WRITE; /*!40000 ALTER TABLE `wpg3_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wpg3_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpg3_loginizer_logs` -- DROP TABLE IF EXISTS `wpg3_loginizer_logs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpg3_loginizer_logs` ( `username` varchar(255) NOT NULL DEFAULT '', `time` int(10) NOT NULL DEFAULT 0, `count` int(10) NOT NULL DEFAULT 0, `lockout` int(10) NOT NULL DEFAULT 0, `ip` varchar(255) NOT NULL DEFAULT '', `url` varchar(255) NOT NULL DEFAULT '', UNIQUE KEY `ip` (`ip`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpg3_loginizer_logs` -- LOCK TABLES `wpg3_loginizer_logs` WRITE; /*!40000 ALTER TABLE `wpg3_loginizer_logs` DISABLE KEYS */; /*!40000 ALTER TABLE `wpg3_loginizer_logs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpg3_options` -- DROP TABLE IF EXISTS `wpg3_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpg3_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=29885 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpg3_options` -- LOCK TABLES `wpg3_options` WRITE; /*!40000 ALTER TABLE `wpg3_options` DISABLE KEYS */; INSERT INTO `wpg3_options` VALUES (1,'siteurl','http://demo.landfarmhome.com','yes'); INSERT INTO `wpg3_options` VALUES (2,'home','http://demo.landfarmhome.com','yes'); INSERT INTO `wpg3_options` VALUES (3,'blogname','Land Farm Home','yes'); INSERT INTO `wpg3_options` VALUES (4,'blogdescription','Land and Rural Lifestyle Properties','yes'); INSERT INTO `wpg3_options` VALUES (5,'users_can_register','1','yes'); INSERT INTO `wpg3_options` VALUES (6,'admin_email','admin@demo.landfarmhome.com','yes'); INSERT INTO `wpg3_options` VALUES (7,'start_of_week','1','yes'); INSERT INTO `wpg3_options` VALUES (8,'use_balanceTags','0','yes'); INSERT INTO `wpg3_options` VALUES (9,'use_smilies','1','yes'); INSERT INTO `wpg3_options` VALUES (10,'require_name_email','1','yes'); INSERT INTO `wpg3_options` VALUES (11,'comments_notify','1','yes'); INSERT INTO `wpg3_options` VALUES (12,'posts_per_rss','10','yes'); INSERT INTO `wpg3_options` VALUES (13,'rss_use_excerpt','0','yes'); INSERT INTO `wpg3_options` VALUES (14,'mailserver_url','mail.example.com','yes'); INSERT INTO `wpg3_options` VALUES (15,'mailserver_login','login@example.com','yes'); INSERT INTO `wpg3_options` VALUES (16,'mailserver_pass','password','yes'); INSERT INTO `wpg3_options` VALUES (17,'mailserver_port','110','yes'); INSERT INTO `wpg3_options` VALUES (18,'default_category','1','yes'); INSERT INTO `wpg3_options` VALUES (19,'default_comment_status','open','yes'); INSERT INTO `wpg3_options` VALUES (20,'default_ping_status','open','yes'); INSERT INTO `wpg3_options` VALUES (21,'default_pingback_flag','1','yes'); INSERT INTO `wpg3_options` VALUES (22,'posts_per_page','10','yes'); INSERT INTO `wpg3_options` VALUES (23,'date_format','F j, Y','yes'); INSERT INTO `wpg3_options` VALUES (24,'time_format','g:i a','yes'); INSERT INTO `wpg3_options` VALUES (25,'links_updated_date_format','F j, Y g:i a','yes'); INSERT INTO `wpg3_options` VALUES (26,'comment_moderation','0','yes'); INSERT INTO `wpg3_options` VALUES (27,'moderation_notify','1','yes'); INSERT INTO `wpg3_options` VALUES (28,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes'); INSERT INTO `wpg3_options` VALUES (29,'rewrite_rules','a:340:{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:11:\"property/?$\";s:28:\"index.php?post_type=property\";s:41:\"property/feed/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?post_type=property&feed=$matches[1]\";s:36:\"property/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?post_type=property&feed=$matches[1]\";s:28:\"property/page/([0-9]{1,})/?$\";s:46:\"index.php?post_type=property&paged=$matches[1]\";s:11:\"agencies/?$\";s:33:\"index.php?post_type=houzez_agency\";s:41:\"agencies/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_type=houzez_agency&feed=$matches[1]\";s:36:\"agencies/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_type=houzez_agency&feed=$matches[1]\";s:28:\"agencies/page/([0-9]{1,})/?$\";s:51:\"index.php?post_type=houzez_agency&paged=$matches[1]\";s:8:\"agent/?$\";s:32:\"index.php?post_type=houzez_agent\";s:38:\"agent/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?post_type=houzez_agent&feed=$matches[1]\";s:33:\"agent/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?post_type=houzez_agent&feed=$matches[1]\";s:25:\"agent/page/([0-9]{1,})/?$\";s:50:\"index.php?post_type=houzez_agent&paged=$matches[1]\";s:10:\"package/?$\";s:35:\"index.php?post_type=houzez_packages\";s:40:\"package/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?post_type=houzez_packages&feed=$matches[1]\";s:35:\"package/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?post_type=houzez_packages&feed=$matches[1]\";s:27:\"package/page/([0-9]{1,})/?$\";s:53:\"index.php?post_type=houzez_packages&paged=$matches[1]\";s:16:\"user_packages/?$\";s:33:\"index.php?post_type=user_packages\";s:46:\"user_packages/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_type=user_packages&feed=$matches[1]\";s:41:\"user_packages/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_type=user_packages&feed=$matches[1]\";s:33:\"user_packages/page/([0-9]{1,})/?$\";s:51:\"index.php?post_type=user_packages&paged=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:57:\"wpforms_log_type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?wpforms_log_type=$matches[1]&feed=$matches[2]\";s:52:\"wpforms_log_type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?wpforms_log_type=$matches[1]&feed=$matches[2]\";s:33:\"wpforms_log_type/([^/]+)/embed/?$\";s:49:\"index.php?wpforms_log_type=$matches[1]&embed=true\";s:45:\"wpforms_log_type/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?wpforms_log_type=$matches[1]&paged=$matches[2]\";s:27:\"wpforms_log_type/([^/]+)/?$\";s:38:\"index.php?wpforms_log_type=$matches[1]\";s:34:\"property/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"property/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"property/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"property/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"property/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"property/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"property/(.+?)/embed/?$\";s:41:\"index.php?property=$matches[1]&embed=true\";s:27:\"property/(.+?)/trackback/?$\";s:35:\"index.php?property=$matches[1]&tb=1\";s:47:\"property/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?property=$matches[1]&feed=$matches[2]\";s:42:\"property/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?property=$matches[1]&feed=$matches[2]\";s:35:\"property/(.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?property=$matches[1]&paged=$matches[2]\";s:42:\"property/(.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?property=$matches[1]&cpage=$matches[2]\";s:31:\"property/(.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?property=$matches[1]&page=$matches[2]\";s:54:\"property-type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?property_type=$matches[1]&feed=$matches[2]\";s:49:\"property-type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?property_type=$matches[1]&feed=$matches[2]\";s:30:\"property-type/([^/]+)/embed/?$\";s:46:\"index.php?property_type=$matches[1]&embed=true\";s:42:\"property-type/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?property_type=$matches[1]&paged=$matches[2]\";s:24:\"property-type/([^/]+)/?$\";s:35:\"index.php?property_type=$matches[1]\";s:47:\"status/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?property_status=$matches[1]&feed=$matches[2]\";s:42:\"status/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?property_status=$matches[1]&feed=$matches[2]\";s:23:\"status/([^/]+)/embed/?$\";s:48:\"index.php?property_status=$matches[1]&embed=true\";s:35:\"status/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?property_status=$matches[1]&paged=$matches[2]\";s:17:\"status/([^/]+)/?$\";s:37:\"index.php?property_status=$matches[1]\";s:48:\"feature/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?property_feature=$matches[1]&feed=$matches[2]\";s:43:\"feature/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?property_feature=$matches[1]&feed=$matches[2]\";s:24:\"feature/([^/]+)/embed/?$\";s:49:\"index.php?property_feature=$matches[1]&embed=true\";s:36:\"feature/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?property_feature=$matches[1]&paged=$matches[2]\";s:18:\"feature/([^/]+)/?$\";s:38:\"index.php?property_feature=$matches[1]\";s:46:\"label/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?property_label=$matches[1]&feed=$matches[2]\";s:41:\"label/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?property_label=$matches[1]&feed=$matches[2]\";s:22:\"label/([^/]+)/embed/?$\";s:47:\"index.php?property_label=$matches[1]&embed=true\";s:34:\"label/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?property_label=$matches[1]&paged=$matches[2]\";s:16:\"label/([^/]+)/?$\";s:36:\"index.php?property_label=$matches[1]\";s:45:\"city/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?property_city=$matches[1]&feed=$matches[2]\";s:40:\"city/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?property_city=$matches[1]&feed=$matches[2]\";s:21:\"city/([^/]+)/embed/?$\";s:46:\"index.php?property_city=$matches[1]&embed=true\";s:33:\"city/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?property_city=$matches[1]&paged=$matches[2]\";s:15:\"city/([^/]+)/?$\";s:35:\"index.php?property_city=$matches[1]\";s:45:\"area/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?property_area=$matches[1]&feed=$matches[2]\";s:40:\"area/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?property_area=$matches[1]&feed=$matches[2]\";s:21:\"area/([^/]+)/embed/?$\";s:46:\"index.php?property_area=$matches[1]&embed=true\";s:33:\"area/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?property_area=$matches[1]&paged=$matches[2]\";s:15:\"area/([^/]+)/?$\";s:35:\"index.php?property_area=$matches[1]\";s:46:\"state/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?property_state=$matches[1]&feed=$matches[2]\";s:41:\"state/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?property_state=$matches[1]&feed=$matches[2]\";s:22:\"state/([^/]+)/embed/?$\";s:47:\"index.php?property_state=$matches[1]&embed=true\";s:34:\"state/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?property_state=$matches[1]&paged=$matches[2]\";s:16:\"state/([^/]+)/?$\";s:36:\"index.php?property_state=$matches[1]\";s:36:\"agencies/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"agencies/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"agencies/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"agencies/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"agencies/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"agencies/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"agencies/([^/]+)/embed/?$\";s:46:\"index.php?houzez_agency=$matches[1]&embed=true\";s:29:\"agencies/([^/]+)/trackback/?$\";s:40:\"index.php?houzez_agency=$matches[1]&tb=1\";s:49:\"agencies/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?houzez_agency=$matches[1]&feed=$matches[2]\";s:44:\"agencies/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?houzez_agency=$matches[1]&feed=$matches[2]\";s:37:\"agencies/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?houzez_agency=$matches[1]&paged=$matches[2]\";s:44:\"agencies/([^/]+)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?houzez_agency=$matches[1]&cpage=$matches[2]\";s:33:\"agencies/([^/]+)(?:/([0-9]+))?/?$\";s:52:\"index.php?houzez_agency=$matches[1]&page=$matches[2]\";s:25:\"agencies/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"agencies/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\"agencies/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"agencies/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"agencies/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"agencies/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"agent/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"agent/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"agent/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"agent/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"agent/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"agent/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:20:\"agent/(.+?)/embed/?$\";s:45:\"index.php?houzez_agent=$matches[1]&embed=true\";s:24:\"agent/(.+?)/trackback/?$\";s:39:\"index.php?houzez_agent=$matches[1]&tb=1\";s:44:\"agent/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?houzez_agent=$matches[1]&feed=$matches[2]\";s:39:\"agent/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?houzez_agent=$matches[1]&feed=$matches[2]\";s:32:\"agent/(.+?)/page/?([0-9]{1,})/?$\";s:52:\"index.php?houzez_agent=$matches[1]&paged=$matches[2]\";s:39:\"agent/(.+?)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?houzez_agent=$matches[1]&cpage=$matches[2]\";s:28:\"agent/(.+?)(?:/([0-9]+))?/?$\";s:51:\"index.php?houzez_agent=$matches[1]&page=$matches[2]\";s:55:\"agent_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?agent_category=$matches[1]&feed=$matches[2]\";s:50:\"agent_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?agent_category=$matches[1]&feed=$matches[2]\";s:31:\"agent_category/([^/]+)/embed/?$\";s:47:\"index.php?agent_category=$matches[1]&embed=true\";s:43:\"agent_category/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?agent_category=$matches[1]&paged=$matches[2]\";s:25:\"agent_category/([^/]+)/?$\";s:36:\"index.php?agent_category=$matches[1]\";s:51:\"agent_city/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?agent_city=$matches[1]&feed=$matches[2]\";s:46:\"agent_city/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?agent_city=$matches[1]&feed=$matches[2]\";s:27:\"agent_city/([^/]+)/embed/?$\";s:43:\"index.php?agent_city=$matches[1]&embed=true\";s:39:\"agent_city/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?agent_city=$matches[1]&paged=$matches[2]\";s:21:\"agent_city/([^/]+)/?$\";s:32:\"index.php?agent_city=$matches[1]\";s:38:\"testimonials/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"testimonials/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"testimonials/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"testimonials/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"testimonials/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"testimonials/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"testimonials/(.+?)/embed/?$\";s:52:\"index.php?houzez_testimonials=$matches[1]&embed=true\";s:31:\"testimonials/(.+?)/trackback/?$\";s:46:\"index.php?houzez_testimonials=$matches[1]&tb=1\";s:39:\"testimonials/(.+?)/page/?([0-9]{1,})/?$\";s:59:\"index.php?houzez_testimonials=$matches[1]&paged=$matches[2]\";s:46:\"testimonials/(.+?)/comment-page-([0-9]{1,})/?$\";s:59:\"index.php?houzez_testimonials=$matches[1]&cpage=$matches[2]\";s:35:\"testimonials/(.+?)(?:/([0-9]+))?/?$\";s:58:\"index.php?houzez_testimonials=$matches[1]&page=$matches[2]\";s:35:\"partner/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"partner/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"partner/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"partner/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"partner/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"partner/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"partner/([^/]+)/embed/?$\";s:47:\"index.php?houzez_partner=$matches[1]&embed=true\";s:28:\"partner/([^/]+)/trackback/?$\";s:41:\"index.php?houzez_partner=$matches[1]&tb=1\";s:36:\"partner/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?houzez_partner=$matches[1]&paged=$matches[2]\";s:43:\"partner/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?houzez_partner=$matches[1]&cpage=$matches[2]\";s:32:\"partner/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?houzez_partner=$matches[1]&page=$matches[2]\";s:24:\"partner/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"partner/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"partner/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"partner/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"partner/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"partner/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"invoice/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"invoice/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"invoice/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"invoice/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"invoice/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"invoice/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"invoice/([^/]+)/embed/?$\";s:47:\"index.php?houzez_invoice=$matches[1]&embed=true\";s:28:\"invoice/([^/]+)/trackback/?$\";s:41:\"index.php?houzez_invoice=$matches[1]&tb=1\";s:36:\"invoice/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?houzez_invoice=$matches[1]&paged=$matches[2]\";s:43:\"invoice/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?houzez_invoice=$matches[1]&cpage=$matches[2]\";s:32:\"invoice/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?houzez_invoice=$matches[1]&page=$matches[2]\";s:24:\"invoice/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"invoice/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"invoice/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"invoice/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"invoice/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"invoice/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"package/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"package/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"package/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"package/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"package/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"package/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"package/([^/]+)/embed/?$\";s:48:\"index.php?houzez_packages=$matches[1]&embed=true\";s:28:\"package/([^/]+)/trackback/?$\";s:42:\"index.php?houzez_packages=$matches[1]&tb=1\";s:48:\"package/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?houzez_packages=$matches[1]&feed=$matches[2]\";s:43:\"package/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?houzez_packages=$matches[1]&feed=$matches[2]\";s:36:\"package/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?houzez_packages=$matches[1]&paged=$matches[2]\";s:43:\"package/([^/]+)/comment-page-([0-9]{1,})/?$\";s:55:\"index.php?houzez_packages=$matches[1]&cpage=$matches[2]\";s:32:\"package/([^/]+)(?:/([0-9]+))?/?$\";s:54:\"index.php?houzez_packages=$matches[1]&page=$matches[2]\";s:24:\"package/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"package/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"package/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"package/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"package/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"package/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:41:\"user_packages/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:51:\"user_packages/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"user_packages/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"user_packages/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"user_packages/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:47:\"user_packages/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:30:\"user_packages/([^/]+)/embed/?$\";s:46:\"index.php?user_packages=$matches[1]&embed=true\";s:34:\"user_packages/([^/]+)/trackback/?$\";s:40:\"index.php?user_packages=$matches[1]&tb=1\";s:54:\"user_packages/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?user_packages=$matches[1]&feed=$matches[2]\";s:49:\"user_packages/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?user_packages=$matches[1]&feed=$matches[2]\";s:42:\"user_packages/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?user_packages=$matches[1]&paged=$matches[2]\";s:49:\"user_packages/([^/]+)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?user_packages=$matches[1]&cpage=$matches[2]\";s:38:\"user_packages/([^/]+)(?:/([0-9]+))?/?$\";s:52:\"index.php?user_packages=$matches[1]&page=$matches[2]\";s:30:\"user_packages/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:40:\"user_packages/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:60:\"user_packages/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"user_packages/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"user_packages/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:36:\"user_packages/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"vc_grid_item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"vc_grid_item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"vc_grid_item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"vc_grid_item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"vc_grid_item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"vc_grid_item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"vc_grid_item/([^/]+)/embed/?$\";s:45:\"index.php?vc_grid_item=$matches[1]&embed=true\";s:33:\"vc_grid_item/([^/]+)/trackback/?$\";s:39:\"index.php?vc_grid_item=$matches[1]&tb=1\";s:41:\"vc_grid_item/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?vc_grid_item=$matches[1]&paged=$matches[2]\";s:48:\"vc_grid_item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?vc_grid_item=$matches[1]&cpage=$matches[2]\";s:37:\"vc_grid_item/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?vc_grid_item=$matches[1]&page=$matches[2]\";s:29:\"vc_grid_item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"vc_grid_item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"vc_grid_item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"vc_grid_item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"vc_grid_item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"vc_grid_item/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"mc4wp-form/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"mc4wp-form/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"mc4wp-form/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"mc4wp-form/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"mc4wp-form/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"mc4wp-form/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"mc4wp-form/([^/]+)/embed/?$\";s:43:\"index.php?mc4wp-form=$matches[1]&embed=true\";s:31:\"mc4wp-form/([^/]+)/trackback/?$\";s:37:\"index.php?mc4wp-form=$matches[1]&tb=1\";s:39:\"mc4wp-form/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?mc4wp-form=$matches[1]&paged=$matches[2]\";s:46:\"mc4wp-form/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?mc4wp-form=$matches[1]&cpage=$matches[2]\";s:35:\"mc4wp-form/([^/]+)(?:/([0-9]+))?/?$\";s:49:\"index.php?mc4wp-form=$matches[1]&page=$matches[2]\";s:27:\"mc4wp-form/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"mc4wp-form/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"mc4wp-form/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"mc4wp-form/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"mc4wp-form/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"mc4wp-form/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"amn_wpforms-lite/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"amn_wpforms-lite/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"amn_wpforms-lite/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"amn_wpforms-lite/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"amn_wpforms-lite/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"amn_wpforms-lite/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"amn_wpforms-lite/([^/]+)/embed/?$\";s:49:\"index.php?amn_wpforms-lite=$matches[1]&embed=true\";s:37:\"amn_wpforms-lite/([^/]+)/trackback/?$\";s:43:\"index.php?amn_wpforms-lite=$matches[1]&tb=1\";s:45:\"amn_wpforms-lite/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?amn_wpforms-lite=$matches[1]&paged=$matches[2]\";s:52:\"amn_wpforms-lite/([^/]+)/comment-page-([0-9]{1,})/?$\";s:56:\"index.php?amn_wpforms-lite=$matches[1]&cpage=$matches[2]\";s:41:\"amn_wpforms-lite/([^/]+)(?:/([0-9]+))?/?$\";s:55:\"index.php?amn_wpforms-lite=$matches[1]&page=$matches[2]\";s:33:\"amn_wpforms-lite/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"amn_wpforms-lite/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"amn_wpforms-lite/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"amn_wpforms-lite/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"amn_wpforms-lite/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"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:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:40:\"index.php?&page_id=194&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[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:83:\"[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:83:\"[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:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([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:57:\"([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:77:\"([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:72:\"([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:65:\"([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:72:\"([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:61:\"([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:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[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:72:\"[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:72:\"[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:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([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:51:\"([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:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'); INSERT INTO `wpg3_options` VALUES (30,'hack_file','0','yes'); INSERT INTO `wpg3_options` VALUES (31,'blog_charset','UTF-8','yes'); INSERT INTO `wpg3_options` VALUES (32,'moderation_keys','','no'); INSERT INTO `wpg3_options` VALUES (33,'active_plugins','a:11:{i:0;s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";i:1;s:33:\"classic-editor/classic-editor.php\";i:2;s:36:\"contact-form-7/wp-contact-form-7.php\";i:3;s:47:\"houzez-login-register/houzez-login-register.php\";i:4;s:57:\"houzez-theme-functionality/houzez-theme-functionality.php\";i:5;s:19:\"jetpack/jetpack.php\";i:6;s:27:\"js_composer/js_composer.php\";i:7;s:23:\"loginizer/loginizer.php\";i:8;s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";i:9;s:23:\"revslider/revslider.php\";i:10;s:24:\"wpforms-lite/wpforms.php\";}','yes'); INSERT INTO `wpg3_options` VALUES (34,'category_base','','yes'); INSERT INTO `wpg3_options` VALUES (35,'ping_sites','http://rpc.pingomatic.com/','yes'); INSERT INTO `wpg3_options` VALUES (36,'comment_max_links','2','yes'); INSERT INTO `wpg3_options` VALUES (37,'gmt_offset','0','yes'); INSERT INTO `wpg3_options` VALUES (38,'default_email_category','1','yes'); INSERT INTO `wpg3_options` VALUES (39,'recently_edited','','no'); INSERT INTO `wpg3_options` VALUES (40,'template','houzez','yes'); INSERT INTO `wpg3_options` VALUES (41,'stylesheet','houzez','yes'); INSERT INTO `wpg3_options` VALUES (42,'comment_whitelist','1','yes'); INSERT INTO `wpg3_options` VALUES (43,'blacklist_keys','','no'); INSERT INTO `wpg3_options` VALUES (44,'comment_registration','0','yes'); INSERT INTO `wpg3_options` VALUES (45,'html_type','text/html','yes'); INSERT INTO `wpg3_options` VALUES (46,'use_trackback','0','yes'); INSERT INTO `wpg3_options` VALUES (47,'default_role','subscriber','yes'); INSERT INTO `wpg3_options` VALUES (48,'db_version','43764','yes'); INSERT INTO `wpg3_options` VALUES (49,'uploads_use_yearmonth_folders','1','yes'); INSERT INTO `wpg3_options` VALUES (50,'upload_path','','yes'); INSERT INTO `wpg3_options` VALUES (51,'blog_public','1','yes'); INSERT INTO `wpg3_options` VALUES (52,'default_link_category','2','yes'); INSERT INTO `wpg3_options` VALUES (53,'show_on_front','page','yes'); INSERT INTO `wpg3_options` VALUES (54,'tag_base','','yes'); INSERT INTO `wpg3_options` VALUES (55,'show_avatars','1','yes'); INSERT INTO `wpg3_options` VALUES (56,'avatar_rating','G','yes'); INSERT INTO `wpg3_options` VALUES (57,'upload_url_path','','yes'); INSERT INTO `wpg3_options` VALUES (58,'thumbnail_size_w','150','yes'); INSERT INTO `wpg3_options` VALUES (59,'thumbnail_size_h','150','yes'); INSERT INTO `wpg3_options` VALUES (60,'thumbnail_crop','1','yes'); INSERT INTO `wpg3_options` VALUES (61,'medium_size_w','300','yes'); INSERT INTO `wpg3_options` VALUES (62,'medium_size_h','300','yes'); INSERT INTO `wpg3_options` VALUES (63,'avatar_default','mystery','yes'); INSERT INTO `wpg3_options` VALUES (64,'large_size_w','1024','yes'); INSERT INTO `wpg3_options` VALUES (65,'large_size_h','1024','yes'); INSERT INTO `wpg3_options` VALUES (66,'image_default_link_type','none','yes'); INSERT INTO `wpg3_options` VALUES (67,'image_default_size','','yes'); INSERT INTO `wpg3_options` VALUES (68,'image_default_align','','yes'); INSERT INTO `wpg3_options` VALUES (69,'close_comments_for_old_posts','0','yes'); INSERT INTO `wpg3_options` VALUES (70,'close_comments_days_old','14','yes'); INSERT INTO `wpg3_options` VALUES (71,'thread_comments','1','yes'); INSERT INTO `wpg3_options` VALUES (72,'thread_comments_depth','5','yes'); INSERT INTO `wpg3_options` VALUES (73,'page_comments','0','yes'); INSERT INTO `wpg3_options` VALUES (74,'comments_per_page','50','yes'); INSERT INTO `wpg3_options` VALUES (75,'default_comments_page','newest','yes'); INSERT INTO `wpg3_options` VALUES (76,'comment_order','asc','yes'); INSERT INTO `wpg3_options` VALUES (77,'sticky_posts','a:0:{}','yes'); INSERT INTO `wpg3_options` VALUES (78,'widget_categories','a:3:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}i:3;a:4:{s:5:\"title\";s:6:\"Topics\";s:5:\"count\";i:1;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'); INSERT INTO `wpg3_options` VALUES (79,'widget_text','a:2:{i:1;a:3:{s:5:\"title\";s:56:\"Allow your visitor to create listing without registering\";s:4:\"text\";s:418:\"<img src=\"http://houzez01.favethemes.com/wp-content/uploads/2016/03/slider-02.jpg\">\r\n\r\nBoth you and your agents are able to login and submit property listings from the front of your website but Houzez also allows (optionally) to create a listing just entering your email and will be automatically created a new account.\r\n\r\n<strong>To avoid spam user the account just created have to be confirmed by email.</strong>\r\n\r\n\";s:6:\"filter\";b:1;}s:12:\"_multiwidget\";i:1;}','yes'); INSERT INTO `wpg3_options` VALUES (80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'); INSERT INTO `wpg3_options` VALUES (81,'uninstall_plugins','a:2:{s:23:\"loginizer/loginizer.php\";s:22:\"loginizer_deactivation\";s:33:\"classic-editor/classic-editor.php\";a:2:{i:0;s:14:\"Classic_Editor\";i:1;s:9:\"uninstall\";}}','no'); INSERT INTO `wpg3_options` VALUES (82,'timezone_string','','yes'); INSERT INTO `wpg3_options` VALUES (83,'page_for_posts','0','yes'); INSERT INTO `wpg3_options` VALUES (84,'page_on_front','194','yes'); INSERT INTO `wpg3_options` VALUES (85,'default_post_format','0','yes'); INSERT INTO `wpg3_options` VALUES (86,'link_manager_enabled','0','yes'); INSERT INTO `wpg3_options` VALUES (87,'finished_splitting_shared_terms','1','yes'); INSERT INTO `wpg3_options` VALUES (88,'site_icon','0','yes'); INSERT INTO `wpg3_options` VALUES (89,'medium_large_size_w','768','yes'); INSERT INTO `wpg3_options` VALUES (90,'medium_large_size_h','0','yes'); INSERT INTO `wpg3_options` VALUES (91,'wp_page_for_privacy_policy','3','yes'); INSERT INTO `wpg3_options` VALUES (92,'show_comments_cookies_opt_in','0','yes'); INSERT INTO `wpg3_options` VALUES (93,'initial_db_version','43764','yes'); INSERT INTO `wpg3_options` VALUES (94,'wpg3_user_roles','a:11:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:106:{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:17:\"create_properties\";b:1;s:18:\"publish_properties\";b:1;s:13:\"read_property\";b:1;s:15:\"delete_property\";b:1;s:13:\"edit_property\";b:1;s:15:\"edit_properties\";b:1;s:17:\"delete_properties\";b:1;s:25:\"edit_published_properties\";b:1;s:27:\"delete_published_properties\";b:1;s:23:\"read_private_properties\";b:1;s:25:\"delete_private_properties\";b:1;s:22:\"edit_others_properties\";b:1;s:24:\"delete_others_properties\";b:1;s:23:\"edit_private_properties\";b:1;s:19:\"delete_user_package\";b:1;s:20:\"delete_user_packages\";b:1;s:18:\"edit_user_packages\";b:1;s:27:\"delete_others_user_packages\";b:1;s:16:\"read_testimonial\";b:1;s:16:\"edit_testimonial\";b:1;s:18:\"delete_testimonial\";b:1;s:19:\"create_testimonials\";b:1;s:20:\"publish_testimonials\";b:1;s:17:\"edit_testimonials\";b:1;s:27:\"edit_published_testimonials\";b:1;s:29:\"delete_published_testimonials\";b:1;s:19:\"delete_testimonials\";b:1;s:27:\"delete_private_testimonials\";b:1;s:26:\"delete_others_testimonials\";b:1;s:24:\"edit_others_testimonials\";b:1;s:25:\"edit_private_testimonials\";b:1;s:10:\"read_agent\";b:1;s:12:\"delete_agent\";b:1;s:10:\"edit_agent\";b:1;s:13:\"create_agents\";b:1;s:11:\"edit_agents\";b:1;s:18:\"edit_others_agents\";b:1;s:14:\"publish_agents\";b:1;s:19:\"read_private_agents\";b:1;s:13:\"delete_agents\";b:1;s:21:\"delete_private_agents\";b:1;s:23:\"delete_published_agents\";b:1;s:20:\"delete_others_agents\";b:1;s:19:\"edit_private_agents\";b:1;s:21:\"edit_published_agents\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:74:{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:17:\"create_properties\";b:1;s:13:\"read_property\";b:1;s:15:\"delete_property\";b:1;s:13:\"edit_property\";b:1;s:18:\"publish_properties\";b:1;s:15:\"edit_properties\";b:1;s:25:\"edit_published_properties\";b:1;s:27:\"delete_published_properties\";b:1;s:23:\"read_private_properties\";b:1;s:25:\"delete_private_properties\";b:1;s:22:\"edit_others_properties\";b:1;s:24:\"delete_others_properties\";b:1;s:23:\"edit_private_properties\";b:1;s:16:\"read_testimonial\";b:1;s:18:\"delete_testimonial\";b:1;s:16:\"edit_testimonial\";b:1;s:19:\"create_testimonials\";b:1;s:20:\"publish_testimonials\";b:1;s:17:\"edit_testimonials\";b:1;s:27:\"edit_published_testimonials\";b:1;s:29:\"delete_published_testimonials\";b:1;s:19:\"delete_testimonials\";b:1;s:27:\"delete_private_testimonials\";b:1;s:26:\"delete_others_testimonials\";b:1;s:24:\"edit_others_testimonials\";b:1;s:25:\"edit_private_testimonials\";b:1;s:10:\"read_agent\";b:1;s:12:\"delete_agent\";b:1;s:10:\"edit_agent\";b:1;s:13:\"create_agents\";b:1;s:11:\"edit_agents\";b:1;s:18:\"edit_others_agents\";b:1;s:14:\"publish_agents\";b:1;s:19:\"read_private_agents\";b:1;s:13:\"delete_agents\";b:1;s:21:\"delete_private_agents\";b:1;s:23:\"delete_published_agents\";b:1;s:20:\"delete_others_agents\";b:1;s:19:\"edit_private_agents\";b:1;s:21:\"edit_published_agents\";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:12:{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:17:\"create_properties\";b:1;s:13:\"read_property\";b:1;s:15:\"delete_property\";b:1;s:13:\"edit_property\";b:1;s:15:\"edit_properties\";b:1;s:25:\"edit_published_properties\";b:1;s:27:\"delete_published_properties\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:12:\"houzez_buyer\";a:2:{s:4:\"name\";s:5:\"Buyer\";s:12:\"capabilities\";a:3:{s:4:\"read\";b:1;s:10:\"edit_posts\";b:0;s:12:\"delete_posts\";b:0;}}s:13:\"houzez_agency\";a:2:{s:4:\"name\";s:6:\"Agency\";s:12:\"capabilities\";a:20:{s:4:\"read\";b:1;s:10:\"edit_posts\";b:1;s:12:\"delete_posts\";b:1;s:13:\"read_property\";b:1;s:13:\"publish_posts\";b:1;s:13:\"edit_property\";b:1;s:17:\"create_properties\";b:1;s:15:\"edit_properties\";b:1;s:17:\"delete_properties\";b:1;s:25:\"edit_published_properties\";b:1;s:18:\"publish_properties\";b:1;s:27:\"delete_published_properties\";b:1;s:25:\"delete_private_properties\";b:1;s:16:\"read_testimonial\";b:1;s:16:\"edit_testimonial\";b:1;s:19:\"create_testimonials\";b:1;s:17:\"edit_testimonials\";b:1;s:27:\"edit_published_testimonials\";b:1;s:20:\"publish_testimonials\";b:1;s:29:\"delete_published_testimonials\";b:1;}}s:12:\"houzez_agent\";a:2:{s:4:\"name\";s:5:\"Agent\";s:12:\"capabilities\";a:18:{s:4:\"read\";b:1;s:10:\"edit_posts\";b:1;s:12:\"delete_posts\";b:1;s:13:\"read_property\";b:1;s:13:\"publish_posts\";b:1;s:13:\"edit_property\";b:1;s:17:\"create_properties\";b:1;s:15:\"edit_properties\";b:1;s:17:\"delete_properties\";b:1;s:25:\"edit_published_properties\";b:1;s:18:\"publish_properties\";b:1;s:27:\"delete_published_properties\";b:1;s:16:\"read_testimonial\";b:1;s:16:\"edit_testimonial\";b:1;s:19:\"create_testimonials\";b:1;s:12:\"upload_files\";b:1;s:15:\"delete_property\";b:1;s:18:\"delete_testimonial\";b:1;}}s:13:\"houzez_seller\";a:2:{s:4:\"name\";s:6:\"Seller\";s:12:\"capabilities\";a:10:{s:4:\"read\";b:1;s:13:\"read_property\";b:1;s:13:\"edit_property\";b:1;s:17:\"create_properties\";b:1;s:15:\"edit_properties\";b:1;s:17:\"delete_properties\";b:1;s:25:\"edit_published_properties\";b:1;s:18:\"publish_properties\";b:1;s:27:\"delete_published_properties\";b:1;s:25:\"delete_private_properties\";b:1;}}s:12:\"houzez_owner\";a:2:{s:4:\"name\";s:5:\"Owner\";s:12:\"capabilities\";a:13:{s:4:\"read\";b:0;s:10:\"edit_posts\";b:0;s:12:\"delete_posts\";b:0;s:13:\"read_property\";b:1;s:13:\"publish_posts\";b:0;s:13:\"edit_property\";b:1;s:17:\"create_properties\";b:1;s:15:\"edit_properties\";b:1;s:17:\"delete_properties\";b:1;s:25:\"edit_published_properties\";b:1;s:18:\"publish_properties\";b:1;s:27:\"delete_published_properties\";b:1;s:25:\"delete_private_properties\";b:1;}}s:14:\"houzez_manager\";a:2:{s:4:\"name\";s:7:\"Manager\";s:12:\"capabilities\";a:13:{s:4:\"read\";b:0;s:10:\"edit_posts\";b:0;s:12:\"delete_posts\";b:0;s:13:\"read_property\";b:1;s:13:\"publish_posts\";b:0;s:13:\"edit_property\";b:1;s:17:\"create_properties\";b:1;s:15:\"edit_properties\";b:1;s:17:\"delete_properties\";b:1;s:25:\"edit_published_properties\";b:1;s:18:\"publish_properties\";b:1;s:27:\"delete_published_properties\";b:1;s:25:\"delete_private_properties\";b:1;}}}','yes'); INSERT INTO `wpg3_options` VALUES (95,'fresh_site','0','yes'); INSERT INTO `wpg3_options` VALUES (96,'widget_search','a:3:{i:2;a:1:{s:5:\"title\";s:0:\"\";}i:3;a:1:{s:5:\"title\";s:11:\"Blog Search\";}s:12:\"_multiwidget\";i:1;}','yes'); INSERT INTO `wpg3_options` VALUES (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'); INSERT INTO `wpg3_options` VALUES (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'); INSERT INTO `wpg3_options` VALUES (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'); INSERT INTO `wpg3_options` VALUES (100,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'); INSERT INTO `wpg3_options` VALUES (101,'sidebars_widgets','a:15:{s:19:\"wp_inactive_widgets\";a:0:{}s:15:\"default-sidebar\";a:9:{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\";i:6;s:8:\"search-3\";i:7;s:12:\"categories-3\";i:8;s:11:\"tag_cloud-1\";}s:16:\"property-listing\";a:5:{i:0;s:28:\"houzez_mortgage_calculator-1\";i:1;s:28:\"houzez_featured_properties-1\";i:2;s:28:\"houzez_property_taxonomies-1\";i:3;s:28:\"houzez_property_taxonomies-2\";i:4;s:26:\"houzez_properties_viewed-1\";}s:15:\"single-property\";a:3:{i:0;s:28:\"houzez_featured_properties-2\";i:1;s:26:\"houzez_properties_viewed-2\";i:2;s:28:\"houzez_mortgage_calculator-2\";}s:14:\"agency-sidebar\";a:2:{i:0;s:10:\"nav_menu-1\";i:1;s:10:\"nav_menu-2\";}s:13:\"agent-sidebar\";a:1:{i:0;s:6:\"text-1\";}s:14:\"search-sidebar\";a:2:{i:0;s:24:\"houzez_advanced_search-1\";i:1;s:28:\"houzez_featured_properties-3\";}s:12:\"page-sidebar\";a:1:{i:0;s:19:\"houzez_properties-1\";}s:11:\"idx-sidebar\";a:0:{}s:22:\"create-listing-sidebar\";a:1:{i:0;s:21:\"houzez_login_widget-1\";}s:16:\"footer-sidebar-1\";a:0:{}s:16:\"footer-sidebar-2\";a:1:{i:0;s:10:\"nav_menu-3\";}s:16:\"footer-sidebar-3\";a:1:{i:0;s:10:\"nav_menu-4\";}s:16:\"footer-sidebar-4\";a:1:{i:0;s:10:\"nav_menu-5\";}s:13:\"array_version\";i:3;}','yes'); INSERT INTO `wpg3_options` VALUES (102,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'); INSERT INTO `wpg3_options` VALUES (103,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'); INSERT INTO `wpg3_options` VALUES (104,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'); INSERT INTO `wpg3_options` VALUES (105,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'); INSERT INTO `wpg3_options` VALUES (106,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'); INSERT INTO `wpg3_options` VALUES (107,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'); INSERT INTO `wpg3_options` VALUES (108,'widget_tag_cloud','a:2:{i:1;a:2:{s:5:\"title\";s:4:\"Tags\";s:8:\"taxonomy\";s:8:\"post_tag\";}s:12:\"_multiwidget\";i:1;}','yes'); INSERT INTO `wpg3_options` VALUES (109,'widget_nav_menu','a:6:{i:1;a:2:{s:5:\"title\";s:10:\"Pages Menu\";s:8:\"nav_menu\";i:45;}i:2;a:2:{s:5:\"title\";s:27:\"Popular Real Estate Markets\";s:8:\"nav_menu\";i:1331;}i:3;a:2:{s:5:\"title\";s:24:\"Popular Apartment Cities\";s:8:\"nav_menu\";i:1332;}i:4;a:2:{s:5:\"title\";s:21:\"Real Estate Resources\";s:8:\"nav_menu\";i:1333;}i:5;a:2:{s:5:\"title\";s:7:\"Company\";s:8:\"nav_menu\";i:1334;}s:12:\"_multiwidget\";i:1;}','yes'); INSERT INTO `wpg3_options` VALUES (110,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'); INSERT INTO `wpg3_options` VALUES (111,'cron','a:10:{i:1647579638;a:1:{s:30:\"houzez_check_membership_expire\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1647580721;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:1647580748;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:1647608823;a:1:{s:18:\"ai1wm_cleanup_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1647610789;a:1:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1647616721;a:2:{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: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;}}}i:1647616750;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1647621554;a:1:{s:36:\"houzez_check_new_listing_action_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1647660900;a:1:{s:29:\"mc4wp_refresh_mailchimp_lists\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'); INSERT INTO `wpg3_options` VALUES (112,'loginizer_version','1.6.4','yes'); INSERT INTO `wpg3_options` VALUES (113,'loginizer_options','a:0:{}','yes'); INSERT INTO `wpg3_options` VALUES (114,'loginizer_last_reset','1647513720','yes'); INSERT INTO `wpg3_options` VALUES (115,'loginizer_whitelist','a:0:{}','yes'); INSERT INTO `wpg3_options` VALUES (116,'loginizer_blacklist','a:0:{}','yes'); INSERT INTO `wpg3_options` VALUES (117,'loginizer_ins_time','1548515923','yes'); INSERT INTO `wpg3_options` VALUES (118,'loginizer_promo_time','1548515923','yes'); INSERT INTO `wpg3_options` VALUES (127,'smm_version','1.3.1','yes'); INSERT INTO `wpg3_options` VALUES (128,'disable_smm','0','yes'); INSERT INTO `wpg3_options` VALUES (915,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:27:\"admin@demo.landfarmhome.com\";s:7:\"version\";s:6:\"5.0.16\";s:9:\"timestamp\";i:1646977623;}','no'); INSERT INTO `wpg3_options` VALUES (126,'theme_mods_twentynineteen','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1548520635;s:4:\"data\";a:2:{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\";}}}}','yes'); INSERT INTO `wpg3_options` VALUES (129,'wpforms_shareasale_id','1587694','yes'); INSERT INTO `wpg3_options` VALUES (130,'jetpack_sync_settings_disable','0','yes'); INSERT INTO `wpg3_options` VALUES (131,'widget_wpforms-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'); INSERT INTO `wpg3_options` VALUES (135,'do_activate','0','yes'); INSERT INTO `wpg3_options` VALUES (136,'jetpack_activated','2','yes'); INSERT INTO `wpg3_options` VALUES (1417,'revslider-connection','1','yes'); INSERT INTO `wpg3_options` VALUES (1418,'revslider-latest-version','6.5.19','yes'); INSERT INTO `wpg3_options` VALUES (1419,'revslider-stable-version','4.2.0','yes'); INSERT INTO `wpg3_options` VALUES (1420,'revslider-notices','a:1:{i:0;O:8:\"stdClass\":9:{s:7:\"version\";s:5:\"9.9.9\";s:4:\"text\";s:546:\"<div style=\"display: block; background: #fff;text-align: center; height: 250px;\"><a href=\"https://account.sliderrevolution.com/portal/pricing/?utm_source=admin&utm_medium=banner&utm_campaign=srusers&utm_content=getpremium\" target=\"_blank\" rel=\"noopener\"><video style=\"object-fit: cover; background-size: cover; opacity: 1; width: 960px; height: 250px; display: inline-block;\" muted=\"\" loop=\"\" autoplay=\"\" preload=\"auto\"><source src=\"https://sliderrevolution.com/wp-content/uploads/2021/07/adminpremiumvid4.mp4\" type=\"video/mp4\"></video></a></div>\";s:4:\"code\";s:12:\"TPRSV6511-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"show_until\";s:19:\"0000-00-00 00:00:00\";s:10:\"additional\";a:0:{}}}','yes'); INSERT INTO `wpg3_options` VALUES (1421,'revslider-dashboard','a:0:{}','yes'); INSERT INTO `wpg3_options` VALUES (1422,'revslider-addons','O:8:\"stdClass\":25:{s:25:\"revslider-particles-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:1:\"7\";s:9:\"releaseid\";s:1:\"7\";s:4:\"slug\";s:25:\"revslider-particles-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Particle Effects\";s:6:\"line_1\";s:17:\"Let\'s Parti(cle)!\";s:6:\"line_2\";s:51:\"Add interactive particle animations to your sliders\";s:9:\"available\";s:5:\"1.0.6\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:2:\"10\";s:11:\"last_update\";s:10:\"2020-08-13\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_particles.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PT\";}}s:27:\"revslider-bubblemorph-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"20\";s:9:\"releaseid\";s:2:\"20\";s:4:\"slug\";s:27:\"revslider-bubblemorph-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:11:\"BubbleMorph\";s:6:\"line_1\";s:26:\"Include BubbleMorph Layers\";s:6:\"line_2\";s:33:\"for a decorative lava lamp effect\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"20\";s:11:\"last_update\";s:10:\"2020-08-11\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:78:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_bubblemorph.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BM\";}}s:27:\"revslider-beforeafter-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"15\";s:9:\"releaseid\";s:2:\"15\";s:4:\"slug\";s:27:\"revslider-beforeafter-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Before & After\";s:6:\"line_1\";s:35:\"Compare two slides before and after\";s:6:\"line_2\";s:33:\"use it vertically or horizontally\";s:9:\"available\";s:5:\"1.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"40\";s:11:\"last_update\";s:10:\"2020-10-17\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:78:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_beforeafter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BA\";}}s:26:\"revslider-typewriter-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:1:\"3\";s:9:\"releaseid\";s:1:\"3\";s:4:\"slug\";s:26:\"revslider-typewriter-addon\";s:12:\"version_from\";s:5:\"5.3.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"Typewriter Effect\";s:6:\"line_1\";s:27:\"Enhance your slider\'s text \";s:6:\"line_2\";s:24:\"with typewriter effects \";s:9:\"available\";s:5:\"1.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:2:\"50\";s:11:\"last_update\";s:10:\"2020-06-18\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_typewriter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"TW\";}}s:28:\"revslider-liquideffect-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"21\";s:9:\"releaseid\";s:2:\"21\";s:4:\"slug\";s:28:\"revslider-liquideffect-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Distortion\";s:6:\"line_1\";s:22:\"Add Distortion Effects\";s:6:\"line_2\";s:30:\"to your slides and transitions\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"70\";s:11:\"last_update\";s:10:\"2020-05-05\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_distortion.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LE\";}}s:26:\"revslider-paintbrush-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"23\";s:9:\"releaseid\";s:2:\"23\";s:4:\"slug\";s:26:\"revslider-paintbrush-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Paintbrush\";s:6:\"line_1\";s:14:\"Paint or Erase\";s:6:\"line_2\";s:22:\"your background images\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"90\";s:11:\"last_update\";s:10:\"2020-06-14\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_paintbrush.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PB\";}}s:22:\"revslider-slicey-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"13\";s:9:\"releaseid\";s:2:\"13\";s:4:\"slug\";s:22:\"revslider-slicey-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Slicey\";s:6:\"line_1\";s:20:\"Slice \'em up nicely!\";s:6:\"line_2\";s:38:\"Create image slices of your background\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"110\";s:11:\"last_update\";s:10:\"2020-05-05\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_slicey.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SL\";}}s:25:\"revslider-filmstrip-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"10\";s:9:\"releaseid\";s:2:\"10\";s:4:\"slug\";s:25:\"revslider-filmstrip-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Filmstrip\";s:6:\"line_1\";s:44:\"Display a continously rotating set of images\";s:6:\"line_2\";s:26:\"for your slide backgrounds\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"125\";s:11:\"last_update\";s:10:\"2020-05-08\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_filmstrip.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FS\";}}s:27:\"revslider-maintenance-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:1:\"4\";s:9:\"releaseid\";s:1:\"4\";s:4:\"slug\";s:27:\"revslider-maintenance-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:15:\"Coming & Maint.\";s:6:\"line_1\";s:37:\"Simple Coming Soon & Maintenance Page\";s:6:\"line_2\";s:42:\"Let your visitors know what\'s up and when!\";s:9:\"available\";s:5:\"1.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"127\";s:11:\"last_update\";s:10:\"2020-01-30\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:84:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_underconstruction.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}}s:24:\"revslider-revealer-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"19\";s:9:\"releaseid\";s:2:\"19\";s:4:\"slug\";s:24:\"revslider-revealer-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Reveal\";s:6:\"line_1\";s:9:\"Reveal...\";s:6:\"line_2\";s:37:\"...your inner beast... and RevSliders\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"130\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_reveal.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RV\";}}s:24:\"revslider-panorama-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"17\";s:9:\"releaseid\";s:2:\"17\";s:4:\"slug\";s:24:\"revslider-panorama-addon\";s:12:\"version_from\";s:7:\"5.4.5.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"Panorama\";s:6:\"line_1\";s:14:\"Panorama AddOn\";s:6:\"line_2\";s:28:\"Display images in 360 degree\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"135\";s:11:\"last_update\";s:10:\"2020-10-07\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:75:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_panorama.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:31:\"revslider-explodinglayers-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"22\";s:9:\"releaseid\";s:2:\"22\";s:4:\"slug\";s:31:\"revslider-explodinglayers-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Exploding Layers\";s:6:\"line_1\";s:23:\"Add explosive particles\";s:6:\"line_2\";s:24:\"to your layers animation\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"150\";s:11:\"last_update\";s:10:\"2020-07-16\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_exploding.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"EL\";}}s:23:\"revslider-sharing-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:1:\"5\";s:9:\"releaseid\";s:1:\"5\";s:4:\"slug\";s:23:\"revslider-sharing-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Social Sharing\";s:6:\"line_1\";s:17:\"Share your slides\";s:6:\"line_2\";s:50:\"with RevSlider \"actions\" because sharing is caring\";s:9:\"available\";s:5:\"1.1.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"165\";s:11:\"last_update\";s:10:\"2020-02-20\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:80:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_socialsharing.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SH\";}}s:24:\"revslider-polyfold-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"14\";s:9:\"releaseid\";s:2:\"14\";s:4:\"slug\";s:24:\"revslider-polyfold-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:22:\"Polyfold Scroll Effect\";s:6:\"line_1\";s:32:\"Add sharp edges to your sliders \";s:6:\"line_2\";s:35:\"as they scroll into and out of view\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"180\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:75:\"//updates.themepunch-ext-b.tools/revslider/addons/images/polyfold-addon.jpg\";s:5:\"color\";s:7:\"#3e186f\";s:4:\"text\";s:2:\"PF\";}}s:23:\"revslider-refresh-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"304\";s:9:\"releaseid\";s:2:\"10\";s:4:\"slug\";s:23:\"revslider-refresh-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"(Re)Load\";s:6:\"line_1\";s:39:\"Reload the current page or a custom URL\";s:6:\"line_2\";s:34:\"after a certain time, loops, slide\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"330\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-b.tools/revslider/addons/images/reload-addon.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RF\";}}s:25:\"revslider-rel-posts-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"303\";s:9:\"releaseid\";s:1:\"9\";s:4:\"slug\";s:25:\"revslider-rel-posts-addon\";s:12:\"version_from\";s:7:\"5.2.4.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Related Posts\";s:6:\"line_1\";s:25:\"Add related Posts Sliders\";s:6:\"line_2\";s:31:\"at the end of your post content\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"340\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:80:\"//updates.themepunch-ext-b.tools/revslider/addons/images/related-posts-addon.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RP\";}}s:20:\"revslider-snow-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:1:\"6\";s:9:\"releaseid\";s:1:\"6\";s:4:\"slug\";s:20:\"revslider-snow-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Holiday Snow\";s:6:\"line_1\";s:12:\"Let it snow!\";s:6:\"line_2\";s:32:\"Add animated snow to any Slider \";s:9:\"available\";s:5:\"1.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"380\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:71:\"//updates.themepunch-ext-b.tools/revslider/addons/images/snow-addon.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SN\";}}s:23:\"revslider-gallery-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:1:\"2\";s:9:\"releaseid\";s:1:\"2\";s:4:\"slug\";s:23:\"revslider-gallery-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"WordPress Gallery\";s:6:\"line_1\";s:31:\"Replace the standard WP Gallery\";s:6:\"line_2\";s:31:\"with the Sliders of your choice\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"430\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/wp-gallery-addon.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"GA\";}}s:22:\"revslider-backup-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"302\";s:9:\"releaseid\";s:1:\"3\";s:4:\"slug\";s:22:\"revslider-backup-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Backup\";s:6:\"line_1\";s:12:\"Make Backups\";s:6:\"line_2\";s:25:\"Revisions for your safety\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"500\";s:11:\"last_update\";s:10:\"2020-01-31\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-b.tools/revslider/addons/images/backup-addon.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BU\";}}s:19:\"revslider-404-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:1:\"1\";s:9:\"releaseid\";s:1:\"8\";s:4:\"slug\";s:19:\"revslider-404-addon\";s:12:\"version_from\";s:3:\"5.3\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:3:\"404\";s:6:\"line_1\";s:39:\"Build custom 404 \"Page not Found\" Pages\";s:6:\"line_2\";s:28:\"with Slider Revolution swag!\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"620\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:70:\"//updates.themepunch-ext-b.tools/revslider/addons/images/404-addon.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"404\";}}s:30:\"revslider-prevnext-posts-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:1:\"9\";s:9:\"releaseid\";s:1:\"9\";s:4:\"slug\";s:30:\"revslider-prevnext-posts-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Adjacent Posts\";s:6:\"line_1\";s:30:\"Display previous and next post\";s:6:\"line_2\";s:28:\"to the currently showing one\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"630\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:75:\"//updates.themepunch-ext-b.tools/revslider/addons/images/adjacent-addon.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:21:\"revslider-login-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"11\";s:9:\"releaseid\";s:2:\"11\";s:4:\"slug\";s:21:\"revslider-login-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Login Page\";s:6:\"line_1\";s:25:\"Very simple WP Login Page\";s:6:\"line_2\";s:34:\"enhanced with your favorite slider\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"650\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:72:\"//updates.themepunch-ext-b.tools/revslider/addons/images/login-addon.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LI\";}}s:24:\"revslider-featured-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"12\";s:9:\"releaseid\";s:2:\"12\";s:4:\"slug\";s:24:\"revslider-featured-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:20:\"Post Featured Slider\";s:6:\"line_1\";s:25:\"Display a featured Slider\";s:6:\"line_2\";s:41:\"instead of a featured Image in your Posts\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"660\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_wpfeatured.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FT\";}}s:23:\"revslider-weather-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"16\";s:9:\"releaseid\";s:2:\"16\";s:4:\"slug\";s:23:\"revslider-weather-addon\";s:12:\"version_from\";s:7:\"5.4.5.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Weather\";s:6:\"line_1\";s:21:\"Every where you go...\";s:6:\"line_2\";s:36:\"...always take the weather with you!\";s:9:\"available\";s:5:\"1.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"690\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:74:\"//updates.themepunch-ext-b.tools/revslider/addons/images/weather-addon.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WT\";}}s:30:\"revslider-duotonefilters-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"18\";s:9:\"releaseid\";s:2:\"18\";s:4:\"slug\";s:30:\"revslider-duotonefilters-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Duotone\";s:6:\"line_1\";s:7:\"Duotone\";s:6:\"line_2\";s:25:\"Because one is not enough\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"710\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:74:\"//updates.themepunch-ext-b.tools/revslider/addons/images/duotone-addon.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"DTF\";}}}','yes'); INSERT INTO `wpg3_options` VALUES (11634,'revslider-deact-notice','1','yes'); INSERT INTO `wpg3_options` VALUES (29878,'_site_transient_timeout_theme_roots','1647581270','no'); INSERT INTO `wpg3_options` VALUES (29879,'_site_transient_theme_roots','a:4:{s:6:\"houzez\";s:7:\"/themes\";s:14:\"twentynineteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";}','no'); INSERT INTO `wpg3_options` VALUES (139,'jetpack_available_modules','a:1:{s:5:\"6.6.2\";a:44:{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: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'); INSERT INTO `wpg3_options` VALUES (140,'jetpack_options','a:2:{s:7:\"version\";s:14:\"6.6:1548515950\";s:11:\"old_version\";s:14:\"6.6:1548515950\";}','yes'); INSERT INTO `wpg3_options` VALUES (145,'_amn_wpforms-lite_last_checked','1591401600','yes'); INSERT INTO `wpg3_options` VALUES (149,'wpforms_review','a:2:{s:4:\"time\";i:1548515952;s:9:\"dismissed\";b:0;}','yes'); INSERT INTO `wpg3_options` VALUES (168,'can_compress_scripts','0','no'); INSERT INTO `wpg3_options` VALUES (558,'_houzez_property_status_40','a:2:{s:5:\"color\";s:7:\"#000000\";s:10:\"color_type\";i:0;}','yes'); INSERT INTO `wpg3_options` VALUES (559,'houzez_recent_colors','a:1:{i:0;s:7:\"#000000\";}','yes'); INSERT INTO `wpg3_options` VALUES (560,'houzez_property_status_colors','a:1:{i:0;b:0;}','yes'); INSERT INTO `wpg3_options` VALUES (562,'_houzez_property_status_41','a:2:{s:5:\"color\";s:7:\"#000000\";s:10:\"color_type\";i:0;}','yes'); INSERT INTO `wpg3_options` VALUES (566,'_houzez_property_area_42','a:1:{s:11:\"parent_city\";s:15:\"fort-lauderdale\";}','yes'); INSERT INTO `wpg3_options` VALUES (571,'_houzez_property_area_43','a:1:{s:11:\"parent_city\";s:15:\"fort-lauderdale\";}','yes'); INSERT INTO `wpg3_options` VALUES (574,'_houzez_property_area_44','a:1:{s:11:\"parent_city\";s:15:\"fort-lauderdale\";}','yes'); INSERT INTO `wpg3_options` VALUES (576,'_houzez_property_area_45','a:1:{s:11:\"parent_city\";s:15:\"fort-lauderdale\";}','yes'); INSERT INTO `wpg3_options` VALUES (579,'_houzez_property_area_46','a:1:{s:11:\"parent_city\";s:15:\"fort-lauderdale\";}','yes'); INSERT INTO `wpg3_options` VALUES (581,'_houzez_property_area_47','a:1:{s:11:\"parent_city\";s:15:\"fort-lauderdale\";}','yes'); INSERT INTO `wpg3_options` VALUES (584,'_houzez_property_area_48','a:1:{s:11:\"parent_city\";s:15:\"fort-lauderdale\";}','yes'); INSERT INTO `wpg3_options` VALUES (587,'_houzez_property_area_49','a:1:{s:11:\"parent_city\";s:15:\"fort-lauderdale\";}','yes'); INSERT INTO `wpg3_options` VALUES (29880,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1647579470;s:7:\"checked\";a:4:{s:6:\"houzez\";s:7:\"1.6.5.1\";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:3:{s:14:\"twentynineteen\";a:6:{s:5:\"theme\";s:14:\"twentynineteen\";s:11:\"new_version\";s:3:\"2.2\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentynineteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentynineteen.2.2.zip\";s:8:\"requires\";s:5:\"4.9.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentyseventeen\";a:6:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"2.9\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.2.9.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:13:\"twentysixteen\";a:6:{s:5:\"theme\";s:13:\"twentysixteen\";s:11:\"new_version\";s:3:\"2.6\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentysixteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentysixteen.2.6.zip\";s:8:\"requires\";s:3:\"4.4\";s:12:\"requires_php\";s:5:\"5.2.4\";}}s:12:\"translations\";a:0:{}}','no'); INSERT INTO `wpg3_options` VALUES (28083,'_transient_timeout__redux_activation_redirect','1647579668','no'); INSERT INTO `wpg3_options` VALUES (28084,'_transient__redux_activation_redirect','1','no'); INSERT INTO `wpg3_options` VALUES (29881,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1647579470;s:7:\"checked\";a:13:{s:19:\"akismet/akismet.php\";s:3:\"4.1\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:4:\"6.83\";s:33:\"classic-editor/classic-editor.php\";s:3:\"1.3\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"5.1.1\";s:9:\"hello.php\";s:5:\"1.7.1\";s:47:\"houzez-login-register/houzez-login-register.php\";s:5:\"1.5.4\";s:57:\"houzez-theme-functionality/houzez-theme-functionality.php\";s:5:\"1.5.5\";s:19:\"jetpack/jetpack.php\";s:5:\"6.6.2\";s:23:\"loginizer/loginizer.php\";s:5:\"1.6.4\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:5:\"4.3.3\";s:23:\"revslider/revslider.php\";s:7:\"5.4.8.1\";s:27:\"js_composer/js_composer.php\";s:3:\"5.6\";s:24:\"wpforms-lite/wpforms.php\";s:5:\"1.4.9\";}s:8:\"response\";a:7:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.2.2\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.2.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"5.9.2\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:37:\"w.org/plugins/all-in-one-wp-migration\";s:4:\"slug\";s:23:\"all-in-one-wp-migration\";s:6:\"plugin\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:11:\"new_version\";s:4:\"7.56\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/all-in-one-wp-migration/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/all-in-one-wp-migration.7.56.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/all-in-one-wp-migration/assets/icon-256x256.png?rev=2458334\";s:2:\"1x\";s:76:\"https://ps.w.org/all-in-one-wp-migration/assets/icon-128x128.png?rev=2458334\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/all-in-one-wp-migration/assets/banner-1544x500.png?rev=2693719\";s:2:\"1x\";s:78:\"https://ps.w.org/all-in-one-wp-migration/assets/banner-772x250.png?rev=2693719\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.3\";s:6:\"tested\";s:5:\"5.9.2\";s:12:\"requires_php\";s:6:\"5.2.17\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:33:\"classic-editor/classic-editor.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/classic-editor\";s:4:\"slug\";s:14:\"classic-editor\";s:6:\"plugin\";s:33:\"classic-editor/classic-editor.php\";s:11:\"new_version\";s:5:\"1.6.2\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/classic-editor/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/classic-editor.1.6.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-256x256.png?rev=1998671\";s:2:\"1x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-128x128.png?rev=1998671\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/classic-editor/assets/banner-1544x500.png?rev=1998671\";s:2:\"1x\";s:69:\"https://ps.w.org/classic-editor/assets/banner-772x250.png?rev=1998676\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";s:6:\"tested\";s:5:\"5.8.4\";s:12:\"requires_php\";s:5:\"5.2.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:9:\"hello.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:5:\"5.8.4\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:23:\"loginizer/loginizer.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:23:\"w.org/plugins/loginizer\";s:4:\"slug\";s:9:\"loginizer\";s:6:\"plugin\";s:23:\"loginizer/loginizer.php\";s:11:\"new_version\";s:5:\"1.7.0\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/loginizer/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/loginizer.1.7.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/loginizer/assets/icon-256x256.png?rev=1381093\";s:2:\"1x\";s:62:\"https://ps.w.org/loginizer/assets/icon-128x128.png?rev=1381093\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/loginizer/assets/banner-1544x500.jpg?rev=2668035\";s:2:\"1x\";s:64:\"https://ps.w.org/loginizer/assets/banner-772x250.jpg?rev=2668037\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.0\";s:6:\"tested\";s:5:\"5.9.2\";s:12:\"requires_php\";s:3:\"5.5\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:30:\"w.org/plugins/mailchimp-for-wp\";s:4:\"slug\";s:16:\"mailchimp-for-wp\";s:6:\"plugin\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:11:\"new_version\";s:5:\"4.8.7\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/mailchimp-for-wp/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/mailchimp-for-wp.4.8.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/mailchimp-for-wp/assets/icon-256x256.png?rev=1224577\";s:2:\"1x\";s:69:\"https://ps.w.org/mailchimp-for-wp/assets/icon-128x128.png?rev=1224577\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:71:\"https://ps.w.org/mailchimp-for-wp/assets/banner-772x250.png?rev=1184706\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:5:\"5.9.2\";s:12:\"requires_php\";s:3:\"5.3\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:27:\"js_composer/js_composer.php\";O:8:\"stdClass\":6:{s:4:\"slug\";s:11:\"js_composer\";s:11:\"new_version\";s:5:\"6.8.0\";s:6:\"plugin\";s:27:\"js_composer/js_composer.php\";s:3:\"url\";s:0:\"\";s:7:\"package\";b:1;s:4:\"name\";s:21:\"WPBakery Page Builder\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:3:{s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"5.5.6\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.5.6.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:67:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=2279696\";s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.7\";s:6:\"tested\";s:5:\"5.9.2\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";a:0:{}}s:19:\"jetpack/jetpack.php\";O:8:\"stdClass\":13:{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:4:\"10.7\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/jetpack/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/plugin/jetpack.10.7.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:60:\"https://ps.w.org/jetpack/assets/icon-256x256.png?rev=2638128\";s:2:\"1x\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=2638128\";s:3:\"svg\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=2638128\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/jetpack/assets/banner-1544x500.png?rev=2653649\";s:2:\"1x\";s:62:\"https://ps.w.org/jetpack/assets/banner-772x250.png?rev=2653649\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";s:6:\"tested\";s:5:\"5.9.2\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";a:0:{}}s:24:\"wpforms-lite/wpforms.php\";O:8:\"stdClass\":13:{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.7.3\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/wpforms-lite/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wpforms-lite.1.7.3.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:65:\"https://ps.w.org/wpforms-lite/assets/icon-256x256.png?rev=2574201\";s:2:\"1x\";s:57:\"https://ps.w.org/wpforms-lite/assets/icon.svg?rev=2574198\";s:3:\"svg\";s:57:\"https://ps.w.org/wpforms-lite/assets/icon.svg?rev=2574198\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/wpforms-lite/assets/banner-1544x500.png?rev=2602491\";s:2:\"1x\";s:67:\"https://ps.w.org/wpforms-lite/assets/banner-772x250.png?rev=2602491\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/wpforms-lite/assets/banner-1544x500-rtl.png?rev=2602491\";s:2:\"1x\";s:71:\"https://ps.w.org/wpforms-lite/assets/banner-772x250-rtl.png?rev=2602491\";}s:8:\"requires\";s:3:\"5.2\";s:6:\"tested\";s:5:\"5.9.2\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";a:0:{}}}}','no'); INSERT INTO `wpg3_options` VALUES (690,'ai1wm_secret_key','AzohSTo0GOg4','yes'); INSERT INTO `wpg3_options` VALUES (692,'ai1wm_status','a:2:{s:4:\"type\";s:8:\"download\";s:7:\"message\";s:254:\"<a href=\"http://demo.landfarmhome.com/wp-content/ai1wm-backups/demo.landfarmhome.com-20190128-131034-145.wpress\" class=\"ai1wm-button-green ai1wm-emphasize\" title=\"demo.landfarmhome.com\"><span>Download demo.landfarmhome.com</span><em>Size: 387 MB</em></a>\";}','yes'); INSERT INTO `wpg3_options` VALUES (753,'ai1wm_updater','a:0:{}','yes'); INSERT INTO `wpg3_options` VALUES (175,'jetpack_dismissed_connection_banner','1','yes'); INSERT INTO `wpg3_options` VALUES (183,'current_theme','Houzez','yes'); INSERT INTO `wpg3_options` VALUES (184,'theme_mods_houzez','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:6:{s:8:\"top-menu\";i:0;s:9:\"main-menu\";i:39;s:14:\"main-menu-left\";i:0;s:15:\"main-menu-right\";i:0;s:16:\"mobile-menu-hed6\";i:0;s:11:\"footer-menu\";i:0;}s:18:\"custom_css_post_id\";i:-1;s:14:\"houzez_options\";a:22:{s:12:\"header_style\";s:1:\"2\";s:12:\"search_style\";s:7:\"style_2\";s:22:\"create_lisiting_enable\";s:1:\"0\";s:7:\"top_bar\";s:1:\"1\";s:14:\"top_bar_slogan\";s:75:\"Land for Sale in Georgia Subscribe to New Property Releases – Click Here!\";s:12:\"header_login\";s:2:\"no\";s:20:\"styling_headers_type\";s:8:\"header-2\";s:11:\"header_1_bg\";s:7:\"#164f16\";s:20:\"houzez_primary_color\";s:7:\"#164f16\";s:13:\"body_bg_color\";s:7:\"#ffffff\";s:22:\"houzez_secondary_color\";s:7:\"#dd3333\";s:10:\"top_bar_bg\";s:7:\"#164f16\";s:13:\"top_bar_color\";s:7:\"#164f16\";s:31:\"adv_overlay_open_close_bg_color\";s:7:\"#164F16\";s:14:\"adv_background\";s:11:\"transparent\";s:22:\"adv_textfields_borders\";s:11:\"transparent\";s:13:\"keyword_field\";s:10:\"prop_title\";s:16:\"header_3_bg_menu\";s:7:\"#164f16\";s:11:\"header_6_bg\";s:7:\"#164f16\";s:15:\"footer_bg_color\";s:7:\"#164f16\";s:19:\"splash_welcome_text\";s:49:\"Land and Rural Lifestyle in North Central Florida\";s:18:\"splash_welcome_sub\";s:39:\"Search for your next Land Farm or Home?\";}}','yes'); INSERT INTO `wpg3_options` VALUES (185,'theme_switched','','yes'); INSERT INTO `wpg3_options` VALUES (186,'houzez_activation','activated','yes'); INSERT INTO `wpg3_options` VALUES (187,'widget_houzez_advanced_search','a:2:{i:1;a:1:{s:5:\"title\";s:14:\"Find Your Home\";}s:12:\"_multiwidget\";i:1;}','yes'); INSERT INTO `wpg3_options` VALUES (188,'widget_houzez_mortgage_calculator','a:3:{i:1;a:1:{s:5:\"title\";s:19:\"Mortgage Calculator\";}i:2;a:1:{s:5:\"title\";s:19:\"Mortgage Calculator\";}s:12:\"_multiwidget\";i:1;}','yes'); INSERT INTO `wpg3_options` VALUES (189,'widget_houzez_featured_properties','a:4:{i:1;a:3:{s:5:\"title\";s:19:\"Featured Properties\";s:9:\"items_num\";s:1:\"3\";s:11:\"widget_type\";s:6:\"slider\";}i:2;a:3:{s:5:\"title\";s:19:\"Featured Properties\";s:9:\"items_num\";s:1:\"5\";s:11:\"widget_type\";s:6:\"slider\";}i:3;a:3:{s:5:\"title\";s:19:\"Featured Properties\";s:9:\"items_num\";s:1:\"5\";s:11:\"widget_type\";s:6:\"slider\";}s:12:\"_multiwidget\";i:1;}','yes'); INSERT INTO `wpg3_options` VALUES (190,'widget_houzez_properties','a:2:{i:1;a:8:{s:5:\"title\";s:10:\"Properties\";s:9:\"items_num\";s:1:\"5\";s:9:\"prop_type\";s:0:\"\";s:11:\"prop_status\";s:0:\"\";s:9:\"prop_city\";s:0:\"\";s:9:\"prop_area\";s:0:\"\";s:10:\"prop_state\";s:0:\"\";s:10:\"prop_label\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'); INSERT INTO `wpg3_options` VALUES (191,'widget_houzez_property_taxonomies','a:3:{i:1;a:4:{s:5:\"title\";s:15:\"Property Status\";s:8:\"taxonomy\";s:15:\"property_status\";s:9:\"tax_count\";s:3:\"yes\";s:9:\"tax_child\";s:2:\"no\";}i:2;a:4:{s:5:\"title\";s:13:\"Property Type\";s:8:\"taxonomy\";s:13:\"property_type\";s:9:\"tax_count\";s:3:\"yes\";s:9:\"tax_child\";s:2:\"no\";}s:12:\"_multiwidget\";i:1;}','yes'); INSERT INTO `wpg3_options` VALUES (192,'widget_houzez_about_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'); INSERT INTO `wpg3_options` VALUES (193,'widget_houzez_contact','a:1:{s:12:\"_multiwidget\";i:1;}','yes'); INSERT INTO `wpg3_options` VALUES (194,'widget_houzez_latest_posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'); INSERT INTO `wpg3_options` VALUES (195,'widget_houzez_code_banner','a:1:{s:12:\"_multiwidget\";i:1;}','yes'); INSERT INTO `wpg3_options` VALUES (196,'widget_houzez_facebook','a:1:{s:12:\"_multiwidget\";i:1;}','yes'); INSERT INTO `wpg3_options` VALUES (197,'widget_houzez_flickr_feeds','a:1:{s:12:\"_multiwidget\";i:1;}','yes'); INSERT INTO `wpg3_options` VALUES (198,'widget_houzez_image_banner_300_250','a:1:{s:12:\"_multiwidget\";i:1;}','yes'); INSERT INTO `wpg3_options` VALUES (199,'widget_houzez_instagram','a:1:{s:12:\"_multiwidget\";i:1;}','yes'); INSERT INTO `wpg3_options` VALUES (200,'widget_houzez_twitter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'); INSERT INTO `wpg3_options` VALUES (201,'widget_houzez_properties_viewed','a:3:{i:1;a:2:{s:5:\"title\";s:16:\"Recently Viewed \";s:9:\"items_num\";s:1:\"3\";}i:2;a:2:{s:5:\"title\";s:16:\"Recently Viewed \";s:9:\"items_num\";s:1:\"3\";}s:12:\"_multiwidget\";i:1;}','yes'); INSERT INTO `wpg3_options` VALUES (202,'widget_houzez_agent_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'); INSERT INTO `wpg3_options` VALUES (203,'widget_houzez_agency_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'); INSERT INTO `wpg3_options` VALUES (204,'houzez_1_6_db','1','yes'); INSERT INTO `wpg3_options` VALUES (237,'mc4wp_version','4.3.3','yes'); INSERT INTO `wpg3_options` VALUES (238,'houzez_options','a:527:{s:8:\"last_tab\";s:0:\"\";s:15:\"default_country\";s:2:\"US\";s:20:\"houzez_date_language\";s:0:\"\";s:13:\"disable_agent\";s:1:\"1\";s:12:\"disable_date\";s:1:\"1\";s:19:\"disable_photo_count\";s:1:\"1\";s:15:\"disable_compare\";s:1:\"1\";s:16:\"disable_favorite\";s:1:\"1\";s:18:\"users_admin_access\";s:1:\"1\";s:16:\"auto_property_id\";s:1:\"0\";s:23:\"measurement_unit_global\";s:1:\"0\";s:16:\"measurement_unit\";s:0:\"\";s:27:\"measurement_unit_adv_search\";s:4:\"sqft\";s:26:\"measurement_unit_sqft_text\";s:4:\"sqft\";s:34:\"measurement_unit_square_meter_text\";s:3:\"m²\";s:18:\"property_id_prefix\";s:0:\"\";s:10:\"video_loop\";s:1:\"1\";s:14:\"images_overlay\";s:1:\"0\";s:15:\"site_breadcrumb\";s:1:\"1\";s:15:\"site_scroll_top\";s:1:\"1\";s:14:\"sticky_sidebar\";a:8:{s:15:\"default_sidebar\";s:1:\"1\";s:17:\"property_listings\";s:1:\"1\";s:15:\"single_property\";s:1:\"1\";s:13:\"agent_sidebar\";s:1:\"1\";s:14:\"agency_sidebar\";s:1:\"1\";s:14:\"search_sidebar\";s:1:\"1\";s:12:\"page_sidebar\";s:1:\"1\";s:14:\"create_listing\";s:0:\"\";}s:11:\"custom_logo\";a:5:{s:3:\"url\";s:100:\"http://demo.landfarmhome.com/wp-content/uploads/2019/01/WhatsApp-Image-2019-01-27-at-7.10.47-PM.jpeg\";s:2:\"id\";s:4:\"7706\";s:6:\"height\";s:2:\"45\";s:5:\"width\";s:3:\"200\";s:9:\"thumbnail\";s:107:\"http://demo.landfarmhome.com/wp-content/uploads/2019/01/WhatsApp-Image-2019-01-27-at-7.10.47-PM-150x45.jpeg\";}s:11:\"retina_logo\";a:5:{s:3:\"url\";s:100:\"http://demo.landfarmhome.com/wp-content/uploads/2019/01/WhatsApp-Image-2019-01-27-at-7.10.47-PM.jpeg\";s:2:\"id\";s:4:\"7706\";s:6:\"height\";s:2:\"45\";s:5:\"width\";s:3:\"200\";s:9:\"thumbnail\";s:107:\"http://demo.landfarmhome.com/wp-content/uploads/2019/01/WhatsApp-Image-2019-01-27-at-7.10.47-PM-150x45.jpeg\";}s:11:\"mobile_logo\";a:5:{s:3:\"url\";s:100:\"http://demo.landfarmhome.com/wp-content/uploads/2019/01/WhatsApp-Image-2019-01-27-at-7.10.47-PM.jpeg\";s:2:\"id\";s:4:\"7706\";s:6:\"height\";s:2:\"45\";s:5:\"width\";s:3:\"200\";s:9:\"thumbnail\";s:107:\"http://demo.landfarmhome.com/wp-content/uploads/2019/01/WhatsApp-Image-2019-01-27-at-7.10.47-PM-150x45.jpeg\";}s:18:\"mobile_retina_logo\";a:5:{s:3:\"url\";s:100:\"http://demo.landfarmhome.com/wp-content/uploads/2019/01/WhatsApp-Image-2019-01-27-at-7.10.47-PM.jpeg\";s:2:\"id\";s:4:\"7706\";s:6:\"height\";s:2:\"45\";s:5:\"width\";s:3:\"200\";s:9:\"thumbnail\";s:107:\"http://demo.landfarmhome.com/wp-content/uploads/2019/01/WhatsApp-Image-2019-01-27-at-7.10.47-PM-150x45.jpeg\";}s:18:\"custom_logo_splash\";a:5:{s:3:\"url\";s:100:\"http://demo.landfarmhome.com/wp-content/uploads/2019/01/WhatsApp-Image-2019-01-27-at-7.10.47-PM.jpeg\";s:2:\"id\";s:4:\"7706\";s:6:\"height\";s:2:\"45\";s:5:\"width\";s:3:\"200\";s:9:\"thumbnail\";s:107:\"http://demo.landfarmhome.com/wp-content/uploads/2019/01/WhatsApp-Image-2019-01-27-at-7.10.47-PM-150x45.jpeg\";}s:18:\"retina_logo_splash\";a:5:{s:3:\"url\";s:100:\"http://demo.landfarmhome.com/wp-content/uploads/2019/01/WhatsApp-Image-2019-01-27-at-7.10.47-PM.jpeg\";s:2:\"id\";s:4:\"7706\";s:6:\"height\";s:2:\"45\";s:5:\"width\";s:3:\"200\";s:9:\"thumbnail\";s:107:\"http://demo.landfarmhome.com/wp-content/uploads/2019/01/WhatsApp-Image-2019-01-27-at-7.10.47-PM-150x45.jpeg\";}s:25:\"custom_logo_mobile_splash\";a:5:{s:3:\"url\";s:100:\"http://demo.landfarmhome.com/wp-content/uploads/2019/01/WhatsApp-Image-2019-01-27-at-7.10.47-PM.jpeg\";s:2:\"id\";s:4:\"7706\";s:6:\"height\";s:2:\"45\";s:5:\"width\";s:3:\"200\";s:9:\"thumbnail\";s:107:\"http://demo.landfarmhome.com/wp-content/uploads/2019/01/WhatsApp-Image-2019-01-27-at-7.10.47-PM-150x45.jpeg\";}s:25:\"retina_logo_mobile_splash\";a:5:{s:3:\"url\";s:100:\"http://demo.landfarmhome.com/wp-content/uploads/2019/01/WhatsApp-Image-2019-01-27-at-7.10.47-PM.jpeg\";s:2:\"id\";s:4:\"7706\";s:6:\"height\";s:2:\"45\";s:5:\"width\";s:3:\"200\";s:9:\"thumbnail\";s:107:\"http://demo.landfarmhome.com/wp-content/uploads/2019/01/WhatsApp-Image-2019-01-27-at-7.10.47-PM-150x45.jpeg\";}s:23:\"logo_desktop_dimensions\";a:3:{s:5:\"width\";s:6:\"200`px\";s:6:\"height\";s:4:\"45px\";s:5:\"units\";s:2:\"px\";}s:22:\"logo_mobile_dimensions\";a:3:{s:5:\"width\";s:5:\"107px\";s:6:\"height\";s:4:\"20px\";s:5:\"units\";s:2:\"px\";}s:18:\"retina_logo_height\";s:4:\"20px\";s:17:\"retina_logo_width\";s:5:\"107px\";s:7:\"favicon\";a:5:{s:3:\"url\";s:100:\"http://demo.landfarmhome.com/wp-content/uploads/2019/01/WhatsApp-Image-2019-01-27-at-7.10.47-PM.jpeg\";s:2:\"id\";s:4:\"7706\";s:6:\"height\";s:2:\"45\";s:5:\"width\";s:3:\"200\";s:9:\"thumbnail\";s:107:\"http://demo.landfarmhome.com/wp-content/uploads/2019/01/WhatsApp-Image-2019-01-27-at-7.10.47-PM-150x45.jpeg\";}s:11:\"iphone_icon\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:18:\"iphone_icon_retina\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:9:\"ipad_icon\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:16:\"ipad_icon_retina\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:12:\"header_style\";s:1:\"2\";s:14:\"header_1_width\";s:9:\"container\";s:19:\"header_1_menu_align\";s:8:\"nav-left\";s:16:\"main-menu-sticky\";s:1:\"0\";s:18:\"mobile-menu-sticky\";s:1:\"0\";s:14:\"header_4_width\";s:9:\"container\";s:19:\"header_4_menu_align\";s:8:\"nav-left\";s:10:\"hd3_callus\";s:1:\"1\";s:17:\"hd3_call_us_image\";a:5:{s:3:\"url\";s:75:\"http://demo.landfarmhome.com/wp-content/themes/houzez/images/call-image.png\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:16:\"hd3_call_us_text\";s:8:\"Call Us:\";s:9:\"hd3_phone\";s:14:\"1-800-987-6543\";s:16:\"hd2_contact_info\";s:1:\"1\";s:16:\"hd2_contact_icon\";s:30:\"<i class=\"fa fa-envelope\"></i>\";s:17:\"hd2_contact_phone\";s:0:\"\";s:17:\"hd2_contact_email\";s:21:\"Floridaland1@live.com\";s:16:\"hd2_address_info\";s:1:\"1\";s:16:\"hd2_address_icon\";s:32:\"<i class=\"fa fa-map-marker\"></i>\";s:17:\"hd2_address_line1\";s:7:\"Alachua\";s:17:\"hd2_address_line2\";s:7:\"Florida\";s:15:\"hd2_timing_info\";s:1:\"0\";s:15:\"hd2_timing_icon\";s:29:\"<i class=\"fa fa-clock-o\"></i>\";s:16:\"hd2_timing_hours\";s:12:\"9 am to 6 pm\";s:15:\"hd2_timing_days\";s:16:\"Monday to Friday\";s:18:\"main-search-enable\";s:1:\"1\";s:12:\"search_style\";s:7:\"style_2\";s:12:\"search_width\";s:9:\"container\";s:15:\"search_position\";s:9:\"under_nav\";s:12:\"search_pages\";s:9:\"all_pages\";s:18:\"main-search-sticky\";s:1:\"1\";s:20:\"mobile-search-sticky\";s:1:\"0\";s:13:\"social-header\";s:1:\"1\";s:11:\"hs-facebook\";s:36:\"https://www.facebook.com/Favethemes/\";s:10:\"hs-twitter\";s:30:\"https://twitter.com/favethemes\";s:13:\"hs-googleplus\";s:1:\"#\";s:11:\"hs-linkedin\";s:1:\"#\";s:12:\"hs-instagram\";s:1:\"#\";s:12:\"hs-pinterest\";s:0:\"\";s:10:\"hs-youtube\";s:0:\"\";s:7:\"hs-yelp\";s:0:\"\";s:22:\"create_lisiting_enable\";s:1:\"1\";s:21:\"create_listing_button\";s:3:\"yes\";s:7:\"top_bar\";s:1:\"1\";s:13:\"top_bar_width\";s:15:\"container-fluid\";s:14:\"top_bar_mobile\";s:1:\"0\";s:12:\"top_bar_left\";s:4:\"none\";s:13:\"top_bar_right\";s:4:\"none\";s:13:\"top_bar_phone\";s:0:\"\";s:13:\"top_bar_email\";s:0:\"\";s:14:\"top_bar_slogan\";s:75:\"Land for Sale in Georgia Subscribe to New Property Releases – Click Here!\";s:20:\"area_switcher_enable\";s:1:\"0\";s:16:\"houzez_base_area\";s:4:\"sqft\";s:12:\"header_login\";s:3:\"yes\";s:13:\"user_as_agent\";s:2:\"no\";s:15:\"enable_password\";s:3:\"yes\";s:14:\"login_redirect\";s:9:\"same_page\";s:19:\"login_redirect_link\";s:0:\"\";s:21:\"login_terms_condition\";s:3:\"745\";s:14:\"facebook_login\";s:3:\"yes\";s:16:\"facebook_api_key\";s:15:\"651328975021562\";s:15:\"facebook_secret\";s:32:\"d43624abac23ce0367dc593d9bc1b9ab\";s:11:\"yahoo_login\";s:3:\"yes\";s:12:\"google_login\";s:3:\"yes\";s:14:\"google_api_key\";s:39:\"AIzaSyCBnyL9MhOZlec1Mz1_qImukxi-VFqQKJw\";s:16:\"google_client_id\";s:73:\"1080075888915-foi2l0vot31drspcqtpn0atnlicol5nr.apps.googleusercontent.com\";s:13:\"google_secret\";s:24:\"nMUUPPVkxaOn6TOgZjB2BN85\";s:15:\"user_show_roles\";s:1:\"0\";s:23:\"user_show_roles_profile\";s:1:\"0\";s:15:\"show_hide_roles\";a:6:{s:5:\"agent\";s:0:\"\";s:6:\"agency\";s:0:\"\";s:5:\"owner\";s:0:\"\";s:5:\"buyer\";s:0:\"\";s:6:\"seller\";s:0:\"\";s:7:\"manager\";s:0:\"\";}s:10:\"agent_role\";s:5:\"Agent\";s:11:\"agency_role\";s:6:\"Agency\";s:10:\"owner_role\";s:5:\"Owner\";s:10:\"buyer_role\";s:5:\"Buyer\";s:11:\"seller_role\";s:6:\"Seller\";s:12:\"manager_role\";s:7:\"Manager\";s:13:\"splash_layout\";s:15:\"container-fluid\";s:14:\"backgroud_type\";s:5:\"image\";s:15:\"splash_page_nav\";s:1:\"1\";s:17:\"splash_menu_align\";s:8:\"nav-left\";s:14:\"splash_overlay\";s:1:\"1\";s:18:\"splash_overlay_img\";a:5:{s:3:\"url\";s:67:\"http://localhost/houzez13/wp-content/uploads/2016/03/bg-video-1.png\";s:2:\"id\";s:3:\"952\";s:6:\"height\";s:1:\"1\";s:5:\"width\";s:1:\"1\";s:9:\"thumbnail\";s:67:\"http://localhost/houzez13/wp-content/uploads/2016/03/bg-video-1.png\";}s:22:\"splash_overlay_opacity\";s:1:\"1\";s:12:\"splash_image\";a:5:{s:3:\"url\";s:68:\"http://localhost/houzez13/wp-content/uploads/2016/03/miami-beach.jpg\";s:2:\"id\";s:3:\"263\";s:6:\"height\";s:3:\"900\";s:5:\"width\";s:4:\"1440\";s:9:\"thumbnail\";s:76:\"http://localhost/houzez13/wp-content/uploads/2016/03/miami-beach-150x150.jpg\";}s:13:\"splash_slider\";s:11:\"401,397,377\";s:19:\"splash_slider_delay\";s:4:\"7000\";s:13:\"splash_bg_mp4\";a:5:{s:3:\"url\";s:69:\"http://localhost/houzez13/wp-content/uploads/2016/03/houzez-video.mp4\";s:2:\"id\";s:4:\"1267\";s:6:\"height\";s:3:\"720\";s:5:\"width\";s:4:\"1280\";s:9:\"thumbnail\";s:0:\"\";}s:14:\"splash_bg_webm\";a:5:{s:3:\"url\";s:70:\"http://localhost/houzez13/wp-content/uploads/2016/03/houzez-video.webm\";s:2:\"id\";s:4:\"1269\";s:6:\"height\";s:3:\"720\";s:5:\"width\";s:4:\"1280\";s:9:\"thumbnail\";s:0:\"\";}s:13:\"splash_bg_ogv\";a:5:{s:3:\"url\";s:69:\"http://localhost/houzez13/wp-content/uploads/2016/03/houzez-video.ogv\";s:2:\"id\";s:4:\"1268\";s:6:\"height\";s:3:\"720\";s:5:\"width\";s:4:\"1280\";s:9:\"thumbnail\";s:0:\"\";}s:18:\"splash_video_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:19:\"splash_welcome_text\";s:49:\"Land and Rural Lifestyle in North Central Florida\";s:18:\"splash_welcome_sub\";s:39:\"Search for your next Land Farm or Home?\";s:18:\"splash_callus_icon\";s:34:\"<i class=\"fa fa-phone-square\"></i>\";s:18:\"splash_callus_text\";s:0:\"\";s:19:\"splash_callus_phone\";s:14:\"(800) 897 6543\";s:13:\"social-splash\";s:1:\"1\";s:11:\"sp-facebook\";s:1:\"#\";s:10:\"sp-twitter\";s:1:\"#\";s:13:\"sp-googleplus\";s:1:\"#\";s:11:\"sp-linkedin\";s:1:\"#\";s:12:\"sp-instagram\";s:1:\"#\";s:20:\"splash-logolink-type\";s:9:\"home_page\";s:15:\"splash-logolink\";s:0:\"\";s:14:\"multi_currency\";s:1:\"0\";s:22:\"default_multi_currency\";s:0:\"\";s:12:\"short_prices\";s:1:\"0\";s:13:\"indian_format\";s:1:\"0\";s:15:\"currency_symbol\";s:1:\"$\";s:17:\"currency_position\";s:6:\"before\";s:8:\"decimals\";s:1:\"2\";s:23:\"decimal_point_separator\";s:1:\".\";s:19:\"thousands_separator\";s:1:\",\";s:9:\"typo-body\";a:10:{s:11:\"font-family\";s:4:\"Lato\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:14:\"text-transform\";s:4:\"none\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"24px\";s:5:\"color\";s:7:\"#000000\";}s:12:\"typo-headers\";a:10:{s:11:\"font-family\";s:6:\"Roboto\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"500\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:10:\"text-align\";s:4:\"left\";s:14:\"text-transform\";s:4:\"none\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"18px\";}s:16:\"typo-mobile-menu\";a:10:{s:11:\"font-family\";s:6:\"Roboto\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"500\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:10:\"text-align\";s:4:\"left\";s:14:\"text-transform\";s:4:\"none\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"18px\";}s:13:\"typo-headings\";a:8:{s:11:\"font-family\";s:4:\"Lato\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:10:\"text-align\";s:7:\"inherit\";s:14:\"text-transform\";s:10:\"capitalize\";}s:13:\"body_bg_color\";s:7:\"#ffffff\";s:20:\"houzez_primary_color\";s:7:\"#164f16\";s:26:\"houzez_primary_color_hover\";a:3:{s:5:\"color\";s:7:\"#e4192b\";s:5:\"alpha\";s:4:\"0.65\";s:4:\"rgba\";s:20:\"rgba(228,25,43,0.65)\";}s:22:\"houzez_secondary_color\";s:7:\"#dd3333\";s:28:\"houzez_secondary_color_hover\";a:3:{s:5:\"color\";s:7:\"#7dcdcd\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:19:\"rgba(125,205,205,1)\";}s:17:\"banner_text_color\";s:7:\"#ffffff\";s:20:\"styling_headers_type\";s:8:\"header-2\";s:11:\"header_1_bg\";s:7:\"#164f16\";s:20:\"header_1_links_color\";s:0:\"\";s:26:\"header_1_links_hover_color\";a:3:{s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:19:\"rgba(255,255,255,1)\";}s:29:\"header_1_links_hover_bg_color\";a:3:{s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"alpha\";s:2:\".2\";s:4:\"rgba\";s:21:\"rgba(255,255,255,0.2)\";}s:11:\"header_3_bg\";s:0:\"\";s:16:\"header_3_bg_menu\";s:7:\"#164f16\";s:20:\"header_3_links_color\";s:0:\"\";s:26:\"header_3_links_hover_color\";a:3:{s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:19:\"rgba(255,255,255,1)\";}s:29:\"header_3_links_hover_bg_color\";a:3:{s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"alpha\";s:2:\".2\";s:4:\"rgba\";s:21:\"rgba(255,255,255,0.2)\";}s:15:\"header_3_border\";a:6:{s:10:\"border-top\";s:3:\"1px\";s:12:\"border-right\";s:3:\"1px\";s:13:\"border-bottom\";s:3:\"1px\";s:11:\"border-left\";s:3:\"1px\";s:12:\"border-style\";s:5:\"solid\";s:12:\"border-color\";s:7:\"#2a353d\";}s:21:\"header_3_social_color\";s:7:\"#FFFFFF\";s:15:\"header_2_top_bg\";s:7:\"#164f16\";s:17:\"header_2_top_text\";s:7:\"#ffffff\";s:17:\"header_2_top_icon\";s:7:\"#ffffff\";s:11:\"header_2_bg\";s:7:\"#ffffff\";s:20:\"header_2_links_color\";s:7:\"#164f16\";s:26:\"header_2_links_hover_color\";a:3:{s:5:\"color\";s:7:\"#24f3e9\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:18:\"rgba(36,243,233,1)\";}s:29:\"header_2_links_hover_bg_color\";a:3:{s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"alpha\";s:2:\".2\";s:4:\"rgba\";s:21:\"rgba(255,255,255,0.2)\";}s:15:\"header_2_border\";a:3:{s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"alpha\";s:2:\".2\";s:4:\"rgba\";s:21:\"rgba(255,255,255,0.2)\";}s:11:\"header_4_bg\";s:0:\"\";s:20:\"header_4_links_color\";s:7:\"#000000\";s:26:\"header_4_links_hover_color\";a:3:{s:5:\"color\";s:7:\"#e4192b\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:17:\"rgba(228,25,43,1)\";}s:18:\"header_4_btn_color\";s:7:\"#000000\";s:24:\"header_4_btn_hover_color\";a:3:{s:5:\"color\";s:7:\"#ffffff\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:19:\"rgba(255,255,255,1)\";}s:21:\"header_4_btn_bg_color\";s:7:\"#ffffff\";s:27:\"header_4_btn_bg_hover_color\";a:3:{s:5:\"color\";s:7:\"#e4192b\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:17:\"rgba(228,25,43,1)\";}s:19:\"header_4_btn_border\";a:6:{s:10:\"border-top\";s:3:\"1px\";s:12:\"border-right\";s:3:\"1px\";s:13:\"border-bottom\";s:3:\"1px\";s:11:\"border-left\";s:3:\"1px\";s:12:\"border-style\";s:5:\"solid\";s:12:\"border-color\";s:7:\"#000000\";}s:31:\"header_4_btn_border_hover_color\";a:3:{s:5:\"color\";s:7:\"#e4192b\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:17:\"rgba(228,25,43,1)\";}s:11:\"header_6_bg\";s:7:\"#164f16\";s:20:\"header_6_links_color\";s:7:\"#FFFFFF\";s:26:\"header_6_links_hover_color\";a:3:{s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:19:\"rgba(255,255,255,1)\";}s:29:\"header_6_links_hover_bg_color\";a:3:{s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"alpha\";s:2:\".2\";s:4:\"rgba\";s:21:\"rgba(255,255,255,0.2)\";}s:21:\"header_6_social_color\";s:7:\"#FFFFFF\";s:17:\"header_submenu_bg\";a:3:{s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"alpha\";s:3:\".95\";s:4:\"rgba\";s:22:\"rgba(255,255,255,0.95)\";}s:26:\"header_submenu_links_color\";s:7:\"#2e3e49\";s:32:\"header_submenu_links_hover_color\";s:7:\"#00aeef\";s:27:\"header_submenu_border_color\";s:7:\"#e6e6e6\";s:20:\"header_123_btn_color\";s:7:\"#707070\";s:26:\"header_123_btn_hover_color\";a:3:{s:5:\"color\";s:7:\"#70cd0a\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:18:\"rgba(112,205,10,1)\";}s:23:\"header_123_btn_bg_color\";a:3:{s:5:\"color\";s:7:\"#0b6403\";s:5:\"alpha\";s:3:\"0.2\";s:4:\"rgba\";s:18:\"rgba(11,100,3,0.2)\";}s:29:\"header_123_btn_bg_hover_color\";a:3:{s:5:\"color\";s:7:\"#136f04\";s:5:\"alpha\";s:3:\"0.1\";s:4:\"rgba\";s:18:\"rgba(19,111,4,0.1)\";}s:21:\"header_123_btn_border\";a:6:{s:10:\"border-top\";s:3:\"1px\";s:12:\"border-right\";s:3:\"1px\";s:13:\"border-bottom\";s:3:\"1px\";s:11:\"border-left\";s:3:\"1px\";s:12:\"border-style\";s:5:\"solid\";s:12:\"border-color\";s:7:\"#ffffff\";}s:33:\"header_123_btn_border_hover_color\";s:7:\"#ffffff\";s:21:\"header_3_callus_color\";s:7:\"#ffffff\";s:24:\"header_3_callus_bg_color\";s:7:\"#00aeef\";s:32:\"header_4_transparent_links_color\";s:7:\"#ffffff\";s:38:\"header_4_transparent_links_hover_color\";s:7:\"#e4192b\";s:35:\"header_4_transparent_border_bottom1\";a:6:{s:10:\"border-top\";s:3:\"1px\";s:12:\"border-right\";s:3:\"1px\";s:13:\"border-bottom\";s:3:\"1px\";s:11:\"border-left\";s:3:\"1px\";s:12:\"border-style\";s:4:\"none\";s:12:\"border-color\";s:0:\"\";}s:40:\"header_4_transparent_border_bottom_color\";a:3:{s:5:\"color\";s:7:\"#ffffff\";s:5:\"alpha\";s:3:\".30\";s:4:\"rgba\";s:21:\"rgba(255,255,255,0.3)\";}s:30:\"header_4_transparent_btn_color\";s:7:\"#ffffff\";s:36:\"header_4_transparent_btn_hover_color\";a:3:{s:5:\"color\";s:7:\"#ffffff\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:19:\"rgba(255,255,255,1)\";}s:33:\"header_4_transparent_btn_bg_color\";a:3:{s:5:\"color\";s:7:\"#ffffff\";s:5:\"alpha\";s:2:\".2\";s:4:\"rgba\";s:21:\"rgba(255,255,255,0.2)\";}s:39:\"header_4_transparent_btn_bg_hover_color\";a:3:{s:5:\"color\";s:7:\"#e4192b\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:17:\"rgba(228,25,43,1)\";}s:31:\"header_4_transparent_btn_border\";a:6:{s:10:\"border-top\";s:3:\"1px\";s:12:\"border-right\";s:3:\"1px\";s:13:\"border-bottom\";s:3:\"1px\";s:11:\"border-left\";s:3:\"1px\";s:12:\"border-style\";s:5:\"solid\";s:12:\"border-color\";s:7:\"#ffffff\";}s:43:\"header_4_transparent_btn_border_hover_color\";a:3:{s:5:\"color\";s:7:\"#e4192b\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:17:\"rgba(228,25,43,1)\";}s:17:\"mob_menu_bg_color\";s:7:\"#ffffff\";s:20:\"mob_submenu_bg_color\";a:3:{s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"alpha\";s:3:\".95\";s:4:\"rgba\";s:22:\"rgba(255,255,255,0.95)\";}s:18:\"mob_menu_btn_color\";s:7:\"#000000\";s:25:\"mob_menu_btn_color_splash\";s:7:\"#FFFFFF\";s:14:\"mob_link_color\";s:7:\"#000000\";s:20:\"mob_link_hover_color\";a:3:{s:5:\"color\";s:7:\"#ffffff\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:19:\"rgba(255,255,255,1)\";}s:23:\"mob_link_hover_bg_color\";a:3:{s:5:\"color\";s:7:\"#e4192b\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:17:\"rgba(228,25,43,1)\";}s:23:\"mob_dropdown_link_color\";s:7:\"#ffffff\";s:27:\"mob_dropdown_links_bg_color\";s:7:\"#e4192b\";s:17:\"mobile_nav_border\";a:6:{s:10:\"border-top\";s:3:\"1px\";s:12:\"border-right\";s:3:\"0px\";s:13:\"border-bottom\";s:3:\"0px\";s:11:\"border-left\";s:3:\"0px\";s:12:\"border-style\";s:5:\"solid\";s:12:\"border-color\";s:7:\"#e0e0e0\";}s:10:\"ua_menu_bg\";s:7:\"#FFFFFF\";s:19:\"ua_menu_links_color\";s:7:\"#2e3e49\";s:25:\"ua_menu_links_hover_color\";s:7:\"#2e3e49\";s:28:\"ua_menu_links_hover_bg_color\";a:3:{s:5:\"color\";s:7:\"#cccccc\";s:5:\"alpha\";s:4:\"0.15\";s:4:\"rgba\";s:22:\"rgba(204,204,204,0.15)\";}s:20:\"ua_menu_border_color\";s:7:\"#e6e6e6\";s:13:\"ua_submenu_bg\";s:7:\"#0a0000\";s:22:\"ua_submenu_links_color\";s:7:\"#FFFFFF\";s:28:\"ua_submenu_links_hover_color\";a:3:{s:5:\"color\";s:7:\"#ffffff\";s:5:\"alpha\";s:3:\"0.2\";s:4:\"rgba\";s:21:\"rgba(255,255,255,0.2)\";}s:23:\"ua_submenu_border_color\";a:3:{s:5:\"color\";s:7:\"#ffffff\";s:5:\"alpha\";s:3:\"0.3\";s:4:\"rgba\";s:21:\"rgba(255,255,255,0.3)\";}s:13:\"dm_background\";s:7:\"#000000\";s:8:\"dm_color\";s:7:\"#ffffff\";s:14:\"dm_hover_color\";s:7:\"#e4192b\";s:19:\"dm_submenu_bg_color\";s:7:\"#303030\";s:10:\"top_bar_bg\";s:7:\"#ffffff\";s:13:\"top_bar_color\";s:7:\"#000000\";s:19:\"top_bar_color_hover\";a:3:{s:5:\"color\";s:7:\"#e4192b\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:17:\"rgba(228,25,43,1)\";}s:21:\"topbar_menu_btn_color\";s:7:\"#FFFFFF\";s:14:\"adv_background\";s:11:\"transparent\";s:22:\"adv_textfields_borders\";s:11:\"transparent\";s:14:\"adv_text_color\";s:7:\"#ffffff\";s:17:\"adv_search_btn_bg\";a:3:{s:7:\"regular\";s:7:\"#164f16\";s:5:\"hover\";s:7:\"#164f16\";s:6:\"active\";s:7:\"#164f16\";}s:19:\"adv_search_btn_text\";a:3:{s:7:\"regular\";s:7:\"#ffffff\";s:5:\"hover\";s:7:\"#ffffff\";s:6:\"active\";s:7:\"#ffffff\";}s:17:\"adv_search_border\";a:3:{s:7:\"regular\";s:7:\"#164f16\";s:5:\"hover\";s:7:\"#164f16\";s:6:\"active\";s:7:\"#164f16\";}s:16:\"adv_button_color\";a:3:{s:7:\"regular\";s:7:\"#164f16\";s:5:\"hover\";s:7:\"#164f16\";s:6:\"active\";s:7:\"#164f16\";}s:31:\"adv_overlay_open_close_bg_color\";s:7:\"#164F16\";s:28:\"adv_overlay_open_close_color\";s:7:\"#ffffff\";s:23:\"featured_label_bg_color\";s:7:\"#0098a3\";s:20:\"featured_label_color\";s:7:\"#ffffff\";s:22:\"houzez_prop_details_bg\";a:3:{s:5:\"color\";s:7:\"#e4192b\";s:5:\"alpha\";s:3:\"0.1\";s:4:\"rgba\";s:19:\"rgba(228,25,43,0.1)\";}s:15:\"footer_bg_color\";s:7:\"#164f16\";s:22:\"footer_bottom_bg_color\";s:7:\"#f7f7f7\";s:20:\"footer_bottom_border\";a:6:{s:10:\"border-top\";s:3:\"1px\";s:12:\"border-right\";s:0:\"\";s:13:\"border-bottom\";s:0:\"\";s:11:\"border-left\";s:0:\"\";s:12:\"border-style\";s:5:\"solid\";s:12:\"border-color\";s:7:\"#e5e5e5\";}s:12:\"footer_color\";s:7:\"#000000\";s:18:\"footer_hover_color\";a:3:{s:5:\"color\";s:7:\"#e4192b\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:17:\"rgba(228,25,43,1)\";}s:13:\"prop-top-area\";s:2:\"v4\";s:23:\"prop_default_active_tab\";s:13:\"image_gallery\";s:19:\"prop-content-layout\";s:2:\"v2\";s:15:\"prop-detail-nav\";s:2:\"no\";s:23:\"send_agent_message_copy\";s:1:\"1\";s:24:\"send_agent_message_email\";s:20:\"hello@favethemes.com\";s:14:\"map_in_section\";s:1:\"0\";s:21:\"print_property_button\";s:1:\"1\";s:20:\"prop_detail_favorite\";s:1:\"1\";s:17:\"prop_detail_share\";s:1:\"1\";s:11:\"agent_forms\";s:1:\"1\";s:17:\"agent_forms_terms\";s:1:\"0\";s:22:\"agent_forms_terms_text\";s:94:\"I agree with your <a href=\"http://your-website.com/terms-and-condition\">Terms & Conditions</a>\";s:28:\"agent_forms_terms_validation\";s:42:\"You need to agree with terms & conditions.\";s:24:\"agent_contact_in_sidebar\";s:1:\"0\";s:31:\"agent_contact_in_sidebar_mobile\";s:1:\"0\";s:22:\"featured_image_overlay\";s:1:\"0\";s:18:\"documents_download\";s:1:\"1\";s:14:\"features_icons\";s:1:\"0\";s:15:\"property_blocks\";a:2:{s:7:\"enabled\";a:14:{s:7:\"placebo\";s:7:\"placebo\";s:4:\"unit\";s:25:\"Multi Unit / Sub Listings\";s:11:\"description\";s:11:\"Description\";s:13:\"schedule_tour\";s:13:\"Schedule Tour\";s:7:\"address\";s:7:\"Address\";s:7:\"details\";s:7:\"Details\";s:8:\"features\";s:8:\"Features\";s:12:\"virtual_tour\";s:18:\"360° Virtual Tour\";s:11:\"floor_plans\";s:11:\"Floor Plans\";s:5:\"video\";s:5:\"Video\";s:9:\"walkscore\";s:9:\"Walkscore\";s:11:\"yelp_nearby\";s:14:\"Near by Places\";s:5:\"stats\";s:5:\"Stats\";s:12:\"agent_bottom\";s:12:\"Agent bottom\";}s:8:\"disabled\";a:6:{s:7:\"placebo\";s:7:\"placebo\";s:12:\"energy_class\";s:12:\"Energy Class\";s:15:\"adsense_space_1\";s:15:\"Adsense Space 1\";s:15:\"adsense_space_2\";s:15:\"Adsense Space 2\";s:15:\"adsense_space_3\";s:15:\"Adsense Space 3\";s:16:\"booking_calendar\";s:21:\"Availability Calendar\";}}s:20:\"property_blocks_tabs\";a:2:{s:7:\"enabled\";a:7:{s:7:\"placebo\";s:7:\"placebo\";s:11:\"description\";s:11:\"Description\";s:7:\"address\";s:7:\"Address\";s:7:\"details\";s:7:\"Details\";s:8:\"features\";s:8:\"Features\";s:11:\"floor_plans\";s:11:\"Floor Plans\";s:5:\"video\";s:5:\"Video\";}s:8:\"disabled\";a:2:{s:7:\"placebo\";s:7:\"placebo\";s:12:\"virtual_tour\";s:18:\"360° Virtual Tour\";}}s:28:\"houzez_availability_calendar\";s:1:\"0\";s:19:\"houzez_energy_class\";s:1:\"0\";s:20:\"houzez_tabs_schedule\";s:1:\"0\";s:27:\"property_blocks_luxuryhomes\";a:2:{s:7:\"enabled\";a:10:{s:7:\"placebo\";s:7:\"placebo\";s:4:\"unit\";s:25:\"Multi Unit / Sub Listings\";s:11:\"description\";s:21:\"Description & Details\";s:8:\"features\";s:8:\"Features\";s:7:\"address\";s:7:\"Address\";s:11:\"floor_plans\";s:11:\"Floor Plans\";s:5:\"video\";s:5:\"Video\";s:9:\"walkscore\";s:10:\"Walk Score\";s:11:\"yelp_nearby\";s:6:\"Nearby\";s:10:\"agent_form\";s:13:\"Agent Contact\";}s:8:\"disabled\";a:10:{s:7:\"placebo\";s:7:\"placebo\";s:5:\"stats\";s:5:\"Stats\";s:7:\"gallery\";s:7:\"Gallery\";s:12:\"virtual_tour\";s:18:\"360° Virtual Tour\";s:12:\"energy_class\";s:12:\"Energy Class\";s:13:\"schedule_tour\";s:13:\"Schedule Tour\";s:15:\"adsense_space_1\";s:15:\"Adsense Space 1\";s:15:\"adsense_space_2\";s:15:\"Adsense Space 2\";s:15:\"adsense_space_3\";s:15:\"Adsense Space 3\";s:16:\"booking_calendar\";s:21:\"Availability Calendar\";}}s:15:\"adsense_space_1\";s:0:\"\";s:15:\"adsense_space_2\";s:0:\"\";s:15:\"adsense_space_3\";s:0:\"\";s:18:\"houzez_stats_graph\";s:1:\"1\";s:17:\"houzez_stats_days\";s:2:\"20\";s:17:\"houzez_graph_type\";s:3:\"bar\";s:21:\"houzez_graph_bg_color\";a:3:{s:5:\"color\";s:7:\"#00aeef\";s:5:\"alpha\";s:2:\".2\";s:4:\"rgba\";s:19:\"rgba(0,174,239,0.2)\";}s:25:\"houzez_graph_border_color\";a:3:{s:5:\"color\";s:7:\"#00aeef\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:17:\"rgba(0,174,239,1)\";}s:16:\"houzez_walkscore\";s:1:\"1\";s:20:\"houzez_walkscore_api\";s:32:\"6acf594b7b8899d0954d11fb38b90e3f\";s:11:\"houzez_yelp\";s:1:\"1\";s:19:\"houzez_yelp_api_key\";s:0:\"\";s:16:\"houzez_yelp_term\";a:4:{i:0;s:9:\"education\";i:1;s:4:\"food\";i:2;s:6:\"health\";i:3;s:10:\"realestate\";}s:17:\"houzez_yelp_limit\";s:1:\"3\";s:21:\"houzez_yelp_dist_unit\";s:5:\"miles\";s:23:\"hide_detail_prop_fields\";a:13:{s:7:\"prop_id\";s:0:\"\";s:9:\"prop_type\";s:0:\"\";s:11:\"prop_status\";s:0:\"\";s:10:\"prop_label\";s:0:\"\";s:15:\"sale_rent_price\";s:0:\"\";s:8:\"bedrooms\";s:0:\"\";s:9:\"bathrooms\";s:0:\"\";s:9:\"area_size\";s:0:\"\";s:9:\"land_area\";s:0:\"\";s:7:\"garages\";s:0:\"\";s:10:\"year_built\";s:0:\"\";s:12:\"updated_date\";s:0:\"\";s:18:\"additional_details\";s:0:\"\";}s:19:\"schedule_time_slots\";s:128:\"10:00 am, 10:15 pm, 10:30 pm, 12:00 pm, 12:15 pm, 12:30 pm, 12:45 pm, 01:00 pm, 01:15 pm, 01:30 pm, 01:45 pm, 02:00 pm, 05:00 pm\";s:12:\"icon_prop_id\";a:5:{s:3:\"url\";s:68:\"http://demo.landfarmhome.com/wp-content/uploads/2017/11/Asset-15.png\";s:2:\"id\";s:4:\"7538\";s:6:\"height\";s:2:\"48\";s:5:\"width\";s:2:\"36\";s:9:\"thumbnail\";s:68:\"http://demo.landfarmhome.com/wp-content/uploads/2017/11/Asset-15.png\";}s:13:\"icon_bedrooms\";a:5:{s:3:\"url\";s:68:\"http://demo.landfarmhome.com/wp-content/uploads/2017/11/Asset-18.png\";s:2:\"id\";s:4:\"7543\";s:6:\"height\";s:2:\"30\";s:5:\"width\";s:2:\"50\";s:9:\"thumbnail\";s:68:\"http://demo.landfarmhome.com/wp-content/uploads/2017/11/Asset-18.png\";}s:10:\"icon_rooms\";a:5:{s:3:\"url\";s:73:\"http://demo.landfarmhome.com/wp-content/uploads/2017/11/icon-Asset-10.png\";s:2:\"id\";s:4:\"7534\";s:6:\"height\";s:2:\"48\";s:5:\"width\";s:2:\"48\";s:9:\"thumbnail\";s:73:\"http://demo.landfarmhome.com/wp-content/uploads/2017/11/icon-Asset-10.png\";}s:14:\"icon_bathrooms\";a:5:{s:3:\"url\";s:67:\"http://demo.landfarmhome.com/wp-content/uploads/2017/11/icon-19.png\";s:2:\"id\";s:4:\"7544\";s:6:\"height\";s:2:\"34\";s:5:\"width\";s:2:\"50\";s:9:\"thumbnail\";s:67:\"http://demo.landfarmhome.com/wp-content/uploads/2017/11/icon-19.png\";}s:14:\"icon_prop_size\";a:5:{s:3:\"url\";s:73:\"http://demo.landfarmhome.com/wp-content/uploads/2017/11/icon-Asset-11.png\";s:2:\"id\";s:4:\"7535\";s:6:\"height\";s:2:\"48\";s:5:\"width\";s:2:\"48\";s:9:\"thumbnail\";s:73:\"http://demo.landfarmhome.com/wp-content/uploads/2017/11/icon-Asset-11.png\";}s:14:\"icon_prop_land\";a:5:{s:3:\"url\";s:68:\"http://demo.landfarmhome.com/wp-content/uploads/2017/11/Asset-17.png\";s:2:\"id\";s:4:\"7539\";s:6:\"height\";s:2:\"48\";s:5:\"width\";s:2:\"48\";s:9:\"thumbnail\";s:68:\"http://demo.landfarmhome.com/wp-content/uploads/2017/11/Asset-17.png\";}s:16:\"icon_garage_size\";a:5:{s:3:\"url\";s:73:\"http://demo.landfarmhome.com/wp-content/uploads/2017/11/icon-Asset-13.png\";s:2:\"id\";s:4:\"7537\";s:6:\"height\";s:2:\"48\";s:5:\"width\";s:2:\"48\";s:9:\"thumbnail\";s:73:\"http://demo.landfarmhome.com/wp-content/uploads/2017/11/icon-Asset-13.png\";}s:11:\"icon_garage\";a:5:{s:3:\"url\";s:72:\"http://demo.landfarmhome.com/wp-content/uploads/2017/11/icon-Asset-9.png\";s:2:\"id\";s:4:\"7533\";s:6:\"height\";s:2:\"32\";s:5:\"width\";s:2:\"48\";s:9:\"thumbnail\";s:72:\"http://demo.landfarmhome.com/wp-content/uploads/2017/11/icon-Asset-9.png\";}s:9:\"icon_year\";a:5:{s:3:\"url\";s:73:\"http://demo.landfarmhome.com/wp-content/uploads/2017/11/icon-Asset-12.png\";s:2:\"id\";s:4:\"7536\";s:6:\"height\";s:2:\"48\";s:5:\"width\";s:2:\"48\";s:9:\"thumbnail\";s:73:\"http://demo.landfarmhome.com/wp-content/uploads/2017/11/icon-Asset-12.png\";}s:25:\"houzez_similer_properties\";s:1:\"1\";s:30:\"houzez_similer_properties_type\";s:13:\"property_type\";s:30:\"houzez_similer_properties_view\";s:9:\"list-view\";s:31:\"houzez_similer_properties_count\";s:1:\"4\";s:16:\"gallery_autoplay\";s:1:\"1\";s:16:\"property_reviews\";s:1:\"1\";s:34:\"property_reviews_approved_by_admin\";s:1:\"0\";s:22:\"enable_direct_messages\";s:1:\"1\";s:21:\"enable_next_prev_prop\";s:1:\"0\";s:15:\"print_page_logo\";a:5:{s:3:\"url\";s:89:\"http://houzez01.favethemes.com/wp-content/themes/houzez/images/logo/houzez-logo-print.png\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:11:\"print_agent\";s:1:\"1\";s:17:\"print_description\";s:1:\"1\";s:13:\"print_details\";s:1:\"1\";s:24:\"print_details_additional\";s:1:\"1\";s:14:\"print_features\";s:1:\"1\";s:16:\"print_floorplans\";s:1:\"1\";s:13:\"print_gallery\";s:1:\"1\";s:13:\"print_gr_code\";s:1:\"1\";s:16:\"submit_form_type\";s:5:\"mstep\";s:19:\"enable_multi_agents\";s:1:\"0\";s:22:\"property_form_sections\";a:2:{s:7:\"enabled\";a:8:{s:7:\"placebo\";s:7:\"placebo\";s:17:\"description-price\";s:19:\"Description & Price\";s:5:\"media\";s:14:\"Property Media\";s:7:\"details\";s:16:\"Property Details\";s:8:\"features\";s:17:\"Property features\";s:8:\"location\";s:17:\"Property location\";s:12:\"private_note\";s:12:\"Private Note\";s:10:\"agent_info\";s:17:\"Agent Information\";}s:8:\"disabled\";a:6:{s:7:\"placebo\";s:7:\"placebo\";s:10:\"floorplans\";s:11:\"Floor Plans\";s:11:\"multi-units\";s:28:\"Multi Units / Sub Properties\";s:12:\"virtual_tour\";s:18:\"360° Virtual Tour\";s:11:\"attachments\";s:11:\"Attachments\";s:12:\"energy_class\";s:12:\"Energy Class\";}}s:19:\"year_built_calender\";s:3:\"yes\";s:18:\"location_dropdowns\";s:2:\"no\";s:19:\"area_prefix_default\";s:4:\"SqFt\";s:22:\"area_prefix_changeable\";s:1:\"1\";s:15:\"max_prop_images\";s:2:\"10\";s:19:\"image_max_file_size\";s:6:\"1000kb\";s:20:\"hide_add_prop_fields\";a:22:{s:7:\"prop_id\";s:0:\"\";s:9:\"prop_type\";s:0:\"\";s:11:\"prop_status\";s:0:\"\";s:10:\"prop_label\";s:0:\"\";s:15:\"sale_rent_price\";s:0:\"\";s:12:\"second_price\";s:0:\"\";s:13:\"price_postfix\";s:0:\"\";s:12:\"price_prefix\";s:0:\"\";s:8:\"bedrooms\";s:0:\"\";s:9:\"bathrooms\";s:0:\"\";s:9:\"area_size\";s:0:\"\";s:9:\"land_area\";s:0:\"\";s:7:\"garages\";s:0:\"\";s:11:\"garage_size\";s:0:\"\";s:10:\"year_built\";s:0:\"\";s:9:\"video_url\";s:0:\"\";s:12:\"neighborhood\";s:0:\"\";s:4:\"city\";s:0:\"\";s:11:\"postal_code\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:0:\"\";s:18:\"additional_details\";s:0:\"\";}s:15:\"required_fields\";a:15:{s:5:\"title\";s:1:\"1\";s:9:\"prop_type\";s:0:\"\";s:11:\"prop_status\";s:0:\"\";s:11:\"prop_labels\";s:0:\"\";s:15:\"sale_rent_price\";s:1:\"1\";s:17:\"prop_second_price\";s:0:\"\";s:11:\"price_label\";s:0:\"\";s:7:\"prop_id\";s:0:\"\";s:8:\"bedrooms\";s:0:\"\";s:9:\"bathrooms\";s:0:\"\";s:9:\"area_size\";s:1:\"1\";s:9:\"land_area\";s:0:\"\";s:7:\"garages\";s:0:\"\";s:10:\"year_built\";s:0:\"\";s:20:\"property_map_address\";s:1:\"1\";}s:12:\"invoice_logo\";a:5:{s:3:\"url\";s:89:\"http://houzez01.favethemes.com/wp-content/themes/houzez/images/logo/houzez-logo-print.png\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:20:\"invoice_company_name\";s:12:\"Company Name\";s:15:\"invoice_address\";s:52:\"1161 Washingtown Avenue 299<br> Miami Beach 33141 FL\";s:13:\"invoice_phone\";s:13:\"(987)654 3210\";s:23:\"invoice_additional_info\";s:222:\"The lorem ipsum text is typically a scrambled section of De finibus bonorum et malorum, a 1st-century BC Latin text by Cicero, with words altered, added, and removed to make it nonsensical, improper Latin.[citation needed]\";s:16:\"invoice_thankyou\";s:36:\"Thank you for your business with us.\";s:33:\"enable_contact_form_7_prop_detail\";s:1:\"0\";s:30:\"contact_form_agent_above_image\";s:0:\"\";s:25:\"contact_form_agent_bottom\";s:0:\"\";s:34:\"enable_contact_form_7_agent_detail\";s:1:\"0\";s:25:\"contact_form_agent_detail\";s:0:\"\";s:16:\"enable_reCaptcha\";s:1:\"0\";s:17:\"recaptha_site_key\";s:0:\"\";s:19:\"recaptha_secret_key\";s:0:\"\";s:22:\"lightbox_agent_cotnact\";s:1:\"1\";s:13:\"lightbox_logo\";a:5:{s:3:\"url\";s:74:\"http://localhost/houzez13/wp-content/uploads/2016/03/logo-houzez-white.png\";s:2:\"id\";s:4:\"1227\";s:6:\"height\";s:2:\"24\";s:5:\"width\";s:3:\"127\";s:9:\"thumbnail\";s:74:\"http://localhost/houzez13/wp-content/uploads/2016/03/logo-houzez-white.png\";}s:23:\"listings_admin_approved\";s:3:\"yes\";s:28:\"edit_listings_admin_approved\";s:2:\"no\";s:22:\"enable_paid_submission\";s:10:\"membership\";s:21:\"houzez_auto_recurring\";s:1:\"0\";s:28:\"per_listing_expire_unlimited\";s:1:\"0\";s:18:\"per_listing_expire\";s:2:\"30\";s:24:\"currency_paid_submission\";s:3:\"USD\";s:24:\"price_listing_submission\";s:1:\"3\";s:33:\"price_featured_listing_submission\";s:1:\"5\";s:10:\"paypal_api\";s:7:\"sandbox\";s:23:\"payment_terms_condition\";s:3:\"745\";s:13:\"enable_paypal\";s:1:\"1\";s:16:\"paypal_client_id\";s:80:\"Aa3aJkOUK4JOqA_CrsEQdHKB7O0B_NsvqLm3e9RgCAuOskt2C5jR5AHYprfmPidy6bCp8fC0w6BpcOHk\";s:24:\"paypal_client_secret_key\";s:80:\"EBWTExbDWhP5yPvD54SLiGkS8pAr-E137xV5p9Io4fO0Zz8RpOG0JAQEo6L3c_0Y8B7deIQB7H3oIVb5\";s:22:\"paypal_receiving_email\";s:21:\"waqas_977@hotmail.com\";s:13:\"enable_stripe\";s:1:\"1\";s:17:\"stripe_secret_key\";s:32:\"sk_test_8BgkGzD54UFinzzL0nEEsxA3\";s:22:\"stripe_publishable_key\";s:32:\"pk_test_c09jxI4MmzfKLFY4oqCnwUum\";s:16:\"enable_2checkout\";s:1:\"0\";s:12:\"tco_sellerID\";s:0:\"\";s:19:\"tco_publishable_key\";s:0:\"\";s:15:\"tco_private_key\";s:0:\"\";s:19:\"enable_wireTransfer\";s:1:\"1\";s:26:\"direct_payment_instruction\";s:238:\"Please send payment to <strong>Houzez Inc</strong>. <br/>\r\n\r\nBank Account - <strong>BWA7849843FAVE007</strong> <br/>\r\n\r\nPlease include the invoice number in payment details Thank you for your business with us! <br/>\";s:14:\"thankyou_title\";s:35:\"Thank you for your business with us\";s:12:\"thankyou_des\";s:223:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer in augue rhoncus, congue neque eu, consequat quam. Maecenas in cursus dui, sed tempor est. Duis varius nibh in lorem venenatis, in tincidunt nunc scelerisque.\";s:19:\"thankyou_wire_title\";s:39:\"Thank you. Your order has been received\";s:17:\"thankyou_wire_des\";s:206:\"Make your payment directly into our bank account. Please use your Order ID as payment reference.\r\n\r\nPlease send payment to <strong>Houzez Inc</strong>.\r\n\r\nBank Account - <strong>BWA7849843FAVE007</strong>\";s:18:\"enable_html_emails\";s:1:\"0\";s:38:\"houzez_subject_purchase_activated_pack\";s:27:\"Your purchase was activated\";s:30:\"houzez_purchase_activated_pack\";s:288:\"Hi there,\r\nWelcome to %website_url and thank you for purchasing a plan with us. We are excited you have chosen %website_name . %website_name is a great place to advertise and search properties.\r\n\r\nYou plan on %website_url activated! You can now list your properties according to you plan.\";s:33:\"houzez_subject_purchase_activated\";s:27:\"Your purchase was activated\";s:25:\"houzez_purchase_activated\";s:86:\"Hi there,\r\nYour purchase on %website_url is activated! You should go and check it out.\";s:31:\"houzez_subject_listing_approved\";s:21:\"Your listing approved\";s:23:\"houzez_listing_approved\";s:117:\"Hi there,\r\nYour listing on %website_url has been approved.\r\n\r\nListins Title:%listing_title\r\nListing Url: %listing_url\";s:30:\"houzez_subject_listing_expired\";s:20:\"Your listing expired\";s:22:\"houzez_listing_expired\";s:116:\"Hi there,\r\nYour listing on %website_url has been expired.\r\n\r\nListins Title:%listing_title\r\nListing Url: %listing_url\";s:32:\"houzez_subject_new_user_register\";s:42:\"Your username and password on %website_url\";s:24:\"houzez_new_user_register\";s:202:\"Hi there,\r\nWelcome to %website_url! You can login now using the below credentials:\r\nUsername:%user_login_register\r\nPassword: %user_pass_register\r\nIf you have any problems, please contact us.\r\nThank you!\";s:38:\"houzez_subject_admin_new_user_register\";s:21:\"New User Registration\";s:30:\"houzez_admin_new_user_register\";s:101:\"New user registration on %website_url.\r\nUsername: %user_login_register,\r\nE-mail: %user_email_register\";s:32:\"houzez_subject_new_wire_transfer\";s:31:\"You ordered a new Wire Transfer\";s:24:\"houzez_new_wire_transfer\";s:255:\"We received your Wire Transfer payment request on %website_url !\r\nPlease follow the instructions below in order to start submitting properties as soon as possible.\r\nThe invoice number is: %invoice_no, Amount: %total_price.\r\nInstructions: %payment_details.\";s:38:\"houzez_subject_admin_new_wire_transfer\";s:36:\"Somebody ordered a new Wire Transfer\";s:30:\"houzez_admin_new_wire_transfer\";s:255:\"We received your Wire Transfer payment request on %website_url !\r\nPlease follow the instructions below in order to start submitting properties as soon as possible.\r\nThe invoice number is: %invoice_no, Amount: %total_price.\r\nInstructions: %payment_details.\";s:38:\"houzez_subject_paid_submission_listing\";s:32:\"Your new listing on %website_url\";s:30:\"houzez_paid_submission_listing\";s:150:\"Hi there,\r\nYou have submitted new listing on %website_url!\r\nListing Title: %listing_title\r\nListing ID: %listing_id\r\nThe invoice number is: %invoice_no\";s:44:\"houzez_subject_admin_paid_submission_listing\";s:35:\"New paid submission on %website_url\";s:36:\"houzez_admin_paid_submission_listing\";s:150:\"Hi there,\r\nYou have a new paid submission on %website_url!\r\nListing Title: %listing_title\r\nListing ID: %listing_id\r\nThe invoice number is: %invoice_no\";s:42:\"houzez_subject_featured_submission_listing\";s:36:\"New featured upgrade on %website_url\";s:34:\"houzez_featured_submission_listing\";s:154:\"Hi there,\r\nYou have a new featured submission on %website_url!\r\nListing Title: %listing_title\r\nListing ID: %listing_id\r\nThe invoice number is: %invoice_no\";s:48:\"houzez_subject_admin_featured_submission_listing\";s:39:\"New featured submission on %website_url\";s:40:\"houzez_admin_featured_submission_listing\";s:154:\"Hi there,\r\nYou have a new featured submission on %website_url!\r\nListing Title: %listing_title\r\nListing ID: %listing_id\r\nThe invoice number is: %invoice_no\";s:38:\"houzez_subject_free_submission_listing\";s:32:\"Your new listing on %website_url\";s:30:\"houzez_free_submission_listing\";s:114:\"Hi there,\r\nYou have submitted new listing on %website_url!\r\nListing Title: %listing_title\r\nListing ID: %listing_id\";s:44:\"houzez_subject_admin_free_submission_listing\";s:30:\"New submission on %website_url\";s:36:\"houzez_admin_free_submission_listing\";s:109:\"Hi there,\r\nYou have a new submission on %website_url!\r\nListing Title: %listing_title\r\nListing ID: %listing_id\";s:35:\"houzez_subject_free_listing_expired\";s:36:\"Free Listing expired on %website_url\";s:27:\"houzez_free_listing_expired\";s:116:\"Hi there,\r\nOne of your free listings on %website_url has \"expired\". The listing is %expired_listing_url.\r\nThank you!\";s:37:\"houzez_subject_admin_expired_listings\";s:49:\"Expired Listing sent for approval on %website_url\";s:29:\"houzez_admin_expired_listings\";s:145:\"Hi there,\r\nA user has re-submited a new property on %website_url! You should go and check it out.\r\nThis is the property title: %submission_title.\";s:35:\"houzez_subject_matching_submissions\";s:36:\"Matching Submissions on %website_url\";s:27:\"houzez_matching_submissions\";s:148:\"Hi there,\r\nA new submission matching your chosen criteria has been published at %website_url.\r\nThese are the new submissions:\r\n%matching_submissions\";s:32:\"houzez_subject_recurring_payment\";s:33:\"Recurring Payment on %website_url\";s:24:\"houzez_recurring_payment\";s:116:\"Hi there,\r\nWe charged your account on %merchant for a subscription on %website_url ! You should go and check it out.\";s:35:\"houzez_subject_membership_cancelled\";s:36:\"Membership Cancelled on %website_url\";s:27:\"houzez_membership_cancelled\";s:236:\"Hi there,\r\nYour subscription on %website_url was cancelled because it expired or the recurring payment from the merchant was not processed. All your listings are no longer visible for our visitors but remain in your account.\r\nThank you.\";s:19:\"enable_email_header\";s:1:\"1\";s:15:\"email_head_logo\";a:5:{s:3:\"url\";s:89:\"http://houzez01.favethemes.com/wp-content/themes/houzez/images/logo/logo-houzez-white.png\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:19:\"email_head_bg_color\";s:7:\"#00AEEF\";s:19:\"enable_email_footer\";s:1:\"1\";s:19:\"email_foot_bg_color\";s:7:\"#FFFFFF\";s:20:\"email_footer_content\";s:354:\"<p style=\"text-align: center; color: #777777; margin: 0; line-height: 22px; font-size: 14px;\">The lorem ipsum text is typically a scrambled section of De finibus bonorum et malorum</p>\r\n<p style=\"text-align: center; color: #777777; margin: 0; line-height: 22px; font-size: 14px;\">Houzez.com | 4958 Washington Av, Miami Beach, FL 33139\r\nPrivacy Policy</p>\";s:13:\"social_1_icon\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:13:\"social_1_link\";s:0:\"\";s:13:\"social_2_icon\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:13:\"social_2_link\";s:0:\"\";s:13:\"social_3_icon\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:13:\"social_3_link\";s:0:\"\";s:13:\"social_4_icon\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:13:\"social_4_link\";s:0:\"\";s:35:\"enable_advanced_search_over_headers\";s:1:\"1\";s:28:\"adv_search_which_header_show\";a:5:{s:10:\"header_map\";s:0:\"\";s:12:\"header_video\";s:0:\"\";s:12:\"header_image\";s:0:\"\";s:9:\"header_rs\";s:1:\"1\";s:9:\"header_ps\";s:0:\"\";}s:28:\"adv_search_over_header_pages\";s:14:\"specific_pages\";s:20:\"keep_adv_search_live\";s:1:\"1\";s:14:\"features_limit\";s:1:\"4\";s:23:\"adv_search_price_slider\";s:1:\"0\";s:26:\"enable_disable_save_search\";s:1:\"1\";s:20:\"save_search_duration\";s:6:\"weekly\";s:9:\"min_price\";s:141:\"1000, 5000, 10000, 50000, 100000, 200000, 300000, 400000, 500000, 600000, 700000, 800000, 900000, 1000000, 1500000, 2000000, 2500000, 5000000\";s:9:\"max_price\";s:145:\"5000, 10000, 50000, 100000, 200000, 300000, 400000, 500000, 600000, 700000, 800000, 900000, 1000000, 1500000, 2000000, 2500000, 5000000, 10000000\";s:14:\"min_price_rent\";s:103:\"500, 1000, 2000, 3000, 4000, 5000, 7500, 10000, 15000, 20000, 25000, 30000, 40000, 50000, 75000, 100000\";s:14:\"max_price_rent\";s:106:\"1000, 2000, 3000, 4000, 5000, 7500, 10000, 15000, 20000, 25000, 30000, 40000, 50000, 75000, 100000, 150000\";s:32:\"advanced_search_widget_min_price\";s:4:\"1000\";s:32:\"advanced_search_widget_max_price\";s:7:\"4500000\";s:40:\"advanced_search_min_price_range_for_rent\";s:2:\"50\";s:40:\"advanced_search_max_price_range_for_rent\";s:5:\"26000\";s:31:\"advanced_search_widget_min_area\";s:2:\"50\";s:31:\"advanced_search_widget_max_area\";s:5:\"13000\";s:13:\"adv_beds_list\";s:20:\"1,2,3,4,5,6,7,8,9,10\";s:14:\"adv_baths_list\";s:20:\"1,2,3,4,5,6,7,8,9,10\";s:13:\"keyword_field\";s:10:\"prop_title\";s:20:\"enable_radius_search\";s:1:\"0\";s:28:\"enable_radius_search_halfmap\";s:1:\"1\";s:21:\"houzez_default_radius\";s:2:\"30\";s:11:\"radius_unit\";s:2:\"km\";s:20:\"keyword_autocomplete\";s:1:\"1\";s:18:\"splash_v1_dropdown\";s:13:\"property_city\";s:17:\"beds_baths_search\";s:5:\"equal\";s:25:\"state_city_area_dropdowns\";s:1:\"0\";s:13:\"adv_show_hide\";a:19:{s:7:\"keyword\";s:1:\"1\";s:9:\"countries\";s:1:\"1\";s:6:\"states\";s:1:\"1\";s:6:\"cities\";s:1:\"1\";s:5:\"areas\";s:0:\"\";s:6:\"status\";s:0:\"\";s:4:\"type\";s:0:\"\";s:4:\"beds\";s:1:\"1\";s:5:\"baths\";s:1:\"1\";s:8:\"min_area\";s:1:\"1\";s:8:\"max_area\";s:1:\"1\";s:9:\"min_price\";s:1:\"1\";s:9:\"max_price\";s:1:\"1\";s:12:\"price_slider\";s:1:\"1\";s:11:\"area_slider\";s:1:\"1\";s:11:\"property_id\";s:1:\"1\";s:5:\"label\";s:1:\"1\";s:10:\"date_field\";s:1:\"1\";s:14:\"other_features\";s:1:\"1\";}s:20:\"adv_show_hide_halmap\";a:19:{s:7:\"keyword\";s:0:\"\";s:9:\"countries\";s:0:\"\";s:6:\"states\";s:1:\"1\";s:6:\"cities\";s:0:\"\";s:5:\"areas\";s:1:\"1\";s:6:\"status\";s:0:\"\";s:4:\"type\";s:0:\"\";s:4:\"beds\";s:0:\"\";s:5:\"baths\";s:0:\"\";s:8:\"min_area\";s:0:\"\";s:8:\"max_area\";s:0:\"\";s:9:\"min_price\";s:0:\"\";s:9:\"max_price\";s:0:\"\";s:12:\"price_slider\";s:1:\"1\";s:11:\"area_slider\";s:1:\"1\";s:11:\"property_id\";s:1:\"1\";s:5:\"label\";s:1:\"1\";s:10:\"date_field\";s:1:\"1\";s:14:\"other_features\";s:1:\"1\";}s:18:\"search_result_page\";s:11:\"normal_page\";s:20:\"show_featured_on_top\";s:1:\"1\";s:20:\"search_result_layout\";s:13:\"right-sidebar\";s:26:\"search_result_posts_layout\";s:9:\"list-view\";s:20:\"search_default_order\";s:6:\"d_date\";s:16:\"search_num_posts\";s:1:\"9\";s:11:\"map_cluster\";a:5:{s:3:\"url\";s:67:\"http://demo.landfarmhome.com/wp-content/uploads/2017/11/cluster.png\";s:2:\"id\";s:4:\"7592\";s:6:\"height\";s:2:\"50\";s:5:\"width\";s:2:\"50\";s:9:\"thumbnail\";s:67:\"http://demo.landfarmhome.com/wp-content/uploads/2017/11/cluster.png\";}s:13:\"googlemap_ssl\";s:2:\"no\";s:15:\"markerPricePins\";s:2:\"no\";s:17:\"short_prices_pins\";s:1:\"0\";s:17:\"geo_country_limit\";s:1:\"0\";s:19:\"geocomplete_country\";s:0:\"\";s:14:\"map_fullscreen\";s:1:\"1\";s:12:\"geo_location\";s:1:\"0\";s:15:\"ipinfo_location\";s:1:\"0\";s:17:\"googlemap_api_key\";s:39:\"AIzaSyCBnyL9MhOZlec1Mz1_qImukxi-VFqQKJw\";s:20:\"googlemap_zoom_level\";s:1:\"1\";s:21:\"googlemap_pin_cluster\";s:3:\"yes\";s:22:\"googlemap_zoom_cluster\";s:1:\"6\";s:15:\"googlemap_stype\";s:1457:\"[\r\n {\r\n \"featureType\": \"landscape.natural\",\r\n \"elementType\": \"geometry.fill\",\r\n \"stylers\": [\r\n {\r\n \"visibility\": \"on\"\r\n },\r\n {\r\n \"color\": \"#e0efef\"\r\n }\r\n ]\r\n },\r\n {\r\n \"featureType\": \"poi\",\r\n \"elementType\": \"geometry.fill\",\r\n \"stylers\": [\r\n {\r\n \"visibility\": \"on\"\r\n },\r\n {\r\n \"hue\": \"#1900ff\"\r\n },\r\n {\r\n \"color\": \"#c0e8e8\"\r\n }\r\n ]\r\n },\r\n {\r\n \"featureType\": \"road\",\r\n \"elementType\": \"geometry\",\r\n \"stylers\": [\r\n {\r\n \"lightness\": 100\r\n },\r\n {\r\n \"visibility\": \"simplified\"\r\n }\r\n ]\r\n },\r\n {\r\n \"featureType\": \"road\",\r\n \"elementType\": \"labels\",\r\n \"stylers\": [\r\n {\r\n \"visibility\": \"off\"\r\n }\r\n ]\r\n },\r\n {\r\n \"featureType\": \"transit.line\",\r\n \"elementType\": \"geometry\",\r\n \"stylers\": [\r\n {\r\n \"visibility\": \"on\"\r\n },\r\n {\r\n \"lightness\": 700\r\n }\r\n ]\r\n },\r\n {\r\n \"featureType\": \"water\",\r\n \"elementType\": \"all\",\r\n \"stylers\": [\r\n {\r\n \"color\": \"#7dcdcd\"\r\n }\r\n ]\r\n }\r\n]\";s:15:\"taxonomy_layout\";s:13:\"right-sidebar\";s:21:\"taxonomy_posts_layout\";s:9:\"list-view\";s:22:\"taxonomy_default_order\";s:6:\"d_date\";s:18:\"taxonomy_num_posts\";s:1:\"9\";s:23:\"halfmap_listings_layout\";s:16:\"grid-view-style3\";s:15:\"num_of_agencies\";s:1:\"9\";s:18:\"agent_view_listing\";s:1:\"1\";s:16:\"agent_phone_full\";s:1:\"0\";s:13:\"num_of_agents\";s:1:\"9\";s:10:\"agent_tabs\";s:1:\"0\";s:18:\"agent_detail_tab_1\";s:0:\"\";s:18:\"agent_detail_tab_2\";s:0:\"\";s:20:\"agent_listings_order\";s:7:\"default\";s:9:\"404-title\";s:22:\"Oh oh! Page not found.\";s:7:\"404-des\";s:152:\"We\'re sorry, but the page you are looking for doesn\'t exist.<br> You can search your topic using the box below or return to the homepage.\";s:17:\"masorny_num_posts\";s:2:\"12\";s:19:\"blog_featured_image\";s:1:\"1\";s:9:\"blog_date\";s:1:\"1\";s:11:\"blog_author\";s:1:\"1\";s:15:\"blog_author_box\";s:1:\"1\";s:9:\"minify_js\";s:1:\"0\";s:10:\"minify_css\";s:1:\"0\";s:22:\"remove_scripts_version\";s:1:\"0\";s:8:\"jpeg_100\";s:1:\"0\";s:10:\"custom_css\";s:1940:\"/* logo\r\n/* ------------------------------------------------------------------------ */\r\n.logo a {\r\n top: -2px;\r\n position: relative;\r\n}\r\n/* header\r\n/* ------------------------------------------------------------------------ */\r\n@media (min-width: 991px) {\r\n body.transparent-yes .banner-caption {\r\n top: 45%;\r\n }\r\n}\r\n.header-section-4.nav-right.houzez-user-logout .header-left, \r\n.header-section-1.nav-right.houzez-user-logout .header-left, \r\n.splash-header.nav-right.houzez-user-logout .header-left {\r\n padding-right: 257px;\r\n}\r\n/* advanced search\r\n/* ------------------------------------------------------------------------ */\r\n.search-expandable .advanced-search {\r\n background-color: rgba(0,0,0,.6);\r\n}\r\n/* header shadow\r\n/* ------------------------------------------------------------------------ */\r\n.header-section-4 {\r\n box-shadow: 0 0px 10px 0 rgba(0,0,0,.2);\r\n}\r\n.houzez-header-transparent {\r\n box-shadow: none;\r\n}\r\n/* borders\r\n/* ------------------------------------------------------------------------ */\r\n.sidebar-white .widget:not(.widget-range),\r\n.sidebar-white .widget,\r\n.profile-detail-block,\r\n.article-detail, \r\n.comments-block{\r\n border: 1px solid #ebebeb !important;\r\n}\r\n/* listings\r\n/* ------------------------------------------------------------------------ */\r\n.property-item {\r\n border-bottom: 1px solid #ebebeb;\r\n padding: 0 0 10PX;\r\n}\r\n.property-listing .item-wrap {\r\n margin-bottom: 8px;\r\n}\r\n/* visual composer parallax\r\n/* ------------------------------------------------------------------------ */\r\n.vc_parallax:after {\r\n position: absolute;\r\n top: 0;\r\n left: 0;\r\n background-color: rgba(0,0,0,.5);\r\n width: 100%;\r\n height: 100%;\r\n content: \'\';\r\n display: block;\r\n}\r\n/* footer\r\n/* ------------------------------------------------------------------------ */\r\n.widget-pages ul {\r\n columns: 1;\r\n -webkit-columns: 1;\r\n -moz-columns: 1;\r\n}\";s:16:\"custom_js_header\";s:0:\"\";s:16:\"custom_js_footer\";s:0:\"\";s:11:\"footer_cols\";s:9:\"four_cols\";s:11:\"copy_rights\";s:19:\"All rights reserved\";s:13:\"social-footer\";s:1:\"1\";s:11:\"fs-facebook\";s:31:\"https://facebook.com/Favethemes\";s:10:\"fs-twitter\";s:30:\"https://twitter.com/favethemes\";s:13:\"fs-googleplus\";s:17:\"http://google.com\";s:11:\"fs-linkedin\";s:19:\"http://linkedin.com\";s:12:\"fs-instagram\";s:20:\"http://instagram.com\";s:12:\"fs-pinterest\";s:0:\"\";s:7:\"fs-yelp\";s:0:\"\";s:10:\"fs-youtube\";s:0:\"\";s:12:\"gdpr-enabled\";s:1:\"0\";s:10:\"gdpr-label\";s:93:\"I consent to having this website to store my submitted infomation, read more infomation below\";s:22:\"gdpr-agreement-content\";s:2029:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed risus lacus, sollicitudin at finibus at, pretium id dui. Nunc erat felis, pharetra id feugiat et, faucibus a justo. Donec eu condimentum nisi. Integer facilisis luctus massa, sit amet commodo nulla vehicula ac. Fusce vehicula nibh magna, in efficitur elit euismod eget. Quisque egestas consectetur diam, eu facilisis justo vestibulum a. Aenean facilisis volutpat orci. Mauris in pellentesque nulla. Maecenas justo felis, vestibulum non cursus sit amet, blandit et velit.\r\n\r\nVivamus a commodo urna. In hac habitasse platea dictumst. Ut tincidunt est sed accumsan aliquet. Sed fringilla volutpat bibendum. Nunc fermentum massa vitae iaculis pulvinar. Integer hendrerit auctor risus et luctus. Donec convallis luctus ultrices. Maecenas scelerisque sed purus ac hendrerit. Nulla vel facilisis magna.\r\n\r\nSuspendisse hendrerit enim in tellus pharetra cursus. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Integer sed laoreet nisl. Nullam feugiat ut enim id tempor. Nunc euismod nec dui at suscipit. Duis sit amet cursus nibh. Mauris tincidunt ante quis augue accumsan, quis porttitor ipsum bibendum. Vivamus congue arcu sit amet arcu imperdiet, a laoreet ligula auctor. Aliquam ultrices porttitor malesuada.\r\n\r\nMauris erat quam, condimentum quis lacinia sed, suscipit in nisi. Etiam eleifend tristique pellentesque. Duis a odio neque. Quisque mollis velit enim, in mollis arcu blandit vel. Praesent accumsan nisi odio, vitae semper neque faucibus in. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Aliquam pellentesque neque sem. Donec vehicula, lacus vitae gravida tempus, lorem felis faucibus est, sed dapibus velit tortor nec velit.\r\n\r\nAliquam convallis id metus eu venenatis. Morbi nec augue turpis. Suspendisse tincidunt massa vitae malesuada mollis. Donec suscipit feugiat porttitor. Sed pharetra auctor enim. Cras faucibus in metus eu ultrices. Mauris vitae vehicula sapien.\";}','yes'); INSERT INTO `wpg3_options` VALUES (210,'wpcf7','a:2:{s:7:\"version\";s:5:\"5.1.1\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1548520754;s:7:\"version\";s:5:\"5.1.1\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','yes'); INSERT INTO `wpg3_options` VALUES (211,'revslider-valid','true','yes'); INSERT INTO `wpg3_options` VALUES (212,'revslider-code','NULLED-BY-GANJAPARKER','yes'); INSERT INTO `wpg3_options` VALUES (213,'revslider-temp-active-notice','false','yes'); INSERT INTO `wpg3_options` VALUES (214,'revslider_servers','a:7:{i:0;s:22:\"themepunch-ext-b.tools\";i:1;s:22:\"themepunch-ext-b.tools\";i:2;s:16:\"themepunch.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-b.tools\";}','yes'); INSERT INTO `wpg3_options` VALUES (222,'revslider-library-check','1646737500','yes'); INSERT INTO `wpg3_options` VALUES (223,'rs-library','a:3:{s:4:\"hash\";s:32:\"0fbedf953c0042911e0f27a364cf4227\";s:7:\"objects\";a:179:{i:0;a:12:{s:2:\"id\";s:3:\"198\";s:6:\"handle\";s:16:\"object_dvd_1.png\";s:4:\"name\";s:3:\"DVD\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:43:17\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:1;a:12:{s:2:\"id\";s:3:\"188\";s:6:\"handle\";s:18:\"object_plant_1.png\";s:4:\"name\";s:7:\"Plant 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:2;a:12:{s:2:\"id\";s:3:\"187\";s:6:\"handle\";s:16:\"object_pen_1.png\";s:4:\"name\";s:5:\"Pen 1\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:3;a:12:{s:2:\"id\";s:3:\"172\";s:6:\"handle\";s:16:\"object_egg_1.png\";s:4:\"name\";s:3:\"Egg\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:4;a:12:{s:2:\"id\";s:3:\"171\";s:6:\"handle\";s:19:\"object_guitar_1.png\";s:4:\"name\";s:6:\"Guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:5;a:12:{s:2:\"id\";s:3:\"170\";s:6:\"handle\";s:21:\"object_envelope_1.png\";s:4:\"name\";s:15:\"Closed Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:6;a:12:{s:2:\"id\";s:3:\"169\";s:6:\"handle\";s:19:\"object_postit_2.png\";s:4:\"name\";s:18:\"Postit Label White\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:7;a:12:{s:2:\"id\";s:3:\"168\";s:6:\"handle\";s:21:\"object_envelope_2.png\";s:4:\"name\";s:13:\"Open Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:8;a:12:{s:2:\"id\";s:3:\"167\";s:6:\"handle\";s:17:\"object_eggs_1.png\";s:4:\"name\";s:10:\"Egg Carton\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:9;a:12:{s:2:\"id\";s:3:\"166\";s:6:\"handle\";s:25:\"object_bottleopener_1.png\";s:4:\"name\";s:13:\"Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:10;a:12:{s:2:\"id\";s:3:\"165\";s:6:\"handle\";s:23:\"object_blueprints_1.png\";s:4:\"name\";s:10:\"Blueprints\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:11;a:12:{s:2:\"id\";s:3:\"164\";s:6:\"handle\";s:22:\"object_holepunch_1.png\";s:4:\"name\";s:10:\"Hole punch\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:12;a:12:{s:2:\"id\";s:3:\"163\";s:6:\"handle\";s:20:\"object_speaker_1.png\";s:4:\"name\";s:13:\"Black Speaker\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:13;a:12:{s:2:\"id\";s:3:\"162\";s:6:\"handle\";s:19:\"object_eraser_1.png\";s:4:\"name\";s:6:\"Eraser\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:14;a:12:{s:2:\"id\";s:3:\"161\";s:6:\"handle\";s:23:\"object_vinylcover_1.png\";s:4:\"name\";s:11:\"Vinyl Cover\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:15;a:12:{s:2:\"id\";s:3:\"160\";s:6:\"handle\";s:20:\"object_booklet_1.png\";s:4:\"name\";s:9:\"Booklet 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:16;a:12:{s:2:\"id\";s:3:\"159\";s:6:\"handle\";s:22:\"object_earphones_2.png\";s:4:\"name\";s:11:\"Earphones 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:17;a:12:{s:2:\"id\";s:3:\"158\";s:6:\"handle\";s:18:\"object_vinyl_1.png\";s:4:\"name\";s:5:\"Vinyl\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:18;a:12:{s:2:\"id\";s:3:\"157\";s:6:\"handle\";s:19:\"object_postit_1.png\";s:4:\"name\";s:17:\"Postit Label Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:19;a:12:{s:2:\"id\";s:3:\"156\";s:6:\"handle\";s:23:\"object_mechpencil_1.png\";s:4:\"name\";s:17:\"Mechanical Pencil\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:20;a:12:{s:2:\"id\";s:3:\"155\";s:6:\"handle\";s:22:\"object_turntable_1.png\";s:4:\"name\";s:9:\"Turntable\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:21;a:12:{s:2:\"id\";s:3:\"154\";s:6:\"handle\";s:19:\"object_folder_2.png\";s:4:\"name\";s:19:\"Closed Folder Black\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:22;a:12:{s:2:\"id\";s:3:\"153\";s:6:\"handle\";s:19:\"object_postit_4.png\";s:4:\"name\";s:18:\"Postit Label Green\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:23;a:12:{s:2:\"id\";s:3:\"152\";s:6:\"handle\";s:19:\"object_folder_1.png\";s:4:\"name\";s:12:\"Blank Folder\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:24;a:12:{s:2:\"id\";s:3:\"151\";s:6:\"handle\";s:19:\"object_pencup_1.png\";s:4:\"name\";s:7:\"Pen Cup\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:25;a:12:{s:2:\"id\";s:3:\"150\";s:6:\"handle\";s:23:\"object_winebottle_1.png\";s:4:\"name\";s:15:\"Red Wine Bottle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:26;a:12:{s:2:\"id\";s:3:\"149\";s:6:\"handle\";s:23:\"object_headphones_1.png\";s:4:\"name\";s:10:\"Headphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:27;a:12:{s:2:\"id\";s:3:\"148\";s:6:\"handle\";s:22:\"object_earphones_1.png\";s:4:\"name\";s:9:\"Earphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:28;a:12:{s:2:\"id\";s:3:\"147\";s:6:\"handle\";s:19:\"object_postit_3.png\";s:4:\"name\";s:19:\"Postit Label Yellow\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:29;a:12:{s:2:\"id\";s:3:\"146\";s:6:\"handle\";s:22:\"object_corkscrew_1.png\";s:4:\"name\";s:23:\"Corkscrew Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1300\";s:6:\"height\";s:4:\"1300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:30;a:12:{s:2:\"id\";s:3:\"145\";s:6:\"handle\";s:19:\"object_muffin_1.png\";s:4:\"name\";s:16:\"Chocolate Muffin\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:31;a:12:{s:2:\"id\";s:3:\"144\";s:6:\"handle\";s:18:\"object_chair_2.png\";s:4:\"name\";s:12:\"Yellow Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:32;a:12:{s:2:\"id\";s:3:\"143\";s:6:\"handle\";s:18:\"object_knife_2.png\";s:4:\"name\";s:7:\"Knife 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:33;a:12:{s:2:\"id\";s:3:\"142\";s:6:\"handle\";s:26:\"object_choppingboard_2.png\";s:4:\"name\";s:16:\"Chopping Board 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:34;a:12:{s:2:\"id\";s:3:\"141\";s:6:\"handle\";s:26:\"object_choppingboard_3.png\";s:4:\"name\";s:16:\"Chopping Board 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:35;a:12:{s:2:\"id\";s:3:\"140\";s:6:\"handle\";s:19:\"object_coffee_2.png\";s:4:\"name\";s:12:\"Coffee Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:4:\"1200\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:36;a:12:{s:2:\"id\";s:3:\"139\";s:6:\"handle\";s:18:\"object_bread_1.png\";s:4:\"name\";s:15:\"Croissant Bread\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:37;a:12:{s:2:\"id\";s:3:\"138\";s:6:\"handle\";s:18:\"object_spoon_2.png\";s:4:\"name\";s:12:\"Wodden Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:38;a:12:{s:2:\"id\";s:3:\"137\";s:6:\"handle\";s:26:\"object_choppingboard_1.png\";s:4:\"name\";s:16:\"Chopping Board 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:39;a:12:{s:2:\"id\";s:3:\"136\";s:6:\"handle\";s:16:\"object_cup_2.png\";s:4:\"name\";s:11:\"Empty Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:40;a:12:{s:2:\"id\";s:3:\"135\";s:6:\"handle\";s:18:\"object_knife_1.png\";s:4:\"name\";s:5:\"Knife\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:41;a:12:{s:2:\"id\";s:3:\"134\";s:6:\"handle\";s:18:\"object_spoon_1.png\";s:4:\"name\";s:5:\"Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:42;a:12:{s:2:\"id\";s:3:\"133\";s:6:\"handle\";s:16:\"object_cup_1.png\";s:4:\"name\";s:9:\"Empty Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:43;a:12:{s:2:\"id\";s:3:\"132\";s:6:\"handle\";s:18:\"object_chair_3.png\";s:4:\"name\";s:11:\"White Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:44;a:12:{s:2:\"id\";s:3:\"131\";s:6:\"handle\";s:19:\"object_coffee_1.png\";s:4:\"name\";s:10:\"Coffee Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:45;a:12:{s:2:\"id\";s:3:\"130\";s:6:\"handle\";s:19:\"object_frypan_2.png\";s:4:\"name\";s:9:\"Fry Pan 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:46;a:12:{s:2:\"id\";s:3:\"129\";s:6:\"handle\";s:19:\"object_frypan_1.png\";s:4:\"name\";s:9:\"Fry Pan 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:47;a:12:{s:2:\"id\";s:3:\"128\";s:6:\"handle\";s:17:\"object_fork_1.png\";s:4:\"name\";s:4:\"Fork\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:48;a:12:{s:2:\"id\";s:3:\"127\";s:6:\"handle\";s:20:\"object_dishrag_1.png\";s:4:\"name\";s:13:\"Dishrag Cloth\";s:4:\"tags\";a:0:{}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:49;a:12:{s:2:\"id\";s:3:\"126\";s:6:\"handle\";s:20:\"object_wacom_pen.png\";s:4:\"name\";s:17:\"Wacom Drawing Pen\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1060\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:50;a:12:{s:2:\"id\";s:3:\"125\";s:6:\"handle\";s:21:\"object_occulus_vr.png\";s:4:\"name\";s:23:\"Occulus Virtual Reality\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:51;a:12:{s:2:\"id\";s:3:\"124\";s:6:\"handle\";s:18:\"object_antenna.png\";s:4:\"name\";s:13:\"Antenna Radar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:52;a:12:{s:2:\"id\";s:3:\"123\";s:6:\"handle\";s:21:\"object_solarpanel.png\";s:4:\"name\";s:11:\"Solar Panel\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:53;a:12:{s:2:\"id\";s:3:\"122\";s:6:\"handle\";s:16:\"object_wacom.png\";s:4:\"name\";s:20:\"Wacom Drawing Tablet\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:54;a:12:{s:2:\"id\";s:3:\"121\";s:6:\"handle\";s:18:\"object_earth_2.png\";s:4:\"name\";s:20:\"Earth Globe Planet 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:55;a:12:{s:2:\"id\";s:3:\"120\";s:6:\"handle\";s:18:\"object_chair_1.png\";s:4:\"name\";s:12:\"Office Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:56;a:12:{s:2:\"id\";s:3:\"119\";s:6:\"handle\";s:24:\"object_windturbine_2.png\";s:4:\"name\";s:14:\"Wind Turbine 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:57;a:12:{s:2:\"id\";s:3:\"118\";s:6:\"handle\";s:22:\"object_windturbine.png\";s:4:\"name\";s:12:\"Wind Turbine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:58;a:12:{s:2:\"id\";s:3:\"117\";s:6:\"handle\";s:16:\"object_earth.png\";s:4:\"name\";s:18:\"Earth Globe Planet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:59;a:12:{s:2:\"id\";s:2:\"88\";s:6:\"handle\";s:24:\"object_eiffeltower_2.png\";s:4:\"name\";s:13:\"Eiffeltower 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:60;a:12:{s:2:\"id\";s:2:\"87\";s:6:\"handle\";s:21:\"object_notebook_1.png\";s:4:\"name\";s:11:\"Notebook PC\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:61;a:12:{s:2:\"id\";s:2:\"86\";s:6:\"handle\";s:20:\"object_macbook_1.png\";s:4:\"name\";s:20:\"Apple Macbook Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:62;a:12:{s:2:\"id\";s:2:\"85\";s:6:\"handle\";s:18:\"object_canon_2.png\";s:4:\"name\";s:21:\"Canon Camera DSLR Top\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:63;a:12:{s:2:\"id\";s:2:\"84\";s:6:\"handle\";s:19:\"object_iphone_3.png\";s:4:\"name\";s:25:\"Apple iPhone Silver White\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:64;a:12:{s:2:\"id\";s:2:\"83\";s:6:\"handle\";s:18:\"object_candy_2.png\";s:4:\"name\";s:15:\"Candy Colored 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:65;a:12:{s:2:\"id\";s:2:\"82\";s:6:\"handle\";s:21:\"object_macmouse_1.png\";s:4:\"name\";s:15:\"Apple Mac Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:66;a:12:{s:2:\"id\";s:2:\"81\";s:6:\"handle\";s:19:\"object_iphone_1.png\";s:4:\"name\";s:18:\"Apple iPhone Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:67;a:12:{s:2:\"id\";s:2:\"80\";s:6:\"handle\";s:17:\"object_deco_1.png\";s:4:\"name\";s:17:\"White Deco Object\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:68;a:12:{s:2:\"id\";s:2:\"79\";s:6:\"handle\";s:23:\"object_applewatch_1.png\";s:4:\"name\";s:24:\"Apple Watch White Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:69;a:12:{s:2:\"id\";s:2:\"78\";s:6:\"handle\";s:23:\"object_swissknife_1.png\";s:4:\"name\";s:11:\"Swiss Knife\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:70;a:12:{s:2:\"id\";s:2:\"77\";s:6:\"handle\";s:23:\"object_applewatch_2.png\";s:4:\"name\";s:17:\"Apple Watch Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:71;a:12:{s:2:\"id\";s:2:\"76\";s:6:\"handle\";s:18:\"object_candy_1.png\";s:4:\"name\";s:13:\"Candy Colored\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:72;a:12:{s:2:\"id\";s:2:\"75\";s:6:\"handle\";s:17:\"object_ipad_1.png\";s:4:\"name\";s:16:\"Apple iPad Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:73;a:12:{s:2:\"id\";s:2:\"74\";s:6:\"handle\";s:17:\"object_lamp_2.png\";s:4:\"name\";s:15:\"Black Desk Lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:74;a:12:{s:2:\"id\";s:2:\"73\";s:6:\"handle\";s:18:\"object_canon_1.png\";s:4:\"name\";s:17:\"Canon Camera DLSR\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:75;a:12:{s:2:\"id\";s:2:\"72\";s:6:\"handle\";s:23:\"object_blackberry_2.png\";s:4:\"name\";s:12:\"Blackberry 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:76;a:12:{s:2:\"id\";s:2:\"71\";s:6:\"handle\";s:19:\"object_iphone_2.png\";s:4:\"name\";s:19:\"Apple iPhone Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:77;a:12:{s:2:\"id\";s:2:\"70\";s:6:\"handle\";s:17:\"object_ipad_2.png\";s:4:\"name\";s:15:\"Apple iPad Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:78;a:12:{s:2:\"id\";s:2:\"69\";s:6:\"handle\";s:20:\"object_printer_1.png\";s:4:\"name\";s:7:\"Printer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:79;a:12:{s:2:\"id\";s:2:\"68\";s:6:\"handle\";s:20:\"object_pcmouse_1.png\";s:4:\"name\";s:14:\"Black PC Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:80;a:12:{s:2:\"id\";s:2:\"67\";s:6:\"handle\";s:17:\"object_ipad_3.png\";s:4:\"name\";s:17:\"Apple iPad Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:81;a:12:{s:2:\"id\";s:2:\"66\";s:6:\"handle\";s:17:\"object_lamp_1.png\";s:4:\"name\";s:13:\"Desk Lamp Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:82;a:12:{s:2:\"id\";s:2:\"65\";s:6:\"handle\";s:22:\"object_macscreen_1.png\";s:4:\"name\";s:16:\"Apple Mac Screen\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:83;a:12:{s:2:\"id\";s:2:\"64\";s:6:\"handle\";s:23:\"object_blackberry_3.png\";s:4:\"name\";s:12:\"Blackberry 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:84;a:12:{s:2:\"id\";s:2:\"63\";s:6:\"handle\";s:23:\"object_applewatch_3.png\";s:4:\"name\";s:16:\"Apple Watch Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:85;a:12:{s:2:\"id\";s:2:\"62\";s:6:\"handle\";s:23:\"object_blackberry_1.png\";s:4:\"name\";s:10:\"Blackberry\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:86;a:12:{s:2:\"id\";s:2:\"49\";s:6:\"handle\";s:19:\"object_bottle_1.png\";s:4:\"name\";s:18:\"Brown Glass Bottle\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:87;a:12:{s:2:\"id\";s:2:\"48\";s:6:\"handle\";s:20:\"object_glasses_1.png\";s:4:\"name\";s:19:\"Hipster Glasses Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:88;a:12:{s:2:\"id\";s:2:\"47\";s:6:\"handle\";s:21:\"object_magazine_1.png\";s:4:\"name\";s:14:\"Blank Magazine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:89;a:12:{s:2:\"id\";s:2:\"46\";s:6:\"handle\";s:28:\"object_leatherdocument_2.png\";s:4:\"name\";s:24:\"Black Leather Document 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:90;a:12:{s:2:\"id\";s:2:\"45\";s:6:\"handle\";s:18:\"object_purse_2.png\";s:4:\"name\";s:13:\"Black Purse 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:91;a:12:{s:2:\"id\";s:2:\"44\";s:6:\"handle\";s:23:\"object_typewriter_1.png\";s:4:\"name\";s:18:\"Retro Typewriter 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:92;a:12:{s:2:\"id\";s:2:\"43\";s:6:\"handle\";s:17:\"object_book_5.png\";s:4:\"name\";s:9:\"Old Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:93;a:12:{s:2:\"id\";s:2:\"42\";s:6:\"handle\";s:28:\"object_leatherdocument_1.png\";s:4:\"name\";s:29:\"Black Leather Document Closed\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:94;a:12:{s:2:\"id\";s:2:\"41\";s:6:\"handle\";s:17:\"object_book_4.png\";s:4:\"name\";s:8:\"Old Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:95;a:12:{s:2:\"id\";s:2:\"40\";s:6:\"handle\";s:19:\"object_wallet_2.png\";s:4:\"name\";s:22:\"Black Leather Document\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:96;a:12:{s:2:\"id\";s:2:\"39\";s:6:\"handle\";s:18:\"object_quill_2.png\";s:4:\"name\";s:15:\"Quill Feather 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:97;a:12:{s:2:\"id\";s:2:\"38\";s:6:\"handle\";s:24:\"object_eiffeltower_1.png\";s:4:\"name\";s:11:\"Eiffeltower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:98;a:12:{s:2:\"id\";s:2:\"37\";s:6:\"handle\";s:21:\"object_magazine_2.png\";s:4:\"name\";s:11:\"Open Book 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1333\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:99;a:12:{s:2:\"id\";s:2:\"36\";s:6:\"handle\";s:17:\"object_book_1.png\";s:4:\"name\";s:10:\"Blank Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:100;a:12:{s:2:\"id\";s:2:\"35\";s:6:\"handle\";s:20:\"object_glasses_2.png\";s:4:\"name\";s:15:\"Hipster Glasses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:101;a:12:{s:2:\"id\";s:2:\"34\";s:6:\"handle\";s:17:\"object_book_2.png\";s:4:\"name\";s:11:\"Open Book 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:102;a:12:{s:2:\"id\";s:2:\"33\";s:6:\"handle\";s:19:\"object_gloves_1.png\";s:4:\"name\";s:12:\"Black Gloves\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:103;a:12:{s:2:\"id\";s:2:\"32\";s:6:\"handle\";s:23:\"object_typewriter_2.png\";s:4:\"name\";s:16:\"Retro Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:104;a:12:{s:2:\"id\";s:2:\"31\";s:6:\"handle\";s:17:\"object_book_3.png\";s:4:\"name\";s:9:\"Open Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:105;a:12:{s:2:\"id\";s:2:\"30\";s:6:\"handle\";s:19:\"object_wallet_1.png\";s:4:\"name\";s:12:\"Black Wallet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:106;a:12:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:18:\"object_purse_1.png\";s:4:\"name\";s:11:\"Black Purse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:107;a:12:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:18:\"object_quill_1.png\";s:4:\"name\";s:13:\"Quill Feather\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:108;a:12:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:19:\"object_artbox_2.png\";s:4:\"name\";s:16:\"Art Box Colors 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:109;a:12:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:18:\"object_cloth_1.png\";s:4:\"name\";s:17:\"Cloth Paint Color\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:110;a:12:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:21:\"object_brushpot_1.png\";s:4:\"name\";s:9:\"Brush Pot\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"984\";s:6:\"height\";s:3:\"984\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:111;a:12:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:24:\"object_paintbucket_1.png\";s:4:\"name\";s:12:\"Paint Bucket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:112;a:12:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:23:\"object_paintbrush_2.png\";s:4:\"name\";s:12:\"Paintbrush 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:113;a:12:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:19:\"object_artbox_1.png\";s:4:\"name\";s:14:\"Art Box Colors\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:114;a:12:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:23:\"object_paintbrush_3.png\";s:4:\"name\";s:12:\"Paintbrush 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:115;a:12:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:23:\"object_paintbrush_1.png\";s:4:\"name\";s:12:\"Paintbrush 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:116;a:12:{s:2:\"id\";s:2:\"11\";s:6:\"handle\";s:21:\"table_radio_right.png\";s:4:\"name\";s:18:\"Radio Speaker Wood\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:117;a:12:{s:2:\"id\";s:2:\"10\";s:6:\"handle\";s:18:\"keyboard_apple.png\";s:4:\"name\";s:14:\"Apple Keyboard\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:118;a:12:{s:2:\"id\";s:1:\"9\";s:6:\"handle\";s:20:\"macbook_top_gold.png\";s:4:\"name\";s:18:\"Apple Macbook Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:119;a:12:{s:2:\"id\";s:1:\"8\";s:6:\"handle\";s:21:\"nexus6_front_blue.png\";s:4:\"name\";s:19:\"Google Nexus 6 Blue\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:260;a:12:{s:2:\"id\";s:3:\"197\";s:6:\"handle\";s:17:\"relax_hammock.jpg\";s:4:\"name\";s:13:\"Relax Hammock\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:261;a:12:{s:2:\"id\";s:3:\"196\";s:6:\"handle\";s:16:\"beach_houses.jpg\";s:4:\"name\";s:12:\"Beach Houses\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:262;a:12:{s:2:\"id\";s:3:\"195\";s:6:\"handle\";s:17:\"forest_road_2.jpg\";s:4:\"name\";s:13:\"Forest Road 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:263;a:12:{s:2:\"id\";s:3:\"194\";s:6:\"handle\";s:14:\"clean_desk.jpg\";s:4:\"name\";s:10:\"Clean Desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:264;a:12:{s:2:\"id\";s:3:\"193\";s:6:\"handle\";s:19:\"mountain_view_6.jpg\";s:4:\"name\";s:15:\"Mountain View 6\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1249\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:265;a:12:{s:2:\"id\";s:3:\"192\";s:6:\"handle\";s:14:\"corn_field.jpg\";s:4:\"name\";s:10:\"Corn Field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1320\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:266;a:12:{s:2:\"id\";s:3:\"191\";s:6:\"handle\";s:21:\"stylish_apartment.jpg\";s:4:\"name\";s:17:\"Stylish Apartment\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:267;a:12:{s:2:\"id\";s:3:\"190\";s:6:\"handle\";s:24:\"hipster_coffee_house.jpg\";s:4:\"name\";s:20:\"Hipster Coffee House\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:268;a:12:{s:2:\"id\";s:3:\"189\";s:6:\"handle\";s:16:\"blurry_beach.jpg\";s:4:\"name\";s:12:\"Blurry Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:269;a:12:{s:2:\"id\";s:3:\"186\";s:6:\"handle\";s:17:\"greens_street.jpg\";s:4:\"name\";s:13:\"Greens Street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:270;a:12:{s:2:\"id\";s:3:\"185\";s:6:\"handle\";s:10:\"desert.jpg\";s:4:\"name\";s:6:\"Desert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:271;a:12:{s:2:\"id\";s:3:\"184\";s:6:\"handle\";s:19:\"mountain_view_5.jpg\";s:4:\"name\";s:15:\"Mountain View 5\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:272;a:12:{s:2:\"id\";s:3:\"183\";s:6:\"handle\";s:10:\"laptop.jpg\";s:4:\"name\";s:6:\"Laptop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1391\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:273;a:12:{s:2:\"id\";s:3:\"182\";s:6:\"handle\";s:16:\"grand_canyon.jpg\";s:4:\"name\";s:12:\"Grand Canyon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1287\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:274;a:12:{s:2:\"id\";s:3:\"181\";s:6:\"handle\";s:20:\"landscape_clouds.jpg\";s:4:\"name\";s:16:\"Landscape Clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:275;a:12:{s:2:\"id\";s:3:\"180\";s:6:\"handle\";s:17:\"highway_night.jpg\";s:4:\"name\";s:13:\"Highway Night\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:276;a:12:{s:2:\"id\";s:3:\"179\";s:6:\"handle\";s:15:\"beach_water.jpg\";s:4:\"name\";s:11:\"Beach Water\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:277;a:12:{s:2:\"id\";s:3:\"177\";s:6:\"handle\";s:15:\"woman_beach.jpg\";s:4:\"name\";s:11:\"Woman Beach\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:3;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:278;a:12:{s:2:\"id\";s:3:\"175\";s:6:\"handle\";s:12:\"cool_guy.jpg\";s:4:\"name\";s:8:\"Cool Guy\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:279;a:12:{s:2:\"id\";s:3:\"174\";s:6:\"handle\";s:13:\"beach_sea.jpg\";s:4:\"name\";s:9:\"Beach Sea\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:280;a:12:{s:2:\"id\";s:3:\"173\";s:6:\"handle\";s:17:\"bridge_clouds.jpg\";s:4:\"name\";s:13:\"Bridge Clouds\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:281;a:12:{s:2:\"id\";s:3:\"116\";s:6:\"handle\";s:19:\"mountain_view_2.jpg\";s:4:\"name\";s:15:\"Mountain View 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:282;a:12:{s:2:\"id\";s:3:\"115\";s:6:\"handle\";s:16:\"desert_trees.jpg\";s:4:\"name\";s:12:\"Desert Trees\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:283;a:12:{s:2:\"id\";s:3:\"114\";s:6:\"handle\";s:20:\"explore_moutains.jpg\";s:4:\"name\";s:17:\"Explore Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:284;a:12:{s:2:\"id\";s:3:\"113\";s:6:\"handle\";s:19:\"night_skyline_2.jpg\";s:4:\"name\";s:15:\"Night Skyline 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:285;a:12:{s:2:\"id\";s:3:\"112\";s:6:\"handle\";s:15:\"cliff_ocean.jpg\";s:4:\"name\";s:11:\"Cliff Ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:286;a:12:{s:2:\"id\";s:3:\"111\";s:6:\"handle\";s:14:\"city_smoke.jpg\";s:4:\"name\";s:10:\"City Smoke\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:287;a:12:{s:2:\"id\";s:3:\"110\";s:6:\"handle\";s:16:\"surfer_beach.jpg\";s:4:\"name\";s:12:\"Surfer Beach\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:288;a:12:{s:2:\"id\";s:3:\"109\";s:6:\"handle\";s:13:\"sky_night.jpg\";s:4:\"name\";s:9:\"Sky Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:289;a:12:{s:2:\"id\";s:3:\"108\";s:6:\"handle\";s:15:\"palm_sunset.jpg\";s:4:\"name\";s:11:\"Palm Sunset\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:3;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1372\";s:6:\"height\";s:4:\"1920\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:290;a:12:{s:2:\"id\";s:3:\"107\";s:6:\"handle\";s:18:\"concert_people.jpg\";s:4:\"name\";s:14:\"Concert People\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:291;a:12:{s:2:\"id\";s:3:\"106\";s:6:\"handle\";s:15:\"forest_road.jpg\";s:4:\"name\";s:11:\"Forest Road\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:292;a:12:{s:2:\"id\";s:3:\"105\";s:6:\"handle\";s:15:\"beach_ocean.jpg\";s:4:\"name\";s:11:\"Beach Ocean\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:293;a:12:{s:2:\"id\";s:3:\"104\";s:6:\"handle\";s:18:\"mountain_night.jpg\";s:4:\"name\";s:14:\"Mountain Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:294;a:12:{s:2:\"id\";s:3:\"103\";s:6:\"handle\";s:19:\"ocean_mountains.jpg\";s:4:\"name\";s:15:\"Ocean Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:295;a:12:{s:2:\"id\";s:3:\"102\";s:6:\"handle\";s:10:\"forest.jpg\";s:4:\"name\";s:6:\"Forest\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:296;a:12:{s:2:\"id\";s:3:\"101\";s:6:\"handle\";s:16:\"ocean_stones.jpg\";s:4:\"name\";s:12:\"Ocean Stones\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:297;a:12:{s:2:\"id\";s:3:\"100\";s:6:\"handle\";s:16:\"country_road.jpg\";s:4:\"name\";s:12:\"Country Road\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:298;a:12:{s:2:\"id\";s:2:\"99\";s:6:\"handle\";s:9:\"beach.jpg\";s:4:\"name\";s:5:\"Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:299;a:12:{s:2:\"id\";s:2:\"98\";s:6:\"handle\";s:16:\"city_skyline.jpg\";s:4:\"name\";s:12:\"City Skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:300;a:12:{s:2:\"id\";s:2:\"97\";s:6:\"handle\";s:17:\"night_skyline.jpg\";s:4:\"name\";s:13:\"Night Skyline\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:301;a:12:{s:2:\"id\";s:2:\"96\";s:6:\"handle\";s:14:\"city_river.jpg\";s:4:\"name\";s:10:\"City River\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:302;a:12:{s:2:\"id\";s:2:\"95\";s:6:\"handle\";s:19:\"mountain_view_3.jpg\";s:4:\"name\";s:15:\"Mountain View 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:303;a:12:{s:2:\"id\";s:2:\"94\";s:6:\"handle\";s:14:\"misty_farm.jpg\";s:4:\"name\";s:10:\"Misty Farm\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:304;a:12:{s:2:\"id\";s:2:\"93\";s:6:\"handle\";s:17:\"mountain_path.jpg\";s:4:\"name\";s:13:\"Mountain Path\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:305;a:12:{s:2:\"id\";s:2:\"92\";s:6:\"handle\";s:19:\"night_skyline_3.jpg\";s:4:\"name\";s:15:\"Night Skyline 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:306;a:12:{s:2:\"id\";s:2:\"91\";s:6:\"handle\";s:17:\"mountain_view.jpg\";s:4:\"name\";s:13:\"Mountain View\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1160\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:307;a:12:{s:2:\"id\";s:2:\"90\";s:6:\"handle\";s:19:\"rocky_landscape.jpg\";s:4:\"name\";s:15:\"Rocky Landscape\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:308;a:12:{s:2:\"id\";s:2:\"89\";s:6:\"handle\";s:19:\"mountain_view_4.jpg\";s:4:\"name\";s:15:\"Mountain View 4\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1203\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:359;a:13:{s:2:\"id\";s:3:\"238\";s:6:\"handle\";s:12:\"Mt_Baker.jpg\";s:5:\"video\";s:12:\"Mt_Baker.mp4\";s:4:\"name\";s:9:\"Mt Baker \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:360;a:13:{s:2:\"id\";s:3:\"237\";s:6:\"handle\";s:16:\"Two-Swimmers.jpg\";s:5:\"video\";s:16:\"Two-Swimmers.mp4\";s:4:\"name\";s:13:\"Two Swimmers \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:361;a:13:{s:2:\"id\";s:3:\"236\";s:6:\"handle\";s:14:\"Boats_Maze.jpg\";s:5:\"video\";s:14:\"Boats_Maze.mp4\";s:4:\"name\";s:11:\"Boats Maze \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:362;a:13:{s:2:\"id\";s:3:\"235\";s:6:\"handle\";s:18:\"Candolim-Beach.jpg\";s:5:\"video\";s:18:\"Candolim-Beach.mp4\";s:4:\"name\";s:15:\"Candolim Beach \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:363;a:13:{s:2:\"id\";s:3:\"234\";s:6:\"handle\";s:17:\"Working-Space.jpg\";s:5:\"video\";s:17:\"Working-Space.mp4\";s:4:\"name\";s:14:\"Working Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:364;a:13:{s:2:\"id\";s:3:\"233\";s:6:\"handle\";s:9:\"Wavez.jpg\";s:5:\"video\";s:9:\"Wavez.mp4\";s:4:\"name\";s:6:\"Wavez \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:365;a:13:{s:2:\"id\";s:3:\"232\";s:6:\"handle\";s:17:\"Coconut-Grove.jpg\";s:5:\"video\";s:17:\"Coconut-Grove.mp4\";s:4:\"name\";s:14:\"Coconut Grove \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:366;a:13:{s:2:\"id\";s:3:\"231\";s:6:\"handle\";s:19:\"Very-Open-Space.jpg\";s:5:\"video\";s:19:\"Very-Open-Space.mp4\";s:4:\"name\";s:16:\"Very Open Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:367;a:13:{s:2:\"id\";s:3:\"230\";s:6:\"handle\";s:14:\"Office-Day.jpg\";s:5:\"video\";s:14:\"Office-Day.mp4\";s:4:\"name\";s:11:\"Office Day \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:368;a:13:{s:2:\"id\";s:3:\"229\";s:6:\"handle\";s:12:\"The-Hill.jpg\";s:5:\"video\";s:12:\"The-Hill.mp4\";s:4:\"name\";s:9:\"The Hill \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}}s:4:\"tags\";a:18:{i:28;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}i:5;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:20;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:21;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:25;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:16;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}i:26;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}i:18;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:4;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:19;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:23;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:3;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:24;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:22;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:29;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}i:27;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}}','no'); INSERT INTO `wpg3_options` VALUES (215,'revslider_server_refresh','1646829754','yes'); INSERT INTO `wpg3_options` VALUES (216,'revslider-update-check-short','1647427267','yes'); INSERT INTO `wpg3_options` VALUES (217,'revslider-templates-check','1647427268','yes'); INSERT INTO `wpg3_options` VALUES (224,'revslider_checktables','1','yes'); INSERT INTO `wpg3_options` VALUES (225,'rs_tables_created','1','yes'); INSERT INTO `wpg3_options` VALUES (226,'revslider_table_version','1.0.6','yes'); INSERT INTO `wpg3_options` VALUES (227,'revslider-global-settings','a:0:{}','yes'); INSERT INTO `wpg3_options` VALUES (228,'revslider_update_version','5.2.5.5','yes'); INSERT INTO `wpg3_options` VALUES (229,'redux_version_upgraded_from','3.6.7.12','yes'); INSERT INTO `wpg3_options` VALUES (232,'widget_rev-slider-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'); INSERT INTO `wpg3_options` VALUES (233,'widget_mc4wp_form_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'); INSERT INTO `wpg3_options` VALUES (234,'widget_houzez_login_widget','a:2:{i:1;a:1:{s:5:\"title\";s:5:\"Login\";}s:12:\"_multiwidget\";i:1;}','yes'); INSERT INTO `wpg3_options` VALUES (235,'vc_version','5.6','yes'); INSERT INTO `wpg3_options` VALUES (239,'houzez_options-transients','a:2:{s:14:\"changed_values\";a:0:{}s:9:\"last_save\";i:1548671619;}','yes'); INSERT INTO `wpg3_options` VALUES (240,'mc4wp_flash_messages','a:0:{}','no'); INSERT INTO `wpg3_options` VALUES (241,'revslider-update-check','1548521487','yes'); INSERT INTO `wpg3_options` VALUES (242,'revslider_update_info','O:8:\"stdClass\":0:{}','yes'); INSERT INTO `wpg3_options` VALUES (245,'recently_activated','a:0:{}','yes'); INSERT INTO `wpg3_options` VALUES (254,'category_children','a:0:{}','yes'); INSERT INTO `wpg3_options` VALUES (554,'property_type_children','a:0:{}','yes'); INSERT INTO `wpg3_options` VALUES (563,'property_status_children','a:0:{}','yes'); INSERT INTO `wpg3_options` VALUES (257,'property_feature_children','a:0:{}','yes'); INSERT INTO `wpg3_options` VALUES (258,'property_label_children','a:0:{}','yes'); INSERT INTO `wpg3_options` VALUES (259,'property_city_children','a:0:{}','yes'); INSERT INTO `wpg3_options` VALUES (588,'property_area_children','a:0:{}','yes'); INSERT INTO `wpg3_options` VALUES (261,'property_state_children','a:0:{}','yes'); INSERT INTO `wpg3_options` VALUES (262,'agent_category_children','a:0:{}','yes'); INSERT INTO `wpg3_options` VALUES (263,'agent_city_children','a:0:{}','yes'); INSERT INTO `wpg3_options` VALUES (264,'wbc_imported_demos','a:1:{s:13:\"wbc-import-11\";a:6:{s:9:\"directory\";s:8:\"houzez11\";s:12:\"content_file\";s:11:\"content.xml\";s:5:\"image\";s:16:\"screen-image.jpg\";s:13:\"theme_options\";s:17:\"theme-options.txt\";s:7:\"widgets\";s:12:\"widgets.json\";s:8:\"imported\";s:8:\"imported\";}}','yes'); INSERT INTO `wpg3_options` VALUES (327,'rs_cache_overlay','5.4.8.1','yes'); INSERT INTO `wpg3_options` VALUES (282,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'); INSERT INTO `wpg3_options` VALUES (305,'WPLANG','','yes'); INSERT INTO `wpg3_options` VALUES (306,'new_admin_email','admin@demo.landfarmhome.com','yes'); INSERT INTO `wpg3_options` VALUES (446,'wpforms_activated','a:1:{s:4:\"lite\";i:1548607806;}','yes'); INSERT INTO `wpg3_options` VALUES (15320,'_transient_houzez_category_count','4','yes'); INSERT INTO `wpg3_options` VALUES (29647,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:10:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.9.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.9.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.9.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.9.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.9.2\";s:7:\"version\";s:5:\"5.9.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.9.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.9.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.9.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.9.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.9.2\";s:7:\"version\";s:5:\"5.9.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.4.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.8.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.8.4-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.8.4\";s:7:\"version\";s:5:\"5.8.4\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.6.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.6.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.7.6-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.7.6-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.7.6\";s:7:\"version\";s:5:\"5.7.6\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:4;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.6.8.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.6.8.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.6.8-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.6.8-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.6.8\";s:7:\"version\";s:5:\"5.6.8\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:5;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.5.9.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.5.9.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.5.9-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.5.9-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.5.9\";s:7:\"version\";s:5:\"5.5.9\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:6;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.4.10.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.4.10.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.4.10-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.4.10-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.4.10\";s:7:\"version\";s:6:\"5.4.10\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:7;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.3.12.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.3.12.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.3.12-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.3.12-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.3.12\";s:7:\"version\";s:6:\"5.3.12\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:8;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.2.15.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.2.15.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.2.15-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.2.15-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.2.15\";s:7:\"version\";s:6:\"5.2.15\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:9;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.1.13.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.1.13.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.1.13-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.1.13-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.1.13\";s:7:\"version\";s:6:\"5.1.13\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1647579469;s:15:\"version_checked\";s:6:\"5.0.16\";s:12:\"translations\";a:0:{}}','no'); INSERT INTO `wpg3_options` VALUES (29830,'rs-templates-new','','no'); INSERT INTO `wpg3_options` VALUES (29831,'rs-templates','a:3:{s:4:\"hash\";s:32:\"e76221180ede5ba94614c8c74ae00938\";s:6:\"slider\";a:598:{i:0;a:22:{s:2:\"id\";s:1:\"1\";s:5:\"title\";s:16:\"Classic Carousel\";s:5:\"alias\";s:16:\"classic-carousel\";s:3:\"zip\";s:20:\"classic-carousel.zip\";s:3:\"uid\";s:32:\"146a01dd380c0cdee85c4456ee68cd84\";s:3:\"img\";s:27:\"classic-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/carousel-slider-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">Our classic, full-width carousel example. Drag, swipe or click to navigate!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:284:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:1;a:22:{s:2:\"id\";s:1:\"2\";s:5:\"title\";s:14:\"Classic Slider\";s:5:\"alias\";s:13:\"classicslider\";s:3:\"zip\";s:17:\"classicslider.zip\";s:3:\"uid\";s:32:\"a0d6a9248c9066b404ba0f1cdadc5cf2\";s:3:\"img\";s:24:\"classicslider/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-slideshow-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:136:\" <span class=\"ttm_content\">A classic slideshow example with timer, bullets and arrow navigation.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:2;a:22:{s:2:\"id\";s:1:\"3\";s:5:\"title\";s:12:\"Content Tabs\";s:5:\"alias\";s:11:\"contenttabs\";s:3:\"zip\";s:15:\"contenttabs.zip\";s:3:\"uid\";s:32:\"e02e91604b690123a3d07a65582c4fd0\";s:3:\"img\";s:22:\"contenttabs/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-content-tabs-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:170:\" <span class=\"ttm_content\">An auto-size slider with a cool split-text animation effect. Navigate with vertical bullets and thumbs.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:3;a:22:{s:2:\"id\";s:1:\"4\";s:5:\"title\";s:13:\"Facebook Feed\";s:5:\"alias\";s:13:\"facebook-feed\";s:3:\"zip\";s:17:\"facebook-feed.zip\";s:3:\"uid\";s:32:\"5506431d5b1babcb25dcf52c508d42e3\";s:3:\"img\";s:24:\"facebook-feed/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-facebook-feed/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:174:\"<span class=\"ttm_content\"> This slider is automatically populated by a Facebook stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Facebook Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:4;a:22:{s:2:\"id\";s:1:\"5\";s:5:\"title\";s:7:\"Fashion\";s:5:\"alias\";s:7:\"fashion\";s:3:\"zip\";s:11:\"fashion.zip\";s:3:\"uid\";s:32:\"4f4b914d6db35e19101ff003c4e7ea3a\";s:3:\"img\";s:18:\"fashion/slider.jpg\";s:7:\"preview\";s:65:\"http://revolution.themepunch.com/wordpress-one-page-slider-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\" <span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:5;a:22:{s:2:\"id\";s:1:\"6\";s:5:\"title\";s:14:\"Flickr Gallery\";s:5:\"alias\";s:14:\"flickr-gallery\";s:3:\"zip\";s:18:\"flickr-gallery.zip\";s:3:\"uid\";s:32:\"ad85cfac7acfa678e6a1b8febfee51ed\";s:3:\"img\";s:25:\"flickr-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-flickr-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\" <span class=\"ttm_content\"> This slider is automatically populated by a Flickr stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:413:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Flickr Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:6;a:22:{s:2:\"id\";s:1:\"7\";s:5:\"title\";s:3:\"Gym\";s:5:\"alias\";s:3:\"gym\";s:3:\"zip\";s:7:\"gym.zip\";s:3:\"uid\";s:32:\"e4d81f13f96fb9bc905f4ad89615032b\";s:3:\"img\";s:14:\"gym/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/one-page-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:189:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the slider menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:7;a:22:{s:2:\"id\";s:1:\"8\";s:5:\"title\";s:18:\"Highlight Carousel\";s:5:\"alias\";s:18:\"highlight-carousel\";s:3:\"zip\";s:22:\"highlight-carousel.zip\";s:3:\"uid\";s:32:\"ada52163f723a942f782351fa0396b3d\";s:3:\"img\";s:29:\"highlight-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-swipe-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:138:\" <span class=\"ttm_content\">A swipe-controlled carousel with an additional tab-based navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:8;a:22:{s:2:\"id\";s:1:\"9\";s:5:\"title\";s:18:\"Highlight Showcase\";s:5:\"alias\";s:18:\"highlight-showcase\";s:3:\"zip\";s:22:\"highlight-showcase.zip\";s:3:\"uid\";s:32:\"2bfe0bd410fb48fec9d942eab1e21530\";s:3:\"img\";s:29:\"highlight-showcase/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-parallax-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">A tab-based navigation, a slideshow timer and cool animations make this slider interesting!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:9;a:22:{s:2:\"id\";s:2:\"10\";s:5:\"title\";s:10:\"Image Hero\";s:5:\"alias\";s:10:\"image-hero\";s:3:\"zip\";s:13:\"imagehero.zip\";s:3:\"uid\";s:32:\"7db18781d44f2adc28c962440894aac1\";s:3:\"img\";s:20:\"imagehero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-image/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:121:\"<span class=\"ttm_content\">A commonly used full-width image hero block with texts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:10;a:22:{s:2:\"id\";s:2:\"11\";s:5:\"title\";s:17:\"Instagram Gallery\";s:5:\"alias\";s:13:\"insta-gallery\";s:3:\"zip\";s:17:\"insta-gallery.zip\";s:3:\"uid\";s:32:\"711732b0d42ec2b57818a2b9b1d86cba\";s:3:\"img\";s:24:\"insta-gallery/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-instagram-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:174:\"<span class=\"ttm_content\">This slider is automatically populated by a Instagram stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:416:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Instagram Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:11;a:22:{s:2:\"id\";s:2:\"12\";s:5:\"title\";s:21:\"Levano Restaurant Bar\";s:5:\"alias\";s:19:\"levanorestaurantbar\";s:3:\"zip\";s:23:\"levanorestaurantbar.zip\";s:3:\"uid\";s:32:\"4178f837db67d1b2eb6cb5840bbd0b42\";s:3:\"img\";s:30:\"levanorestaurantbar/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-front-page-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:12;a:22:{s:2:\"id\";s:2:\"13\";s:5:\"title\";s:19:\"Main Feature Slider\";s:5:\"alias\";s:11:\"mainfeature\";s:3:\"zip\";s:15:\"mainfeature.zip\";s:3:\"uid\";s:32:\"1e002a3230ab00095bedc6f60393ee7f\";s:3:\"img\";s:22:\"mainfeature/slider.jpg\";s:7:\"preview\";s:33:\"http://revolution.themepunch.com/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"750\";s:11:\"description\";s:127:\" <span class=\"ttm_content\">A slightly stripped down version of the main preview slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:13;a:22:{s:2:\"id\";s:2:\"14\";s:5:\"title\";s:17:\"Media Gallery Two\";s:5:\"alias\";s:17:\"media-gallery-two\";s:3:\"zip\";s:21:\"media-gallery-two.zip\";s:3:\"uid\";s:32:\"d002f1b1b55805f9322c264c5504ba5a\";s:3:\"img\";s:28:\"media-gallery-two/slider.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-media-gallery-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:127:\"<span class=\"ttm_content\">A media gallery example with Vimeo, HTML5 and Youtube videos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and titles.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:14;a:22:{s:2:\"id\";s:2:\"15\";s:5:\"title\";s:23:\"Media Carousel Autoplay\";s:5:\"alias\";s:23:\"media-carousel-autoplay\";s:3:\"zip\";s:27:\"media-carousel-autoplay.zip\";s:3:\"uid\";s:32:\"393d7875b1cc9d933378b35e4f645d76\";s:3:\"img\";s:34:\"media-carousel-autoplay/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-media-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"720\";s:6:\"height\";s:3:\"405\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">A media carousel with \"autoplay\" activated. Swipe or click tabs to navigate the slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and caption texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:15;a:22:{s:2:\"id\";s:2:\"16\";s:5:\"title\";s:21:\"News Background Video\";s:5:\"alias\";s:21:\"news-background-video\";s:3:\"zip\";s:17:\"news-bg-video.zip\";s:3:\"uid\";s:32:\"a0efe44ac3af0f958b3f84c816a08272\";s:3:\"img\";s:24:\"news-bg-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A hero block with HTML5 background video that plays when entering the screen.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:16;a:22:{s:2:\"id\";s:2:\"17\";s:5:\"title\";s:12:\"News Gallery\";s:5:\"alias\";s:12:\"news-gallery\";s:3:\"zip\";s:16:\"news-gallery.zip\";s:3:\"uid\";s:32:\"3a069c3b286dbb9ee435563f747e3300\";s:3:\"img\";s:23:\"news-gallery/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-news-rotator/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A news gallery slideshow with tab navigation. Great for any blog!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:17;a:22:{s:2:\"id\";s:2:\"18\";s:5:\"title\";s:23:\"News Gallery Post Based\";s:5:\"alias\";s:23:\"news-gallery-post-based\";s:3:\"zip\";s:27:\"news-gallery-post-based.zip\";s:3:\"uid\";s:32:\"32fe05b1039c29ab9420bfd15aec5488\";s:3:\"img\";s:34:\"news-gallery-post-based/slider.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-post-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:423:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:18;a:22:{s:2:\"id\";s:2:\"19\";s:5:\"title\";s:9:\"News Hero\";s:5:\"alias\";s:9:\"news-hero\";s:3:\"zip\";s:13:\"news-hero.zip\";s:3:\"uid\";s:32:\"96a0385538a17c8c81ed8175740f70ea\";s:3:\"img\";s:20:\"news-hero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:107:\"<span class=\"ttm_content\">A image hero block with ken burns effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:19;a:22:{s:2:\"id\";s:2:\"20\";s:5:\"title\";s:10:\"News Video\";s:5:\"alias\";s:10:\"news-video\";s:3:\"zip\";s:14:\"news-video.zip\";s:3:\"uid\";s:32:\"f901e9e16e0363248156c2209eb584e9\";s:3:\"img\";s:21:\"news-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:128:\"<span class=\"ttm_content\">A Vimeo background video hero block with play / pause buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:20;a:22:{s:2:\"id\";s:2:\"21\";s:5:\"title\";s:15:\"Newsletter Hero\";s:5:\"alias\";s:15:\"newsletter-hero\";s:3:\"zip\";s:19:\"newsletter-hero.zip\";s:3:\"uid\";s:32:\"6290a9864d8c4c6311784586ed1cc5fe\";s:3:\"img\";s:26:\"newsletter-hero/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-newsletter-signup/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">This hero block uses a custom styled Mailchimp newsletter signup field.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:435:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and <a href=\"https://www.themepunch.com/faq/how-to-setup-mailchimp-for-the-newsletter-hero-template/\" target=\"_blank\">Mailchimp code</a>.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:21;a:22:{s:2:\"id\";s:2:\"22\";s:5:\"title\";s:11:\"Not Generic\";s:5:\"alias\";s:10:\"notgeneric\";s:3:\"zip\";s:14:\"notgeneric.zip\";s:3:\"uid\";s:32:\"9d87ba95e02210a9f82387add2ceadf9\";s:3:\"img\";s:21:\"notgeneric/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">A full-screen slider with a layer based navigation and sleek content elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:22;a:22:{s:2:\"id\";s:2:\"23\";s:5:\"title\";s:11:\"Photography\";s:5:\"alias\";s:11:\"photography\";s:3:\"zip\";s:15:\"photography.zip\";s:3:\"uid\";s:32:\"1b2072547afb75e49f33b016751ed360\";s:3:\"img\";s:22:\"photography/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-photography-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:23;a:22:{s:2:\"id\";s:2:\"24\";s:5:\"title\";s:20:\"Photography Carousel\";s:5:\"alias\";s:20:\"photography-carousel\";s:3:\"zip\";s:24:\"photography-carousel.zip\";s:3:\"uid\";s:32:\"9a84b859ba23dc49ba8784e3a86545fa\";s:3:\"img\";s:31:\"photography-carousel/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-photo-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">A front-page carousel that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:24;a:22:{s:2:\"id\";s:2:\"25\";s:5:\"title\";s:16:\"Search Form Hero\";s:5:\"alias\";s:16:\"search-form-hero\";s:3:\"zip\";s:20:\"search-form-hero.zip\";s:3:\"uid\";s:32:\"e09eb1bd0f22b3a2b02a1aa251dd1f3e\";s:3:\"img\";s:27:\"search-form-hero/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-search-form-hero/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This hero block uses a custom styled input field to show search results on a WordPress site.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and search field code.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:25;a:22:{s:2:\"id\";s:2:\"26\";s:5:\"title\";s:17:\"Showcase Carousel\";s:5:\"alias\";s:16:\"showcasecarousel\";s:3:\"zip\";s:20:\"showcasecarousel.zip\";s:3:\"uid\";s:32:\"c5ca218398331bd2c064efc2f62eae56\";s:3:\"img\";s:27:\"showcasecarousel/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-cover-flow-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">A fancy carousel that rotates, fades and scales slider items.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:284:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:26;a:22:{s:2:\"id\";s:2:\"27\";s:5:\"title\";s:11:\"Sports Hero\";s:5:\"alias\";s:11:\"sports-hero\";s:3:\"zip\";s:14:\"sportshero.zip\";s:3:\"uid\";s:32:\"8de7a145f32a362d618d2595ffa2f724\";s:3:\"img\";s:21:\"sportshero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-image-hero/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:113:\"<span class=\"ttm_content\">An sports themed image hero block with buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:27;a:22:{s:2:\"id\";s:2:\"28\";s:5:\"title\";s:12:\"Twitter Feed\";s:5:\"alias\";s:12:\"twitter-feed\";s:3:\"zip\";s:16:\"twitter-feed.zip\";s:3:\"uid\";s:32:\"efbfc2af5da5258e7b7bed8598e483cc\";s:3:\"img\";s:23:\"twitter-feed/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-twitter-feed/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a Twitter stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:414:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Twitter Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:28;a:22:{s:2:\"id\";s:2:\"29\";s:5:\"title\";s:13:\"Vimeo Gallery\";s:5:\"alias\";s:13:\"vimeo-gallery\";s:3:\"zip\";s:17:\"vimeo-gallery.zip\";s:3:\"uid\";s:32:\"fa824ce1ff3942ec268fc9eda60df539\";s:3:\"img\";s:24:\"vimeo-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-vimeo-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:170:\"<span class=\"ttm_content\">This slider is automatically populated by a Vimeo stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:412:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Vimeo Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:29;a:22:{s:2:\"id\";s:2:\"30\";s:5:\"title\";s:10:\"Vimeo Hero\";s:5:\"alias\";s:9:\"vimeohero\";s:3:\"zip\";s:13:\"vimeohero.zip\";s:3:\"uid\";s:32:\"c575575f96173d88589cddcb06120b77\";s:3:\"img\";s:20:\"vimeohero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-vimeo/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:116:\"<span class=\"ttm_content\">A commonly used Vimeo video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:30;a:22:{s:2:\"id\";s:2:\"31\";s:5:\"title\";s:16:\"Web Product Dark\";s:5:\"alias\";s:16:\"web-product-dark\";s:3:\"zip\";s:20:\"web-product-dark.zip\";s:3:\"uid\";s:32:\"39b872cf0608e63c3a503e58374dc30a\";s:3:\"img\";s:27:\"web-product-dark/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-frontpage-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:31;a:22:{s:2:\"id\";s:2:\"32\";s:5:\"title\";s:21:\"Web Product Dark Hero\";s:5:\"alias\";s:21:\"web-product-dark-hero\";s:3:\"zip\";s:25:\"web-product-dark-hero.zip\";s:3:\"uid\";s:32:\"b6784e8925221f36677217979d26e6f0\";s:3:\"img\";s:32:\"web-product-dark-hero/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-header-image/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:32;a:22:{s:2:\"id\";s:2:\"33\";s:5:\"title\";s:22:\"Web Product Light Hero\";s:5:\"alias\";s:22:\"web-product-light-hero\";s:3:\"zip\";s:26:\"web-product-light-hero.zip\";s:3:\"uid\";s:32:\"428e65d6aaa6ef775429989d50516492\";s:3:\"img\";s:33:\"web-product-light-hero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/hero-image-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:33;a:22:{s:2:\"id\";s:2:\"34\";s:5:\"title\";s:17:\"Web Product Light\";s:5:\"alias\";s:15:\"webproductlight\";s:3:\"zip\";s:19:\"webproductlight.zip\";s:3:\"uid\";s:32:\"fa23dab5bf1139c6393828647a9de4e0\";s:3:\"img\";s:26:\"webproductlight/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-cover-page/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:34;a:22:{s:2:\"id\";s:2:\"35\";s:5:\"title\";s:15:\"Youtube Gallery\";s:5:\"alias\";s:15:\"youtube-gallery\";s:3:\"zip\";s:19:\"youtube-gallery.zip\";s:3:\"uid\";s:32:\"ee9e4928ac74f5f0c0b697ce708f5aa7\";s:3:\"img\";s:26:\"youtube-gallery/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/wordpress-youtube-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a YouTube stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:414:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"YouTube Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:35;a:22:{s:2:\"id\";s:2:\"36\";s:5:\"title\";s:12:\"Youtube Hero\";s:5:\"alias\";s:11:\"youtubehero\";s:3:\"zip\";s:15:\"youtubehero.zip\";s:3:\"uid\";s:32:\"e0b2c12a45841bdf21cb96305f2c85bf\";s:3:\"img\";s:22:\"youtubehero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-youtube-header/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:104:\"<span class=\"ttm_content\">A YouTube video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:633:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/enable-sound-for-the-youtube-hero-template/\" target=\"_blank\">enable sound for the background video</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:36;a:22:{s:2:\"id\";s:2:\"37\";s:5:\"title\";s:13:\"Scroll Effect\";s:5:\"alias\";s:13:\"scroll-effect\";s:3:\"zip\";s:17:\"scroll-effect.zip\";s:3:\"uid\";s:32:\"417f59e9db87aa7e47c8509eb88d4af6\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/big-bold-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen slider with a unique scroll effect and big, bold text.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:485:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:37;a:22:{s:2:\"id\";s:2:\"38\";s:5:\"title\";s:12:\"Content Zoom\";s:5:\"alias\";s:12:\"content-zoom\";s:3:\"zip\";s:16:\"content-zoom.zip\";s:3:\"uid\";s:32:\"42ef8cdb70d42ec6ff6fa3b69a027b5f\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/content-zoom-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:243:\"<span class=\"ttm_content\">A very unique full-width slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:38;a:22:{s:2:\"id\";s:2:\"39\";s:5:\"title\";s:13:\"Food Carousel\";s:5:\"alias\";s:13:\"food-carousel\";s:3:\"zip\";s:17:\"food-carousel.zip\";s:3:\"uid\";s:32:\"a7bf54527b6658a0a308c70c729779fe\";s:3:\"img\";s:29:\"foodcarousel/slider_cover.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/food-carousel-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:267:\"<span class=\"ttm_content\">A fancy carousel with detail content on each slide. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to show and hide layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:39;a:22:{s:2:\"id\";s:2:\"40\";s:5:\"title\";s:14:\"Rotating Words\";s:5:\"alias\";s:14:\"rotating-words\";s:3:\"zip\";s:18:\"rotating-words.zip\";s:3:\"uid\";s:32:\"70190463d9376f278c8197b7b2ef6c1b\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/rotating-words-hero/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen hero block with unique animated text and blur effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:495:\"<span class=\"ttm_content\">This is a \"Default\" hero slider. Edit the slide to change the background media and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:40;a:22:{s:2:\"id\";s:2:\"41\";s:5:\"title\";s:22:\"Travel Static Captions\";s:5:\"alias\";s:22:\"travel-static-captions\";s:3:\"zip\";s:26:\"travel-static-captions.zip\";s:3:\"uid\";s:32:\"bbe7d61c7c741ebc7aa1ce1082b0cb71\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";s:7:\"preview\";s:50:\"http://revolution.themepunch.com/travel-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A slideshow example with static captions layers above a rotating image background.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:41;a:22:{s:2:\"id\";s:2:\"42\";s:5:\"title\";s:7:\"Concept\";s:5:\"alias\";s:7:\"concept\";s:3:\"zip\";s:11:\"concept.zip\";s:3:\"uid\";s:32:\"47cb06083e87503762f6746725117a3c\";s:3:\"img\";s:18:\"concept/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/fullscreen-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">A full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:42;a:22:{s:2:\"id\";s:2:\"43\";s:5:\"title\";s:15:\"True Fullscreen\";s:5:\"alias\";s:17:\"fullscreen-button\";s:3:\"zip\";s:21:\"fullscreen-button.zip\";s:3:\"uid\";s:32:\"618a43bdf89333b555531f6d6ecde359\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-sidebar-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A slider with a full-screen button that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:297:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:43;a:22:{s:2:\"id\";s:2:\"44\";s:5:\"title\";s:16:\"Creative Freedom\";s:5:\"alias\";s:15:\"creativefreedom\";s:3:\"zip\";s:19:\"creativefreedom.zip\";s:3:\"uid\";s:32:\"8902bf6c93126c2c6323626b9e872621\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-touch-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A full-screen slider with a unique vertical navigation and 3D-parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:290:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images, videos and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:44;a:22:{s:2:\"id\";s:2:\"45\";s:5:\"title\";s:17:\"3D Parallax Scene\";s:5:\"alias\";s:13:\"parallaxscene\";s:3:\"zip\";s:17:\"parallaxscene.zip\";s:3:\"uid\";s:32:\"51566f1ce649708e97a0f5dfaf05ea19\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-3d-parallax/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:328:\"<span class=\"ttm_content\">A 3D-parallax hero scene with mouse-controlled effects. Smart image arrangement creates a convincing 3D effect. Tooltips are shown using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:45;a:22:{s:2:\"id\";s:2:\"46\";s:5:\"title\";s:10:\"Wow Factor\";s:5:\"alias\";s:15:\"slidingoverlays\";s:3:\"zip\";s:19:\"slidingoverlays.zip\";s:3:\"uid\";s:32:\"18002d17e8bc7ca61b0951f5305a759e\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/responsive-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:106:\"<span class=\"ttm_content\">A 3D-parallax effect full-screen slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:46;a:22:{s:2:\"id\";s:2:\"47\";s:5:\"title\";s:14:\"3D Web Product\";s:5:\"alias\";s:25:\"web-product-light-hero-3d\";s:3:\"zip\";s:29:\"web-product-light-hero-3d.zip\";s:3:\"uid\";s:32:\"efd345c5da805414093e46066cefd751\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/wordpress-3d-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"668\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A 3D-parallax hero scene slider with a convincing depth-effect and animated clouds.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:47;a:22:{s:2:\"id\";s:2:\"48\";s:5:\"title\";s:15:\"WooCommerce Big\";s:5:\"alias\";s:6:\"woobig\";s:3:\"zip\";s:10:\"woobig.zip\";s:3:\"uid\";s:32:\"bfb09a39656c7c80e86b468fc5b3403c\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";i:2;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:48;a:22:{s:2:\"id\";s:2:\"49\";s:5:\"title\";s:17:\"WooCommerce Small\";s:5:\"alias\";s:16:\"woocommercesmall\";s:3:\"zip\";s:20:\"woocommercesmall.zip\";s:3:\"uid\";s:32:\"b17c2adcc5c4c4b68a7ac6fee32fa030\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"266\";s:11:\"description\";s:174:\" <span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";i:2;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:49;a:22:{s:2:\"id\";s:2:\"50\";s:5:\"title\";s:17:\"Restaurant Header\";s:5:\"alias\";s:10:\"finedining\";s:3:\"zip\";s:14:\"finedining.zip\";s:3:\"uid\";s:32:\"03481a9e258501fbe3888b48830ea845\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/restaurant-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:275:\"<span class=\"ttm_content\">A full-screen hero block slider that shows different background layers on button hover using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:50;a:22:{s:2:\"id\";s:2:\"51\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:12:\"agency-intro\";s:3:\"zip\";s:16:\"agency-intro.zip\";s:3:\"uid\";s:32:\"e9be2afdd55a0c8d0d8d0cc12ba4c82f\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/agency-website-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:302:\" <span class=\"ttm_content\">A full-screen hero block slider with ken burns effect and video modal on button click. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:51;a:22:{s:2:\"id\";s:2:\"52\";s:5:\"title\";s:11:\"Team Slider\";s:5:\"alias\";s:7:\"ourteam\";s:3:\"zip\";s:11:\"ourteam.zip\";s:3:\"uid\";s:32:\"d8eb1fec07a79202d1118bb17f70c233\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";s:7:\"preview\";s:74:\"http://revolution.themepunch.com/thumbnail-hover-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:303:\"<span class=\"ttm_content\">A team slider that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:657:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:52;a:22:{s:2:\"id\";s:2:\"53\";s:5:\"title\";s:13:\"Team Carousel\";s:5:\"alias\";s:17:\"our-team-carousel\";s:3:\"zip\";s:21:\"our-team-carousel.zip\";s:3:\"uid\";s:32:\"37656d5dcab1f265c025cb2a3d669809\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";s:7:\"preview\";s:83:\"http://revolution.themepunch.com/thumbnail-hover-carousel-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:306:\" <span class=\"ttm_content\">A team carousel that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:659:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:53;a:22:{s:2:\"id\";s:2:\"54\";s:5:\"title\";s:17:\"4K Youtube Slider\";s:5:\"alias\";s:13:\"betteryoutube\";s:3:\"zip\";s:17:\"betteryoutube.zip\";s:3:\"uid\";s:32:\"d7c5fef9f257037d7a148038aa2a1857\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";s:7:\"preview\";s:94:\"http://revolution.themepunch.com/fullscreen-4k-youtube-video-gallery-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"675\";s:11:\"description\";s:293:\" <span class=\"ttm_content\">A full-screen youtube gallery with 4K videos as an example. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to breathe life into navigation elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:535:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change videos and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:54;a:22:{s:2:\"id\";s:2:\"55\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:19:\"agencywebsiteheader\";s:3:\"zip\";s:23:\"agencywebsiteheader.zip\";s:3:\"uid\";s:32:\"c11d272c87277a7a38d9e7fd13e27947\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/fullscreen-hero-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:245:\" <span class=\"ttm_content\">A very unique full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:509:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:55;a:22:{s:2:\"id\";s:2:\"56\";s:5:\"title\";s:11:\"Coming Soon\";s:5:\"alias\";s:10:\"comingsoon\";s:3:\"zip\";s:14:\"comingsoon.zip\";s:3:\"uid\";s:32:\"0f89edf995512e6d6e864a2ee7221829\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";s:7:\"preview\";s:79:\"http://revolution.themepunch.com/coming-soon-wordpress-under-construction-site/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:299:\"<span class=\"ttm_content\">A full-screen slider that can be used as a \"Coming Soon\" page. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve various interaction possibilities.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:638:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\nInstructions for <a href=\"https://www.themepunch.com/faq/change-date-for-coming-soon-template/\" target=\"_blank\">how to change the date.</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:56;a:22:{s:2:\"id\";s:2:\"57\";s:5:\"title\";s:20:\"Christmas Snow Scene\";s:5:\"alias\";s:9:\"snowscene\";s:3:\"zip\";s:13:\"snowscene.zip\";s:3:\"uid\";s:32:\"a747bf0837caff86c62419a746690209\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/christmas-snow-scene/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">A slider with multiple christmas themed slides and a neat snow fall effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:485:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:57;a:22:{s:2:\"id\";s:2:\"58\";s:5:\"title\";s:15:\"Rock Band Music\";s:5:\"alias\";s:8:\"rockband\";s:3:\"zip\";s:12:\"rockband.zip\";s:3:\"uid\";s:32:\"5f557a5fad2fd6ca982a6ae6e9619637\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";s:7:\"preview\";s:80:\"http://revolution.themepunch.com/rock-band-music-theme-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:140:\" <span class=\"ttm_content\">A rock band themed hero block slider with an embedded SoundCloud element.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:58;a:22:{s:2:\"id\";s:2:\"59\";s:5:\"title\";s:18:\"Sleek Landing Page\";s:5:\"alias\";s:16:\"sleeklandingpage\";s:3:\"zip\";s:20:\"sleeklandingpage.zip\";s:3:\"uid\";s:32:\"07f7f2608936a8ae226213b7d99eee3f\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";s:7:\"preview\";s:70:\"http://revolution.themepunch.com/landing-page-free-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:191:\"<span class=\"ttm_content\">A full-screen slider that can be used as an App-Landing-Page. The object layers and custom animations create a unique effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:59;a:22:{s:2:\"id\";s:2:\"60\";s:5:\"title\";s:16:\"App Landing Page\";s:5:\"alias\";s:14:\"applandingpage\";s:3:\"zip\";s:18:\"applandingpage.zip\";s:3:\"uid\";s:32:\"38eb600893c1484ab8fd2a3dce3678d7\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/app-landing-page-free-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">A full-screen hero block that can be used as an app landing page. The detail view is build using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:60;a:22:{s:2:\"id\";s:2:\"61\";s:5:\"title\";s:10:\"Desk Scene\";s:5:\"alias\";s:9:\"deskscene\";s:3:\"zip\";s:13:\"deskscene.zip\";s:3:\"uid\";s:32:\"172a1a89a3e3b333cb4dbeb238f534c5\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";s:7:\"preview\";s:49:\"http://revolution.themepunch.com/hero-desk-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:135:\"<span class=\"ttm_content\">A beautiful desk scene with a cool reveal effect when scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:61;a:22:{s:2:\"id\";s:2:\"62\";s:5:\"title\";s:17:\"Clean News Slider\";s:5:\"alias\";s:15:\"cleannewsslider\";s:3:\"zip\";s:19:\"cleannewsslider.zip\";s:3:\"uid\";s:32:\"82c3f521fe31b80984be0f19e1a9899e\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:132:\"<span class=\"ttm_content\">A slideshow example with clean content and thumbnail navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:62;a:22:{s:2:\"id\";s:2:\"63\";s:5:\"title\";s:13:\"Image Gallery\";s:5:\"alias\";s:12:\"imagegallery\";s:3:\"zip\";s:16:\"imagegallery.zip\";s:3:\"uid\";s:32:\"cef1d75357df2cb53b990c74a214813e\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">A photo gallery suitable to display your images using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:63;a:22:{s:2:\"id\";s:2:\"64\";s:5:\"title\";s:19:\"Standard WP Gallery\";s:5:\"alias\";s:19:\"standard-wp-gallery\";s:3:\"zip\";s:23:\"standard-wp-gallery.zip\";s:3:\"uid\";s:32:\"632035b8a27652d8081dbdfa343dc93d\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A photo gallery that uses the \"Standard WP Gallery\" add-on to display images.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:407:\"<span class=\"ttm_content\">Please follow the setup guide on the \"Standard WP Gallery\" add-on page.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";s:166:\"[{\"path\":\"revslider-gallery-addon\\/revslider-gallery-addon.php\",\"name\":\"WP Gallery AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-photo-gallery-plugin\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:64;a:22:{s:2:\"id\";s:2:\"65\";s:5:\"title\";s:21:\"Clean News Post Based\";s:5:\"alias\";s:21:\"clean-news-post-based\";s:3:\"zip\";s:25:\"clean-news-post-based.zip\";s:3:\"uid\";s:32:\"f4cf5bbe51afa5a361754bb081cbabf2\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:423:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:65;a:22:{s:2:\"id\";s:2:\"66\";s:5:\"title\";s:22:\"Interactive Whiteboard\";s:5:\"alias\";s:21:\"interactivewhiteboard\";s:3:\"zip\";s:25:\"interactivewhiteboard.zip\";s:3:\"uid\";s:32:\"058b4af535d6c6c7bcec5225845e3eb4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";s:7:\"preview\";s:77:\"http://revolution.themepunch.com/interactive-whiteboard-animation-free-addon/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:269:\"<span class=\"ttm_content\">This is the example slider from the Whiteboard add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used to achieve certain effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:541:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/slider-revolution/whiteboard-addon/\" target=\"_blank\">Whiteboard add-on</a> to be installed. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:185:\"[{\"path\":\"revslider-whiteboard-addon\\/revslider-whiteboard-addon.php\",\"name\":\"Whiteboard AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/interactive-whiteboard-animation-free-addon\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:66;a:22:{s:2:\"id\";s:2:\"68\";s:5:\"title\";s:17:\"Innovation Slider\";s:5:\"alias\";s:10:\"innovation\";s:3:\"zip\";s:14:\"innovation.zip\";s:3:\"uid\";s:32:\"d3440b69126d9c186fddc713b18b0002\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2016/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:7:\"5.2.3.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:258:\"<span class=\"ttm_content\">A full-screen slider with an elegant fade-out parallax effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:493:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images, videos and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-03-29 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:67;a:25:{s:2:\"id\";s:2:\"69\";s:5:\"title\";s:25:\"Dark Content Block - Menu\";s:5:\"alias\";s:24:\"dark-fullsite-block-menu\";s:3:\"zip\";s:34:\"packs/dark-fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"bf4bd226719d3c3d3146592976e31ca1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:68;a:25:{s:2:\"id\";s:2:\"70\";s:5:\"title\";s:25:\"Dark Content Block - Hero\";s:5:\"alias\";s:21:\"dark-fullsite-block-1\";s:3:\"zip\";s:31:\"packs/dark-fullsite-block-1.zip\";s:3:\"uid\";s:32:\"d8859245fe600288ca932dc29aca751f\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:69;a:25:{s:2:\"id\";s:2:\"71\";s:5:\"title\";s:26:\"Dark Content Block - About\";s:5:\"alias\";s:27:\"dark-fullsite-block-2-about\";s:3:\"zip\";s:37:\"packs/dark-fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"298401901521a197a8294c1b4f73df3e\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:70;a:25:{s:2:\"id\";s:2:\"72\";s:5:\"title\";s:29:\"Dark Content Block - Services\";s:5:\"alias\";s:30:\"dark-fullsite-block-3-services\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"8da3ed605472ed6a26c745fb52f85f82\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:71;a:25:{s:2:\"id\";s:2:\"73\";s:5:\"title\";s:29:\"Dark Content Block - Products\";s:5:\"alias\";s:30:\"dark-fullsite-block-4-products\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"99e4f40399d20261a6131043d0e50b0c\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:422:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\r\n\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:72;a:25:{s:2:\"id\";s:2:\"74\";s:5:\"title\";s:33:\"Dark Content Block - Testimonials\";s:5:\"alias\";s:34:\"dark-fullsite-block-5-testimonials\";s:3:\"zip\";s:44:\"packs/dark-fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"2f9121e0eedd51afe85e233d0743acab\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:73;a:25:{s:2:\"id\";s:2:\"75\";s:5:\"title\";s:28:\"Dark Content Block - Callout\";s:5:\"alias\";s:29:\"dark-fullsite-block-6-callout\";s:3:\"zip\";s:39:\"packs/dark-fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"55fbecb113ff21f050be7adc08637329\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:74;a:25:{s:2:\"id\";s:2:\"76\";s:5:\"title\";s:27:\"Dark Content Block - Footer\";s:5:\"alias\";s:28:\"dark-fullsite-block-7-footer\";s:3:\"zip\";s:38:\"packs/dark-fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"2ff517f5c7c54e3e0c2dd733cfd3400e\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:75;a:25:{s:2:\"id\";s:2:\"77\";s:5:\"title\";s:26:\"Light Content Block - Menu\";s:5:\"alias\";s:19:\"fullsite-block-menu\";s:3:\"zip\";s:29:\"packs/fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"8010971f34387d5f94a1f4e577ef382a\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:76;a:25:{s:2:\"id\";s:2:\"78\";s:5:\"title\";s:26:\"Light Content Block - Hero\";s:5:\"alias\";s:15:\"fullsite-block1\";s:3:\"zip\";s:25:\"packs/fullsite-block1.zip\";s:3:\"uid\";s:32:\"45bf7179843e01ce112e8ec754b0455c\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:77;a:25:{s:2:\"id\";s:2:\"79\";s:5:\"title\";s:27:\"Light Content Block - About\";s:5:\"alias\";s:22:\"fullsite-block-2-about\";s:3:\"zip\";s:32:\"packs/fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"8402b460638a746d36433cb161440b7d\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:78;a:25:{s:2:\"id\";s:2:\"80\";s:5:\"title\";s:30:\"Light Content Block - Services\";s:5:\"alias\";s:25:\"fullsite-block-3-services\";s:3:\"zip\";s:35:\"packs/fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"7b8cea27f4d6ae17c5e1eae12457bd06\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:79;a:25:{s:2:\"id\";s:2:\"81\";s:5:\"title\";s:30:\"Light Content Block - Products\";s:5:\"alias\";s:25:\"fullsite-block-4-products\";s:3:\"zip\";s:35:\"packs/fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"d148935362d7122636cda0635eae4be7\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:80;a:25:{s:2:\"id\";s:2:\"82\";s:5:\"title\";s:34:\"Light Content Block - Testimonials\";s:5:\"alias\";s:29:\"fullsite-block-5-testimonials\";s:3:\"zip\";s:39:\"packs/fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"06255bfd421e40f71fa8197b839dbf03\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:81;a:25:{s:2:\"id\";s:2:\"83\";s:5:\"title\";s:29:\"Light Content Block - Callout\";s:5:\"alias\";s:24:\"fullsite-block-6-callout\";s:3:\"zip\";s:34:\"packs/fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"8a88c3447676b613ec5db2fe5d63315c\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:82;a:25:{s:2:\"id\";s:2:\"84\";s:5:\"title\";s:28:\"Light Content Block - Footer\";s:5:\"alias\";s:23:\"fullsite-block-7-footer\";s:3:\"zip\";s:33:\"packs/fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"34300b4407a2093eb2e1e08868fa8319\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:83;a:22:{s:2:\"id\";s:2:\"85\";s:5:\"title\";s:12:\"Tech Journal\";s:5:\"alias\";s:11:\"techjournal\";s:3:\"zip\";s:15:\"techjournal.zip\";s:3:\"uid\";s:32:\"7f92d70d1c108378f915b18c2ceb71d6\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:84;a:22:{s:2:\"id\";s:2:\"86\";s:5:\"title\";s:14:\"Car Dealership\";s:5:\"alias\";s:13:\"cardealership\";s:3:\"zip\";s:17:\"cardealership.zip\";s:3:\"uid\";s:32:\"bb010838855a8ae4d1dd68e139bf169e\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/car-dealership-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"650\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:85;a:22:{s:2:\"id\";s:2:\"87\";s:5:\"title\";s:22:\"FullScreen Menu Slider\";s:5:\"alias\";s:14:\"fullscreenmenu\";s:3:\"zip\";s:18:\"fullscreenmenu.zip\";s:3:\"uid\";s:32:\"6de81d74c4bf193e2e274d43038adc85\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-fullscreen-menu/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A full-screen slider that contains a menu with slide blur effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:86;a:22:{s:2:\"id\";s:2:\"88\";s:5:\"title\";s:18:\"Creative Frontpage\";s:5:\"alias\";s:17:\"creativefrontpage\";s:3:\"zip\";s:21:\"creativefrontpage.zip\";s:3:\"uid\";s:32:\"0636cb368af3bcaa2f68eb0ebefe6439\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/best-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A full-screen slider with hidden slides that are triggered via <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:87;a:25:{s:2:\"id\";s:2:\"89\";s:5:\"title\";s:20:\"Website Builder Menu\";s:5:\"alias\";s:19:\"websitebuilder-menu\";s:3:\"zip\";s:29:\"packs/websitebuilder-menu.zip\";s:3:\"uid\";s:32:\"d9e6d9c961f123a3a4847b51fc3ba3a2\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"60\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:88;a:25:{s:2:\"id\";s:2:\"90\";s:5:\"title\";s:20:\"Website Builder Hero\";s:5:\"alias\";s:19:\"websitebuilder-hero\";s:3:\"zip\";s:29:\"packs/websitebuilder-hero.zip\";s:3:\"uid\";s:32:\"6cb2df9a41ad2e7865bb9bbea7e39cb5\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:89;a:25:{s:2:\"id\";s:2:\"91\";s:5:\"title\";s:23:\"Website Builder Clients\";s:5:\"alias\";s:22:\"websitebuilder-clients\";s:3:\"zip\";s:32:\"packs/websitebuilder-clients.zip\";s:3:\"uid\";s:32:\"050e59c43c9a693510d01f29532088cf\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"120\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:90;a:25:{s:2:\"id\";s:2:\"92\";s:5:\"title\";s:24:\"Website Builder Services\";s:5:\"alias\";s:23:\"websitebuilder-services\";s:3:\"zip\";s:33:\"packs/websitebuilder-services.zip\";s:3:\"uid\";s:32:\"48d56d67615efce619ae973ab4358c07\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"558\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:91;a:25:{s:2:\"id\";s:2:\"93\";s:5:\"title\";s:24:\"Website Builder Discover\";s:5:\"alias\";s:23:\"websitebuilder-discover\";s:3:\"zip\";s:33:\"packs/websitebuilder-discover.zip\";s:3:\"uid\";s:32:\"425a08a7be338daea3df02a07ff5c316\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"955\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:92;a:25:{s:2:\"id\";s:2:\"94\";s:5:\"title\";s:22:\"Website Builder Slider\";s:5:\"alias\";s:21:\"websitebuilder-slider\";s:3:\"zip\";s:31:\"packs/websitebuilder-slider.zip\";s:3:\"uid\";s:32:\"9d670b7335016accb590dc8d52bfb6f0\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:93;a:25:{s:2:\"id\";s:2:\"95\";s:5:\"title\";s:28:\"Website Builder CallToAction\";s:5:\"alias\";s:27:\"websitebuilder-calltoaction\";s:3:\"zip\";s:37:\"packs/websitebuilder-calltoaction.zip\";s:3:\"uid\";s:32:\"45851baf9e61f55ed9f5fa9d0beff77e\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"960\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:94;a:25:{s:2:\"id\";s:2:\"96\";s:5:\"title\";s:22:\"Website Builder Footer\";s:5:\"alias\";s:21:\"websitebuilder-footer\";s:3:\"zip\";s:31:\"packs/websitebuilder-footer.zip\";s:3:\"uid\";s:32:\"2732bbe66ef28219d6cc53ce8cc78863\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:95;a:22:{s:2:\"id\";s:2:\"97\";s:5:\"title\";s:21:\"Focus Parallax Effect\";s:5:\"alias\";s:13:\"focusparallax\";s:3:\"zip\";s:17:\"focusparallax.zip\";s:3:\"uid\";s:32:\"13bd15fb3ddf8b9841cb55b89389cc73\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";s:7:\"preview\";s:68:\" https://revolution.themepunch.com/parallax-effect-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:256:\"<span class=\"ttm_content\">A full-screen slider with mouse controlled parallax effects. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:96;a:22:{s:2:\"id\";s:2:\"98\";s:5:\"title\";s:14:\"Duotone Slider\";s:5:\"alias\";s:7:\"duotone\";s:3:\"zip\";s:11:\"duotone.zip\";s:3:\"uid\";s:32:\"494862ceb6cb7c6658ad7cd36848cccd\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/wordpress-header-image-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:252:\"<span class=\"ttm_content\">A full-screen slider with unique parallax scroll effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:97;a:25:{s:2:\"id\";s:2:\"99\";s:5:\"title\";s:12:\"Minimal Menu\";s:5:\"alias\";s:6:\"r_menu\";s:3:\"zip\";s:16:\"packs/r_menu.zip\";s:3:\"uid\";s:32:\"30d6a6895db1a5f29b1679061551c9f0\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:98;a:25:{s:2:\"id\";s:3:\"100\";s:5:\"title\";s:12:\"Minimal Hero\";s:5:\"alias\";s:5:\"rhero\";s:3:\"zip\";s:16:\"packs/r_hero.zip\";s:3:\"uid\";s:32:\"b8b46186956f6e66ad0c08e4532bbbde\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:99;a:25:{s:2:\"id\";s:3:\"101\";s:5:\"title\";s:13:\"Minimal About\";s:5:\"alias\";s:7:\"r_about\";s:3:\"zip\";s:17:\"packs/r_about.zip\";s:3:\"uid\";s:32:\"343010c4b4c03f92888c3e9e95bc2bb1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:100;a:25:{s:2:\"id\";s:3:\"102\";s:5:\"title\";s:16:\"Minimal Products\";s:5:\"alias\";s:10:\"r_products\";s:3:\"zip\";s:20:\"packs/r_products.zip\";s:3:\"uid\";s:32:\"dda93e85c6a4456d132040147f087f39\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1100\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:101;a:25:{s:2:\"id\";s:3:\"103\";s:5:\"title\";s:12:\"Minimal Info\";s:5:\"alias\";s:6:\"r_info\";s:3:\"zip\";s:16:\"packs/r_info.zip\";s:3:\"uid\";s:32:\"d6e368e8fd4862174af6c980389ae530\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:102;a:22:{s:2:\"id\";s:3:\"104\";s:5:\"title\";s:18:\"Inspiration Header\";s:5:\"alias\";s:17:\"inspirationheader\";s:3:\"zip\";s:21:\"inspirationheader.zip\";s:3:\"uid\";s:32:\"69f04b2be0b618fa7e184af83b86b7e7\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/wordpress-theme-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This full-screen hero slider features sequentially animated texts and cool parallax elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:103;a:22:{s:2:\"id\";s:3:\"105\";s:5:\"title\";s:15:\"Magazine Slider\";s:5:\"alias\";s:13:\"magazineposts\";s:3:\"zip\";s:17:\"magazineposts.zip\";s:3:\"uid\";s:32:\"c562f3457e4edbd030959f7c5e6e0f7c\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-magazine-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">A full-width slider with a mouse-controlled 3D-Parallax effect. Enjoy! <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:104;a:22:{s:2:\"id\";s:3:\"106\";s:5:\"title\";s:11:\"News Header\";s:5:\"alias\";s:17:\"explorationheader\";s:3:\"zip\";s:21:\"explorationheader.zip\";s:3:\"uid\";s:32:\"8f20d5a868c90ded08b835fb9e8307d7\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/wordpress-news-header/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:288:\"<span class=\"ttm_content\">A full-screen slider that is a perfect fit for displaying news on your websites header! Check out <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to add links to buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:105;a:25:{s:2:\"id\";s:3:\"107\";s:5:\"title\";s:23:\"Minimal Website Package\";s:5:\"alias\";s:23:\"minimal-website-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:23:\"minimal-website-package\";s:3:\"img\";s:31:\"packages/template_group_1_1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">The Minimal Website Template is a one-pager website with a unique background color change effect on scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:106;a:25:{s:2:\"id\";s:3:\"108\";s:5:\"title\";s:23:\"Website Builder Package\";s:5:\"alias\";s:22:\"websitebuilder-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"websitebuilder-package\";s:3:\"img\";s:29:\"packages/template_group_2.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"60\";s:11:\"description\";s:191:\"<span class=\"ttm_content\">The Website Builder Package is a clean, usable collection website modules that can be used all together or each on their own.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:107;a:25:{s:2:\"id\";s:3:\"109\";s:5:\"title\";s:26:\"Dark Content Block Package\";s:5:\"alias\";s:27:\"dark-fullsite-block-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"dark-fullsite-block-package\";s:3:\"img\";s:29:\"packages/template_group_4.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:108;a:25:{s:2:\"id\";s:3:\"110\";s:5:\"title\";s:27:\"Light Content Block Package\";s:5:\"alias\";s:22:\"fullsite-block-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"fullsite-block-package\";s:3:\"img\";s:29:\"packages/template_group_3.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:109;a:22:{s:2:\"id\";s:3:\"111\";s:5:\"title\";s:17:\"Typewriter Effect\";s:5:\"alias\";s:16:\"typewritereffect\";s:3:\"zip\";s:20:\"typewritereffect.zip\";s:3:\"uid\";s:32:\"d6f8bae06cc4a7b158d680c01e59ddc2\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/wordpress-typewriter-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">This is the example slider from the Typewriter add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:403:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/slider-revolution/typewriter-addon/\" target=\"_blank\">Typewriter add-on</a> to be installed. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:110;a:22:{s:2:\"id\";s:3:\"112\";s:5:\"title\";s:17:\"Blend Mode Header\";s:5:\"alias\";s:15:\"blendmodeheader\";s:3:\"zip\";s:19:\"blendmodeheader.zip\";s:3:\"uid\";s:32:\"2e44e976596d757aab40ffa28086dcf9\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/blend-mode-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">This full-screen hero header with HMTL5 background video, utilizes the new 5.3 blend mode effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:111;a:25:{s:2:\"id\";s:3:\"113\";s:5:\"title\";s:17:\"Themeplicity Menu\";s:5:\"alias\";s:17:\"themeplicity_menu\";s:3:\"zip\";s:27:\"packs/themeplicity_menu.zip\";s:3:\"uid\";s:32:\"7d5c1e75eaafa63683895a32a62f4ce0\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:112;a:25:{s:2:\"id\";s:3:\"114\";s:5:\"title\";s:19:\"Themeplicity Header\";s:5:\"alias\";s:19:\"themeplicity_header\";s:3:\"zip\";s:29:\"packs/themeplicity_header.zip\";s:3:\"uid\";s:32:\"907091e4d58acc7d12f802de2f280b7d\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:113;a:25:{s:2:\"id\";s:3:\"115\";s:5:\"title\";s:18:\"Themeplicity Offer\";s:5:\"alias\";s:18:\"themeplicity_offer\";s:3:\"zip\";s:28:\"packs/themeplicity_offer.zip\";s:3:\"uid\";s:32:\"1bd8f9aa2f3e340449664c65ba17fb51\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"330\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:114;a:25:{s:2:\"id\";s:3:\"116\";s:5:\"title\";s:23:\"Themeplicity What We Do\";s:5:\"alias\";s:21:\"themeplicity_whatwedo\";s:3:\"zip\";s:31:\"packs/themeplicity_whatwedo.zip\";s:3:\"uid\";s:32:\"aa800a44b5a3eab30414dde1f32bfed7\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:115;a:25:{s:2:\"id\";s:3:\"117\";s:5:\"title\";s:21:\"Themeplicity Projects\";s:5:\"alias\";s:21:\"themeplicity_projects\";s:3:\"zip\";s:31:\"packs/themeplicity_projects.zip\";s:3:\"uid\";s:32:\"5f61b3a13033ba6a51a18270163e0a50\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:116;a:25:{s:2:\"id\";s:3:\"118\";s:5:\"title\";s:24:\"Themeplicity Whats Great\";s:5:\"alias\";s:23:\"themeplicity_whatsgreat\";s:3:\"zip\";s:33:\"packs/themeplicity_whatsgreat.zip\";s:3:\"uid\";s:32:\"ce9faf8c55ed2e33e091b23667e7173b\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:117;a:25:{s:2:\"id\";s:3:\"119\";s:5:\"title\";s:19:\"Themeplicity Tables\";s:5:\"alias\";s:19:\"themeplicity_tables\";s:3:\"zip\";s:29:\"packs/themeplicity_tables.zip\";s:3:\"uid\";s:32:\"f28bb4cd20ec1f29a1de7da5ad09c293\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1059\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:118;a:25:{s:2:\"id\";s:3:\"120\";s:5:\"title\";s:24:\"Themeplicity Contactform\";s:5:\"alias\";s:24:\"themeplicity_contactform\";s:3:\"zip\";s:34:\"packs/themeplicity_contactform.zip\";s:3:\"uid\";s:32:\"3e59da970f534490774fa8e053f5b5ed\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1067\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:119;a:25:{s:2:\"id\";s:3:\"121\";s:5:\"title\";s:19:\"Themeplicity Footer\";s:5:\"alias\";s:19:\"themeplicity_footer\";s:3:\"zip\";s:29:\"packs/themeplicity_footer.zip\";s:3:\"uid\";s:32:\"89eeb0b4b852c5f743e1bd76e3e8f2ef\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"780\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:120;a:25:{s:2:\"id\";s:3:\"122\";s:5:\"title\";s:20:\"Themeplicity Package\";s:5:\"alias\";s:20:\"themeplicity-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:20:\"themeplicity-package\";s:3:\"img\";s:38:\"packages/templatepack_themeplicity.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Themeplicity Website Template uses the new groups & rows feature introduced in 5.3 to its full potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:121;a:25:{s:2:\"id\";s:3:\"123\";s:5:\"title\";s:19:\"Nice And Clean Menu\";s:5:\"alias\";s:17:\"NiceAndClean_Menu\";s:3:\"zip\";s:27:\"packs/NiceAndClean_Menu.zip\";s:3:\"uid\";s:32:\"3f8c01e26c7446428e045c4b1180776d\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:122;a:25:{s:2:\"id\";s:3:\"124\";s:5:\"title\";s:21:\"Nice And Clean Header\";s:5:\"alias\";s:19:\"NiceAndClean_Header\";s:3:\"zip\";s:29:\"packs/NiceAndClean_Header.zip\";s:3:\"uid\";s:32:\"76931033addb20a62557c2845a4d6a11\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:123;a:25:{s:2:\"id\";s:3:\"125\";s:5:\"title\";s:23:\"Nice And Clean Services\";s:5:\"alias\";s:21:\"NiceAndClean_Services\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Services.zip\";s:3:\"uid\";s:32:\"02f72ec606800c8215bcadea09624e87\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"360\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:124;a:25:{s:2:\"id\";s:3:\"126\";s:5:\"title\";s:20:\"Nice And Clean About\";s:5:\"alias\";s:18:\"NiceAndClean_About\";s:3:\"zip\";s:28:\"packs/NiceAndClean_About.zip\";s:3:\"uid\";s:32:\"9510f6fdbb8e9473e8c22f692a6bc89f\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:125;a:25:{s:2:\"id\";s:3:\"127\";s:5:\"title\";s:20:\"Nice And Clean Video\";s:5:\"alias\";s:18:\"niceandclean_video\";s:3:\"zip\";s:28:\"packs/niceandclean_video.zip\";s:3:\"uid\";s:32:\"2bb9e1ad329435cc500542d0c7025e15\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:126;a:25:{s:2:\"id\";s:3:\"128\";s:5:\"title\";s:25:\"Nice And Clean Highlights\";s:5:\"alias\";s:23:\"niceandclean_highlights\";s:3:\"zip\";s:33:\"packs/niceandclean_highlights.zip\";s:3:\"uid\";s:32:\"ff396af163a79d2d5b35db17c1ea7aa6\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:127;a:25:{s:2:\"id\";s:3:\"129\";s:5:\"title\";s:23:\"Nice And Clean Projects\";s:5:\"alias\";s:21:\"NiceAndClean_Projects\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Projects.zip\";s:3:\"uid\";s:32:\"1e6695959ef83f8975b52289c08a4d44\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:128;a:25:{s:2:\"id\";s:3:\"130\";s:5:\"title\";s:25:\"Nice And Clean TextBlocks\";s:5:\"alias\";s:23:\"niceandclean_textblocks\";s:3:\"zip\";s:33:\"packs/niceandclean_textblocks.zip\";s:3:\"uid\";s:32:\"1f33eb839c96ea3225faff1c8d382b05\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:129;a:25:{s:2:\"id\";s:3:\"131\";s:5:\"title\";s:22:\"Nice And Clean CallOut\";s:5:\"alias\";s:20:\"niceandclean_callout\";s:3:\"zip\";s:30:\"packs/niceandclean_callout.zip\";s:3:\"uid\";s:32:\"54d4d9bcf79d357de0e614700e909863\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:130;a:25:{s:2:\"id\";s:3:\"132\";s:5:\"title\";s:21:\"Nice And Clean Footer\";s:5:\"alias\";s:19:\"niceandclean_footer\";s:3:\"zip\";s:29:\"packs/niceandclean_footer.zip\";s:3:\"uid\";s:32:\"5492d7f72b3771a4e754f91bda063b15\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"400\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:542:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">For using the social sharing buttons, please install the social sharing add-on.<br><br></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:131;a:22:{s:2:\"id\";s:3:\"134\";s:5:\"title\";s:15:\"80s Style Intro\";s:5:\"alias\";s:3:\"80s\";s:3:\"zip\";s:7:\"80s.zip\";s:3:\"uid\";s:32:\"98881ab51f71b2fbdb220752d321b15a\";s:3:\"img\";s:14:\"80s/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/80s-style-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:139:\"<span class=\"ttm_content\">This intro hero block takes you back to the 80\'s with some funky effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:317:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and text.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:132;a:22:{s:2:\"id\";s:3:\"135\";s:5:\"title\";s:18:\"Blur Effect Slider\";s:5:\"alias\";s:10:\"blurslider\";s:3:\"zip\";s:14:\"blurslider.zip\";s:3:\"uid\";s:32:\"83bd6e1ccef83f03c944fa05b0a2d879\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/blur-effect-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:147:\"<span class=\"ttm_content\">This slider makes use of the brand new blur effects available with version 5.3.1.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:315:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:133;a:22:{s:2:\"id\";s:3:\"136\";s:5:\"title\";s:18:\"Coming Soon Add-On\";s:5:\"alias\";s:15:\"ComingSoonAddon\";s:3:\"zip\";s:19:\"ComingSoonAddon.zip\";s:3:\"uid\";s:32:\"51258492055b940099eb96ba52901fa9\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/coming-soon-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:133:\"<span class=\"ttm_content\">This slider template makes use of the brand new Coming Soon Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:134;a:25:{s:2:\"id\";s:3:\"137\";s:5:\"title\";s:22:\"Nice And Clean Package\";s:5:\"alias\";s:22:\"nice-and-clean-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"nice-and-clean-package\";s:3:\"img\";s:38:\"packages/templatepack_niceandclean.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:242:\"<span class=\"ttm_content\">The Nice & Clean Website Template uses groups & rows for a fully responsive website experience. Elegant blur effects available since version 5.3.1 make this template stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:135;a:22:{s:2:\"id\";s:3:\"138\";s:5:\"title\";s:18:\"Snow Effect Add-On\";s:5:\"alias\";s:9:\"snowaddon\";s:3:\"zip\";s:13:\"snowaddon.zip\";s:3:\"uid\";s:32:\"7408d8567b8af5716eaabd390422e51b\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/snow-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\"<span class=\"ttm_content\">Add a pleasant Snow Effect to your website with this slider template. Make sure to install the \"Holiday Snow\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:153:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:136;a:22:{s:2:\"id\";s:3:\"139\";s:5:\"title\";s:19:\"Particle Effect One\";s:5:\"alias\";s:19:\"particle-effect-one\";s:3:\"zip\";s:23:\"particle-effect-one.zip\";s:3:\"uid\";s:32:\"a4611c906e35ca60f617da86217b5299\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/particle-effect-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:442:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND MODE IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:137;a:22:{s:2:\"id\";s:3:\"140\";s:5:\"title\";s:19:\"Particle Effect Two\";s:5:\"alias\";s:19:\"particle-effect-two\";s:3:\"zip\";s:23:\"particle-effect-two.zip\";s:3:\"uid\";s:32:\"b8ecbf43374a69e4ab329ea834862ef8\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/particle-effect-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:138;a:22:{s:2:\"id\";s:3:\"141\";s:5:\"title\";s:21:\"Particle Effect Three\";s:5:\"alias\";s:21:\"particle-effect-three\";s:3:\"zip\";s:25:\"particle-effect-three.zip\";s:3:\"uid\";s:32:\"b33bc2c5655d8d51cd17c3740f72e748\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/particle-background-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:437:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:139;a:22:{s:2:\"id\";s:3:\"142\";s:5:\"title\";s:16:\"Portfolio Viewer\";s:5:\"alias\";s:15:\"portfolioviewer\";s:3:\"zip\";s:19:\"portfolioviewer.zip\";s:3:\"uid\";s:32:\"9ac7230ff5b880fb6c8f28fbbc123b3b\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-portfolio-plugin/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:207:\"<span class=\"ttm_content\">This slider template can be used to display your portfolio highlights in a stunning way, utilising out free particles add-on and blend modes.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:387:\"<span class=\"ttm_content\">The navigation for the slides is found in the <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">Static Layers</a>.</span><span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:140;a:22:{s:2:\"id\";s:3:\"143\";s:5:\"title\";s:12:\"App Showcase\";s:5:\"alias\";s:11:\"appshowcase\";s:3:\"zip\";s:15:\"appshowcase.zip\";s:3:\"uid\";s:32:\"082aef931b0369080bc30c3a2a0c331f\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/app-showcase-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">This template shows off our new \"Polyfold Effects\" Add-On in form of an App product showcase module. Get started now and illustrate your Apps key features in a striking way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:141;a:22:{s:2:\"id\";s:3:\"144\";s:5:\"title\";s:19:\"Gravity Design Hero\";s:5:\"alias\";s:13:\"gravitydesign\";s:3:\"zip\";s:17:\"gravitydesign.zip\";s:3:\"uid\";s:32:\"7bdbe73a6e5bf290cb4412708ac4134d\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2017/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:205:\"<span class=\"ttm_content\">This hero template shows a striking mouse-parallax scene and cool particle effects. Requires our \"Particle Effects\" Add-on to be installed.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:142;a:22:{s:2:\"id\";s:3:\"145\";s:5:\"title\";s:14:\"404 Error Page\";s:5:\"alias\";s:12:\"404errorpage\";s:3:\"zip\";s:16:\"404errorpage.zip\";s:3:\"uid\";s:32:\"2dc62d802b42b73088651cac17d0c486\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/404-error-page-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This template can be used as a custom error page on your website with our new 404 page Add-On. Of course you can also use this template as a regular hero header.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"{\"1\":{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}}\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:143;a:22:{s:2:\"id\";s:3:\"146\";s:5:\"title\";s:16:\"Carousel Gallery\";s:5:\"alias\";s:15:\"carouselgallery\";s:3:\"zip\";s:19:\"carouselgallery.zip\";s:3:\"uid\";s:32:\"041838fd32923c40e15c998f0ea19526\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-carousel-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This carousel gallery features a subtle parallax effect, html5 video and a fullscreen button.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:144;a:22:{s:2:\"id\";s:3:\"147\";s:5:\"title\";s:16:\"Filmstrip Effect\";s:5:\"alias\";s:9:\"filmstrip\";s:3:\"zip\";s:13:\"filmstrip.zip\";s:3:\"uid\";s:32:\"7bd142f272cc15d86998a79520e9e581\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/filmstrip-add-on-slider/ \";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">This template uses our Filmstrip Add-On to display a continuous scrolling set of images per slide.\r\n There is lots of customization options like animation speed and direction.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:180:\"[{\"path\":\"revslider-filmstrip-addon\\/revslider-filmstrip-addon.php\",\"name\":\"Background FilmStrip Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:145;a:22:{s:2:\"id\";s:3:\"148\";s:5:\"title\";s:11:\"Space Opera\";s:5:\"alias\";s:10:\"spaceopera\";s:3:\"zip\";s:14:\"spaceopera.zip\";s:3:\"uid\";s:32:\"a2c8bffcb138a86c0f373adebb6de046\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/space-opera-presentation/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">The Space Opera template can be enjoyed as a slow paced, full-screen slider experience and is great to show your most prominent photos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:146;a:22:{s:2:\"id\";s:3:\"149\";s:5:\"title\";s:13:\"Website Intro\";s:5:\"alias\";s:12:\"websiteintro\";s:3:\"zip\";s:16:\"websiteintro.zip\";s:3:\"uid\";s:32:\"348df76d999456aa19be58c9df56ae20\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/website-intro-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:274:\"<span class=\"ttm_content\">Making use of our new Slicey Add-On, this slider show a really cool effect you just have to experience yourself! Just change the slides background images and the existing slices will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:147;a:22:{s:2:\"id\";s:3:\"150\";s:5:\"title\";s:13:\"Mask Showcase\";s:5:\"alias\";s:12:\"maskshowcase\";s:3:\"zip\";s:16:\"maskshowcase.zip\";s:3:\"uid\";s:32:\"fc943c31e2da9c63b252aeabf554d128\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/minimal-mask-showcase/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Mask Showcase template uses gradients and the amazing block layer animations. A minimal slider treat for any website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:148;a:22:{s:2:\"id\";s:3:\"151\";s:5:\"title\";s:20:\"Parallax Zoom Slices\";s:5:\"alias\";s:18:\"parallaxzoomslices\";s:3:\"zip\";s:22:\"parallaxzoomslices.zip\";s:3:\"uid\";s:32:\"83537cae05709ddb9bcb7375470a5894\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/parallax-zoom-slices-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">This template uses the Slicey Add-On to add a unique effect to slide background images. You can simple change the background images and the slice effect will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:149;a:22:{s:2:\"id\";s:3:\"152\";s:5:\"title\";s:22:\"Double Exposure Effect\";s:5:\"alias\";s:20:\"doubleexposureeffect\";s:3:\"zip\";s:24:\"doubleexposureeffect.zip\";s:3:\"uid\";s:32:\"8d9229b5cbcf5bda5fbdc6a8e01a2b8c\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/wordpress-double-exposure-effect/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">Make any website special with the double exposure effect slider. Use as a header module or anywhere you want!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:150;a:22:{s:2:\"id\";s:3:\"153\";s:5:\"title\";s:24:\"Mountain Parallax Header\";s:5:\"alias\";s:22:\"mountainparallaxheader\";s:3:\"zip\";s:26:\"mountainparallaxheader.zip\";s:3:\"uid\";s:32:\"8dc64663f317a2abdf179bbe341d016e\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/mountain-wordpress-parallax-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:192:\"<span class=\"ttm_content\">This template is a cool intro for any page, featuring a striking parallax effect. Just change texts and links and you\'re done!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:151;a:25:{s:2:\"id\";s:3:\"154\";s:5:\"title\";s:26:\"GoodNews One-Pager Package\";s:5:\"alias\";s:26:\"goodnews-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"goodnews-one-pager-package\";s:3:\"img\";s:44:\"packages/templatepack_goodnews_one_pager.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:4:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:4:\"hero\";i:3;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:152;a:25:{s:2:\"id\";s:3:\"155\";s:5:\"title\";s:13:\"GoodNews Menu\";s:5:\"alias\";s:12:\"goodnewsmenu\";s:3:\"zip\";s:22:\"packs/goodnewsmenu.zip\";s:3:\"uid\";s:32:\"4cbc82501ff340fcdc0acf7eb3ba2640\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:153;a:25:{s:2:\"id\";s:3:\"156\";s:5:\"title\";s:15:\"GoodNews Header\";s:5:\"alias\";s:14:\"goodnewsheader\";s:3:\"zip\";s:24:\"packs/goodnewsheader.zip\";s:3:\"uid\";s:32:\"c6660b6bdbf596f38466f569596f5259\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:154;a:25:{s:2:\"id\";s:3:\"157\";s:5:\"title\";s:18:\"GoodNews Whats Hot\";s:5:\"alias\";s:16:\"goodnewswhatshot\";s:3:\"zip\";s:26:\"packs/goodnewswhatshot.zip\";s:3:\"uid\";s:32:\"cb841ce64a99a6644adab049cf5405cd\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:155;a:25:{s:2:\"id\";s:3:\"158\";s:5:\"title\";s:17:\"GoodNews Featured\";s:5:\"alias\";s:16:\"goodnewsfeatured\";s:3:\"zip\";s:26:\"packs/goodnewsfeatured.zip\";s:3:\"uid\";s:32:\"00bde4b09e3700da7183999eaf137ccc\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:156;a:25:{s:2:\"id\";s:3:\"159\";s:5:\"title\";s:18:\"GoodNews Spotlight\";s:5:\"alias\";s:17:\"goodnewsspotlight\";s:3:\"zip\";s:27:\"packs/goodnewsspotlight.zip\";s:3:\"uid\";s:32:\"138076241a828e1c5764379944755f2b\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.4\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:157;a:25:{s:2:\"id\";s:3:\"160\";s:5:\"title\";s:17:\"GoodNews Carousel\";s:5:\"alias\";s:16:\"goodnewscarousel\";s:3:\"zip\";s:26:\"packs/goodnewscarousel.zip\";s:3:\"uid\";s:32:\"d29d4460a6015e30d08d2714232d3768\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:158;a:25:{s:2:\"id\";s:3:\"161\";s:5:\"title\";s:16:\"GoodNews Callout\";s:5:\"alias\";s:15:\"goodnewscallout\";s:3:\"zip\";s:25:\"packs/goodnewscallout.zip\";s:3:\"uid\";s:32:\"d9568b3193e96577fae630b3a6728785\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:159;a:25:{s:2:\"id\";s:3:\"162\";s:5:\"title\";s:15:\"GoodNews Footer\";s:5:\"alias\";s:14:\"goodnewsfooter\";s:3:\"zip\";s:24:\"packs/goodnewsfooter.zip\";s:3:\"uid\";s:32:\"34f43f891cb8d55375149dc4bbc38298\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:160;a:25:{s:2:\"id\";s:3:\"163\";s:5:\"title\";s:29:\"GoodNews Content Page Package\";s:5:\"alias\";s:29:\"goodnews-content-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:29:\"goodnews-content-page-package\";s:3:\"img\";s:55:\"packages/templatepack_goodnews_content_page_package.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:161;a:25:{s:2:\"id\";s:3:\"164\";s:5:\"title\";s:18:\"GoodNews Menu Back\";s:5:\"alias\";s:16:\"goodnewsmenuback\";s:3:\"zip\";s:26:\"packs/goodnewsmenuback.zip\";s:3:\"uid\";s:32:\"1340d1aeefba497a7d404d12a1fceed4\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:162;a:25:{s:2:\"id\";s:3:\"165\";s:5:\"title\";s:20:\"GoodNews Blog Header\";s:5:\"alias\";s:18:\"goodnewsblogheader\";s:3:\"zip\";s:28:\"packs/goodnewsblogheader.zip\";s:3:\"uid\";s:32:\"abc4d7c1e48475c6def05f1f6d8bf564\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:163;a:25:{s:2:\"id\";s:3:\"166\";s:5:\"title\";s:21:\"GoodNews Blog Content\";s:5:\"alias\";s:19:\"goodnewsblogcontent\";s:3:\"zip\";s:29:\"packs/goodnewsblogcontent.zip\";s:3:\"uid\";s:32:\"bbf34563da6db2779c29599b503b07e9\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:164;a:25:{s:2:\"id\";s:3:\"167\";s:5:\"title\";s:21:\"GoodNews Testimonials\";s:5:\"alias\";s:20:\"goodnewstestimonials\";s:3:\"zip\";s:30:\"packs/goodnewstestimonials.zip\";s:3:\"uid\";s:32:\"606b7336e86f69c567542d3f43712b56\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:165;a:25:{s:2:\"id\";s:3:\"168\";s:5:\"title\";s:20:\"GoodNews Blog Footer\";s:5:\"alias\";s:18:\"goodnewsblogfooter\";s:3:\"zip\";s:28:\"packs/goodnewsblogfooter.zip\";s:3:\"uid\";s:32:\"1fb88aecfb116fde67ce8d52bd3b5f05\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:166;a:22:{s:2:\"id\";s:3:\"169\";s:5:\"title\";s:19:\"Before After Slider\";s:5:\"alias\";s:17:\"beforeafterslider\";s:3:\"zip\";s:21:\"beforeafterslider.zip\";s:3:\"uid\";s:32:\"6e615091a1fc3037c24b985ce5136fb2\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/before-after-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.3.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">This is the example slider for our Before / After Add-On that allows you to create unique presentations with a comparing functionality.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">How to install <a href=\"https://www.themepunch.com/slider-revolution/install-addons/\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:167;a:22:{s:2:\"id\";s:3:\"170\";s:5:\"title\";s:16:\"Product Showcase\";s:5:\"alias\";s:15:\"productshowcase\";s:3:\"zip\";s:19:\"productshowcase.zip\";s:3:\"uid\";s:32:\"a43447670260aaa7e8ff66cedfddb57a\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/wordpress-product-showcase-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:165:\"<span class=\"ttm_content\">Looking to sell products effectively? Our product showcase slider is just what you are looking for!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:168;a:22:{s:2:\"id\";s:3:\"171\";s:5:\"title\";s:23:\"Overexposure Transition\";s:5:\"alias\";s:22:\"overexposuretransition\";s:3:\"zip\";s:26:\"overexposuretransition.zip\";s:3:\"uid\";s:32:\"13f16bbe6c6d646c7d0cb817a0d3d181\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/overexposure-transition-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">Subtle overexposure transitions and smooth color fade effects make this slider stand out.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">How to install <a href=\"https://www.themepunch.com/slider-revolution/install-addons/\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:169;a:22:{s:2:\"id\";s:3:\"172\";s:5:\"title\";s:15:\"Parallax Scroll\";s:5:\"alias\";s:14:\"parallaxscroll\";s:3:\"zip\";s:18:\"parallaxscroll.zip\";s:3:\"uid\";s:32:\"82546ee2f6af6c6682852f495109b3c3\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/parallax-scroll/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A strikingly colourful header for your website with super smooth parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:170;a:25:{s:2:\"id\";s:3:\"173\";s:5:\"title\";s:24:\"TechCo One-Pager Package\";s:5:\"alias\";s:24:\"techco-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:24:\"techco-one-pager-package\";s:3:\"img\";s:28:\"packages/techco_overview.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:171;a:25:{s:2:\"id\";s:3:\"174\";s:5:\"title\";s:11:\"TechCo Menu\";s:5:\"alias\";s:11:\"techco-menu\";s:3:\"zip\";s:21:\"packs/techco-menu.zip\";s:3:\"uid\";s:32:\"55e5efee828cdf1ff7e2d3b90a301ea9\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:172;a:25:{s:2:\"id\";s:3:\"175\";s:5:\"title\";s:13:\"TechCo Header\";s:5:\"alias\";s:13:\"techco-header\";s:3:\"zip\";s:23:\"packs/techco-header.zip\";s:3:\"uid\";s:32:\"fb574d1376de9b1e408c91f51e6497d7\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:173;a:25:{s:2:\"id\";s:3:\"176\";s:5:\"title\";s:12:\"TechCo About\";s:5:\"alias\";s:12:\"techco-about\";s:3:\"zip\";s:22:\"packs/techco-about.zip\";s:3:\"uid\";s:32:\"ba216da8231e55118d87e37d2358812c\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:174;a:25:{s:2:\"id\";s:3:\"177\";s:5:\"title\";s:15:\"TechCo Services\";s:5:\"alias\";s:15:\"techco-services\";s:3:\"zip\";s:25:\"packs/techco-services.zip\";s:3:\"uid\";s:32:\"ef4a8ddbb5e1136133f7bc1227248e22\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:175;a:25:{s:2:\"id\";s:3:\"178\";s:5:\"title\";s:12:\"TechCo Video\";s:5:\"alias\";s:12:\"techco-video\";s:3:\"zip\";s:22:\"packs/techco-video.zip\";s:3:\"uid\";s:32:\"d7bb92281d05f39f9bc9eca71f90e402\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:176;a:25:{s:2:\"id\";s:3:\"179\";s:5:\"title\";s:13:\"TechCo Prices\";s:5:\"alias\";s:13:\"techco-prices\";s:3:\"zip\";s:23:\"packs/techco-prices.zip\";s:3:\"uid\";s:32:\"6291f404efbea12bb181352aba71ef11\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:177;a:25:{s:2:\"id\";s:3:\"180\";s:5:\"title\";s:19:\"TechCo Testimonials\";s:5:\"alias\";s:19:\"techco-testimonials\";s:3:\"zip\";s:29:\"packs/techco-testimonials.zip\";s:3:\"uid\";s:32:\"3460bd51f6b80599266fecb7fbb918be\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:178;a:25:{s:2:\"id\";s:3:\"181\";s:5:\"title\";s:13:\"TechCo Footer\";s:5:\"alias\";s:13:\"techco-footer\";s:3:\"zip\";s:23:\"packs/techco-footer.zip\";s:3:\"uid\";s:32:\"640abcd549137520461a4a71ff758a3b\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:179;a:22:{s:2:\"id\";s:3:\"182\";s:5:\"title\";s:12:\"Live Weather\";s:5:\"alias\";s:7:\"weather\";s:3:\"zip\";s:11:\"weather.zip\";s:3:\"uid\";s:32:\"aab92e69374e4c7b8c6741fe02e574b9\";s:3:\"img\";s:18:\"weather/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/wordpress-live-weather-add-on/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">Showcasing our weather add-on, this slider show a different cities temperatures and forecast on each slide.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-weather-addon\\/revslider-weather-addon.php\",\"name\":\"Live Weather Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:180;a:22:{s:2:\"id\";s:3:\"183\";s:5:\"title\";s:17:\"360 Panorama Tour\";s:5:\"alias\";s:11:\"360panorama\";s:3:\"zip\";s:15:\"360panorama.zip\";s:3:\"uid\";s:32:\"332720fdacdbb38f65e8327a2a96c52d\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/360-degree-real-estate-virtual-tour/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">An example template for our Panorama 360 tour add-on, created for the real estate market.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:165:\"[{\"path\":\"revslider-panorama-addon\\/revslider-panorama-addon.php\",\"name\":\"Panorama AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:181;a:22:{s:2:\"id\";s:3:\"184\";s:5:\"title\";s:14:\"Duotone Add-on\";s:5:\"alias\";s:14:\"duotone-add-on\";s:3:\"zip\";s:18:\"duotone-add-on.zip\";s:3:\"uid\";s:32:\"a428c6f363b3146e96d20a6f44958922\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-duotone-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:168:\"<span class=\"ttm_content\">This example template showcases 3 of the 30 Duotone filters available in our brand new Duotone Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:350:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-duotonefilters-addon\\/revslider-duotonefilters-addon.php\",\"name\":\"Duotone AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:182;a:22:{s:2:\"id\";s:3:\"185\";s:5:\"title\";s:13:\"Reveal Add-on\";s:5:\"alias\";s:13:\"reveal-add-on\";s:3:\"zip\";s:17:\"reveal-add-on.zip\";s:3:\"uid\";s:32:\"7fa7525d8ff7fa7365cb98a437e88e32\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-content-reveal-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">An example template that uses our Reveal Add-On, which adds 14 new preloaders combined with reveal loading effects for any slider or hero.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:337:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:201;a:22:{s:2:\"id\";s:3:\"210\";s:5:\"title\";s:21:\"Cryptocurrency Prices\";s:5:\"alias\";s:12:\"cryptoslider\";s:3:\"zip\";s:16:\"cryptoslider.zip\";s:3:\"uid\";s:32:\"c4b02210387f11946223977e940d9e9e\";s:3:\"img\";s:23:\"cryptoslider/slide1.jpg\";s:7:\"preview\";s:95:\"https://revolution.themepunch.com/cryptocurrency-wordpress-price-api-bitcoin-ethereum-litecoin/\";s:7:\"version\";s:5:\"1.0.6\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:209:\"<span class=\"ttm_content\">This Template can show live, animated cryptocurrency prices. More than 1300 currencies are supported, getting prices via the cryptocompare API.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:410:\"<span class=\"ttm_content\">Please refer to the \"Custom JavaScript\" section of this sliders settings, for info on how to modify currencies. Provide a class to the row / column / group where the currency text elements are located in.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:202;a:25:{s:2:\"id\";s:3:\"211\";s:5:\"title\";s:18:\"Immersion One Page\";s:5:\"alias\";s:26:\"immersion-one-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"immersion-one-page-package\";s:3:\"img\";s:31:\"packages/immersion_overview.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:343:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:203;a:25:{s:2:\"id\";s:3:\"212\";s:5:\"title\";s:16:\"Immersion Header\";s:5:\"alias\";s:16:\"immersion_header\";s:3:\"zip\";s:26:\"packs/immersion_header.zip\";s:3:\"uid\";s:32:\"853da51256308b341ecd030bd4883229\";s:3:\"img\";s:27:\"immersion_header/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:204;a:25:{s:2:\"id\";s:3:\"213\";s:5:\"title\";s:19:\"Immersion Mountains\";s:5:\"alias\";s:19:\"immersion-mountains\";s:3:\"zip\";s:29:\"packs/immersion-mountains.zip\";s:3:\"uid\";s:32:\"817167eb3fe22b7e065ba210cbe6d53c\";s:3:\"img\";s:30:\"immersion-mountains/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:205;a:25:{s:2:\"id\";s:3:\"214\";s:5:\"title\";s:17:\"Immersion Product\";s:5:\"alias\";s:17:\"immersion-product\";s:3:\"zip\";s:27:\"packs/immersion-product.zip\";s:3:\"uid\";s:32:\"64134f263484d2bbcd7ef088ffbbfb4b\";s:3:\"img\";s:28:\"immersion-product/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:206;a:25:{s:2:\"id\";s:3:\"215\";s:5:\"title\";s:16:\"Immersion Design\";s:5:\"alias\";s:16:\"immersion-design\";s:3:\"zip\";s:26:\"packs/immersion-design.zip\";s:3:\"uid\";s:32:\"91e1d77c1a2826438763804f4d02bc26\";s:3:\"img\";s:27:\"immersion-design/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:207;a:25:{s:2:\"id\";s:3:\"216\";s:5:\"title\";s:22:\"Immersion Phototgraphy\";s:5:\"alias\";s:21:\"immersion-photography\";s:3:\"zip\";s:31:\"packs/immersion-photography.zip\";s:3:\"uid\";s:32:\"e3ddf0c577b09740f5cbf2e38ffd684d\";s:3:\"img\";s:32:\"immersion-photography/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:208;a:25:{s:2:\"id\";s:3:\"217\";s:5:\"title\";s:14:\"Immersion Grid\";s:5:\"alias\";s:14:\"immersion-grid\";s:3:\"zip\";s:24:\"packs/immersion-grid.zip\";s:3:\"uid\";s:32:\"b6903868189bb83b2c7a852fde3a7dc3\";s:3:\"img\";s:25:\"immersion-grid/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:209;a:22:{s:2:\"id\";s:3:\"218\";s:5:\"title\";s:18:\"Funky Intro Slider\";s:5:\"alias\";s:11:\"funkyslider\";s:3:\"zip\";s:15:\"funkyslider.zip\";s:3:\"uid\";s:32:\"2d4187e3fdad19b976be335253c8925d\";s:3:\"img\";s:22:\"funkyslider/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/funky-intro-slider-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">This funky intro slider fits just right if you need a striking introduction to your website! Sleek, beautiful and easily customizable!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:335:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:210;a:25:{s:2:\"id\";s:3:\"219\";s:5:\"title\";s:19:\"Clear View Magazine\";s:5:\"alias\";s:27:\"clear-view-magazine-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"clear-view-magazine-package\";s:3:\"img\";s:41:\"packages/clear_view_magazine_overview.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:211;a:25:{s:2:\"id\";s:3:\"220\";s:5:\"title\";s:15:\"Clear View Menu\";s:5:\"alias\";s:14:\"clearview_menu\";s:3:\"zip\";s:24:\"packs/clearview_menu.zip\";s:3:\"uid\";s:32:\"eaecee5fa5f3c3a7f4d2a96c4616a353\";s:3:\"img\";s:25:\"clearview_menu/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:212;a:25:{s:2:\"id\";s:3:\"221\";s:5:\"title\";s:17:\"Clear View Header\";s:5:\"alias\";s:16:\"clearview_header\";s:3:\"zip\";s:26:\"packs/clearview_header.zip\";s:3:\"uid\";s:32:\"25e3dd80ad130875d7438a07952cb0cd\";s:3:\"img\";s:27:\"clearview_header/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:213;a:25:{s:2:\"id\";s:3:\"222\";s:5:\"title\";s:18:\"Clear View Mission\";s:5:\"alias\";s:17:\"clearview_mission\";s:3:\"zip\";s:27:\"packs/clearview_mission.zip\";s:3:\"uid\";s:32:\"35b2092a49fd2beb549342e69097eb5b\";s:3:\"img\";s:28:\"clearview_mission/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:214;a:25:{s:2:\"id\";s:3:\"223\";s:5:\"title\";s:17:\"Clear View Slider\";s:5:\"alias\";s:17:\"clear-view-slider\";s:3:\"zip\";s:27:\"packs/clear-view-slider.zip\";s:3:\"uid\";s:32:\"d2e17edffce16ed78c54b0ef23fd7e05\";s:3:\"img\";s:28:\"clear-view-slider/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:215;a:25:{s:2:\"id\";s:3:\"224\";s:5:\"title\";s:15:\"Clear View News\";s:5:\"alias\";s:15:\"clear-view-news\";s:3:\"zip\";s:25:\"packs/clear-view-news.zip\";s:3:\"uid\";s:32:\"5698d3131ba141e9afcfd2906739dd00\";s:3:\"img\";s:26:\"clear-view-news/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:216;a:25:{s:2:\"id\";s:3:\"225\";s:5:\"title\";s:18:\"Clear View Clients\";s:5:\"alias\";s:18:\"clear-view-clients\";s:3:\"zip\";s:28:\"packs/clear-view-clients.zip\";s:3:\"uid\";s:32:\"b95616a94832e22bdfac5ce60232be1b\";s:3:\"img\";s:29:\"clear-view-clients/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:217;a:25:{s:2:\"id\";s:3:\"226\";s:5:\"title\";s:18:\"Clear View Contact\";s:5:\"alias\";s:18:\"clear-view-contact\";s:3:\"zip\";s:28:\"packs/clear-view-contact.zip\";s:3:\"uid\";s:32:\"0e0cc1d8f6f6500e5f8a2b091fa3b4cb\";s:3:\"img\";s:29:\"clear-view-contact/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:218;a:25:{s:2:\"id\";s:3:\"227\";s:5:\"title\";s:20:\"Clear View Post Page\";s:5:\"alias\";s:28:\"clear-view-post-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"clear-view-post-page-package\";s:3:\"img\";s:42:\"packages/clear_view_post_page_overview.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:219;a:25:{s:2:\"id\";s:3:\"228\";s:5:\"title\";s:22:\"Clear View Single Menu\";s:5:\"alias\";s:22:\"clear-view-single-menu\";s:3:\"zip\";s:32:\"packs/clear-view-single-menu.zip\";s:3:\"uid\";s:32:\"1e80f81982f8a4ea763482d4fa99d321\";s:3:\"img\";s:33:\"clear-view-single-menu/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:220;a:25:{s:2:\"id\";s:3:\"229\";s:5:\"title\";s:24:\"Clear View Single Header\";s:5:\"alias\";s:24:\"clear-view-single-header\";s:3:\"zip\";s:34:\"packs/clear-view-single-header.zip\";s:3:\"uid\";s:32:\"c8d717627be6cd5e70922ab609694dbf\";s:3:\"img\";s:35:\"clear-view-single-header/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:221;a:25:{s:2:\"id\";s:3:\"230\";s:5:\"title\";s:23:\"Clear View Single Media\";s:5:\"alias\";s:23:\"clear-view-single-media\";s:3:\"zip\";s:33:\"packs/clear-view-single-media.zip\";s:3:\"uid\";s:32:\"c480368ded2a64f0cdd44f1674213814\";s:3:\"img\";s:34:\"clear-view-single-media/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:222;a:25:{s:2:\"id\";s:3:\"231\";s:5:\"title\";s:22:\"Clear View Single More\";s:5:\"alias\";s:22:\"clear-view-single-more\";s:3:\"zip\";s:32:\"packs/clear-view-single-more.zip\";s:3:\"uid\";s:32:\"9c693190df26218366d1f77e10cf550a\";s:3:\"img\";s:33:\"clear-view-single-more/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:223;a:25:{s:2:\"id\";s:3:\"232\";s:5:\"title\";s:25:\"Clear View Single Contact\";s:5:\"alias\";s:25:\"clear-view-single-contact\";s:3:\"zip\";s:35:\"packs/clear-view-single-contact.zip\";s:3:\"uid\";s:32:\"73c0a889f2b654a87b5aba1ff76fbc5c\";s:3:\"img\";s:36:\"clear-view-single-contact/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:224;a:22:{s:2:\"id\";s:3:\"233\";s:5:\"title\";s:18:\"Clean Landing Page\";s:5:\"alias\";s:16:\"cleanlandingpage\";s:3:\"zip\";s:20:\"cleanlandingpage.zip\";s:3:\"uid\";s:32:\"727a3680d312f22c6a5998ebdb9afe52\";s:3:\"img\";s:27:\"cleanlandingpage/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/clean-landing-page-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:203:\"<span class=\"ttm_content\">The Clean Landing Page is a fullscreen Intro Module that is a striking introduction to any minimal website, with no unnecessary elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:225;a:22:{s:2:\"id\";s:3:\"234\";s:5:\"title\";s:9:\"Clear Cut\";s:5:\"alias\";s:8:\"clearcut\";s:3:\"zip\";s:12:\"clearcut.zip\";s:3:\"uid\";s:32:\"07f43c00e9b4d3057a03cdb3385ad2b7\";s:3:\"img\";s:19:\"clearcut/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/clear-cut-portfolio-website-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:240:\"<span class=\"ttm_content\">The Clear Cut Template is an All-In-One Portfolio Website solution that works best for smaller portfolios. Highlight your best work in a striking and mobile friendly fashion!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:226;a:25:{s:2:\"id\";s:3:\"235\";s:5:\"title\";s:22:\"Wonderstruck One-Pager\";s:5:\"alias\";s:30:\"wonderstruck-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:30:\"wonderstruck-one-pager-package\";s:3:\"img\";s:44:\"packages/wonderstruck-one-pager-overview.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:227;a:25:{s:2:\"id\";s:3:\"236\";s:5:\"title\";s:17:\"Wonderstruck Menu\";s:5:\"alias\";s:17:\"wonderstruck_menu\";s:3:\"zip\";s:27:\"packs/wonderstruck_menu.zip\";s:3:\"uid\";s:32:\"0a976e9aaae59c4f795b38f59f5a08d8\";s:3:\"img\";s:28:\"wonderstruck_menu/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:228;a:25:{s:2:\"id\";s:3:\"237\";s:5:\"title\";s:19:\"Wonderstruck Header\";s:5:\"alias\";s:19:\"wonderstruck_header\";s:3:\"zip\";s:29:\"packs/wonderstruck_header.zip\";s:3:\"uid\";s:32:\"e1379f77a902960a0ce12d44d85a9e0a\";s:3:\"img\";s:30:\"wonderstruck_header/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:229;a:25:{s:2:\"id\";s:3:\"238\";s:5:\"title\";s:18:\"Wonderstruck About\";s:5:\"alias\";s:18:\"wonderstruck_about\";s:3:\"zip\";s:28:\"packs/wonderstruck_about.zip\";s:3:\"uid\";s:32:\"d207fb140fd328acc3038300ea52082a\";s:3:\"img\";s:29:\"wonderstruck_about/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:230;a:25:{s:2:\"id\";s:3:\"239\";s:5:\"title\";s:18:\"Wonderstruck Works\";s:5:\"alias\";s:18:\"wonderstruck-works\";s:3:\"zip\";s:28:\"packs/wonderstruck-works.zip\";s:3:\"uid\";s:32:\"4476935097e27d92454b0011b7700c1d\";s:3:\"img\";s:29:\"wonderstruck-works/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:231;a:25:{s:2:\"id\";s:3:\"240\";s:5:\"title\";s:20:\"Wonderstruck Contact\";s:5:\"alias\";s:20:\"wonderstruck-contact\";s:3:\"zip\";s:30:\"packs/wonderstruck-contact.zip\";s:3:\"uid\";s:32:\"9e4911521f77bce2b8efa40f4c2adc22\";s:3:\"img\";s:31:\"wonderstruck-contact/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:232;a:22:{s:2:\"id\";s:3:\"241\";s:5:\"title\";s:12:\"Bubble Morph\";s:5:\"alias\";s:11:\"bubblemorph\";s:3:\"zip\";s:15:\"bubblemorph.zip\";s:3:\"uid\";s:32:\"1102d6f5460ab82cb612cbe9f1d9514b\";s:3:\"img\";s:22:\"bubblemorph/slide1.jpg\";s:7:\"preview\";s:75:\"https://revolution.themepunch.com/bubble-morph-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:188:\"<span class=\"ttm_content\">The Bubble Morph Add-On allows you to create interesting Lava-Lamp style effects on any of your Slider Revolution content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:233;a:22:{s:2:\"id\";s:3:\"242\";s:5:\"title\";s:16:\"Distortion AddOn\";s:5:\"alias\";s:15:\"distortionaddon\";s:3:\"zip\";s:19:\"distortionaddon.zip\";s:3:\"uid\";s:32:\"0ad46c9929bb2fa6316f1e6ced301aaf\";s:3:\"img\";s:26:\"distortionaddon/slide1.jpg\";s:7:\"preview\";s:73:\"https://revolution.themepunch.com/distortion-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Distortion Add-On allows you to create interesting Distortion style effects on any of your Slider Revolution content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:182:\"[{\"path\":\"revslider-liquideffect-addon\\/revslider-liquideffect-addon.php\",\"name\":\"Distortion Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:234;a:22:{s:2:\"id\";s:3:\"243\";s:5:\"title\";s:10:\"Club Flyer\";s:5:\"alias\";s:9:\"clubflyer\";s:3:\"zip\";s:13:\"clubflyer.zip\";s:3:\"uid\";s:32:\"dab73b9904d0e643a35b0475980998bd\";s:3:\"img\";s:20:\"clubflyer/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/club-flyer-landing-page-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This Club Fyler Template for Slider Revolution uses the brand new Exploding Layers Add-On to create a captivating effect. Tap into unlimited creative potential. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:187:\"[{\"path\":\"revslider-explodinglayers-addon\\/revslider-explodinglayers-addon.php\",\"name\":\"Exploding Layers AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:235;a:22:{s:2:\"id\";s:3:\"244\";s:5:\"title\";s:16:\"Paintbrush AddOn\";s:5:\"alias\";s:15:\"paintbrushaddon\";s:3:\"zip\";s:19:\"paintbrushaddon.zip\";s:3:\"uid\";s:32:\"c85c48a6742b4bf72a2590cc1b50f6a0\";s:3:\"img\";s:26:\"paintbrushaddon/slide1.jpg\";s:7:\"preview\";s:73:\"https://revolution.themepunch.com/paintbrush-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">The Paintbrush Add-On for WordPress allows you to add cool mouse interaction effects to your Slider Revolution content. Examples: Blur Reveal, Color Reveal, Scratch Me Free.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-paintbrush-addon\\/revslider-paintbrush-addon.php\",\"name\":\"Paintbrush AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:236;a:25:{s:2:\"id\";s:3:\"245\";s:5:\"title\";s:18:\"Parallax One-Pager\";s:5:\"alias\";s:26:\"parallax-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"parallax-one-pager-package\";s:3:\"img\";s:39:\"packages/parallax-one-pager-package.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:237;a:25:{s:2:\"id\";s:3:\"246\";s:5:\"title\";s:15:\"Parallax Header\";s:5:\"alias\";s:15:\"parallax_header\";s:3:\"zip\";s:25:\"packs/parallax_header.zip\";s:3:\"uid\";s:32:\"32bf4a0f5136853bd6bd366275a7a60b\";s:3:\"img\";s:26:\"parallax_header/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:238;a:25:{s:2:\"id\";s:3:\"247\";s:5:\"title\";s:16:\"Parallax Content\";s:5:\"alias\";s:16:\"parallax_content\";s:3:\"zip\";s:26:\"packs/parallax_content.zip\";s:3:\"uid\";s:32:\"a25c5fb8f74757476ab4dc038e56f90d\";s:3:\"img\";s:27:\"parallax_content/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:239;a:25:{s:2:\"id\";s:3:\"248\";s:5:\"title\";s:15:\"Parallax Footer\";s:5:\"alias\";s:15:\"parallax_footer\";s:3:\"zip\";s:25:\"packs/parallax_footer.zip\";s:3:\"uid\";s:32:\"665dff9ea6eaf162a2a1f160f51a9ddb\";s:3:\"img\";s:26:\"parallax_footer/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:240;a:25:{s:2:\"id\";s:3:\"249\";s:5:\"title\";s:18:\"Le Chef Restaurant\";s:5:\"alias\";s:18:\"le-chef-restaurant\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"le-chef-restaurant-package\";s:3:\"img\";s:39:\"packages/le-chef-restaurant-package.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:241;a:25:{s:2:\"id\";s:3:\"250\";s:5:\"title\";s:12:\"Le Chef Menu\";s:5:\"alias\";s:12:\"le-chef-menu\";s:3:\"zip\";s:22:\"packs/le-chef-menu.zip\";s:3:\"uid\";s:32:\"2f2a6a333431fefe4a7b3b6a982b2ff5\";s:3:\"img\";s:23:\"le-chef-menu/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:242;a:25:{s:2:\"id\";s:3:\"251\";s:5:\"title\";s:14:\"Le Chef Header\";s:5:\"alias\";s:14:\"le-chef-header\";s:3:\"zip\";s:24:\"packs/le-chef-header.zip\";s:3:\"uid\";s:32:\"06450ca3be5a4a8959f3752ab974e574\";s:3:\"img\";s:25:\"le-chef-header/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:243;a:25:{s:2:\"id\";s:3:\"252\";s:5:\"title\";s:18:\"Le Chef Philosophy\";s:5:\"alias\";s:18:\"le-chef-philosophy\";s:3:\"zip\";s:28:\"packs/le-chef-philosophy.zip\";s:3:\"uid\";s:32:\"a532fd029addeb18106e751409b8e20a\";s:3:\"img\";s:29:\"le-chef-philosophy/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:244;a:25:{s:2:\"id\";s:3:\"253\";s:5:\"title\";s:12:\"Le Chef Food\";s:5:\"alias\";s:12:\"le-chef-food\";s:3:\"zip\";s:22:\"packs/le-chef-food.zip\";s:3:\"uid\";s:32:\"cd4b6a2cb5de2dd20a0e8ba0c35451df\";s:3:\"img\";s:23:\"le-chef-food/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:245;a:25:{s:2:\"id\";s:3:\"254\";s:5:\"title\";s:16:\"Le Chef La Carte\";s:5:\"alias\";s:16:\"le-chef-la-carte\";s:3:\"zip\";s:26:\"packs/le-chef-la-carte.zip\";s:3:\"uid\";s:32:\"6f312749679c3ba52c41189a6b8bf729\";s:3:\"img\";s:27:\"le-chef-la-carte/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:246;a:25:{s:2:\"id\";s:3:\"255\";s:5:\"title\";s:14:\"Le Chef Footer\";s:5:\"alias\";s:14:\"le-chef-footer\";s:3:\"zip\";s:24:\"packs/le-chef-footer.zip\";s:3:\"uid\";s:32:\"12fc241e8e5b9e5df9758c43448e2907\";s:3:\"img\";s:25:\"le-chef-footer/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:247;a:22:{s:2:\"id\";s:3:\"256\";s:5:\"title\";s:20:\"News Magazine Slider\";s:5:\"alias\";s:20:\"news-magazine-slider\";s:3:\"zip\";s:24:\"news-magazine-slider.zip\";s:3:\"uid\";s:32:\"31f2c1506babb1fef459401f051d2d52\";s:3:\"img\";s:31:\"news-magazine-slider/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/news-magazine-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:205:\"<span class=\"ttm_content\">The Magazine Slider offers various layouts that support static content images, HTML5 and Youtube video. Great for any blog or news website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:248;a:22:{s:2:\"id\";s:3:\"257\";s:5:\"title\";s:18:\"Real Estate Slider\";s:5:\"alias\";s:18:\"real-estate-slider\";s:3:\"zip\";s:22:\"real-estate-slider.zip\";s:3:\"uid\";s:32:\"739ce6336e46815094387c9448e6c804\";s:3:\"img\";s:29:\"real-estate-slider/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/real-estate-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">The Real Estate Slider allows to display real estate offers with a large ken burns background image and additional thumbnail hover images.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:249;a:22:{s:2:\"id\";s:3:\"258\";s:5:\"title\";s:14:\"Fashion Header\";s:5:\"alias\";s:14:\"fashion-header\";s:3:\"zip\";s:18:\"fashion-header.zip\";s:3:\"uid\";s:32:\"24ece4e7f4d31cd90377c62abbd9e25a\";s:3:\"img\";s:25:\"fashion-header/slide1.jpg\";s:7:\"preview\";s:75:\"https://revolution.themepunch.com/fashion-shop-header-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:254:\"<span class=\"ttm_content\">The Fashion Shop Header ist the ideal Slider to display as an intro to your shop website or as a separator in between content. Our unique \"Bubble Morph\" effect makes this module stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:250;a:22:{s:2:\"id\";s:3:\"259\";s:5:\"title\";s:14:\"Seasonal Offer\";s:5:\"alias\";s:13:\"seasonaloffer\";s:3:\"zip\";s:17:\"seasonaloffer.zip\";s:3:\"uid\";s:32:\"caf2f17f8fd64f2f89dcb3c8dd238457\";s:3:\"img\";s:24:\"seasonaloffer/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/seasonal-offer-christmas-header-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">Use the Seasonal Offer Header to promote special offers in the holiday season, or just to add some snowy christmas spirit to your website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:153:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:251;a:25:{s:2:\"id\";s:3:\"260\";s:5:\"title\";s:11:\"Barber Shop\";s:5:\"alias\";s:11:\"barber-shop\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:19:\"barber-shop-package\";s:3:\"img\";s:32:\"packages/barber-shop-package.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:252;a:25:{s:2:\"id\";s:3:\"261\";s:5:\"title\";s:18:\"Barber Shop Header\";s:5:\"alias\";s:18:\"barber-shop-header\";s:3:\"zip\";s:28:\"packs/barber-shop-header.zip\";s:3:\"uid\";s:32:\"71c995d36d39a0e8a04cffdf753f2ba2\";s:3:\"img\";s:29:\"barber-shop-header/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:253;a:25:{s:2:\"id\";s:3:\"262\";s:5:\"title\";s:23:\"Barber Shop Mobile Menu\";s:5:\"alias\";s:23:\"barber-shop-mobile-menu\";s:3:\"zip\";s:33:\"packs/barber-shop-mobile-menu.zip\";s:3:\"uid\";s:32:\"762c6fb5c6306f37becb1e55773c2592\";s:3:\"img\";s:34:\"barber-shop-mobile-menu/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:254;a:25:{s:2:\"id\";s:3:\"263\";s:5:\"title\";s:24:\"Barber Shop First Screen\";s:5:\"alias\";s:24:\"barber-shop-first-screen\";s:3:\"zip\";s:34:\"packs/barber-shop-first-screen.zip\";s:3:\"uid\";s:32:\"acf70bfd64cff2c3c2ea5585223575da\";s:3:\"img\";s:35:\"barber-shop-first-screen/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:255;a:25:{s:2:\"id\";s:3:\"264\";s:5:\"title\";s:17:\"Barber Shop About\";s:5:\"alias\";s:17:\"barber-shop-about\";s:3:\"zip\";s:27:\"packs/barber-shop-about.zip\";s:3:\"uid\";s:32:\"bc8b63cfc7f8c34173b4fd5b082fc05a\";s:3:\"img\";s:28:\"barber-shop-about/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:256;a:25:{s:2:\"id\";s:3:\"265\";s:5:\"title\";s:20:\"Barber Shop Services\";s:5:\"alias\";s:20:\"barber-shop-services\";s:3:\"zip\";s:30:\"packs/barber-shop-services.zip\";s:3:\"uid\";s:32:\"d65121d6f84fabd812a2b621b768e10e\";s:3:\"img\";s:31:\"barber-shop-services/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:257;a:25:{s:2:\"id\";s:3:\"266\";s:5:\"title\";s:19:\"Barber Shop Barbers\";s:5:\"alias\";s:19:\"barber-shop-barbers\";s:3:\"zip\";s:29:\"packs/barber-shop-barbers.zip\";s:3:\"uid\";s:32:\"003e9fec9693072119c8f8d8b6690c4d\";s:3:\"img\";s:30:\"barber-shop-barbers/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:258;a:25:{s:2:\"id\";s:3:\"267\";s:5:\"title\";s:20:\"Barber Shop Contacts\";s:5:\"alias\";s:20:\"barber-shop-contacts\";s:3:\"zip\";s:30:\"packs/barber-shop-contacts.zip\";s:3:\"uid\";s:32:\"cdcc08f5d6c90dbcfd0502bda2401643\";s:3:\"img\";s:31:\"barber-shop-contacts/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:259;a:25:{s:2:\"id\";s:3:\"268\";s:5:\"title\";s:18:\"Barber Shop Footer\";s:5:\"alias\";s:18:\"barber-shop-footer\";s:3:\"zip\";s:28:\"packs/barber-shop-footer.zip\";s:3:\"uid\";s:32:\"26ca5ae0de7cdbb2ca19348b6e01eda0\";s:3:\"img\";s:29:\"barber-shop-footer/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:260;a:22:{s:2:\"id\";s:3:\"269\";s:5:\"title\";s:12:\"Fitness Club\";s:5:\"alias\";s:21:\"fitness-club-template\";s:3:\"zip\";s:25:\"fitness-club-template.zip\";s:3:\"uid\";s:32:\"14ea10d68d6aad1df62b3becf71df754\";s:3:\"img\";s:32:\"fitness-club-template/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/fitness-club-header-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:223:\"<span class=\"ttm_content\">The Fitness Club Header is the perfect introduction to your fitness themed website. Showcase your current offers or service portfolio with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:261;a:22:{s:2:\"id\";s:3:\"270\";s:5:\"title\";s:13:\"Soccer School\";s:5:\"alias\";s:13:\"soccer-school\";s:3:\"zip\";s:17:\"soccer-school.zip\";s:3:\"uid\";s:32:\"9906b48812aff67097f990eeee42dd41\";s:3:\"img\";s:24:\"soccer-school/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/soccer-club-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:228:\"<span class=\"ttm_content\">The Soccer Club Header is the perfect introduction to your Soccer School themed website. Showcase your current offers or service portfolio with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:262;a:22:{s:2:\"id\";s:3:\"271\";s:5:\"title\";s:10:\"Music Band\";s:5:\"alias\";s:19:\"music-band-template\";s:3:\"zip\";s:23:\"music-band-template.zip\";s:3:\"uid\";s:32:\"91e79657bf1b1812f8114a00ab8e0eb4\";s:3:\"img\";s:30:\"music-band-template/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/music-band-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Music Band Header is the perfect introduction to your Music Band themed website. Showcase your current songs, albums and videos with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:263;a:22:{s:2:\"id\";s:3:\"272\";s:5:\"title\";s:15:\"Restaurant Menu\";s:5:\"alias\";s:15:\"restaurant-menu\";s:3:\"zip\";s:19:\"restaurant-menu.zip\";s:3:\"uid\";s:32:\"078809cffb21b6c4d3f5aaa2daeb193d\";s:3:\"img\";s:26:\"restaurant-menu/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/restaurant-menu-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.8.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:208:\"<span class=\"ttm_content\">The Restaurant Menu Header is the perfect introduction to your Restaurant themed website. Showcase your current dishes with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:264;a:22:{s:2:\"id\";s:3:\"273\";s:5:\"title\";s:16:\"Cinematic Slider\";s:5:\"alias\";s:16:\"cinematic-slider\";s:3:\"zip\";s:20:\"cinematic-slider.zip\";s:3:\"uid\";s:32:\"c53e7dcbb6b656ae7b4c91d333589838\";s:3:\"img\";s:27:\"cinematic-slider/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/cinematic-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:138:\"<span class=\"ttm_content\">Bold texts and a cinematic transition effect make this slider stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:265;a:22:{s:2:\"id\";s:3:\"274\";s:5:\"title\";s:17:\"3D Parallax Cubes\";s:5:\"alias\";s:17:\"3d-parallax-cubes\";s:3:\"zip\";s:21:\"3d-parallax-cubes.zip\";s:3:\"uid\";s:32:\"c5b809a1829f8f809c9a768cd3d6b3cb\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/3d-parallax-cubes-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">This amazing 3D cubes parallax effect can be an eye-opening intro for your website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:266;a:25:{s:2:\"id\";s:3:\"275\";s:5:\"title\";s:33:\"Medicare Medical Services Website\";s:5:\"alias\";s:33:\"medicare-medical-services-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:41:\"medicare-medical-services-website-package\";s:3:\"img\";s:29:\"packages/medicare_package.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:267;a:25:{s:2:\"id\";s:3:\"276\";s:5:\"title\";s:13:\"Medicare Menu\";s:5:\"alias\";s:13:\"medicare-menu\";s:3:\"zip\";s:23:\"packs/medicare-menu.zip\";s:3:\"uid\";s:32:\"0e4ca8fc281e20251b3fffa19d470fed\";s:3:\"img\";s:24:\"medicare-menu/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:268;a:25:{s:2:\"id\";s:3:\"277\";s:5:\"title\";s:15:\"Medicare Header\";s:5:\"alias\";s:15:\"medicare-header\";s:3:\"zip\";s:25:\"packs/medicare-header.zip\";s:3:\"uid\";s:32:\"03e8ade247d8c96f548bc0515f34043f\";s:3:\"img\";s:26:\"medicare-header/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:269;a:25:{s:2:\"id\";s:3:\"278\";s:5:\"title\";s:14:\"Medicare About\";s:5:\"alias\";s:14:\"medicare-about\";s:3:\"zip\";s:24:\"packs/medicare-about.zip\";s:3:\"uid\";s:32:\"a3ab9e89155ef2542820343f30b29f72\";s:3:\"img\";s:25:\"medicare-about/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:270;a:25:{s:2:\"id\";s:3:\"279\";s:5:\"title\";s:18:\"Medicare Highlight\";s:5:\"alias\";s:18:\"medicare-highlight\";s:3:\"zip\";s:28:\"packs/medicare-highlight.zip\";s:3:\"uid\";s:32:\"c3c8a74e5402489f1a85a0c83890ef1f\";s:3:\"img\";s:29:\"medicare-highlight/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:271;a:25:{s:2:\"id\";s:3:\"280\";s:5:\"title\";s:17:\"Medicare Services\";s:5:\"alias\";s:17:\"medicare-services\";s:3:\"zip\";s:27:\"packs/medicare-services.zip\";s:3:\"uid\";s:32:\"8869b0834d4649dcc3221bed65980806\";s:3:\"img\";s:28:\"medicare-services/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:272;a:25:{s:2:\"id\";s:3:\"281\";s:5:\"title\";s:16:\"Medicare Doctors\";s:5:\"alias\";s:16:\"medicare-doctors\";s:3:\"zip\";s:26:\"packs/medicare-doctors.zip\";s:3:\"uid\";s:32:\"2c9d57afd64244b5f7e30b0d87c842f9\";s:3:\"img\";s:27:\"medicare-doctors/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:273;a:25:{s:2:\"id\";s:3:\"282\";s:5:\"title\";s:17:\"Medicare Research\";s:5:\"alias\";s:17:\"medicare-research\";s:3:\"zip\";s:27:\"packs/medicare-research.zip\";s:3:\"uid\";s:32:\"31e84a91fc8b8d5296e715e539a076d0\";s:3:\"img\";s:28:\"medicare-research/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:274;a:25:{s:2:\"id\";s:3:\"283\";s:5:\"title\";s:19:\"Medicare Why Choose\";s:5:\"alias\";s:18:\"medicare-whychoose\";s:3:\"zip\";s:28:\"packs/medicare-whychoose.zip\";s:3:\"uid\";s:32:\"6dad61c672127de9e35884caa45d49a0\";s:3:\"img\";s:29:\"medicare-whychoose/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:275;a:25:{s:2:\"id\";s:3:\"284\";s:5:\"title\";s:16:\"Medicare Contact\";s:5:\"alias\";s:16:\"medicare-contact\";s:3:\"zip\";s:26:\"packs/medicare-contact.zip\";s:3:\"uid\";s:32:\"89bc35ad8beb62a149c42262ae49a270\";s:3:\"img\";s:27:\"medicare-contact/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:276;a:25:{s:2:\"id\";s:3:\"285\";s:5:\"title\";s:15:\"Medicare Footer\";s:5:\"alias\";s:15:\"medicare-footer\";s:3:\"zip\";s:25:\"packs/medicare-footer.zip\";s:3:\"uid\";s:32:\"ccf63e5233b3d63009e5ee90db51b37b\";s:3:\"img\";s:26:\"medicare-footer/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:277;a:25:{s:2:\"id\";s:3:\"286\";s:5:\"title\";s:20:\"Coffee Joint Website\";s:5:\"alias\";s:20:\"coffee-joint-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"coffee-joint-website-package\";s:3:\"img\";s:27:\"packages/coffee_package.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:278;a:25:{s:2:\"id\";s:3:\"287\";s:5:\"title\";s:11:\"Coffee Menu\";s:5:\"alias\";s:11:\"coffee-menu\";s:3:\"zip\";s:21:\"packs/coffee-menu.zip\";s:3:\"uid\";s:32:\"81195cad7be3f5180a267b34ce8cf966\";s:3:\"img\";s:22:\"coffee-menu/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:279;a:25:{s:2:\"id\";s:3:\"288\";s:5:\"title\";s:13:\"Coffee Header\";s:5:\"alias\";s:13:\"coffee-header\";s:3:\"zip\";s:23:\"packs/coffee-header.zip\";s:3:\"uid\";s:32:\"5eed8adb9d3ae12168ad4735ac63eb20\";s:3:\"img\";s:24:\"coffee-header/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:280;a:25:{s:2:\"id\";s:3:\"289\";s:5:\"title\";s:17:\"Coffee Philosophy\";s:5:\"alias\";s:17:\"coffee-philosophy\";s:3:\"zip\";s:27:\"packs/coffee-philosophy.zip\";s:3:\"uid\";s:32:\"76b5ccae3fa87fd0f991b87e7ae71c27\";s:3:\"img\";s:28:\"coffee-philosophy/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:281;a:25:{s:2:\"id\";s:3:\"290\";s:5:\"title\";s:12:\"Coffee Carte\";s:5:\"alias\";s:12:\"coffee-carte\";s:3:\"zip\";s:22:\"packs/coffee-carte.zip\";s:3:\"uid\";s:32:\"470214ddd2cec585629fb79a0fd908d6\";s:3:\"img\";s:23:\"coffee-carte/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:282;a:25:{s:2:\"id\";s:3:\"291\";s:5:\"title\";s:13:\"Coffee Teaser\";s:5:\"alias\";s:13:\"coffee-teaser\";s:3:\"zip\";s:23:\"packs/coffee-teaser.zip\";s:3:\"uid\";s:32:\"2ed868896c92a7bfb6431803c79e8486\";s:3:\"img\";s:24:\"coffee-teaser/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:283;a:25:{s:2:\"id\";s:3:\"292\";s:5:\"title\";s:14:\"Coffee Find Us\";s:5:\"alias\";s:13:\"coffee-findus\";s:3:\"zip\";s:23:\"packs/coffee-findus.zip\";s:3:\"uid\";s:32:\"96d3784473dfa64bce9e1e4101919927\";s:3:\"img\";s:24:\"coffee-findus/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:284;a:25:{s:2:\"id\";s:3:\"293\";s:5:\"title\";s:13:\"Coffee Footer\";s:5:\"alias\";s:13:\"coffee-footer\";s:3:\"zip\";s:23:\"packs/coffee-footer.zip\";s:3:\"uid\";s:32:\"6027c25e87a5fe7fd8727a51c0967915\";s:3:\"img\";s:24:\"coffee-footer/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:285;a:25:{s:2:\"id\";s:3:\"294\";s:5:\"title\";s:25:\"Minimal Portfolio Website\";s:5:\"alias\";s:25:\"minimal-portfolio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"minimal-portfolio-website\";s:3:\"img\";s:38:\"packages/minimal_portfolio_package.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:286;a:25:{s:2:\"id\";s:3:\"295\";s:5:\"title\";s:17:\"Minimal Portfolio\";s:5:\"alias\";s:17:\"minimal-portfolio\";s:3:\"zip\";s:27:\"packs/minimal-portfolio.zip\";s:3:\"uid\";s:32:\"183b97b301d5ff0b171c067a87c8a3f5\";s:3:\"img\";s:28:\"minimal-portfolio/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:287;a:25:{s:2:\"id\";s:3:\"296\";s:5:\"title\";s:23:\"Minimal Portfolio Modal\";s:5:\"alias\";s:23:\"minimal-portfolio-modal\";s:3:\"zip\";s:33:\"packs/minimal-portfolio-modal.zip\";s:3:\"uid\";s:32:\"6874e6cec3663670f209a8d8a4f26b16\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:288;a:25:{s:2:\"id\";s:3:\"297\";s:5:\"title\";s:23:\"Angled Business Website\";s:5:\"alias\";s:23:\"angled-business-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"angled-business-website-package\";s:3:\"img\";s:27:\"packages/angled_package.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:289;a:25:{s:2:\"id\";s:3:\"298\";s:5:\"title\";s:11:\"Angled Menu\";s:5:\"alias\";s:11:\"angled-menu\";s:3:\"zip\";s:21:\"packs/angled-menu.zip\";s:3:\"uid\";s:32:\"2fe0c4682d1231ee3918be9e4fcb1837\";s:3:\"img\";s:22:\"angled-menu/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:290;a:25:{s:2:\"id\";s:3:\"299\";s:5:\"title\";s:13:\"Angled Header\";s:5:\"alias\";s:13:\"angled-header\";s:3:\"zip\";s:23:\"packs/angled-header.zip\";s:3:\"uid\";s:32:\"09462601d4edca8dff899de6f666dc47\";s:3:\"img\";s:24:\"angled-header/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:291;a:25:{s:2:\"id\";s:3:\"300\";s:5:\"title\";s:11:\"Angled News\";s:5:\"alias\";s:11:\"angled-news\";s:3:\"zip\";s:21:\"packs/angled-news.zip\";s:3:\"uid\";s:32:\"b315105763ed91214cb2f0ac12615729\";s:3:\"img\";s:22:\"angled-news/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:292;a:25:{s:2:\"id\";s:3:\"301\";s:5:\"title\";s:15:\"Angled Services\";s:5:\"alias\";s:15:\"angled-services\";s:3:\"zip\";s:25:\"packs/angled-services.zip\";s:3:\"uid\";s:32:\"7605651c1487e1a6c32edc70017be8ad\";s:3:\"img\";s:26:\"angled-services/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:293;a:25:{s:2:\"id\";s:3:\"302\";s:5:\"title\";s:14:\"Angled Success\";s:5:\"alias\";s:14:\"angled-success\";s:3:\"zip\";s:24:\"packs/angled-success.zip\";s:3:\"uid\";s:32:\"9e3fa974a42ecf80e1ec6ff991fca430\";s:3:\"img\";s:25:\"angled-success/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:294;a:25:{s:2:\"id\";s:3:\"303\";s:5:\"title\";s:13:\"Angled Footer\";s:5:\"alias\";s:13:\"angled-footer\";s:3:\"zip\";s:23:\"packs/angled-footer.zip\";s:3:\"uid\";s:32:\"aed4eaa2f7883351ba9c9947feef153e\";s:3:\"img\";s:24:\"angled-footer/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:295;a:25:{s:2:\"id\";s:3:\"304\";s:5:\"title\";s:20:\"Angled Content Modal\";s:5:\"alias\";s:20:\"angled-content-modal\";s:3:\"zip\";s:30:\"packs/angled-content-modal.zip\";s:3:\"uid\";s:32:\"4ddc74515fdf84f974217e4ed47a7c66\";s:3:\"img\";s:31:\"angled-content-modal/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:296;a:22:{s:2:\"id\";s:3:\"312\";s:5:\"title\";s:24:\"Retouch Before and After\";s:5:\"alias\";s:7:\"Retouch\";s:3:\"zip\";s:11:\"Retouch.zip\";s:3:\"uid\";s:32:\"58894991f1abd8b448c8d353b1b5fe76\";s:3:\"img\";s:18:\"Retouch/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/retouch-before-after-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">The Retouch Slider is the perfect way to compare your photos before and after retouching.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:297;a:22:{s:2:\"id\";s:3:\"313\";s:5:\"title\";s:11:\"Tech Slider\";s:5:\"alias\";s:11:\"tech-slider\";s:3:\"zip\";s:15:\"tech-slider.zip\";s:3:\"uid\";s:32:\"a98e2b264f00a1116d21808c6a543162\";s:3:\"img\";s:22:\"tech-slider/slide1.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/tech-showcase-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">This classic slider module with sleek device mockups features a smooth parallax effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:298;a:25:{s:2:\"id\";s:3:\"314\";s:5:\"title\";s:19:\"Peak Agency Website\";s:5:\"alias\";s:19:\"peak-agency-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"peak-agency-website-package\";s:3:\"img\";s:25:\"packages/peak_package.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:299;a:25:{s:2:\"id\";s:3:\"315\";s:5:\"title\";s:11:\"Peak Header\";s:5:\"alias\";s:11:\"peak-header\";s:3:\"zip\";s:21:\"packs/peak-header.zip\";s:3:\"uid\";s:32:\"b721bd612e9fbc5182418ad3fd7d0808\";s:3:\"img\";s:22:\"peak-header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:300;a:25:{s:2:\"id\";s:3:\"316\";s:5:\"title\";s:10:\"Peak About\";s:5:\"alias\";s:10:\"peak-about\";s:3:\"zip\";s:20:\"packs/peak-about.zip\";s:3:\"uid\";s:32:\"7e68b1012fb03490d45c7f79e8cb1b19\";s:3:\"img\";s:21:\"peak-about/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:301;a:25:{s:2:\"id\";s:3:\"317\";s:5:\"title\";s:14:\"Peak Portfolio\";s:5:\"alias\";s:14:\"peak-portfolio\";s:3:\"zip\";s:24:\"packs/peak-portfolio.zip\";s:3:\"uid\";s:32:\"6198d1885ba9e95221c33e404f21bdbc\";s:3:\"img\";s:25:\"peak-portfolio/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:302;a:25:{s:2:\"id\";s:3:\"318\";s:5:\"title\";s:11:\"Peak Footer\";s:5:\"alias\";s:11:\"peak-footer\";s:3:\"zip\";s:21:\"packs/peak-footer.zip\";s:3:\"uid\";s:32:\"2dead6897ad3b3a709b380d81242f76b\";s:3:\"img\";s:22:\"peak-footer/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:303;a:25:{s:2:\"id\";s:3:\"319\";s:5:\"title\";s:24:\"Modern Portfolio Website\";s:5:\"alias\";s:24:\"modern-portfolio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:32:\"modern-portfolio-website-package\";s:3:\"img\";s:30:\"packages/portfolio-package.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:304;a:25:{s:2:\"id\";s:3:\"320\";s:5:\"title\";s:17:\"Portfolio Welcome\";s:5:\"alias\";s:17:\"portfolio-welcome\";s:3:\"zip\";s:27:\"packs/portfolio-welcome.zip\";s:3:\"uid\";s:32:\"97336b8785e4a7b27facaf1547e0464d\";s:3:\"img\";s:28:\"portfolio-welcome/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:305;a:25:{s:2:\"id\";s:3:\"321\";s:5:\"title\";s:15:\"Portfolio About\";s:5:\"alias\";s:15:\"portfolio-about\";s:3:\"zip\";s:25:\"packs/portfolio-about.zip\";s:3:\"uid\";s:32:\"5d3a4724fd453de5313ceb6696c1db62\";s:3:\"img\";s:26:\"portfolio-about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:306;a:25:{s:2:\"id\";s:3:\"322\";s:5:\"title\";s:21:\"Portfolio Works Title\";s:5:\"alias\";s:21:\"portfolio-works-title\";s:3:\"zip\";s:31:\"packs/portfolio-works-title.zip\";s:3:\"uid\";s:32:\"cbb5c6e875cc1f25b463fdf89cabef28\";s:3:\"img\";s:32:\"portfolio-works-title/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:307;a:25:{s:2:\"id\";s:3:\"323\";s:5:\"title\";s:23:\"Portfolio Works Content\";s:5:\"alias\";s:23:\"portfolio-works-content\";s:3:\"zip\";s:33:\"packs/portfolio-works-content.zip\";s:3:\"uid\";s:32:\"5c87311128c7794ffa6ee07ea0648082\";s:3:\"img\";s:34:\"portfolio-works-content/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:308;a:25:{s:2:\"id\";s:3:\"324\";s:5:\"title\";s:18:\"Portfolio Contacts\";s:5:\"alias\";s:18:\"portfolio-contacts\";s:3:\"zip\";s:28:\"packs/portfolio-contacts.zip\";s:3:\"uid\";s:32:\"bd81feffad83b69218f7e837478038e5\";s:3:\"img\";s:29:\"portfolio-contacts/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:309;a:25:{s:2:\"id\";s:3:\"325\";s:5:\"title\";s:18:\"App Studio Website\";s:5:\"alias\";s:18:\"app-studio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"app-studio-website-package\";s:3:\"img\";s:31:\"packages/App_Studio_package.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:310;a:25:{s:2:\"id\";s:3:\"326\";s:5:\"title\";s:18:\"App Studio Welcome\";s:5:\"alias\";s:18:\"App-Studio-Welcome\";s:3:\"zip\";s:28:\"packs/App-Studio-Welcome.zip\";s:3:\"uid\";s:32:\"2ce0f3c54214b04e6c3a9becfd59730c\";s:3:\"img\";s:29:\"App-Studio-Welcome/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:311;a:25:{s:2:\"id\";s:3:\"327\";s:5:\"title\";s:19:\"App Studio Services\";s:5:\"alias\";s:19:\"App-Studio-Services\";s:3:\"zip\";s:29:\"packs/App-Studio-Services.zip\";s:3:\"uid\";s:32:\"5df7776271ec69d2f9edaa6b842715a9\";s:3:\"img\";s:30:\"App-Studio-Services/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:312;a:25:{s:2:\"id\";s:3:\"328\";s:5:\"title\";s:16:\"App Studio About\";s:5:\"alias\";s:16:\"App-Studio-About\";s:3:\"zip\";s:26:\"packs/App-Studio-About.zip\";s:3:\"uid\";s:32:\"af8b84dc116c629df7bd89fc69271a2e\";s:3:\"img\";s:27:\"App-Studio-About/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:313;a:25:{s:2:\"id\";s:3:\"329\";s:5:\"title\";s:19:\"App Studio Contacts\";s:5:\"alias\";s:19:\"App-Studio-Contacts\";s:3:\"zip\";s:29:\"packs/App-Studio-Contacts.zip\";s:3:\"uid\";s:32:\"afbbd2214c983d314f3215a00db9198d\";s:3:\"img\";s:30:\"App-Studio-Contacts/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:314;a:22:{s:2:\"id\";s:3:\"330\";s:5:\"title\";s:14:\"Cube Animation\";s:5:\"alias\";s:14:\"cube-animation\";s:3:\"zip\";s:18:\"cube-animation.zip\";s:3:\"uid\";s:32:\"c03dd3cfc60479dfc6d79ddb64fa0ec5\";s:3:\"img\";s:25:\"cube-animation/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/cube-animation-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">A modern slider with text elements, cube animations and a striking call to action button.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:315;a:25:{s:2:\"id\";s:3:\"331\";s:5:\"title\";s:13:\"Basic Website\";s:5:\"alias\";s:13:\"basic-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:21:\"basic-website-package\";s:3:\"img\";s:26:\"packages/basic_package.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:316;a:25:{s:2:\"id\";s:3:\"332\";s:5:\"title\";s:10:\"Basic Menu\";s:5:\"alias\";s:10:\"basic-menu\";s:3:\"zip\";s:20:\"packs/basic-menu.zip\";s:3:\"uid\";s:32:\"39277f53b2cb5ac644a1649b47c37270\";s:3:\"img\";s:21:\"basic-menu/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:317;a:25:{s:2:\"id\";s:3:\"333\";s:5:\"title\";s:12:\"Basic Header\";s:5:\"alias\";s:12:\"basic-header\";s:3:\"zip\";s:22:\"packs/basic-header.zip\";s:3:\"uid\";s:32:\"ad7a32dbccb0bdf9de64cf2adfa950a2\";s:3:\"img\";s:23:\"basic-header/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:318;a:25:{s:2:\"id\";s:3:\"334\";s:5:\"title\";s:13:\"Basic Content\";s:5:\"alias\";s:13:\"basic-content\";s:3:\"zip\";s:23:\"packs/basic-content.zip\";s:3:\"uid\";s:32:\"0b12f3b183a3c8206e3a7b28d2d93108\";s:3:\"img\";s:24:\"basic-content/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:319;a:25:{s:2:\"id\";s:3:\"335\";s:5:\"title\";s:14:\"Basic Carousel\";s:5:\"alias\";s:14:\"basic-carousel\";s:3:\"zip\";s:24:\"packs/basic-carousel.zip\";s:3:\"uid\";s:32:\"e4abb5c6d5cf914530575a982d3dfc14\";s:3:\"img\";s:25:\"basic-carousel/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:320;a:25:{s:2:\"id\";s:3:\"336\";s:5:\"title\";s:13:\"Basic Callout\";s:5:\"alias\";s:13:\"basic-callout\";s:3:\"zip\";s:23:\"packs/basic-callout.zip\";s:3:\"uid\";s:32:\"2ccc208b9322f5435d0f4ff64c6d9dab\";s:3:\"img\";s:24:\"basic-callout/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:321;a:25:{s:2:\"id\";s:3:\"337\";s:5:\"title\";s:10:\"Basic Grid\";s:5:\"alias\";s:10:\"basic-grid\";s:3:\"zip\";s:20:\"packs/basic-grid.zip\";s:3:\"uid\";s:32:\"3cb4b41d2992eba012921b8fb7c96daa\";s:3:\"img\";s:21:\"basic-grid/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:322;a:25:{s:2:\"id\";s:3:\"338\";s:5:\"title\";s:17:\"Basic Video Block\";s:5:\"alias\";s:17:\"basic-video-block\";s:3:\"zip\";s:27:\"packs/basic-video-block.zip\";s:3:\"uid\";s:32:\"e7c1d42b21819741f3e72c1325dae5ed\";s:3:\"img\";s:28:\"basic-video-block/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:323;a:25:{s:2:\"id\";s:3:\"339\";s:5:\"title\";s:12:\"Basic Footer\";s:5:\"alias\";s:12:\"basic-footer\";s:3:\"zip\";s:22:\"packs/basic-footer.zip\";s:3:\"uid\";s:32:\"ed8f6a554775ebace558af2f4f2dcbac\";s:3:\"img\";s:23:\"basic-footer/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:324;a:25:{s:2:\"id\";s:3:\"340\";s:5:\"title\";s:14:\"Basic Lightbox\";s:5:\"alias\";s:14:\"basic-lightbox\";s:3:\"zip\";s:24:\"packs/basic-lightbox.zip\";s:3:\"uid\";s:32:\"e4b025b300b1a8f417d04eb80113fac2\";s:3:\"img\";s:25:\"basic-lightbox/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:325;a:22:{s:2:\"id\";s:3:\"341\";s:5:\"title\";s:13:\"Nature Slider\";s:5:\"alias\";s:13:\"nature-slider\";s:3:\"zip\";s:17:\"nature-slider.zip\";s:3:\"uid\";s:32:\"eef1a4584ec1c3b8c26c305cca44e805\";s:3:\"img\";s:24:\"nature-slider/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/nature-explorer-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:151:\"<span class=\"ttm_content\">The Nature Explorer Slider Template uses the Distortion and Particle Effects Add-Ons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-liquideffect-addon\\/revslider-liquideffect-addon.php\",\"name\":\"Distortion Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:326;a:22:{s:2:\"id\";s:3:\"342\";s:5:\"title\";s:11:\"Art Gallery\";s:5:\"alias\";s:11:\"art-gallery\";s:3:\"zip\";s:15:\"art-gallery.zip\";s:3:\"uid\";s:32:\"b8c5095ae3407337e6e5b2a8515e7d6e\";s:3:\"img\";s:22:\"art-gallery/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/art-gallery-slider-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern slider with large, geometric elements and interesting mask animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:327;a:25:{s:2:\"id\";s:3:\"343\";s:5:\"title\";s:20:\"Construction Company\";s:5:\"alias\";s:28:\"construction-company-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:36:\"construction-company-website-package\";s:3:\"img\";s:33:\"packages/construction_package.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:328;a:25:{s:2:\"id\";s:3:\"344\";s:5:\"title\";s:19:\"Construction Header\";s:5:\"alias\";s:19:\"Construction-Header\";s:3:\"zip\";s:29:\"packs/Construction-Header.zip\";s:3:\"uid\";s:32:\"5c77de774b8f5487c1276c4a7b3dc80c\";s:3:\"img\";s:30:\"Construction-Header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:329;a:25:{s:2:\"id\";s:3:\"345\";s:5:\"title\";s:17:\"Construction Home\";s:5:\"alias\";s:17:\"Construction-Home\";s:3:\"zip\";s:27:\"packs/Construction-Home.zip\";s:3:\"uid\";s:32:\"fcb277f0c07dad270d2a7cef4431bef8\";s:3:\"img\";s:28:\"Construction-Home/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:330;a:25:{s:2:\"id\";s:3:\"346\";s:5:\"title\";s:21:\"Construction Projects\";s:5:\"alias\";s:21:\"Construction-Projects\";s:3:\"zip\";s:31:\"packs/Construction-Projects.zip\";s:3:\"uid\";s:32:\"0c847173c3739f79778dc2c0fc9704e4\";s:3:\"img\";s:32:\"Construction-Projects/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:331;a:25:{s:2:\"id\";s:3:\"347\";s:5:\"title\";s:20:\"Construction History\";s:5:\"alias\";s:20:\"Construction-History\";s:3:\"zip\";s:30:\"packs/Construction-History.zip\";s:3:\"uid\";s:32:\"758da120c4b6c5606692faf0aa43aac6\";s:3:\"img\";s:31:\"Construction-History/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:332;a:25:{s:2:\"id\";s:3:\"348\";s:5:\"title\";s:21:\"Construction Services\";s:5:\"alias\";s:21:\"Construction-Services\";s:3:\"zip\";s:31:\"packs/Construction-Services.zip\";s:3:\"uid\";s:32:\"5ad5b841c1d89e97ddbf972c8b11abd4\";s:3:\"img\";s:32:\"Construction-Services/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:333;a:25:{s:2:\"id\";s:3:\"349\";s:5:\"title\";s:21:\"Construction Contacts\";s:5:\"alias\";s:21:\"Construction-Contacts\";s:3:\"zip\";s:31:\"packs/Construction-Contacts.zip\";s:3:\"uid\";s:32:\"b8c3c34046bb91ebb243e4da64745d37\";s:3:\"img\";s:32:\"Construction-Contacts/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:334;a:22:{s:2:\"id\";s:3:\"350\";s:5:\"title\";s:22:\"Classic Cars Evolution\";s:5:\"alias\";s:22:\"Classic-Cars-Evolution\";s:3:\"zip\";s:26:\"Classic-Cars-Evolution.zip\";s:3:\"uid\";s:32:\"7061757f128fd624b0227715dab73b74\";s:3:\"img\";s:33:\"Classic-Cars-Evolution/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/classic-cars-before-after-hero/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:156:\"<span class=\"ttm_content\">The Classic Cars Evolution Slider is a great example of our popular before & after Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:335;a:22:{s:2:\"id\";s:3:\"351\";s:5:\"title\";s:21:\"404 Error Space Theme\";s:5:\"alias\";s:21:\"404-Error-Space-Theme\";s:3:\"zip\";s:25:\"404-Error-Space-Theme.zip\";s:3:\"uid\";s:32:\"6412adc7ec025826328e40e552a14e1e\";s:3:\"img\";s:32:\"404-Error-Space-Theme/slide1.jpg\";s:7:\"preview\";s:49:\"https://revolution.themepunch.com/404-error-page/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">The Classic Cars Evolution Slider is the perfect way to make your error page more beautiful.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:336;a:25:{s:2:\"id\";s:3:\"352\";s:5:\"title\";s:12:\"Landing Page\";s:5:\"alias\";s:20:\"landing-page-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"landing-page-website-package\";s:3:\"img\";s:23:\"packages/lp_package.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:337;a:25:{s:2:\"id\";s:3:\"353\";s:5:\"title\";s:17:\"Landing Page Hero\";s:5:\"alias\";s:17:\"landing-page-hero\";s:3:\"zip\";s:27:\"packs/landing-page-hero.zip\";s:3:\"uid\";s:32:\"d328635caa20da7ee8a3ab687f8656ff\";s:3:\"img\";s:28:\"landing-page-hero/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:338;a:25:{s:2:\"id\";s:3:\"354\";s:5:\"title\";s:21:\"Landing Page Features\";s:5:\"alias\";s:21:\"landing-page-features\";s:3:\"zip\";s:31:\"packs/landing-page-features.zip\";s:3:\"uid\";s:32:\"6552bc72abace10918a64866d9bb79c1\";s:3:\"img\";s:32:\"landing-page-features/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:339;a:25:{s:2:\"id\";s:3:\"355\";s:5:\"title\";s:20:\"Landing Page Callout\";s:5:\"alias\";s:20:\"landing-page-callout\";s:3:\"zip\";s:30:\"packs/landing-page-callout.zip\";s:3:\"uid\";s:32:\"c5b101ea5471e7409ae7effa8d45fbcf\";s:3:\"img\";s:31:\"landing-page-callout/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:340;a:25:{s:2:\"id\";s:3:\"356\";s:5:\"title\";s:20:\"Landing Page Content\";s:5:\"alias\";s:20:\"landing-page-content\";s:3:\"zip\";s:30:\"packs/landing-page-content.zip\";s:3:\"uid\";s:32:\"34da8057a6bb3677c9adf9f18ffc6cf0\";s:3:\"img\";s:31:\"landing-page-content/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:341;a:25:{s:2:\"id\";s:3:\"357\";s:5:\"title\";s:25:\"Landing Page Testimonials\";s:5:\"alias\";s:25:\"landing-page-testimonials\";s:3:\"zip\";s:35:\"packs/landing-page-testimonials.zip\";s:3:\"uid\";s:32:\"a83606e311cd5115422d86f04890cbf1\";s:3:\"img\";s:36:\"landing-page-testimonials/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:342;a:25:{s:2:\"id\";s:3:\"358\";s:5:\"title\";s:27:\"Landing Page Call to Action\";s:5:\"alias\";s:27:\"landing-page-call-to-action\";s:3:\"zip\";s:37:\"packs/landing-page-call-to-action.zip\";s:3:\"uid\";s:32:\"adfb456b27fa7eb6b1415d8f80836f05\";s:3:\"img\";s:38:\"landing-page-call-to-action/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:343;a:25:{s:2:\"id\";s:3:\"359\";s:5:\"title\";s:17:\"Landing Page Help\";s:5:\"alias\";s:17:\"landing-page-help\";s:3:\"zip\";s:27:\"packs/landing-page-help.zip\";s:3:\"uid\";s:32:\"ca502431f9b7f6249d99b02464de2dd7\";s:3:\"img\";s:28:\"landing-page-help/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:344;a:25:{s:2:\"id\";s:3:\"360\";s:5:\"title\";s:19:\"Landing Page Footer\";s:5:\"alias\";s:19:\"landing-page-footer\";s:3:\"zip\";s:29:\"packs/landing-page-footer.zip\";s:3:\"uid\";s:32:\"2a6afc371dbd60cb117f8a0f5d09eac9\";s:3:\"img\";s:30:\"landing-page-footer/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:345;a:25:{s:2:\"id\";s:3:\"361\";s:5:\"title\";s:24:\"Landing Page Price Modal\";s:5:\"alias\";s:24:\"landing-page-price-modal\";s:3:\"zip\";s:34:\"packs/landing-page-price-modal.zip\";s:3:\"uid\";s:32:\"a6c5c0430b46dd4e6e68416964a8c54d\";s:3:\"img\";s:35:\"landing-page-price-modal/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:346;a:25:{s:2:\"id\";s:3:\"371\";s:5:\"title\";s:17:\"Corporate Website\";s:5:\"alias\";s:17:\"corporate-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"corporate-website-package\";s:3:\"img\";s:30:\"packages/corporate-website.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:347;a:25:{s:2:\"id\";s:3:\"372\";s:5:\"title\";s:16:\"Corporate Header\";s:5:\"alias\";s:16:\"Corporate-Header\";s:3:\"zip\";s:26:\"packs/Corporate-Header.zip\";s:3:\"uid\";s:32:\"04f868e3812a1681f00ab89580e5d1f8\";s:3:\"img\";s:27:\"Corporate-Header/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:348;a:25:{s:2:\"id\";s:3:\"373\";s:5:\"title\";s:24:\"Corporate Welcome Screen\";s:5:\"alias\";s:24:\"Corporate-Welcome-Screen\";s:3:\"zip\";s:34:\"packs/Corporate-Welcome-Screen.zip\";s:3:\"uid\";s:32:\"052afe98ef819f7ace041dbbdb749639\";s:3:\"img\";s:35:\"Corporate-Welcome-Screen/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:349;a:25:{s:2:\"id\";s:3:\"374\";s:5:\"title\";s:15:\"Corporate About\";s:5:\"alias\";s:15:\"Corporate-About\";s:3:\"zip\";s:25:\"packs/Corporate-About.zip\";s:3:\"uid\";s:32:\"7bf5f8f6d4cc3016cea86289cb46e5b6\";s:3:\"img\";s:26:\"Corporate-About/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:350;a:25:{s:2:\"id\";s:3:\"375\";s:5:\"title\";s:19:\"Corporate Portfolio\";s:5:\"alias\";s:19:\"Corporate-Portfolio\";s:3:\"zip\";s:29:\"packs/Corporate-Portfolio.zip\";s:3:\"uid\";s:32:\"612c2bd784fea81392dda1644a3c3cf3\";s:3:\"img\";s:30:\"Corporate-Portfolio/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:351;a:25:{s:2:\"id\";s:3:\"376\";s:5:\"title\";s:15:\"Corporate Chart\";s:5:\"alias\";s:15:\"Corporate-Chart\";s:3:\"zip\";s:25:\"packs/Corporate-Chart.zip\";s:3:\"uid\";s:32:\"4d27d9b3b2cfcce750e526aafb322a9f\";s:3:\"img\";s:26:\"Corporate-Chart/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:352;a:25:{s:2:\"id\";s:3:\"377\";s:5:\"title\";s:14:\"Corporate News\";s:5:\"alias\";s:14:\"Corporate-News\";s:3:\"zip\";s:24:\"packs/Corporate-News.zip\";s:3:\"uid\";s:32:\"bb65ed57a0d4db795d8b738f0a92f2d7\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:353;a:25:{s:2:\"id\";s:3:\"378\";s:5:\"title\";s:16:\"Corporate Hiring\";s:5:\"alias\";s:16:\"Corporate-Hiring\";s:3:\"zip\";s:26:\"packs/Corporate-Hiring.zip\";s:3:\"uid\";s:32:\"136cf1a91604e819089eb3573a6e100a\";s:3:\"img\";s:27:\"Corporate-Hiring/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:354;a:25:{s:2:\"id\";s:3:\"379\";s:5:\"title\";s:22:\"Corporate Testimonials\";s:5:\"alias\";s:22:\"Corporate-Testimonials\";s:3:\"zip\";s:32:\"packs/Corporate-Testimonials.zip\";s:3:\"uid\";s:32:\"b17aec0afdc31e37359cfa406164463c\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:355;a:25:{s:2:\"id\";s:3:\"380\";s:5:\"title\";s:15:\"Corporate Store\";s:5:\"alias\";s:15:\"Corporate-Store\";s:3:\"zip\";s:25:\"packs/Corporate-Store.zip\";s:3:\"uid\";s:32:\"6240b14620ddc634736716e0cdfdeb31\";s:3:\"img\";s:26:\"Corporate-Store/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:356;a:25:{s:2:\"id\";s:3:\"381\";s:5:\"title\";s:17:\"Corporate Support\";s:5:\"alias\";s:17:\"Corporate-Support\";s:3:\"zip\";s:27:\"packs/Corporate-Support.zip\";s:3:\"uid\";s:32:\"9424292a78076ce68c2faf587b26cdad\";s:3:\"img\";s:28:\"Corporate-Support/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:357;a:25:{s:2:\"id\";s:3:\"382\";s:5:\"title\";s:14:\"Corporate Team\";s:5:\"alias\";s:14:\"Corporate-Team\";s:3:\"zip\";s:24:\"packs/Corporate-Team.zip\";s:3:\"uid\";s:32:\"4fafe469b5a0a2545625c3f6d7ff3b9e\";s:3:\"img\";s:25:\"Corporate-Team/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:358;a:25:{s:2:\"id\";s:3:\"383\";s:5:\"title\";s:33:\"Corporate Selected Projects Title\";s:5:\"alias\";s:33:\"Corporate-Selected-Projects-Title\";s:3:\"zip\";s:43:\"packs/Corporate-Selected-Projects-Title.zip\";s:3:\"uid\";s:32:\"0ed3c41f51e6bf404c2fe179fa8d8ceb\";s:3:\"img\";s:44:\"Corporate-Selected-Projects-Title/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"12\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:359;a:25:{s:2:\"id\";s:3:\"384\";s:5:\"title\";s:27:\"Corporate Selected Projects\";s:5:\"alias\";s:27:\"Corporate-Selected-Projects\";s:3:\"zip\";s:37:\"packs/Corporate-Selected-Projects.zip\";s:3:\"uid\";s:32:\"1096c78d5f007f3900228a4092515e2e\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"13\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:360;a:25:{s:2:\"id\";s:3:\"385\";s:5:\"title\";s:17:\"Corporate Clients\";s:5:\"alias\";s:17:\"Corporate-Clients\";s:3:\"zip\";s:27:\"packs/Corporate-Clients.zip\";s:3:\"uid\";s:32:\"60fe3a311195bf4dba3e50bd1ab98574\";s:3:\"img\";s:28:\"Corporate-Clients/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"14\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:361;a:25:{s:2:\"id\";s:3:\"386\";s:5:\"title\";s:20:\"Corporate Text Block\";s:5:\"alias\";s:20:\"Corporate-Text-Block\";s:3:\"zip\";s:30:\"packs/Corporate-Text-Block.zip\";s:3:\"uid\";s:32:\"93b68bb23d65fd1028b6b5f6d19b85b5\";s:3:\"img\";s:31:\"Corporate-Text-Block/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"15\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:362;a:25:{s:2:\"id\";s:3:\"387\";s:5:\"title\";s:20:\"Corporate Mobile App\";s:5:\"alias\";s:20:\"Corporate-Mobile-App\";s:3:\"zip\";s:30:\"packs/Corporate-Mobile-App.zip\";s:3:\"uid\";s:32:\"e592369d233bea673403daa15c6e498a\";s:3:\"img\";s:31:\"Corporate-Mobile-App/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"16\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:363;a:25:{s:2:\"id\";s:3:\"388\";s:5:\"title\";s:18:\"Corporate Contacts\";s:5:\"alias\";s:18:\"Corporate-Contacts\";s:3:\"zip\";s:28:\"packs/Corporate-Contacts.zip\";s:3:\"uid\";s:32:\"91ae9488b54b7020f8ae9dfbfd6c563a\";s:3:\"img\";s:29:\"Corporate-Contacts/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"17\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:364;a:25:{s:2:\"id\";s:3:\"389\";s:5:\"title\";s:16:\"Corporate Footer\";s:5:\"alias\";s:16:\"Corporate-Footer\";s:3:\"zip\";s:26:\"packs/Corporate-Footer.zip\";s:3:\"uid\";s:32:\"a01df90af203f06194c1a18745d79861\";s:3:\"img\";s:27:\"Corporate-Footer/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"18\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:365;a:25:{s:2:\"id\";s:3:\"390\";s:5:\"title\";s:23:\"Corporate Scroll To Top\";s:5:\"alias\";s:23:\"Corporate-Scroll-To-Top\";s:3:\"zip\";s:33:\"packs/Corporate-Scroll-To-Top.zip\";s:3:\"uid\";s:32:\"2d68f6e4590a9a445e6eb055dfee88ba\";s:3:\"img\";s:34:\"Corporate-Scroll-To-Top/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"19\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:366;a:25:{s:2:\"id\";s:3:\"402\";s:5:\"title\";s:23:\"Brutal Website Template\";s:5:\"alias\";s:23:\"brutal-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"brutal-website-template-package\";s:3:\"img\";s:36:\"packages/brutal-website-template.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:367;a:25:{s:2:\"id\";s:3:\"403\";s:5:\"title\";s:11:\"Brutal Menu\";s:5:\"alias\";s:11:\"brutal-menu\";s:3:\"zip\";s:21:\"packs/brutal-menu.zip\";s:3:\"uid\";s:32:\"04b21c7aee2479793336e964230d6e3f\";s:3:\"img\";s:22:\"brutal-menu/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:368;a:25:{s:2:\"id\";s:3:\"404\";s:5:\"title\";s:11:\"Brutal Hero\";s:5:\"alias\";s:11:\"brutal-hero\";s:3:\"zip\";s:21:\"packs/brutal-hero.zip\";s:3:\"uid\";s:32:\"a342ad01054b97bac7980fdf9e275b34\";s:3:\"img\";s:22:\"brutal-hero/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:369;a:25:{s:2:\"id\";s:3:\"405\";s:5:\"title\";s:12:\"Brutal About\";s:5:\"alias\";s:12:\"brutal-about\";s:3:\"zip\";s:22:\"packs/brutal-about.zip\";s:3:\"uid\";s:32:\"a3e1cd2e36c9a783c1932fdafe2e4434\";s:3:\"img\";s:23:\"brutal-about/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:370;a:25:{s:2:\"id\";s:3:\"406\";s:5:\"title\";s:16:\"Brutal Highlight\";s:5:\"alias\";s:16:\"brutal-highlight\";s:3:\"zip\";s:26:\"packs/brutal-highlight.zip\";s:3:\"uid\";s:32:\"b7f8522dcb4636467633bd3b14f4e3e9\";s:3:\"img\";s:27:\"brutal-highlight/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:371;a:25:{s:2:\"id\";s:3:\"407\";s:5:\"title\";s:15:\"Brutal Projects\";s:5:\"alias\";s:15:\"brutal-projects\";s:3:\"zip\";s:25:\"packs/brutal-projects.zip\";s:3:\"uid\";s:32:\"1a462e91373042193ca5d623dd8e8a47\";s:3:\"img\";s:26:\"brutal-projects/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:372;a:25:{s:2:\"id\";s:3:\"408\";s:5:\"title\";s:15:\"Brutal Services\";s:5:\"alias\";s:15:\"brutal-services\";s:3:\"zip\";s:25:\"packs/brutal-services.zip\";s:3:\"uid\";s:32:\"cbeeb1e7a5c2842b155fe13acb7c165d\";s:3:\"img\";s:26:\"brutal-services/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:373;a:25:{s:2:\"id\";s:3:\"409\";s:5:\"title\";s:14:\"Brutal Callout\";s:5:\"alias\";s:14:\"brutal-callout\";s:3:\"zip\";s:24:\"packs/brutal-callout.zip\";s:3:\"uid\";s:32:\"31b6dafdb2dfb548152653e60df5a3bc\";s:3:\"img\";s:25:\"brutal-callout/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:374;a:25:{s:2:\"id\";s:3:\"410\";s:5:\"title\";s:13:\"Brutal Footer\";s:5:\"alias\";s:13:\"brutal-footer\";s:3:\"zip\";s:23:\"packs/brutal-footer.zip\";s:3:\"uid\";s:32:\"07559f0c574e3dd95b2d40d72cbb01bc\";s:3:\"img\";s:24:\"brutal-footer/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:375;a:25:{s:2:\"id\";s:3:\"411\";s:5:\"title\";s:23:\"Church Website Template\";s:5:\"alias\";s:23:\"church-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"church-website-template-package\";s:3:\"img\";s:36:\"packages/church-website-template.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:376;a:25:{s:2:\"id\";s:3:\"412\";s:5:\"title\";s:13:\"Church Header\";s:5:\"alias\";s:13:\"Church-Header\";s:3:\"zip\";s:23:\"packs/Church-Header.zip\";s:3:\"uid\";s:32:\"c14289117e1e2b9ee716fb99146b2e03\";s:3:\"img\";s:24:\"Church-Header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:377;a:25:{s:2:\"id\";s:3:\"413\";s:5:\"title\";s:22:\"Church Upcoming Events\";s:5:\"alias\";s:22:\"Church-Upcoming-Events\";s:3:\"zip\";s:32:\"packs/Church-Upcoming-Events.zip\";s:3:\"uid\";s:32:\"056a26efddae92973fee4ee5cfa75f10\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:378;a:25:{s:2:\"id\";s:3:\"414\";s:5:\"title\";s:12:\"Church About\";s:5:\"alias\";s:12:\"Church-About\";s:3:\"zip\";s:22:\"packs/Church-About.zip\";s:3:\"uid\";s:32:\"8ef133f3f669f06380334a83e27eedbb\";s:3:\"img\";s:23:\"Church-About/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:379;a:25:{s:2:\"id\";s:3:\"415\";s:5:\"title\";s:14:\"Church Pastors\";s:5:\"alias\";s:14:\"Church-Pastors\";s:3:\"zip\";s:24:\"packs/Church-Pastors.zip\";s:3:\"uid\";s:32:\"715edc0833a753b72350b8c974f86f94\";s:3:\"img\";s:25:\"Church-Pastors/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:380;a:25:{s:2:\"id\";s:3:\"416\";s:5:\"title\";s:20:\"Church Photo Gallery\";s:5:\"alias\";s:20:\"Church-Photo-Gallery\";s:3:\"zip\";s:30:\"packs/Church-Photo-Gallery.zip\";s:3:\"uid\";s:32:\"d94808a97149cd5d3b3354a28409ffd7\";s:3:\"img\";s:31:\"Church-Photo-Gallery/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:381;a:25:{s:2:\"id\";s:3:\"417\";s:5:\"title\";s:16:\"Church Community\";s:5:\"alias\";s:16:\"Church-Community\";s:3:\"zip\";s:26:\"packs/Church-Community.zip\";s:3:\"uid\";s:32:\"2244e6a6d7a691653eae2d70765130a7\";s:3:\"img\";s:27:\"Church-Community/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:382;a:25:{s:2:\"id\";s:3:\"418\";s:5:\"title\";s:13:\"Church Sermon\";s:5:\"alias\";s:13:\"Church-Sermon\";s:3:\"zip\";s:23:\"packs/Church-Sermon.zip\";s:3:\"uid\";s:32:\"8fedf983bd55fff0f7a16d9f0a7e5408\";s:3:\"img\";s:24:\"Church-Sermon/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:383;a:25:{s:2:\"id\";s:3:\"419\";s:5:\"title\";s:15:\"Church Contacts\";s:5:\"alias\";s:15:\"Church-Contacts\";s:3:\"zip\";s:25:\"packs/Church-Contacts.zip\";s:3:\"uid\";s:32:\"0b1a6968e75868548fd98e435625c090\";s:3:\"img\";s:26:\"Church-Contacts/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:384;a:25:{s:2:\"id\";s:3:\"420\";s:5:\"title\";s:13:\"Church Footer\";s:5:\"alias\";s:13:\"Church-Footer\";s:3:\"zip\";s:23:\"packs/Church-Footer.zip\";s:3:\"uid\";s:32:\"29756685d3dc49e42edada43e6393b7b\";s:3:\"img\";s:24:\"Church-Footer/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:385;a:25:{s:2:\"id\";s:3:\"421\";s:5:\"title\";s:29:\"Church Light Website Template\";s:5:\"alias\";s:29:\"church-light-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"church-light-website-template-package\";s:3:\"img\";s:42:\"packages/church-light-website-template.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:386;a:25:{s:2:\"id\";s:3:\"422\";s:5:\"title\";s:19:\"Church Light Header\";s:5:\"alias\";s:19:\"Church-Light-Header\";s:3:\"zip\";s:29:\"packs/Church-Light-Header.zip\";s:3:\"uid\";s:32:\"81c00f4b52cf55214de919e3f13121fc\";s:3:\"img\";s:30:\"Church-Light-Header/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:387;a:25:{s:2:\"id\";s:3:\"423\";s:5:\"title\";s:28:\"Church Light Upcoming Events\";s:5:\"alias\";s:28:\"Church-Light-Upcoming-Events\";s:3:\"zip\";s:38:\"packs/Church-Light-Upcoming-Events.zip\";s:3:\"uid\";s:32:\"963a49f4be0557ac5f3ee61d256f5bda\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:388;a:25:{s:2:\"id\";s:3:\"424\";s:5:\"title\";s:18:\"Church Light About\";s:5:\"alias\";s:18:\"Church-Light-About\";s:3:\"zip\";s:28:\"packs/Church-Light-About.zip\";s:3:\"uid\";s:32:\"d46c8e8e6f80e6bfedb54f1cdc49e7e6\";s:3:\"img\";s:29:\"Church-Light-About/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:389;a:25:{s:2:\"id\";s:3:\"425\";s:5:\"title\";s:20:\"Church Light Pastors\";s:5:\"alias\";s:20:\"Church-Light-Pastors\";s:3:\"zip\";s:30:\"packs/Church-Light-Pastors.zip\";s:3:\"uid\";s:32:\"7cc3dec61556e2291d6f38c1ea5e983f\";s:3:\"img\";s:31:\"Church-Light-Pastors/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:390;a:25:{s:2:\"id\";s:3:\"426\";s:5:\"title\";s:26:\"Church Light Photo Gallery\";s:5:\"alias\";s:26:\"Church-Light-Photo-Gallery\";s:3:\"zip\";s:36:\"packs/Church-Light-Photo-Gallery.zip\";s:3:\"uid\";s:32:\"9e13100179b9b700b005693eeca57902\";s:3:\"img\";s:37:\"Church-Light-Photo-Gallery/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:391;a:25:{s:2:\"id\";s:3:\"427\";s:5:\"title\";s:22:\"Church Light Community\";s:5:\"alias\";s:22:\"Church-Light-Community\";s:3:\"zip\";s:32:\"packs/Church-Light-Community.zip\";s:3:\"uid\";s:32:\"14fcc0d43d899fd96116bdbc57c7c5ea\";s:3:\"img\";s:33:\"Church-Light-Community/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:392;a:25:{s:2:\"id\";s:3:\"428\";s:5:\"title\";s:19:\"Church Light Sermon\";s:5:\"alias\";s:19:\"Church-Light-Sermon\";s:3:\"zip\";s:29:\"packs/Church-Light-Sermon.zip\";s:3:\"uid\";s:32:\"fc30be7e703bc7b235665c36baa80e4e\";s:3:\"img\";s:30:\"Church-Light-Sermon/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:393;a:25:{s:2:\"id\";s:3:\"429\";s:5:\"title\";s:21:\"Church Light Contacts\";s:5:\"alias\";s:21:\"Church-Light-Contacts\";s:3:\"zip\";s:31:\"packs/Church-Light-Contacts.zip\";s:3:\"uid\";s:32:\"ed83d8fa63ecb59cf42656068ecf8d25\";s:3:\"img\";s:32:\"Church-Light-Contacts/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:394;a:25:{s:2:\"id\";s:3:\"430\";s:5:\"title\";s:19:\"Church Light Footer\";s:5:\"alias\";s:19:\"Church-Light-Footer\";s:3:\"zip\";s:29:\"packs/Church-Light-Footer.zip\";s:3:\"uid\";s:32:\"a168772865fd5dcf6229c9c6a49dff73\";s:3:\"img\";s:30:\"Church-Light-Footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:395;a:25:{s:2:\"id\";s:3:\"431\";s:5:\"title\";s:25:\"Rockable Website Template\";s:5:\"alias\";s:25:\"rockable-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:33:\"rockable-website-template-package\";s:3:\"img\";s:38:\"packages/rockable-website-template.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:396;a:25:{s:2:\"id\";s:3:\"432\";s:5:\"title\";s:13:\"Rockable Menu\";s:5:\"alias\";s:13:\"rockable-menu\";s:3:\"zip\";s:23:\"packs/rockable-menu.zip\";s:3:\"uid\";s:32:\"92d18f7ff38f22ff411a4ef4d9f54934\";s:3:\"img\";s:24:\"rockable-menu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:397;a:25:{s:2:\"id\";s:3:\"433\";s:5:\"title\";s:13:\"Rockable Hero\";s:5:\"alias\";s:13:\"rockable-hero\";s:3:\"zip\";s:23:\"packs/rockable-hero.zip\";s:3:\"uid\";s:32:\"ba16b28d6bde95910cbce572bb251208\";s:3:\"img\";s:24:\"rockable-hero/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:398;a:25:{s:2:\"id\";s:3:\"434\";s:5:\"title\";s:15:\"Rockable Lineup\";s:5:\"alias\";s:15:\"rockable-lineup\";s:3:\"zip\";s:25:\"packs/rockable-lineup.zip\";s:3:\"uid\";s:32:\"6631980112805533a0d328c37e56adbd\";s:3:\"img\";s:26:\"rockable-lineup/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:399;a:25:{s:2:\"id\";s:3:\"435\";s:5:\"title\";s:17:\"Rockable Lineup 2\";s:5:\"alias\";s:17:\"rockable-lineup-2\";s:3:\"zip\";s:27:\"packs/rockable-lineup-2.zip\";s:3:\"uid\";s:32:\"98bc41d982dc478edabff4aa99461dbc\";s:3:\"img\";s:28:\"rockable-lineup-2/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:400;a:25:{s:2:\"id\";s:3:\"436\";s:5:\"title\";s:22:\"Rockable Gallery Title\";s:5:\"alias\";s:22:\"rockable-gallery-title\";s:3:\"zip\";s:32:\"packs/rockable-gallery-title.zip\";s:3:\"uid\";s:32:\"da43a76f5bc77aa6efe158b00ab7cf0d\";s:3:\"img\";s:33:\"rockable-gallery-title/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:401;a:25:{s:2:\"id\";s:3:\"437\";s:5:\"title\";s:16:\"Rockable Gallery\";s:5:\"alias\";s:16:\"rockable-gallery\";s:3:\"zip\";s:26:\"packs/rockable-gallery.zip\";s:3:\"uid\";s:32:\"c12a144d6860bcf24e91d5b980ac22f1\";s:3:\"img\";s:27:\"rockable-gallery/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:402;a:25:{s:2:\"id\";s:3:\"438\";s:5:\"title\";s:17:\"Rockable Sponsors\";s:5:\"alias\";s:17:\"rockable-sponsors\";s:3:\"zip\";s:27:\"packs/rockable-sponsors.zip\";s:3:\"uid\";s:32:\"1e40d4a810c23f8d5fe5cd5ca31ee20d\";s:3:\"img\";s:28:\"rockable-sponsors/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:403;a:25:{s:2:\"id\";s:3:\"439\";s:5:\"title\";s:15:\"Rockable Footer\";s:5:\"alias\";s:15:\"rockable-footer\";s:3:\"zip\";s:25:\"packs/rockable-footer.zip\";s:3:\"uid\";s:32:\"a4a9952d5e56fc14366155e8ebfa432a\";s:3:\"img\";s:26:\"rockable-footer/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:404;a:25:{s:2:\"id\";s:3:\"440\";s:5:\"title\";s:21:\"Rockable Detail Modal\";s:5:\"alias\";s:21:\"rockable-detail-modal\";s:3:\"zip\";s:31:\"packs/rockable-detail-modal.zip\";s:3:\"uid\";s:32:\"b51d918203ff7975a144a9f1be09f31b\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:405;a:25:{s:2:\"id\";s:3:\"441\";s:5:\"title\";s:23:\"Rockable Detail Modal 2\";s:5:\"alias\";s:23:\"rockable-detail-modal-2\";s:3:\"zip\";s:33:\"packs/rockable-detail-modal-2.zip\";s:3:\"uid\";s:32:\"dcf51ebb3d4a1dec94748a1e016c5ef7\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:406;a:22:{s:2:\"id\";s:3:\"442\";s:5:\"title\";s:27:\"Real Estate Showcase Slider\";s:5:\"alias\";s:27:\"real-estate-showcase-slider\";s:3:\"zip\";s:31:\"Real-Estate-Showcase-Slider.zip\";s:3:\"uid\";s:32:\"486b2bbe296722e70421731e3c05711b\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/real-estate-showcase-slider/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:152:\"<span class=\"ttm_content\">An elegant showcase for your real estate & realtor website. Flexible and customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:407;a:22:{s:2:\"id\";s:3:\"443\";s:5:\"title\";s:16:\"Isometric Slider\";s:5:\"alias\";s:16:\"isometric-slider\";s:3:\"zip\";s:20:\"isometric-slider.zip\";s:3:\"uid\";s:32:\"fb06051fcf6649a44f2292044e414a36\";s:3:\"img\";s:27:\"isometric-slider/slide1.jpg\";s:7:\"preview\";s:51:\"https://revolution.themepunch.com/isometric-slider/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:154:\"<span class=\"ttm_content\">A colorful, isometric slider template with fully customizable colors and screen content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:408;a:25:{s:2:\"id\";s:3:\"444\";s:5:\"title\";s:26:\"Woo Commerce Slider Static\";s:5:\"alias\";s:26:\"woo-commerce-slider-static\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"woo-commerce-slider-static\";s:3:\"img\";s:39:\"packages/woo-commerce-slider-static.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:7:\"website\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:409;a:25:{s:2:\"id\";s:3:\"445\";s:5:\"title\";s:17:\"E-Commerce Slider\";s:5:\"alias\";s:17:\"E-Commerce-Slider\";s:3:\"zip\";s:27:\"packs/E-Commerce-Slider.zip\";s:3:\"uid\";s:32:\"1533cfd83c2ae122f23074e1ed77f256\";s:3:\"img\";s:28:\"E-Commerce-Slider/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:4:\"hero\";i:1;s:7:\"website\";i:2;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:410;a:25:{s:2:\"id\";s:3:\"446\";s:5:\"title\";s:23:\"E-Commerce Slider Modal\";s:5:\"alias\";s:23:\"E-Commerce-Slider-Modal\";s:3:\"zip\";s:33:\"packs/E-Commerce-Slider-Modal.zip\";s:3:\"uid\";s:32:\"825e05c3967515b92a75da017c68a863\";s:3:\"img\";s:34:\"E-Commerce-Slider-Modal/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:4:\"hero\";i:1;s:7:\"website\";i:2;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:411;a:22:{s:2:\"id\";s:3:\"447\";s:5:\"title\";s:27:\"Woo Commerce Slider Dynamic\";s:5:\"alias\";s:27:\"Woo-Commerce-Slider-Dynamic\";s:3:\"zip\";s:31:\"Woo-Commerce-Slider-Dynamic.zip\";s:3:\"uid\";s:32:\"b8e2c64f3739e552c563c48c59f20fe7\";s:3:\"img\";s:38:\"Woo-Commerce-Slider-Dynamic/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the dynamic version that uses Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:412;a:25:{s:2:\"id\";s:3:\"448\";s:5:\"title\";s:31:\"Blooming Event Florist Template\";s:5:\"alias\";s:31:\"blooming-event-florist-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:39:\"blooming-event-florist-template-package\";s:3:\"img\";s:52:\"packages/blooming-event-florist-template-package.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:413;a:25:{s:2:\"id\";s:3:\"449\";s:5:\"title\";s:15:\"Blooming Header\";s:5:\"alias\";s:15:\"blooming-header\";s:3:\"zip\";s:25:\"packs/blooming-header.zip\";s:3:\"uid\";s:32:\"aa2ee34fd8ed018945ba64e6913810e4\";s:3:\"img\";s:26:\"blooming-header/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:414;a:25:{s:2:\"id\";s:3:\"450\";s:5:\"title\";s:14:\"Blooming About\";s:5:\"alias\";s:14:\"blooming-about\";s:3:\"zip\";s:24:\"packs/blooming-about.zip\";s:3:\"uid\";s:32:\"dd7095e46fab2eb475d00480fd17a6ec\";s:3:\"img\";s:25:\"blooming-about/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:415;a:25:{s:2:\"id\";s:3:\"451\";s:5:\"title\";s:18:\"Blooming Portfolio\";s:5:\"alias\";s:18:\"blooming-portfolio\";s:3:\"zip\";s:28:\"packs/blooming-portfolio.zip\";s:3:\"uid\";s:32:\"c72ddcbb07b62982b8c21328a6383e22\";s:3:\"img\";s:29:\"blooming-portfolio/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:416;a:25:{s:2:\"id\";s:3:\"452\";s:5:\"title\";s:22:\"Blooming Wedding Title\";s:5:\"alias\";s:22:\"blooming-wedding-title\";s:3:\"zip\";s:32:\"packs/blooming-wedding-title.zip\";s:3:\"uid\";s:32:\"4fcfb0b99289c12d014c67306bb7687b\";s:3:\"img\";s:33:\"blooming-wedding-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:417;a:25:{s:2:\"id\";s:3:\"453\";s:5:\"title\";s:25:\"Blooming Wedding Carousel\";s:5:\"alias\";s:25:\"blooming-wedding-carousel\";s:3:\"zip\";s:35:\"packs/blooming-wedding-carousel.zip\";s:3:\"uid\";s:32:\"1d1bb979dbfca8ba9d43da1c0f665339\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:418;a:25:{s:2:\"id\";s:3:\"454\";s:5:\"title\";s:21:\"Blooming Wedding Text\";s:5:\"alias\";s:21:\"blooming-wedding-text\";s:3:\"zip\";s:31:\"packs/blooming-wedding-text.zip\";s:3:\"uid\";s:32:\"326f2793294a739dd3aac3cc45332df8\";s:3:\"img\";s:32:\"blooming-wedding-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:419;a:25:{s:2:\"id\";s:3:\"455\";s:5:\"title\";s:22:\"Blooming Parties Title\";s:5:\"alias\";s:22:\"blooming-parties-title\";s:3:\"zip\";s:32:\"packs/blooming-parties-title.zip\";s:3:\"uid\";s:32:\"b47aae1b368d3c3d9017f260e6c6a547\";s:3:\"img\";s:33:\"blooming-parties-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:420;a:25:{s:2:\"id\";s:3:\"456\";s:5:\"title\";s:25:\"Blooming Parties Carousel\";s:5:\"alias\";s:25:\"blooming-parties-carousel\";s:3:\"zip\";s:35:\"packs/blooming-parties-carousel.zip\";s:3:\"uid\";s:32:\"9f90a9da7b017aeee7f3b608cda066e6\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:421;a:25:{s:2:\"id\";s:3:\"457\";s:5:\"title\";s:21:\"Blooming Parties Text\";s:5:\"alias\";s:21:\"blooming-parties-text\";s:3:\"zip\";s:31:\"packs/blooming-parties-text.zip\";s:3:\"uid\";s:32:\"66a47346cc639b8b9b9b5dfa1521b6ef\";s:3:\"img\";s:32:\"blooming-parties-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:422;a:25:{s:2:\"id\";s:3:\"458\";s:5:\"title\";s:22:\"Blooming Funeral Title\";s:5:\"alias\";s:22:\"blooming-funeral-title\";s:3:\"zip\";s:32:\"packs/blooming-funeral-title.zip\";s:3:\"uid\";s:32:\"e9e77134472c33c56be442073f29d1fd\";s:3:\"img\";s:33:\"blooming-funeral-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:423;a:25:{s:2:\"id\";s:3:\"459\";s:5:\"title\";s:23:\"Blooming Funeral Slider\";s:5:\"alias\";s:23:\"blooming-funeral-slider\";s:3:\"zip\";s:33:\"packs/blooming-funeral-slider.zip\";s:3:\"uid\";s:32:\"d15090841c25c7c8f0e1b0987c0c0887\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:424;a:25:{s:2:\"id\";s:3:\"460\";s:5:\"title\";s:21:\"Blooming Funeral Text\";s:5:\"alias\";s:21:\"blooming-funeral-text\";s:3:\"zip\";s:31:\"packs/blooming-funeral-text.zip\";s:3:\"uid\";s:32:\"d7c80e246f31e3d2f4e5dc1656f133cc\";s:3:\"img\";s:32:\"blooming-funeral-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"12\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:425;a:25:{s:2:\"id\";s:3:\"461\";s:5:\"title\";s:16:\"Blooming Contact\";s:5:\"alias\";s:16:\"blooming-contact\";s:3:\"zip\";s:26:\"packs/blooming-contact.zip\";s:3:\"uid\";s:32:\"54280182bca86443e2648b3146f41e47\";s:3:\"img\";s:27:\"blooming-contact/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"13\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:426;a:22:{s:2:\"id\";s:3:\"462\";s:5:\"title\";s:13:\"Particle Hero\";s:5:\"alias\";s:13:\"particle-hero\";s:3:\"zip\";s:17:\"particle-hero.zip\";s:3:\"uid\";s:32:\"3f422f4807bf9ef4cb15dade515dad00\";s:3:\"img\";s:24:\"particle-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide6\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:120:\"<span class=\"ttm_content\">A Hero header module using the Particle Effect Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:427;a:22:{s:2:\"id\";s:3:\"463\";s:5:\"title\";s:17:\"Bubble Morph Hero\";s:5:\"alias\";s:17:\"bubble-morph-hero\";s:3:\"zip\";s:21:\"bubble-morph-hero.zip\";s:3:\"uid\";s:32:\"b47e6bcc1ae80393ff3f7388ed3b9f8f\";s:3:\"img\";s:28:\"bubble-morph-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide5\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:117:\"<span class=\"ttm_content\">A Hero header module using the Bubble Morph Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:428;a:22:{s:2:\"id\";s:3:\"464\";s:5:\"title\";s:13:\"Parallax Hero\";s:5:\"alias\";s:13:\"parallax-hero\";s:3:\"zip\";s:17:\"parallax-hero.zip\";s:3:\"uid\";s:32:\"290e86534326ee118e96ae7ce0538fa2\";s:3:\"img\";s:24:\"parallax-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide4\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:117:\"<span class=\"ttm_content\">A parallax hero module with mouse move interaction.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:429;a:22:{s:2:\"id\";s:3:\"465\";s:5:\"title\";s:10:\"Video Hero\";s:5:\"alias\";s:10:\"video-hero\";s:3:\"zip\";s:14:\"video-hero.zip\";s:3:\"uid\";s:32:\"f9e280015d3408bb0482e13fe753da8f\";s:3:\"img\";s:21:\"video-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide3\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:111:\"<span class=\"ttm_content\">A simple Hero header module with HTML5 video.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:430;a:22:{s:2:\"id\";s:3:\"466\";s:5:\"title\";s:14:\"Ken Burns Hero\";s:5:\"alias\";s:14:\"ken-burns-hero\";s:3:\"zip\";s:18:\"ken-burns-hero.zip\";s:3:\"uid\";s:32:\"d5f89e5f5b3991b995e2bfeb50cfe9f8\";s:3:\"img\";s:25:\"ken-burns-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide2\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:142:\"<span class=\"ttm_content\">A simple image background hero header module with a subtle Ken Burns effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:431;a:22:{s:2:\"id\";s:3:\"467\";s:5:\"title\";s:21:\"Basic Hero Collection\";s:5:\"alias\";s:21:\"basic-hero-collection\";s:3:\"zip\";s:25:\"basic-hero-collection.zip\";s:3:\"uid\";s:32:\"ff625c65e8aab4689fa56d5652279d51\";s:3:\"img\";s:32:\"basic-hero-collection/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/wordpress-hero-image-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">A collection of WordPress Hero Headers with image, video, particles, parallax and more!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:348:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:432;a:22:{s:2:\"id\";s:3:\"468\";s:5:\"title\";s:19:\"Launching Very Soon\";s:5:\"alias\";s:19:\"launching-very-soon\";s:3:\"zip\";s:23:\"launching-very-soon.zip\";s:3:\"uid\";s:32:\"2da45cf2d9bec07e7183b3f7777986b9\";s:3:\"img\";s:30:\"launching-very-soon/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/launching-soon-countdown/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:166:\"<span class=\"ttm_content\">Rocket BOOST! A beautifully animated launching soon countdown module using our \"Coming Soon\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:433;a:22:{s:2:\"id\";s:3:\"469\";s:5:\"title\";s:18:\"Under Construction\";s:5:\"alias\";s:18:\"Under-Construction\";s:3:\"zip\";s:22:\"Under-Construction.zip\";s:3:\"uid\";s:32:\"4b12f9a82a5b48d45a707df93406eb5b\";s:3:\"img\";s:29:\"Under-Construction/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/under-construction/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You will love this animated under construction landing page using our \"Coming Soon\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:434;a:22:{s:2:\"id\";s:3:\"470\";s:5:\"title\";s:15:\"Particle Effect\";s:5:\"alias\";s:15:\"Particle-Effect\";s:3:\"zip\";s:19:\"Particle-Effect.zip\";s:3:\"uid\";s:32:\"66cf4e514e83a6984903694fd587edb6\";s:3:\"img\";s:26:\"Particle-Effect/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/snow-particle-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:140:\"<span class=\"ttm_content\">Get into a winter mood with our Snow Particle Scene for Slider Revolution!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:435;a:22:{s:2:\"id\";s:3:\"471\";s:5:\"title\";s:17:\"Particle Effect 2\";s:5:\"alias\";s:17:\"Particle-Effect-2\";s:3:\"zip\";s:21:\"Particle-Effect-2.zip\";s:3:\"uid\";s:32:\"303337c29a97a816ccecca7e5f0b5e20\";s:3:\"img\";s:28:\"Particle-Effect-2/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/cyber-particle-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:147:\"<span class=\"ttm_content\">Amaze your website visitors with the cyber particle effect for Slider Revolution!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:436;a:25:{s:2:\"id\";s:3:\"472\";s:5:\"title\";s:22:\"Stark Website Template\";s:5:\"alias\";s:22:\"stark-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:30:\"stark-website-template-package\";s:3:\"img\";s:43:\"packages/stark-website-template-package.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:437;a:25:{s:2:\"id\";s:3:\"473\";s:5:\"title\";s:10:\"Stark Menu\";s:5:\"alias\";s:10:\"stark-menu\";s:3:\"zip\";s:20:\"packs/stark-menu.zip\";s:3:\"uid\";s:32:\"bb31150df180e784d76a1f5ea306bf05\";s:3:\"img\";s:21:\"stark-menu/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:87:\"offset=\"t:0px,0px,0px,0px;b:0px,0px,0px,0px;l:140px,70px,0px,0px;r:140px,70px,0px,0px;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:438;a:25:{s:2:\"id\";s:3:\"474\";s:5:\"title\";s:12:\"Stark Header\";s:5:\"alias\";s:12:\"stark-header\";s:3:\"zip\";s:22:\"packs/stark-header.zip\";s:3:\"uid\";s:32:\"62bfca01bf6e33cfad81d8df06498299\";s:3:\"img\";s:23:\"stark-header/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:93:\"offset=\"t:40px,30px,20px,10px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:439;a:25:{s:2:\"id\";s:3:\"475\";s:5:\"title\";s:13:\"Stark Content\";s:5:\"alias\";s:13:\"stark-content\";s:3:\"zip\";s:23:\"packs/stark-content.zip\";s:3:\"uid\";s:32:\"4577ca760133eb5d894c46f212f6eefb\";s:3:\"img\";s:24:\"stark-content/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:110:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"6\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:440;a:25:{s:2:\"id\";s:3:\"476\";s:5:\"title\";s:14:\"Stark Carousel\";s:5:\"alias\";s:14:\"stark-carousel\";s:3:\"zip\";s:24:\"packs/stark-carousel.zip\";s:3:\"uid\";s:32:\"de63336d333eeff10eccfd5d9741e6c9\";s:3:\"img\";s:25:\"stark-carousel/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:108:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\" zindex=\"1\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:441;a:25:{s:2:\"id\";s:3:\"477\";s:5:\"title\";s:15:\"Stark Portfolio\";s:5:\"alias\";s:15:\"stark-portfolio\";s:3:\"zip\";s:25:\"packs/stark-portfolio.zip\";s:3:\"uid\";s:32:\"99fcf3df65f8471fe30bec1bf0c2350d\";s:3:\"img\";s:26:\"stark-portfolio/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:110:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"5\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:442;a:25:{s:2:\"id\";s:3:\"478\";s:5:\"title\";s:22:\"Stark Portfolio Detail\";s:5:\"alias\";s:22:\"stark-portfolio-detail\";s:3:\"zip\";s:32:\"packs/stark-portfolio-detail.zip\";s:3:\"uid\";s:32:\"7484fc54f81daec07c93e992216310ce\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:443;a:25:{s:2:\"id\";s:3:\"479\";s:5:\"title\";s:13:\"Stark Contact\";s:5:\"alias\";s:13:\"stark-contact\";s:3:\"zip\";s:23:\"packs/stark-contact.zip\";s:3:\"uid\";s:32:\"8d704226b7093123a9d9faf424da6c35\";s:3:\"img\";s:24:\"stark-contact/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:108:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\" zindex=\"2\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:444;a:25:{s:2:\"id\";s:3:\"480\";s:5:\"title\";s:12:\"Stark Footer\";s:5:\"alias\";s:12:\"stark-footer\";s:3:\"zip\";s:22:\"packs/stark-footer.zip\";s:3:\"uid\";s:32:\"e7132dc158e7dcdb4ef5b3a1aa00208a\";s:3:\"img\";s:23:\"stark-footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:114:\"offset=\"t:-50px,-30px,-30px,-20px;b:40px,30px,20px,20px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"3\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:445;a:25:{s:2:\"id\";s:3:\"481\";s:5:\"title\";s:16:\"Stark Newsletter\";s:5:\"alias\";s:16:\"stark-newsletter\";s:3:\"zip\";s:26:\"packs/stark-newsletter.zip\";s:3:\"uid\";s:32:\"bb76ddd68dbe6bda5ece7e4227a51413\";s:3:\"img\";s:27:\"stark-newsletter/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:33:\"usage=\"modal\" modal=\"s:#contact;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:446;a:22:{s:2:\"id\";s:3:\"482\";s:5:\"title\";s:15:\"Big Summer Sale\";s:5:\"alias\";s:15:\"big-summer-sale\";s:3:\"zip\";s:19:\"big-summer-sale.zip\";s:3:\"uid\";s:32:\"a6779fa7109763209d234f9cf2e766c6\";s:3:\"img\";s:26:\"big-summer-sale/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/big-summer-sale-shop-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">The Big Summer Sale Shop Slider is a beautiful eye catcher for your e-commerce website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:447;a:22:{s:2:\"id\";s:3:\"483\";s:5:\"title\";s:18:\"Traveller Carousel\";s:5:\"alias\";s:18:\"traveller-carousel\";s:3:\"zip\";s:22:\"traveller-carousel.zip\";s:3:\"uid\";s:32:\"185344ed6236bea2906a79035d1d5702\";s:3:\"img\";s:29:\"traveller-carousel/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/travel-blog-carousel/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">A travel blog carousel with interesting parallax and ken burns effects!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:263:\"<span class=\"ttm_content\">Note that the content visible on all slides can be edited on the \"global layers\" slide.<br/>Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:448;a:22:{s:2:\"id\";s:3:\"484\";s:5:\"title\";s:16:\"Project Carousel\";s:5:\"alias\";s:16:\"project-carousel\";s:3:\"zip\";s:20:\"project-carousel.zip\";s:3:\"uid\";s:32:\"49c85ad406da943bdd25f08fd6496748\";s:3:\"img\";s:27:\"project-carousel/slide1.jpg\";s:7:\"preview\";s:51:\"https://revolution.themepunch.com/project-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">A project carousel with images and texts that can be customized easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:449;a:22:{s:2:\"id\";s:3:\"485\";s:5:\"title\";s:13:\"News Carousel\";s:5:\"alias\";s:13:\"news-carousel\";s:3:\"zip\";s:17:\"news-carousel.zip\";s:3:\"uid\";s:32:\"76f5b939150092a30038f161084140ae\";s:3:\"img\";s:24:\"news-carousel/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/news-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A news carousel with images and texts that can be customized easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:450;a:25:{s:2:\"id\";s:3:\"486\";s:5:\"title\";s:29:\"Story Blocks Website Template\";s:5:\"alias\";s:29:\"story-blocks-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"story-blocks-website-template-package\";s:3:\"img\";s:50:\"packages/story-blocks-website-template-package.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:451;a:25:{s:2:\"id\";s:3:\"487\";s:5:\"title\";s:10:\"Story Menu\";s:5:\"alias\";s:10:\"story-menu\";s:3:\"zip\";s:20:\"packs/story-menu.zip\";s:3:\"uid\";s:32:\"1f2f7cd91480f15cff8e7100f788c650\";s:3:\"img\";s:21:\"story-menu/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:452;a:25:{s:2:\"id\";s:3:\"488\";s:5:\"title\";s:12:\"Story Header\";s:5:\"alias\";s:12:\"story-header\";s:3:\"zip\";s:22:\"packs/story-header.zip\";s:3:\"uid\";s:32:\"e1a5ad5018a24ccdc71c2863edfe775e\";s:3:\"img\";s:23:\"story-header/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:453;a:25:{s:2:\"id\";s:3:\"489\";s:5:\"title\";s:13:\"Story Block 1\";s:5:\"alias\";s:13:\"story-block-1\";s:3:\"zip\";s:23:\"packs/story-block-1.zip\";s:3:\"uid\";s:32:\"2a9fee97dcf477e36d048af8a902f47a\";s:3:\"img\";s:24:\"story-block-1/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:454;a:25:{s:2:\"id\";s:3:\"490\";s:5:\"title\";s:15:\"Story Content 1\";s:5:\"alias\";s:15:\"story-content-1\";s:3:\"zip\";s:25:\"packs/story-content-1.zip\";s:3:\"uid\";s:32:\"6773614bbce543b83a0d2b2ad8facc96\";s:3:\"img\";s:26:\"story-content-1/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:455;a:25:{s:2:\"id\";s:3:\"491\";s:5:\"title\";s:13:\"Story Block 2\";s:5:\"alias\";s:13:\"story-block-2\";s:3:\"zip\";s:23:\"packs/story-block-2.zip\";s:3:\"uid\";s:32:\"2e708e3cebab57ca20b228ffba426ce7\";s:3:\"img\";s:24:\"story-block-2/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:456;a:25:{s:2:\"id\";s:3:\"492\";s:5:\"title\";s:13:\"Story Block 3\";s:5:\"alias\";s:13:\"story-block-3\";s:3:\"zip\";s:23:\"packs/story-block-3.zip\";s:3:\"uid\";s:32:\"7156cf069f65644faf90122dab451231\";s:3:\"img\";s:24:\"story-block-3/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:457;a:25:{s:2:\"id\";s:3:\"493\";s:5:\"title\";s:15:\"Story Content 2\";s:5:\"alias\";s:15:\"story-content-2\";s:3:\"zip\";s:25:\"packs/story-content-2.zip\";s:3:\"uid\";s:32:\"1223cd77d1f36d69e69ce50223e16ea7\";s:3:\"img\";s:26:\"story-content-2/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:458;a:25:{s:2:\"id\";s:3:\"494\";s:5:\"title\";s:13:\"Story Block 4\";s:5:\"alias\";s:13:\"story-block-4\";s:3:\"zip\";s:23:\"packs/story-block-4.zip\";s:3:\"uid\";s:32:\"85ac48e8e8231d2c38206cba4e7ebb68\";s:3:\"img\";s:24:\"story-block-4/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:459;a:25:{s:2:\"id\";s:3:\"495\";s:5:\"title\";s:15:\"Story Content 3\";s:5:\"alias\";s:15:\"story-content-3\";s:3:\"zip\";s:25:\"packs/story-content-3.zip\";s:3:\"uid\";s:32:\"82cac52f3ba79c0559fe0ad0cdf9d3b2\";s:3:\"img\";s:26:\"story-content-3/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:460;a:22:{s:2:\"id\";s:3:\"496\";s:5:\"title\";s:21:\"Animated Mini Website\";s:5:\"alias\";s:12:\"mini-website\";s:3:\"zip\";s:16:\"mini-website.zip\";s:3:\"uid\";s:32:\"cc6c0a3b0f933a88c43e2be0fa397c1c\";s:3:\"img\";s:23:\"mini-website/slide1.jpg\";s:7:\"preview\";s:56:\"https://www.sliderrevolution.com/templates/mini-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:209:\"<span class=\"ttm_content\">The animated mini website template has a modern, vibrant design and can be customized easily! Get the #1 WordPress Builder with 200+ templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:461;a:22:{s:2:\"id\";s:3:\"497\";s:5:\"title\";s:18:\"Food Delivery Hero\";s:5:\"alias\";s:13:\"food-delivery\";s:3:\"zip\";s:17:\"food-delivery.zip\";s:3:\"uid\";s:32:\"992e9b22ff43227a655eea341835d04c\";s:3:\"img\";s:24:\"food-delivery/slide1.jpg\";s:7:\"preview\";s:62:\"https://www.sliderrevolution.com/templates/food-delivery-hero/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:207:\"<span class=\"ttm_content\">Yummy! This hero template convinces with a changing color background, a particle effect, vibrant illustrations and smooth mouse over effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:342:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:462;a:22:{s:2:\"id\";s:3:\"498\";s:5:\"title\";s:25:\"Slider With Illustrations\";s:5:\"alias\";s:25:\"slider-with-illustrations\";s:3:\"zip\";s:29:\"slider-with-illustrations.zip\";s:3:\"uid\";s:32:\"ebc24280b669f26734c7fdd8b5683e9f\";s:3:\"img\";s:36:\"slider-with-illustrations/slide1.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/slider-with-illustrations/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">A basic slider template with easy to customize content, colorful illustrations and pleasant parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:463;a:25:{s:2:\"id\";s:3:\"499\";s:5:\"title\";s:31:\"Zen Technology Website Template\";s:5:\"alias\";s:31:\"zen-technology-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:39:\"zen-technology-website-template-package\";s:3:\"img\";s:52:\"packages/zen-technology-website-template-package.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:464;a:25:{s:2:\"id\";s:3:\"500\";s:5:\"title\";s:8:\"Zen Menu\";s:5:\"alias\";s:8:\"zen-menu\";s:3:\"zip\";s:18:\"packs/zen-menu.zip\";s:3:\"uid\";s:32:\"3b53d755058b75fa6172510dcca2f2bb\";s:3:\"img\";s:19:\"zen-menu/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:465;a:25:{s:2:\"id\";s:3:\"501\";s:5:\"title\";s:10:\"Zen Header\";s:5:\"alias\";s:10:\"zen-header\";s:3:\"zip\";s:20:\"packs/zen-header.zip\";s:3:\"uid\";s:32:\"13d3cdde05308616fda7e2920a29e006\";s:3:\"img\";s:21:\"zen-header/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:466;a:25:{s:2:\"id\";s:3:\"502\";s:5:\"title\";s:9:\"Zen About\";s:5:\"alias\";s:9:\"zen-about\";s:3:\"zip\";s:19:\"packs/zen-about.zip\";s:3:\"uid\";s:32:\"d50d4f9b43e025fa99503b9a4eec6551\";s:3:\"img\";s:20:\"zen-about/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:467;a:25:{s:2:\"id\";s:3:\"503\";s:5:\"title\";s:12:\"Zen Features\";s:5:\"alias\";s:12:\"zen-features\";s:3:\"zip\";s:22:\"packs/zen-features.zip\";s:3:\"uid\";s:32:\"f4f7f500fae57b1b55adace13f030778\";s:3:\"img\";s:23:\"zen-features/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:468;a:25:{s:2:\"id\";s:3:\"504\";s:5:\"title\";s:9:\"Zen Video\";s:5:\"alias\";s:9:\"zen-video\";s:3:\"zip\";s:19:\"packs/zen-video.zip\";s:3:\"uid\";s:32:\"fa83df1b45b795174770b1b0155e89f3\";s:3:\"img\";s:20:\"zen-video/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:469;a:25:{s:2:\"id\";s:3:\"505\";s:5:\"title\";s:11:\"Zen Pricing\";s:5:\"alias\";s:11:\"zen-pricing\";s:3:\"zip\";s:21:\"packs/zen-pricing.zip\";s:3:\"uid\";s:32:\"921f8e5c156d9027f6ae8f1c5e426251\";s:3:\"img\";s:22:\"zen-pricing/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:470;a:25:{s:2:\"id\";s:3:\"506\";s:5:\"title\";s:22:\"Zen Testimonials Title\";s:5:\"alias\";s:22:\"zen-testimonials-title\";s:3:\"zip\";s:32:\"packs/zen-testimonials-title.zip\";s:3:\"uid\";s:32:\"d9aeeb596c0455ddd564a60a2d449b17\";s:3:\"img\";s:33:\"zen-testimonials-title/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:471;a:25:{s:2:\"id\";s:3:\"507\";s:5:\"title\";s:16:\"Zen Testimonials\";s:5:\"alias\";s:16:\"zen-testimonials\";s:3:\"zip\";s:26:\"packs/zen-testimonials.zip\";s:3:\"uid\";s:32:\"5a0e0141599c63828e4b99e3bc863366\";s:3:\"img\";s:27:\"zen-testimonials/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:472;a:25:{s:2:\"id\";s:3:\"508\";s:5:\"title\";s:10:\"Zen Footer\";s:5:\"alias\";s:10:\"zen-footer\";s:3:\"zip\";s:20:\"packs/zen-footer.zip\";s:3:\"uid\";s:32:\"47fb8604e2aafa8cfc97f5af75fda911\";s:3:\"img\";s:21:\"zen-footer/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:473;a:22:{s:2:\"id\";s:3:\"509\";s:5:\"title\";s:24:\"Paintbrush Effect Add-on\";s:5:\"alias\";s:17:\"Paintbrush-Effect\";s:3:\"zip\";s:21:\"Paintbrush-Effect.zip\";s:3:\"uid\";s:32:\"b934d1376df026f0ff45447de17b5ee9\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide1.jpg\";s:7:\"preview\";s:72:\"https://www.sliderrevolution.com/templates/paintbrush-effect-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:179:\"<span class=\"ttm_content\">The Paintbrush Effect Add-on is the perfect way to add some interactivity to your website with Slider Revolution.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:338:\"[{\"path\":\"revslider-paintbrush-addon\\/revslider-paintbrush-addon.php\",\"name\":\"Paintbrush AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:474;a:25:{s:2:\"id\";s:3:\"510\";s:5:\"title\";s:29:\"Photographer Website Template\";s:5:\"alias\";s:29:\"photographer-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"photographer-website-template-package\";s:3:\"img\";s:50:\"packages/photographer-website-template-package.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:475;a:25:{s:2:\"id\";s:3:\"511\";s:5:\"title\";s:19:\"Photographer Header\";s:5:\"alias\";s:19:\"Photographer-Header\";s:3:\"zip\";s:29:\"packs/Photographer-Header.zip\";s:3:\"uid\";s:32:\"22de8b3b1eeca5d0d1087791a28cc641\";s:3:\"img\";s:30:\"Photographer-Header/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:476;a:25:{s:2:\"id\";s:3:\"512\";s:5:\"title\";s:27:\"Photographer Welcome Screen\";s:5:\"alias\";s:27:\"Photographer-Welcome-Screen\";s:3:\"zip\";s:37:\"packs/Photographer-Welcome-Screen.zip\";s:3:\"uid\";s:32:\"8de63df079ad8b7c0aa7bf164bd5fd8f\";s:3:\"img\";s:38:\"Photographer-Welcome-Screen/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:477;a:25:{s:2:\"id\";s:3:\"513\";s:5:\"title\";s:21:\"Photographer Showcase\";s:5:\"alias\";s:21:\"Photographer-Showcase\";s:3:\"zip\";s:31:\"packs/Photographer-Showcase.zip\";s:3:\"uid\";s:32:\"8b2c7a1541465f77e829a9ac58926359\";s:3:\"img\";s:32:\"Photographer-Showcase/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:478;a:25:{s:2:\"id\";s:3:\"514\";s:5:\"title\";s:22:\"Photographer Portfolio\";s:5:\"alias\";s:22:\"Photographer-Portfolio\";s:3:\"zip\";s:32:\"packs/Photographer-Portfolio.zip\";s:3:\"uid\";s:32:\"ba5cc502a9505725ef169eaf4852d10f\";s:3:\"img\";s:33:\"Photographer-Portfolio/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:479;a:25:{s:2:\"id\";s:3:\"515\";s:5:\"title\";s:21:\"Photographer Contacts\";s:5:\"alias\";s:21:\"Photographer-Contacts\";s:3:\"zip\";s:31:\"packs/Photographer-Contacts.zip\";s:3:\"uid\";s:32:\"6ac142733cd260b5d5d3cdce30885074\";s:3:\"img\";s:32:\"Photographer-Contacts/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:480;a:25:{s:2:\"id\";s:3:\"516\";s:5:\"title\";s:19:\"Photographer Footer\";s:5:\"alias\";s:19:\"Photographer-Footer\";s:3:\"zip\";s:29:\"packs/Photographer-Footer.zip\";s:3:\"uid\";s:32:\"5fae568a988d072fb14b66cc2732ea46\";s:3:\"img\";s:30:\"Photographer-Footer/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:481;a:25:{s:2:\"id\";s:3:\"517\";s:5:\"title\";s:18:\"Photographer Modal\";s:5:\"alias\";s:18:\"Photographer-Modal\";s:3:\"zip\";s:28:\"packs/Photographer-Modal.zip\";s:3:\"uid\";s:32:\"e6b47a765ad19bce4726540ff7211c07\";s:3:\"img\";s:29:\"Photographer-Modal/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:482;a:22:{s:2:\"id\";s:3:\"518\";s:5:\"title\";s:25:\"Black Friday Scroll Video\";s:5:\"alias\";s:25:\"black-friday-scroll-video\";s:3:\"zip\";s:29:\"black-friday-scroll-video.zip\";s:3:\"uid\";s:32:\"a6a4ab2e2f703aaee0a1e6121881bdd8\";s:3:\"img\";s:36:\"black-friday-scroll-video/slide1.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/black-friday-scroll-video/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:169:\"<span class=\"ttm_content\">Blackfriday offers are coming towards you from the depths of space, with this scroll-based hero module.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:370:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-scrollvideo-addon\\/revslider-scrollvideo-addon.php\",\"name\":\"Slider Revolution Scroll Video Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:483;a:25:{s:2:\"id\";s:3:\"519\";s:5:\"title\";s:26:\"Charity Non-Profit-Website\";s:5:\"alias\";s:26:\"charity-non-profit-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"charity-non-profit-website\";s:3:\"img\";s:47:\"packages/charity-non-profit-website-package.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:484;a:25:{s:2:\"id\";s:3:\"520\";s:5:\"title\";s:12:\"Charity Menu\";s:5:\"alias\";s:12:\"charity-menu\";s:3:\"zip\";s:22:\"packs/charity-menu.zip\";s:3:\"uid\";s:32:\"77794a39041c7f128de3b5ad9b8e7d0d\";s:3:\"img\";s:23:\"charity-menu/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:485;a:25:{s:2:\"id\";s:3:\"521\";s:5:\"title\";s:14:\"Charity Header\";s:5:\"alias\";s:14:\"charity-header\";s:3:\"zip\";s:24:\"packs/charity-header.zip\";s:3:\"uid\";s:32:\"36096787d4ed62942cbd48f6a57e9d4f\";s:3:\"img\";s:25:\"charity-header/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:486;a:25:{s:2:\"id\";s:3:\"522\";s:5:\"title\";s:15:\"Charity Mission\";s:5:\"alias\";s:15:\"charity-mission\";s:3:\"zip\";s:25:\"packs/charity-mission.zip\";s:3:\"uid\";s:32:\"8c5cd67e3eb51c0ca3e571408ac8e97b\";s:3:\"img\";s:26:\"charity-mission/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:487;a:25:{s:2:\"id\";s:3:\"523\";s:5:\"title\";s:13:\"Charity Funds\";s:5:\"alias\";s:13:\"charity-funds\";s:3:\"zip\";s:23:\"packs/charity-funds.zip\";s:3:\"uid\";s:32:\"10da554c7529ef91965e1618a04b410b\";s:3:\"img\";s:24:\"charity-funds/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:488;a:25:{s:2:\"id\";s:3:\"524\";s:5:\"title\";s:15:\"Charity Success\";s:5:\"alias\";s:15:\"charity-success\";s:3:\"zip\";s:25:\"packs/charity-success.zip\";s:3:\"uid\";s:32:\"0c35448c1905272606e87447886a348e\";s:3:\"img\";s:26:\"charity-success/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:489;a:25:{s:2:\"id\";s:3:\"525\";s:5:\"title\";s:15:\"Charity Stories\";s:5:\"alias\";s:15:\"charity-stories\";s:3:\"zip\";s:25:\"packs/charity-stories.zip\";s:3:\"uid\";s:32:\"f277f145d9f9c3f0033bb8ceffeb4c9f\";s:3:\"img\";s:26:\"charity-stories/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:490;a:25:{s:2:\"id\";s:3:\"526\";s:5:\"title\";s:16:\"Charity Worldmap\";s:5:\"alias\";s:16:\"charity-worldmap\";s:3:\"zip\";s:26:\"packs/charity-worldmap.zip\";s:3:\"uid\";s:32:\"9e00cbac269b92cb24fd3230297f4685\";s:3:\"img\";s:27:\"charity-worldmap/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:491;a:25:{s:2:\"id\";s:3:\"527\";s:5:\"title\";s:19:\"Charity Large Image\";s:5:\"alias\";s:19:\"charity-large-image\";s:3:\"zip\";s:29:\"packs/charity-large-image.zip\";s:3:\"uid\";s:32:\"fa927036c2b14622832106fa987bc8e7\";s:3:\"img\";s:30:\"charity-large-image/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:492;a:25:{s:2:\"id\";s:3:\"528\";s:5:\"title\";s:16:\"Charity Sponsors\";s:5:\"alias\";s:16:\"charity-sponsors\";s:3:\"zip\";s:26:\"packs/charity-sponsors.zip\";s:3:\"uid\";s:32:\"efd087bc3fa3915139af9e93d47ee295\";s:3:\"img\";s:27:\"charity-sponsors/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:493;a:25:{s:2:\"id\";s:3:\"529\";s:5:\"title\";s:12:\"Charity Help\";s:5:\"alias\";s:12:\"charity-help\";s:3:\"zip\";s:22:\"packs/charity-help.zip\";s:3:\"uid\";s:32:\"4f3571c0b27f061648c9ff95b1a3f718\";s:3:\"img\";s:23:\"charity-help/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:494;a:25:{s:2:\"id\";s:3:\"530\";s:5:\"title\";s:14:\"Charity Footer\";s:5:\"alias\";s:14:\"charity-footer\";s:3:\"zip\";s:24:\"packs/charity-footer.zip\";s:3:\"uid\";s:32:\"9340fa48c56635a8a781cc37c4bf538c\";s:3:\"img\";s:25:\"charity-footer/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:495;a:22:{s:2:\"id\";s:3:\"531\";s:5:\"title\";s:21:\"Cinematic Hero Titles\";s:5:\"alias\";s:21:\"cinematic-hero-titles\";s:3:\"zip\";s:25:\"cinematic-hero-titles.zip\";s:3:\"uid\";s:32:\"51a59c54bb97c274092d22dbf4f6085e\";s:3:\"img\";s:32:\"cinematic-hero-titles/slide1.jpg\";s:7:\"preview\";s:65:\"https://www.sliderrevolution.com/templates/cinematic-hero-titles/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:199:\"<span class=\"ttm_content\">The \"Cinematic Hero Titles\" template is a collection of fullscreen hero blocks that use a cinematic, animated letter-spacing effect..</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:496;a:22:{s:2:\"id\";s:3:\"532\";s:5:\"title\";s:23:\"Design DNA Scroll Video\";s:5:\"alias\";s:23:\"design-dna-scroll-video\";s:3:\"zip\";s:27:\"design-dna-scroll-video.zip\";s:3:\"uid\";s:32:\"39180fc9f7a07e50832fc1a68fb4eba2\";s:3:\"img\";s:34:\"design-dna-scroll-video/slide1.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/design-dna-scroll-video/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The \"Design DNA Scroll Video\" template is a striking, fullscreen hero module that is using our new Scroll Video addon.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:544:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-scrollvideo-addon\\/revslider-scrollvideo-addon.php\",\"name\":\"Slider Revolution Scroll Video Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:497;a:22:{s:2:\"id\";s:3:\"533\";s:5:\"title\";s:27:\"Food Delivery Lottie Scroll\";s:5:\"alias\";s:27:\"food-delivery-lottie-scroll\";s:3:\"zip\";s:31:\"food-delivery-lottie-scroll.zip\";s:3:\"uid\";s:32:\"5dfbfac45c5df7702238ba1b43afe8f6\";s:3:\"img\";s:38:\"food-delivery-lottie-scroll/slide1.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/food-delivery-lottie-scroll/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The \"Design DNA Scroll Video\" template is a striking, fullscreen hero module that is using our new Scroll Video addon.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:498;a:25:{s:2:\"id\";s:3:\"534\";s:5:\"title\";s:29:\"Food Recipe Carousel Template\";s:5:\"alias\";s:29:\"food-recipe-carousel-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:29:\"food-recipe-carousel-template\";s:3:\"img\";s:50:\"packages/food-recipe-carousel-template-package.jpg\";s:7:\"preview\";s:64:\"https://www.sliderrevolution.com/templates/food-recipe-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Showcase your cooking recipes with the easy to use \"Food Recipe Carousel\" template. Clicking the titles opens up a detail view!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Food Recipe Carousel Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"42\";s:9:\"installed\";b:0;}i:499;a:25:{s:2:\"id\";s:3:\"535\";s:5:\"title\";s:20:\"Food Recipe Carousel\";s:5:\"alias\";s:20:\"food-recipe-carousel\";s:3:\"zip\";s:30:\"packs/food-recipe-carousel.zip\";s:3:\"uid\";s:32:\"6ba9695ba1a22a6e99f96431d8fb01e8\";s:3:\"img\";s:31:\"food-recipe-carousel/slide1.jpg\";s:7:\"preview\";s:64:\"https://www.sliderrevolution.com/templates/food-recipe-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Food Recipe Carousel Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"42\";s:9:\"installed\";b:0;}i:500;a:25:{s:2:\"id\";s:3:\"536\";s:5:\"title\";s:17:\"Food Recipe Modal\";s:5:\"alias\";s:17:\"food-recipe-modal\";s:3:\"zip\";s:27:\"packs/food-recipe-modal.zip\";s:3:\"uid\";s:32:\"1c5b2e959cd973efc5c1887a3a4279f3\";s:3:\"img\";s:28:\"food-recipe-modal/slide1.jpg\";s:7:\"preview\";s:64:\"https://www.sliderrevolution.com/templates/food-recipe-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Food Recipe Carousel Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"42\";s:9:\"installed\";b:0;}i:501;a:25:{s:2:\"id\";s:3:\"537\";s:5:\"title\";s:27:\"Corporate Carousel Template\";s:5:\"alias\";s:27:\"corporate-carousel-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"corporate-carousel-template\";s:3:\"img\";s:38:\"packages/corporate_carousel_bundle.jpg\";s:7:\"preview\";s:75:\"https://www.sliderrevolution.com/templates/corporate-carousel-with-lightbox\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Corporate Carousel is a basic, easy to use carousel with tab navigation. The lightbox modal can show any additonal content, independant of the carousel.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:14:10\";s:7:\"package\";s:27:\"Corporate Carousel Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"43\";s:9:\"installed\";b:0;}i:502;a:25:{s:2:\"id\";s:3:\"538\";s:5:\"title\";s:18:\"Corporate Carousel\";s:5:\"alias\";s:18:\"corporate-carousel\";s:3:\"zip\";s:28:\"packs/corporate-carousel.zip\";s:3:\"uid\";s:32:\"30dea0e333913cb5ebbf8dded8c3a839\";s:3:\"img\";s:29:\"corporate-carousel/slide1.jpg\";s:7:\"preview\";s:34:\"https://revolution.themepunch.com/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Corporate Carousel is a basic, easy to use carousel with tab navigation. The lightbox modal can show any additonal content, independant of the carousel.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:26:51\";s:7:\"package\";s:27:\"Corporate Carousel Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"43\";s:9:\"installed\";b:0;}i:503;a:25:{s:2:\"id\";s:3:\"539\";s:5:\"title\";s:18:\"Corporate Lightbox\";s:5:\"alias\";s:18:\"corporate-lightbox\";s:3:\"zip\";s:28:\"packs/corporate-lightbox.zip\";s:3:\"uid\";s:32:\"832c277bfc5a288c0dffd784e4041265\";s:3:\"img\";s:29:\"corporate-lightbox/slide1.jpg\";s:7:\"preview\";s:34:\"https://revolution.themepunch.com/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Corporate Carousel is a basic, easy to use carousel with tab navigation. The lightbox modal can show any additonal content, independant of the carousel.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:34:36\";s:7:\"package\";s:27:\"Corporate Carousel Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"43\";s:9:\"installed\";b:0;}i:504;a:25:{s:2:\"id\";s:3:\"540\";s:5:\"title\";s:23:\"Cyber Carousel Template\";s:5:\"alias\";s:23:\"cyber-carousel-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:23:\"cyber-carousel-template\";s:3:\"img\";s:33:\"packages/cybercarousel_bundle.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/cyber-carousel-with-lightbox\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:218:\"<span class=\"ttm_content\">This fullscreen carousel has easy to edit content and vertical navigation tabs. The highlight color can be changed with one click upon opening the editor.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:40:25\";s:7:\"package\";s:23:\"Cyber Carousel Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"44\";s:9:\"installed\";b:0;}i:505;a:25:{s:2:\"id\";s:3:\"541\";s:5:\"title\";s:14:\"Cyber Carousel\";s:5:\"alias\";s:14:\"cyber-carousel\";s:3:\"zip\";s:24:\"packs/cyber-carousel.zip\";s:3:\"uid\";s:32:\"b5ef41c7f498bd1dccf8224bfbade718\";s:3:\"img\";s:25:\"cyber-carousel/slide1.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/cyber-carousel-with-lightbox\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:218:\"<span class=\"ttm_content\">This fullscreen carousel has easy to edit content and vertical navigation tabs. The highlight color can be changed with one click upon opening the editor.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:42:44\";s:7:\"package\";s:23:\"Cyber Carousel Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"44\";s:9:\"installed\";b:0;}i:506;a:25:{s:2:\"id\";s:3:\"542\";s:5:\"title\";s:23:\"Cyber Carousel Lightbox\";s:5:\"alias\";s:23:\"cyber-carousel-lightbox\";s:3:\"zip\";s:33:\"packs/cyber-carousel-lightbox.zip\";s:3:\"uid\";s:32:\"cb91abeed0555dfcafe849c37e7c9c32\";s:3:\"img\";s:34:\"cyber-carousel-lightbox/slide1.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/cyber-carousel-with-lightbox\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:218:\"<span class=\"ttm_content\">This fullscreen carousel has easy to edit content and vertical navigation tabs. The highlight color can be changed with one click upon opening the editor.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:50:15\";s:7:\"package\";s:23:\"Cyber Carousel Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"44\";s:9:\"installed\";b:0;}i:507;a:25:{s:2:\"id\";s:3:\"543\";s:5:\"title\";s:16:\"Woo Carousel One\";s:5:\"alias\";s:24:\"woocommerce-carousel-one\";s:3:\"zip\";s:28:\"woocommerce-carousel-one.zip\";s:3:\"uid\";s:32:\"df0a99cef3981ecb608dff4ed573a493\";s:3:\"img\";s:35:\"woocommerce-carousel-one/slide1.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">A basic WooCommerce carousel. Just set your categories and the carousel will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:02:45\";s:7:\"package\";s:15:\"Woo Slider Pack\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"45\";s:9:\"installed\";b:0;}i:508;a:25:{s:2:\"id\";s:3:\"544\";s:5:\"title\";s:23:\"Woo Carousel One Static\";s:5:\"alias\";s:31:\"woocommerce-carousel-one-static\";s:3:\"zip\";s:35:\"woocommerce-carousel-one-static.zip\";s:3:\"uid\";s:32:\"5c955a3850369e79b1e18921306ac1df\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide1.jpg\";s:7:\"preview\";s:63:\"https://sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A static content carousel. Please use the \"non-static\" version for WooCommerce.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:05:02\";s:7:\"package\";s:22:\"Woo Slider Pack Static\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"46\";s:9:\"installed\";b:0;}i:509;a:25:{s:2:\"id\";s:3:\"545\";s:5:\"title\";s:16:\"Woo Carousel Two\";s:5:\"alias\";s:24:\"woocommerce-carousel-two\";s:3:\"zip\";s:28:\"woocommerce-carousel-two.zip\";s:3:\"uid\";s:32:\"fdd797d8e98a9138f5563b68b95ebe1c\";s:3:\"img\";s:35:\"woocommerce-carousel-two/slide1.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">A basic WooCommerce carousel. Just set your categories and the carousel will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:06:57\";s:7:\"package\";s:15:\"Woo Slider Pack\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"45\";s:9:\"installed\";b:0;}i:510;a:25:{s:2:\"id\";s:3:\"546\";s:5:\"title\";s:23:\"Woo Carousel Two Static\";s:5:\"alias\";s:31:\"woocommerce-carousel-two-static\";s:3:\"zip\";s:35:\"woocommerce-carousel-two-static.zip\";s:3:\"uid\";s:32:\"2f3bfb1dfa99647426ce906f10dfc480\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide1.jpg\";s:7:\"preview\";s:63:\"https://sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A static content carousel. Please use the \"non-static\" version for WooCommerce.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:16:15\";s:7:\"package\";s:22:\"Woo Slider Pack Static\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"46\";s:9:\"installed\";b:0;}i:511;a:25:{s:2:\"id\";s:3:\"547\";s:5:\"title\";s:18:\"Woo Feature Slider\";s:5:\"alias\";s:26:\"woocommerce-feature-slider\";s:3:\"zip\";s:30:\"woocommerce-feature-slider.zip\";s:3:\"uid\";s:32:\"c8aa1f551065eeffc752f2d8daef6db1\";s:3:\"img\";s:37:\"woocommerce-feature-slider/slide1.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A basic WooCommerce slider. Just set your categories and the slider will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:19:13\";s:7:\"package\";s:15:\"Woo Slider Pack\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"45\";s:9:\"installed\";b:0;}i:512;a:25:{s:2:\"id\";s:3:\"548\";s:5:\"title\";s:25:\"Woo Feature Slider Static\";s:5:\"alias\";s:33:\"woocommerce-feature-slider-static\";s:3:\"zip\";s:37:\"woocommerce-feature-slider-static.zip\";s:3:\"uid\";s:32:\"2f29e8fd101c799480152a7911b33ca6\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide1.jpg\";s:7:\"preview\";s:63:\"https://sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:140:\"<span class=\"ttm_content\">A static content slider Please use the \"non-static\" version for WooCommerce.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:20:57\";s:7:\"package\";s:22:\"Woo Slider Pack Static\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"46\";s:9:\"installed\";b:0;}i:513;a:22:{s:2:\"id\";s:3:\"549\";s:5:\"title\";s:17:\"Woo Liquid Slider\";s:5:\"alias\";s:17:\"woo-liquid-slider\";s:3:\"zip\";s:21:\"woo-liquid-slider.zip\";s:3:\"uid\";s:32:\"9f455f73675a73dbefe820288e994f27\";s:3:\"img\";s:28:\"woo-liquid-slider/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/woocommerce-liquid-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:236:\"<span class=\"ttm_content\">A WooCommerce slider using the BubbleMorph addon for an interesting liquid effect. Just set your categories and the slider will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";i:2;s:11:\"woocommerce\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-01-19 16:23:03\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:514;a:22:{s:2:\"id\";s:3:\"550\";s:5:\"title\";s:24:\"Woo Liquid Slider Static\";s:5:\"alias\";s:32:\"woocommerce-liquid-slider-static\";s:3:\"zip\";s:36:\"woocommerce-liquid-slider-static.zip\";s:3:\"uid\";s:32:\"5848192fea46ffee95a91aa531848e19\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/woocommerce-liquid-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:203:\"<span class=\"ttm_content\">A static content slider using the BubbleMorph addon for an interesting liquid effect. For WooCommerce, please use the \"non-static\" version.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-01-19 16:24:35\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:515;a:25:{s:2:\"id\";s:3:\"551\";s:5:\"title\";s:15:\"Woo Slider Pack\";s:5:\"alias\";s:15:\"woo-slider-pack\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:15:\"woo-slider-pack\";s:3:\"img\";s:34:\"packages/woosliderpack_dynamic.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A basic WooCommerce slider. Just set your categories and the slider will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:4:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:9:\"postbased\";i:3;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-20 09:34:45\";s:7:\"package\";s:15:\"Woo Slider Pack\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"45\";s:9:\"installed\";b:0;}i:516;a:25:{s:2:\"id\";s:3:\"552\";s:5:\"title\";s:22:\"Woo Slider Pack Static\";s:5:\"alias\";s:22:\"woo-slider-pack-static\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"woo-slider-pack-static\";s:3:\"img\";s:33:\"packages/woosliderpack_static.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A basic WooCommerce slider. Just set your categories and the slider will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-20 09:39:21\";s:7:\"package\";s:22:\"Woo Slider Pack Static\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"46\";s:9:\"installed\";b:0;}i:517;a:22:{s:2:\"id\";s:3:\"553\";s:5:\"title\";s:24:\"Creative Hero Collection\";s:5:\"alias\";s:24:\"creative-hero-collection\";s:3:\"zip\";s:28:\"creative-hero-collection.zip\";s:3:\"uid\";s:32:\"e20126d93d081055e5ff3f6981b971fa\";s:3:\"img\";s:35:\"creative-hero-collection/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/creative-hero-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:245:\"<span class=\"ttm_content\">A fantastic intro presentation for almost any website. If you want to use a single slide as a hero, simply drag it to the first position and set the layout of the module to \"scene\".</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:348:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-02-23 10:22:47\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:518;a:22:{s:2:\"id\";s:3:\"554\";s:5:\"title\";s:12:\"Photo Slider\";s:5:\"alias\";s:19:\"photographer-slider\";s:3:\"zip\";s:23:\"photographer-slider.zip\";s:3:\"uid\";s:32:\"e00104cff231e2aaeb149b3c63e78a5e\";s:3:\"img\";s:30:\"photographer-slider/slide1.jpg\";s:7:\"preview\";s:80:\"https://www.sliderrevolution.com/templates/photographer-and-videographer-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:169:\"<span class=\"ttm_content\">A great module for any photographer/videographer who wants to display their portfolio in an engaging way.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-02-23 10:25:31\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:519;a:22:{s:2:\"id\";s:3:\"555\";s:5:\"title\";s:18:\"Real Estate Slider\";s:5:\"alias\";s:17:\"realestate-slider\";s:3:\"zip\";s:21:\"realestate-slider.zip\";s:3:\"uid\";s:32:\"596effabfef768f0371cba2b1fdd0c1d\";s:3:\"img\";s:28:\"realestate-slider/slide1.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/real-estate-showcase-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:152:\"<span class=\"ttm_content\">Showcase your clients real estate offerings with this clean and convincing presentation.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-02-23 10:45:36\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:520;a:22:{s:2:\"id\";s:3:\"556\";s:5:\"title\";s:19:\"Saas Product Slider\";s:5:\"alias\";s:19:\"saas-product-slider\";s:3:\"zip\";s:23:\"saas-product-slider.zip\";s:3:\"uid\";s:32:\"3cf7809058f383425c5409aa1204335f\";s:3:\"img\";s:30:\"saas-product-slider/slide1.jpg\";s:7:\"preview\";s:63:\"https://www.sliderrevolution.com/templates/saas-product-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">Present your digital SaaS product with a modern design and stunning animations.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:349:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-02-23 10:49:44\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:521;a:25:{s:2:\"id\";s:3:\"557\";s:5:\"title\";s:27:\"Cinematic Wildlife Template\";s:5:\"alias\";s:27:\"cinematic-wildlife-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"cinematic-wildlife-template\";s:3:\"img\";s:39:\"packages/cinematic-wildlife-package.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/cinematic-wildlife-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">Easily create cinematic presentations with this photography-based slider, that features a convenient YouTube video popup.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-04-16 10:45:38\";s:7:\"package\";s:27:\"Cinematic Wildlife Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"47\";s:9:\"installed\";b:0;}i:522;a:25:{s:2:\"id\";s:3:\"558\";s:5:\"title\";s:25:\"Cinematic Wildlife Slider\";s:5:\"alias\";s:25:\"cinematic-wildlife-slider\";s:3:\"zip\";s:35:\"packs/cinematic-wildlife-slider.zip\";s:3:\"uid\";s:32:\"a37b04e221a845d6d446f4d70e815b87\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide1.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/cinematic-wildlife-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">Easily create cinematic presentations with this photography-based slider, that features a convenient YouTube video popup.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-04-16 10:47:01\";s:7:\"package\";s:27:\"Cinematic Wildlife Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"47\";s:9:\"installed\";b:0;}i:523;a:25:{s:2:\"id\";s:3:\"559\";s:5:\"title\";s:24:\"Cinematic Wildlife Modal\";s:5:\"alias\";s:24:\"cinematic-wildlife-modal\";s:3:\"zip\";s:34:\"packs/cinematic-wildlife-modal.zip\";s:3:\"uid\";s:32:\"636a6885199f684ad743167ceea70dc4\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide1.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/cinematic-wildlife-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">Easily create cinematic presentations with this photography-based slider, that features a convenient YouTube video popup.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-04-16 10:50:56\";s:7:\"package\";s:27:\"Cinematic Wildlife Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"47\";s:9:\"installed\";b:0;}i:524;a:22:{s:2:\"id\";s:3:\"560\";s:5:\"title\";s:32:\"Gaming Stats Presentation Slider\";s:5:\"alias\";s:32:\"gaming-stats-presentation-slider\";s:3:\"zip\";s:36:\"gaming-stats-presentation-slider.zip\";s:3:\"uid\";s:32:\"988df5050f2a45a108ef32518a725bf8\";s:3:\"img\";s:43:\"gaming-stats-presentation-slider/slide1.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/charts-addon-presentation-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.4.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:156:\"<span class=\"ttm_content\">Create interactive presentations and showcase statistics with unique and customizable charts</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:159:\"[{\"path\":\"revslider-charts-addon\\/revslider-charts-addon.php\",\"name\":\"Charts AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-04-29 09:50:58\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:525;a:22:{s:2:\"id\";s:3:\"561\";s:5:\"title\";s:31:\"Coffee Shop Split Screen Slider\";s:5:\"alias\";s:15:\"coffee-flavours\";s:3:\"zip\";s:19:\"coffee-flavours.zip\";s:3:\"uid\";s:32:\"63726447a6a614d8f53fbf6024fd3033\";s:3:\"img\";s:25:\"coffee-flavors/slide1.jpg\";s:7:\"preview\";s:75:\"https://www.sliderrevolution.com/templates/coffee-shop-split-screen-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.5.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">The animated elements and clean layout make this slider an eye-catcher for your coffee shop. With it\'s easy customizability, this template is perfect for showcasing any type of product!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-06-11 09:09:52\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:526;a:22:{s:2:\"id\";s:3:\"562\";s:5:\"title\";s:32:\"Modern Portfolio Showreel Slider\";s:5:\"alias\";s:15:\"showreel-slider\";s:3:\"zip\";s:19:\"showreel-slider.zip\";s:3:\"uid\";s:32:\"bced29a585e67153a1ed7608ddcdb69d\";s:3:\"img\";s:26:\"showreel-slider/slide1.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/modern-portfolio-showreel-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:216:\"<span class=\"ttm_content\">Showcase beautiful videos and photography with this clean looking slider with modern UI and effective typography. Perfect for any creative professional.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-06-11 09:14:43\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:527;a:22:{s:2:\"id\";s:3:\"563\";s:5:\"title\";s:23:\"Visual Art Forms Slider\";s:5:\"alias\";s:16:\"visual-art-forms\";s:3:\"zip\";s:20:\"visual-art-forms.zip\";s:3:\"uid\";s:32:\"4d57a5abf20bc4a615fe30837ac3ce1a\";s:3:\"img\";s:27:\"visual-art-forms/slide1.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/visual-art-forms-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.5.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:180:\"<span class=\"ttm_content\">Present just about anything with this highly flexible and modern looking slider, no matter what industry you are in.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-06-11 09:18:19\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:528;a:22:{s:2:\"id\";s:3:\"564\";s:5:\"title\";s:22:\"Background Effect Hero\";s:5:\"alias\";s:14:\"bg-effect-hero\";s:3:\"zip\";s:18:\"bg-effect-hero.zip\";s:3:\"uid\";s:32:\"55bb0fa5ac66ad84423fa704b701e1df\";s:3:\"img\";s:25:\"bg-effect-hero/slide1.jpg\";s:7:\"preview\";s:77:\"https://www.sliderrevolution.com/templates/background-effect-hero-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:224:\"<span class=\"ttm_content\">If you really want to stun your visitors with gorgeous gradients and dreamy transitions, <br />\r\nthis slider / hero module is exactly what you were looking for.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:697:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-08-09 10:45:50\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:529;a:22:{s:2:\"id\";s:3:\"565\";s:5:\"title\";s:26:\"Cyber Glitch Effect Slider\";s:5:\"alias\";s:9:\"cyberfunk\";s:3:\"zip\";s:13:\"cyberfunk.zip\";s:3:\"uid\";s:32:\"44fdc7e13074bdc46500972cd708c739\";s:3:\"img\";s:20:\"cyberfunk/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/cyber-glitch-effect-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">Dive into a futuristic, neon, cyber world with this amazing slider template featuring <br />\r\nglitch effect transitions and a typewriter effect.<br />\r\nThe custom navigation skin can be customized easily!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:355:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-08-09 10:51:54\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:530;a:22:{s:2:\"id\";s:3:\"566\";s:5:\"title\";s:30:\"Motion Blur Portfolio Showcase\";s:5:\"alias\";s:21:\"motion-blur-portfolio\";s:3:\"zip\";s:25:\"motion-blur-portfolio.zip\";s:3:\"uid\";s:32:\"28086bed49cfb241c7d40f91cd64e970\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide1.jpg\";s:7:\"preview\";s:74:\"https://www.sliderrevolution.com/templates/motion-blur-portfolio-showcase/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.5.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:238:\"<span class=\"ttm_content\">This clean showcase slider with an optional video popup is using a fancy motion blur transition!<br />\r\nPacked with a logo and menu its ready to visualize your wildest ideas.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:350:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-08-09 10:56:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:531;a:22:{s:2:\"id\";s:3:\"567\";s:5:\"title\";s:25:\"Portal Effect Hero Slider\";s:5:\"alias\";s:18:\"portal-effect-hero\";s:3:\"zip\";s:22:\"portal-effect-hero.zip\";s:3:\"uid\";s:32:\"87f5b64e44dc5b75bc1c7adbeb287ee9\";s:3:\"img\";s:29:\"portal-effect-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/portal-effect-hero-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.5.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:282:\"<span class=\"ttm_content\">This slider module can function as an impressive landing page or a striking product presentation anywhere on your WordPress website.<br />\r\nThe design already includes elements like a logo, menu and social media icons.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:183:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-08-09 11:08:18\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:532;a:22:{s:2:\"id\";s:3:\"568\";s:5:\"title\";s:22:\"Winery Timeline Slider\";s:5:\"alias\";s:15:\"winery-timeline\";s:3:\"zip\";s:19:\"winery-timeline.zip\";s:3:\"uid\";s:32:\"d2ccdaf0a5c73db21e8e8a3f6712e8bd\";s:3:\"img\";s:26:\"winery-timeline/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/winery-timeline-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:247:\"<span class=\"ttm_content\">Tell your own story with this fabulous timeline slider.<br />\r\nLogo and social icon design elements are already included if you want to use this template as a standalone landing page!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:350:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-08-09 11:13:39\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:533;a:25:{s:2:\"id\";s:3:\"569\";s:5:\"title\";s:25:\"Smart Living One Pager V1\";s:5:\"alias\";s:25:\"smart-living-one-pager-v1\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"smart-living-one-pager-v1\";s:3:\"img\";s:38:\"packages/Smart-Living-One-Pager-V1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:183:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-09-07 14:33:48\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:534;a:25:{s:2:\"id\";s:3:\"570\";s:5:\"title\";s:25:\"Smart Living One Pager V2\";s:5:\"alias\";s:25:\"smart-living-one-pager-v2\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"smart-living-one-pager-v2\";s:3:\"img\";s:38:\"packages/Smart-Living-One-Pager-V2.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:183:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-09-07 14:38:21\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:535;a:25:{s:2:\"id\";s:3:\"571\";s:5:\"title\";s:25:\"Smart Living One Pager V3\";s:5:\"alias\";s:25:\"smart-living-one-pager-v3\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"smart-living-one-pager-v3\";s:3:\"img\";s:38:\"packages/Smart-Living-One-Pager-V3.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:183:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-09-07 14:39:44\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:536;a:25:{s:2:\"id\";s:3:\"572\";s:5:\"title\";s:6:\"Menu 1\";s:5:\"alias\";s:6:\"menu-1\";s:3:\"zip\";s:16:\"packs/menu-1.zip\";s:3:\"uid\";s:32:\"6e5038d711f2ee8326c79c3a9e06ded4\";s:3:\"img\";s:17:\"menu-1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 14:41:12\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:537;a:25:{s:2:\"id\";s:3:\"573\";s:5:\"title\";s:6:\"Hero 1\";s:5:\"alias\";s:14:\"onepage-hero-1\";s:3:\"zip\";s:24:\"packs/onepage-hero-1.zip\";s:3:\"uid\";s:32:\"9f5fec6956bd2e1e1ecc553a8b7471b0\";s:3:\"img\";s:25:\"onepage-hero-1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:183:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-09-07 14:48:41\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:538;a:25:{s:2:\"id\";s:3:\"574\";s:5:\"title\";s:7:\"About 1\";s:5:\"alias\";s:6:\"about1\";s:3:\"zip\";s:16:\"packs/about1.zip\";s:3:\"uid\";s:32:\"fc4962093f61124101c05ceb506fa5d2\";s:3:\"img\";s:17:\"about1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 14:50:54\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:539;a:25:{s:2:\"id\";s:3:\"575\";s:5:\"title\";s:10:\"Services 1\";s:5:\"alias\";s:9:\"services1\";s:3:\"zip\";s:19:\"packs/services1.zip\";s:3:\"uid\";s:32:\"08f72a81aeb9afdaa57f544e4331a6da\";s:3:\"img\";s:20:\"services1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 14:52:41\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:540;a:25:{s:2:\"id\";s:3:\"576\";s:5:\"title\";s:10:\"Projects 1\";s:5:\"alias\";s:9:\"projects1\";s:3:\"zip\";s:19:\"packs/projects1.zip\";s:3:\"uid\";s:32:\"11ff60e82fcf47a6a2c6bdce3cc1d8f2\";s:3:\"img\";s:20:\"projects1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:01:48\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:541;a:25:{s:2:\"id\";s:3:\"577\";s:5:\"title\";s:8:\"Footer 1\";s:5:\"alias\";s:8:\"footer-1\";s:3:\"zip\";s:18:\"packs/footer-1.zip\";s:3:\"uid\";s:32:\"947fac99689a985c7f0f7dfec4311f6b\";s:3:\"img\";s:19:\"footer-1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:05:00\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:542;a:25:{s:2:\"id\";s:3:\"578\";s:5:\"title\";s:24:\"Explainer Block 1 Part 1\";s:5:\"alias\";s:23:\"explainer-block-1-part1\";s:3:\"zip\";s:33:\"packs/explainer-block-1-part1.zip\";s:3:\"uid\";s:32:\"731980bef0ea06263d05b286b5a75dfe\";s:3:\"img\";s:34:\"explainer-block-1-part1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:126:\"<span class=\"ttm_content\">An elegant slider for your website. Flexible and customizable.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:06:07\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:543;a:25:{s:2:\"id\";s:3:\"579\";s:5:\"title\";s:24:\"Explainer Block 1 Part 2\";s:5:\"alias\";s:23:\"explainer-block-1-part2\";s:3:\"zip\";s:33:\"packs/explainer-block-1-part2.zip\";s:3:\"uid\";s:32:\"ded730f13551f78b9a87b159b72d8ce8\";s:3:\"img\";s:34:\"explainer-block-1-part2/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:126:\"<span class=\"ttm_content\">An elegant slider for your website. Flexible and customizable.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:07:26\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:544;a:25:{s:2:\"id\";s:3:\"580\";s:5:\"title\";s:16:\"Projects Modal 1\";s:5:\"alias\";s:16:\"projects-modal-1\";s:3:\"zip\";s:26:\"packs/projects-modal-1.zip\";s:3:\"uid\";s:32:\"b17af2f4e21786711a2ce4ac0c4436ad\";s:3:\"img\";s:27:\"projects-modal-1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:08:26\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:545;a:25:{s:2:\"id\";s:3:\"581\";s:5:\"title\";s:6:\"Menu 2\";s:5:\"alias\";s:6:\"menu-2\";s:3:\"zip\";s:16:\"packs/menu-2.zip\";s:3:\"uid\";s:32:\"a8d103f753ee50d4f81aa4100df8b7f9\";s:3:\"img\";s:17:\"menu-2/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:20:20\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:546;a:25:{s:2:\"id\";s:3:\"582\";s:5:\"title\";s:6:\"Hero 2\";s:5:\"alias\";s:6:\"hero-2\";s:3:\"zip\";s:16:\"packs/hero-2.zip\";s:3:\"uid\";s:32:\"7e56900f8c4b6e12435b70e141accaa8\";s:3:\"img\";s:17:\"hero-2/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:183:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-09-07 15:27:59\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:547;a:25:{s:2:\"id\";s:3:\"583\";s:5:\"title\";s:10:\"Services 2\";s:5:\"alias\";s:10:\"services-2\";s:3:\"zip\";s:20:\"packs/services-2.zip\";s:3:\"uid\";s:32:\"da2d588b291a7754096ac77746ba1da5\";s:3:\"img\";s:34:\"services-2/services2-thumbnail.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:29:09\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:548;a:25:{s:2:\"id\";s:3:\"584\";s:5:\"title\";s:7:\"About 2\";s:5:\"alias\";s:7:\"about-2\";s:3:\"zip\";s:17:\"packs/about-2.zip\";s:3:\"uid\";s:32:\"8e9e84d1aec08de6e099473683bf0e57\";s:3:\"img\";s:18:\"about-2/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:30:15\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:549;a:25:{s:2:\"id\";s:3:\"585\";s:5:\"title\";s:10:\"Projects 2\";s:5:\"alias\";s:10:\"projects-2\";s:3:\"zip\";s:20:\"packs/projects-2.zip\";s:3:\"uid\";s:32:\"99bc6ca75f6d5e018701aef5f5b22b27\";s:3:\"img\";s:21:\"projects-2/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:32:06\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:550;a:25:{s:2:\"id\";s:3:\"586\";s:5:\"title\";s:8:\"Footer 2\";s:5:\"alias\";s:7:\"footer2\";s:3:\"zip\";s:17:\"packs/footer2.zip\";s:3:\"uid\";s:32:\"99df496d2fd9e897a2debb66958cb610\";s:3:\"img\";s:18:\"footer2/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:34:09\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:551;a:25:{s:2:\"id\";s:3:\"587\";s:5:\"title\";s:24:\"Explainer Block 2 Part 1\";s:5:\"alias\";s:23:\"explainer-block-2-part1\";s:3:\"zip\";s:33:\"packs/explainer-block-2-part1.zip\";s:3:\"uid\";s:32:\"aee4d41e9cf5f91ad69bfbe96d1dc1b8\";s:3:\"img\";s:34:\"explainer-block-2-part1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:35:48\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:552;a:25:{s:2:\"id\";s:3:\"588\";s:5:\"title\";s:24:\"Explainer Block 2 Part 2\";s:5:\"alias\";s:23:\"explainer-block-2-part2\";s:3:\"zip\";s:33:\"packs/explainer-block-2-part2.zip\";s:3:\"uid\";s:32:\"b12ac82484c5d2609994978f95026057\";s:3:\"img\";s:34:\"explainer-block-2-part2/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:37:05\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:553;a:25:{s:2:\"id\";s:3:\"589\";s:5:\"title\";s:16:\"Projects Modal 2\";s:5:\"alias\";s:16:\"projects-modal-2\";s:3:\"zip\";s:26:\"packs/projects-modal-2.zip\";s:3:\"uid\";s:32:\"ac164d7043a8958ae2931e4be54bf56e\";s:3:\"img\";s:27:\"projects-modal-2/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:38:22\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:554;a:25:{s:2:\"id\";s:3:\"590\";s:5:\"title\";s:6:\"Menu 3\";s:5:\"alias\";s:6:\"menu-3\";s:3:\"zip\";s:16:\"packs/menu-3.zip\";s:3:\"uid\";s:32:\"7300529d564642c76e61890cf0ef57cf\";s:3:\"img\";s:17:\"menu-3/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:42:03\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:555;a:25:{s:2:\"id\";s:3:\"591\";s:5:\"title\";s:6:\"Hero 3\";s:5:\"alias\";s:6:\"hero-3\";s:3:\"zip\";s:16:\"packs/hero-3.zip\";s:3:\"uid\";s:32:\"08db05794abf4e6c10788cbd423f92b2\";s:3:\"img\";s:17:\"hero-3/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:46:06\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:556;a:25:{s:2:\"id\";s:3:\"592\";s:5:\"title\";s:7:\"About 3\";s:5:\"alias\";s:7:\"about-3\";s:3:\"zip\";s:17:\"packs/about-3.zip\";s:3:\"uid\";s:32:\"dac01fc9b9d664f271e1ea6a1bbb850c\";s:3:\"img\";s:18:\"about-3/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:47:44\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:557;a:25:{s:2:\"id\";s:3:\"593\";s:5:\"title\";s:10:\"Services 3\";s:5:\"alias\";s:10:\"services-3\";s:3:\"zip\";s:20:\"packs/services-3.zip\";s:3:\"uid\";s:32:\"4bad1c4a765cef7d93d3c7e2a0e76b83\";s:3:\"img\";s:21:\"services-3/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:50:03\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:558;a:25:{s:2:\"id\";s:3:\"594\";s:5:\"title\";s:10:\"Projects 3\";s:5:\"alias\";s:10:\"projects-3\";s:3:\"zip\";s:20:\"packs/projects-3.zip\";s:3:\"uid\";s:32:\"e3337a84122e580679474dea8d7bf37c\";s:3:\"img\";s:21:\"projects-3/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:51:31\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:559;a:25:{s:2:\"id\";s:3:\"595\";s:5:\"title\";s:8:\"Footer 3\";s:5:\"alias\";s:8:\"footer-3\";s:3:\"zip\";s:18:\"packs/footer-3.zip\";s:3:\"uid\";s:32:\"524f4445a5565bf3ef1dcd7b2f0228cc\";s:3:\"img\";s:19:\"footer-3/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:53:03\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:560;a:25:{s:2:\"id\";s:3:\"596\";s:5:\"title\";s:24:\"Explainer Block 3 Part 1\";s:5:\"alias\";s:23:\"explainer-block-3-part1\";s:3:\"zip\";s:33:\"packs/explainer-block-3-part1.zip\";s:3:\"uid\";s:32:\"b1469a955fecb4e1d645a604804716de\";s:3:\"img\";s:34:\"explainer-block-3-part1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:54:20\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:561;a:25:{s:2:\"id\";s:3:\"597\";s:5:\"title\";s:24:\"Explainer Block 3 Part 2\";s:5:\"alias\";s:23:\"explainer-block-3-part2\";s:3:\"zip\";s:33:\"packs/explainer-block-3-part2.zip\";s:3:\"uid\";s:32:\"3faa6f1dc248ef2ba3d50cc60db557b1\";s:3:\"img\";s:34:\"explainer-block-3-part2/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:55:33\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:562;a:25:{s:2:\"id\";s:3:\"598\";s:5:\"title\";s:16:\"Projects Modal 3\";s:5:\"alias\";s:16:\"projects-modal-3\";s:3:\"zip\";s:26:\"packs/projects-modal-3.zip\";s:3:\"uid\";s:32:\"b22bb57c30e75bf7d7ba7d240a21b3fe\";s:3:\"img\";s:27:\"projects-modal-3/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:57:05\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:563;a:22:{s:2:\"id\";s:3:\"599\";s:5:\"title\";s:25:\"Urban Street Skate Slider\";s:5:\"alias\";s:25:\"urban-street-skate-slider\";s:3:\"zip\";s:29:\"urban-street-skate-slider.zip\";s:3:\"uid\";s:32:\"14b18e98ac51aa922a264b74518d6f25\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide1.jpg\";s:7:\"preview\";s:34:\"https://revolution.themepunch.com/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:233:\"<span class=\"ttm_content\">Create catchy presentations with sleek transitions, using this urban-themed slider. A template that\'s perfectly suitable for showcasing products and marketing campaigns!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:350:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-09-14 18:54:30\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:564;a:22:{s:2:\"id\";s:3:\"600\";s:5:\"title\";s:34:\"Fast Food Burger Restaurant Slider\";s:5:\"alias\";s:13:\"yummy-burgers\";s:3:\"zip\";s:17:\"yummy-burgers.zip\";s:3:\"uid\";s:32:\"3de3520af809748281f3aaa16d8c2222\";s:3:\"img\";s:24:\"yummy-burgers/slide1.jpg\";s:7:\"preview\";s:78:\"https://www.sliderrevolution.com/templates/fast-food-burger-restaurant-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:242:\"<span class=\"ttm_content\">Make your clients feel hungry with this tasty looking slider, featuring jaw dropping animations and smooth interactions! Easily customizable for showcasing food related products.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-10-11 12:47:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:565;a:25:{s:2:\"id\";s:3:\"601\";s:5:\"title\";s:37:\"Tattoo Event Website Template Package\";s:5:\"alias\";s:37:\"tattoo-event-website-template-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"tattoo-event-website-template-package\";s:3:\"img\";s:41:\"packages/tattoo_event_website_package.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/tattoo-event-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:330:\"<span class=\"ttm_content\">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:350:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-10-12 14:37:06\";s:7:\"package\";s:29:\"Tattoo Event Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"51\";s:9:\"installed\";b:0;}i:566;a:25:{s:2:\"id\";s:3:\"602\";s:5:\"title\";s:24:\"Tattoo Event Hero Slider\";s:5:\"alias\";s:24:\"tattoo-event-hero-slider\";s:3:\"zip\";s:34:\"packs/tattoo-event-hero-slider.zip\";s:3:\"uid\";s:32:\"3a4eb0f2f1de6b9a644d626c4472208b\";s:3:\"img\";s:35:\"tattoo-event-hero-slider/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/tattoo-event-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:330:\"<span class=\"ttm_content\">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:183:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-10-13 11:11:21\";s:7:\"package\";s:29:\"Tattoo Event Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"51\";s:9:\"installed\";b:0;}i:567;a:25:{s:2:\"id\";s:3:\"603\";s:5:\"title\";s:18:\"Tattoo Event About\";s:5:\"alias\";s:18:\"tattoo-event-about\";s:3:\"zip\";s:28:\"packs/tattoo-event-about.zip\";s:3:\"uid\";s:32:\"ae8aaf2b1aeb84036c35ac3d4a178ed6\";s:3:\"img\";s:29:\"tattoo-event-about/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/tattoo-event-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:330:\"<span class=\"ttm_content\">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-10-13 11:14:35\";s:7:\"package\";s:29:\"Tattoo Event Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"51\";s:9:\"installed\";b:0;}i:568;a:25:{s:2:\"id\";s:3:\"604\";s:5:\"title\";s:20:\"Tattoo Event Artists\";s:5:\"alias\";s:20:\"tattoo-event-artists\";s:3:\"zip\";s:30:\"packs/tattoo-event-artists.zip\";s:3:\"uid\";s:32:\"e11b6508214396963c856afc1b604e58\";s:3:\"img\";s:31:\"tattoo-event-artists/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/tattoo-event-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:330:\"<span class=\"ttm_content\">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:3:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-10-13 11:16:36\";s:7:\"package\";s:29:\"Tattoo Event Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"51\";s:9:\"installed\";b:0;}i:569;a:25:{s:2:\"id\";s:3:\"605\";s:5:\"title\";s:21:\"Tattoo Event Schedule\";s:5:\"alias\";s:21:\"tattoo-event-schedule\";s:3:\"zip\";s:31:\"packs/tattoo-event-schedule.zip\";s:3:\"uid\";s:32:\"73be4b953a719fc9abfadc447e88b906\";s:3:\"img\";s:32:\"tattoo-event-schedule/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/tattoo-event-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:330:\"<span class=\"ttm_content\">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:350:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-10-13 11:19:17\";s:7:\"package\";s:29:\"Tattoo Event Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"51\";s:9:\"installed\";b:0;}i:570;a:25:{s:2:\"id\";s:3:\"606\";s:5:\"title\";s:17:\"Tattoo Event News\";s:5:\"alias\";s:17:\"tattoo-event-news\";s:3:\"zip\";s:27:\"packs/tattoo-event-news.zip\";s:3:\"uid\";s:32:\"80eafaaaa2f1844cac7c5c1efb0912d1\";s:3:\"img\";s:28:\"tattoo-event-news/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/tattoo-event-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:330:\"<span class=\"ttm_content\">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-10-13 11:21:56\";s:7:\"package\";s:29:\"Tattoo Event Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"51\";s:9:\"installed\";b:0;}i:571;a:25:{s:2:\"id\";s:3:\"607\";s:5:\"title\";s:19:\"Tattoo Event Footer\";s:5:\"alias\";s:19:\"tattoo-event-footer\";s:3:\"zip\";s:29:\"packs/tattoo-event-footer.zip\";s:3:\"uid\";s:32:\"0c16f7290794f2e26566c8a8ca8f6493\";s:3:\"img\";s:30:\"tattoo-event-footer/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/tattoo-event-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:330:\"<span class=\"ttm_content\">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-10-13 11:23:18\";s:7:\"package\";s:29:\"Tattoo Event Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"51\";s:9:\"installed\";b:0;}i:572;a:25:{s:2:\"id\";s:3:\"608\";s:5:\"title\";s:24:\"Startup Website Template\";s:5:\"alias\";s:24:\"startup-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:24:\"startup-website-template\";s:3:\"img\";s:37:\"packages/startup-website-template.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/startup-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-11-03 09:29:34\";s:7:\"package\";s:24:\"Startup Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:573;a:25:{s:2:\"id\";s:3:\"609\";s:5:\"title\";s:12:\"Startup Menu\";s:5:\"alias\";s:12:\"startup-menu\";s:3:\"zip\";s:22:\"packs/startup-menu.zip\";s:3:\"uid\";s:32:\"10b7853c05d47a99e61a68ec7ef0a0ea\";s:3:\"img\";s:23:\"startup-menu/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/startup-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-11-03 09:32:41\";s:7:\"package\";s:24:\"Startup Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:574;a:25:{s:2:\"id\";s:3:\"610\";s:5:\"title\";s:12:\"Startup Hero\";s:5:\"alias\";s:12:\"startup-hero\";s:3:\"zip\";s:22:\"packs/startup-hero.zip\";s:3:\"uid\";s:32:\"7a41e68bac8bc7f937b7eb957e01eb11\";s:3:\"img\";s:23:\"startup-hero/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/startup-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-11-03 09:34:41\";s:7:\"package\";s:24:\"Startup Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:12:\"zindex=\"300\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:575;a:25:{s:2:\"id\";s:3:\"611\";s:5:\"title\";s:13:\"Startup About\";s:5:\"alias\";s:13:\"startup-about\";s:3:\"zip\";s:23:\"packs/startup-about.zip\";s:3:\"uid\";s:32:\"22a816ba986476a36fef3887ff4d1ea1\";s:3:\"img\";s:24:\"startup-about/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/startup-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-11-03 09:36:55\";s:7:\"package\";s:24:\"Startup Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:10:\"zindex=\"0\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:576;a:25:{s:2:\"id\";s:3:\"612\";s:5:\"title\";s:18:\"Startup Features 1\";s:5:\"alias\";s:18:\"startup-features-1\";s:3:\"zip\";s:28:\"packs/startup-features-1.zip\";s:3:\"uid\";s:32:\"4b0b7b8773ba30bdc58b862442155faa\";s:3:\"img\";s:29:\"startup-features-1/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/startup-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-11-03 09:39:11\";s:7:\"package\";s:24:\"Startup Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:12:\"zindex=\"300\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:577;a:25:{s:2:\"id\";s:3:\"613\";s:5:\"title\";s:18:\"Startup Features 2\";s:5:\"alias\";s:18:\"startup-features-2\";s:3:\"zip\";s:28:\"packs/startup-features-2.zip\";s:3:\"uid\";s:32:\"7a686556ca8c4355fea931b3e946a3d0\";s:3:\"img\";s:29:\"startup-features-2/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/startup-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-11-03 09:40:44\";s:7:\"package\";s:24:\"Startup Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:10:\"zindex=\"0\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:578;a:25:{s:2:\"id\";s:3:\"614\";s:5:\"title\";s:12:\"Startup Team\";s:5:\"alias\";s:12:\"startup-team\";s:3:\"zip\";s:22:\"packs/startup-team.zip\";s:3:\"uid\";s:32:\"7969f1f556fd276ec04dcbf49144d2f8\";s:3:\"img\";s:23:\"startup-team/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/startup-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-11-03 09:42:12\";s:7:\"package\";s:24:\"Startup Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:579;a:25:{s:2:\"id\";s:3:\"615\";s:5:\"title\";s:15:\"Startup Reviews\";s:5:\"alias\";s:15:\"startup-reviews\";s:3:\"zip\";s:25:\"packs/startup-reviews.zip\";s:3:\"uid\";s:32:\"4d5253028165c237cda5f42c3f721c09\";s:3:\"img\";s:26:\"startup-reviews/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/startup-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-11-03 09:43:42\";s:7:\"package\";s:24:\"Startup Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:12:\"zindex=\"300\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:580;a:25:{s:2:\"id\";s:3:\"616\";s:5:\"title\";s:11:\"Startup CTA\";s:5:\"alias\";s:11:\"startup-cta\";s:3:\"zip\";s:21:\"packs/startup-cta.zip\";s:3:\"uid\";s:32:\"bfe7cb2a94dd8292179e16a986cf2748\";s:3:\"img\";s:22:\"startup-cta/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/startup-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-11-03 09:45:02\";s:7:\"package\";s:24:\"Startup Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:581;a:25:{s:2:\"id\";s:3:\"617\";s:5:\"title\";s:14:\"Startup Footer\";s:5:\"alias\";s:14:\"startup-footer\";s:3:\"zip\";s:24:\"packs/startup-footer.zip\";s:3:\"uid\";s:32:\"d73466042d108699d366bf9cab2beaa8\";s:3:\"img\";s:25:\"startup-footer/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/startup-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-11-03 09:46:31\";s:7:\"package\";s:24:\"Startup Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:582;a:25:{s:2:\"id\";s:3:\"618\";s:5:\"title\";s:19:\"Startup Video Modal\";s:5:\"alias\";s:19:\"startup-video-modal\";s:3:\"zip\";s:29:\"packs/startup-video-modal.zip\";s:3:\"uid\";s:32:\"5fd53a8ad93456a152c25079f6437377\";s:3:\"img\";s:30:\"startup-video-modal/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/startup-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-11-03 09:47:44\";s:7:\"package\";s:24:\"Startup Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:583;a:25:{s:2:\"id\";s:3:\"619\";s:5:\"title\";s:32:\"Christmas Gift Card Landing Page\";s:5:\"alias\";s:32:\"christmas-gift-card-landing-page\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:32:\"christmas-gift-card-landing-page\";s:3:\"img\";s:45:\"packages/christmas-gift-card-landing-page.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/christmas-gift-card-landing-page/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:372:\"<span class=\"ttm_content\">Greet and thank your visitors in a creative way during the Christmas Holidays with this dynamic, two-part Christmas gift card landing page. Ideal for e-commerce websites that want to give special discounts during the holidays. The first module can also be used on it\'s own to bring xmas vibes to any website!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:9:\"specialfx\";}s:14:\"plugin_require\";s:509:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-12-08 12:05:33\";s:7:\"package\";s:32:\"Christmas Gift Card Landing Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"53\";s:9:\"installed\";b:0;}i:584;a:25:{s:2:\"id\";s:3:\"620\";s:5:\"title\";s:24:\"Christmas Landing Page 1\";s:5:\"alias\";s:24:\"christmas-landing-page-1\";s:3:\"zip\";s:34:\"packs/christmas-landing-page-1.zip\";s:3:\"uid\";s:32:\"17eb656138d076ca1dc2d9fa5cefb1b8\";s:3:\"img\";s:43:\"christmas-gift-card-landing-page/slide1.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/christmas-gift-card-landing-page/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:372:\"<span class=\"ttm_content\">Greet and thank your visitors in a creative way during the Christmas Holidays with this dynamic, two-part Christmas gift card landing page. Ideal for e-commerce websites that want to give special discounts during the holidays. The first module can also be used on it\'s own to bring xmas vibes to any website!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:9:\"specialfx\";}s:14:\"plugin_require\";s:509:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-12-08 12:08:37\";s:7:\"package\";s:32:\"Christmas Gift Card Landing Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"53\";s:9:\"installed\";b:0;}i:585;a:25:{s:2:\"id\";s:3:\"621\";s:5:\"title\";s:24:\"Christmas Landing Page 2\";s:5:\"alias\";s:24:\"christmas-landing-page-2\";s:3:\"zip\";s:34:\"packs/christmas-landing-page-2.zip\";s:3:\"uid\";s:32:\"ea0d2cfdba50c8060c66ee7b979c3b83\";s:3:\"img\";s:35:\"christmas-landing-page-2/slide1.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/christmas-gift-card-landing-page/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:372:\"<span class=\"ttm_content\">Greet and thank your visitors in a creative way during the Christmas Holidays with this dynamic, two-part Christmas gift card landing page. Ideal for e-commerce websites that want to give special discounts during the holidays. The first module can also be used on it\'s own to bring xmas vibes to any website!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:9:\"specialfx\";}s:14:\"plugin_require\";s:335:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-12-08 12:10:54\";s:7:\"package\";s:32:\"Christmas Gift Card Landing Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"53\";s:9:\"installed\";b:0;}i:586;a:22:{s:2:\"id\";s:3:\"622\";s:5:\"title\";s:12:\"Image Slider\";s:5:\"alias\";s:12:\"image-slider\";s:3:\"zip\";s:16:\"image-slider.zip\";s:3:\"uid\";s:32:\"85a8fcfa9220809176bd3d6bc70b4abf\";s:3:\"img\";s:24:\"image-slider/slide-1.jpg\";s:7:\"preview\";s:64:\"https://www.sliderrevolution.com/templates/newborn-image-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.12\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:213:\"<span class=\"ttm_content\">Get an instant \"wow\" from your visitors with this sleek background image slider, that includes a clean UI for easy navigation and smooth transitions.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:183:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-01-04 09:45:41\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:587;a:22:{s:2:\"id\";s:3:\"623\";s:5:\"title\";s:17:\"Full Width Slider\";s:5:\"alias\";s:17:\"full-width-slider\";s:3:\"zip\";s:21:\"full-width-slider.zip\";s:3:\"uid\";s:32:\"e2792804e7a1f3ec9806f6a6225a559d\";s:3:\"img\";s:28:\"full-width-slider/slide1.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/delicious-full-width-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:233:\"<span class=\"ttm_content\">We\'ve prepared something tasty for you. A delicious looking, responsive full width slider, with a wide range of use cases and a plethora of smart, UI navigation options.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:183:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-01-10 11:40:04\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:588;a:25:{s:2:\"id\";s:3:\"624\";s:5:\"title\";s:20:\"App Website Template\";s:5:\"alias\";s:20:\"app-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:20:\"app-website-template\";s:3:\"img\";s:33:\"packages/app-website-template.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:183:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-01-17 10:22:53\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:589;a:25:{s:2:\"id\";s:3:\"625\";s:5:\"title\";s:16:\"App Website Menu\";s:5:\"alias\";s:16:\"app-website-menu\";s:3:\"zip\";s:26:\"packs/app-website-menu.zip\";s:3:\"uid\";s:32:\"c3c100db368c091d01852df9851b9840\";s:3:\"img\";s:27:\"app-website-menu/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:183:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-01-17 10:26:14\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:590;a:25:{s:2:\"id\";s:3:\"626\";s:5:\"title\";s:16:\"App Website Hero\";s:5:\"alias\";s:16:\"app-website-hero\";s:3:\"zip\";s:26:\"packs/app-website-hero.zip\";s:3:\"uid\";s:32:\"4b42974b08f2923986932ed529974d6f\";s:3:\"img\";s:27:\"app-website-hero/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:183:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-01-17 10:29:00\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:13:\" zindex=\"300\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:591;a:25:{s:2:\"id\";s:3:\"627\";s:5:\"title\";s:20:\"App Download Buttons\";s:5:\"alias\";s:20:\"app-download-buttons\";s:3:\"zip\";s:30:\"packs/app-download-buttons.zip\";s:3:\"uid\";s:32:\"d5ecce65284cc95c506185e6f6291d55\";s:3:\"img\";s:31:\"app-download-buttons/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-17 10:31:22\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:592;a:25:{s:2:\"id\";s:3:\"628\";s:5:\"title\";s:17:\"App Website About\";s:5:\"alias\";s:17:\"app-website-about\";s:3:\"zip\";s:27:\"packs/app-website-about.zip\";s:3:\"uid\";s:32:\"984477b3ea7c943a7c6be78950754e3c\";s:3:\"img\";s:28:\"app-website-about/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-17 10:33:06\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:593;a:25:{s:2:\"id\";s:3:\"629\";s:5:\"title\";s:20:\"App Website Features\";s:5:\"alias\";s:20:\"app-website-features\";s:3:\"zip\";s:30:\"packs/app-website-features.zip\";s:3:\"uid\";s:32:\"206a0f73553c974ad86790fba6a13efd\";s:3:\"img\";s:31:\"app-website-features/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-17 10:35:08\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:594;a:25:{s:2:\"id\";s:3:\"630\";s:5:\"title\";s:21:\"App Website Video Cta\";s:5:\"alias\";s:21:\"app-website-video-cta\";s:3:\"zip\";s:31:\"packs/app-website-video-cta.zip\";s:3:\"uid\";s:32:\"19b2930f9cd9840dccbe94cb1cc435e2\";s:3:\"img\";s:32:\"app-website-video-cta/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:183:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-01-17 10:36:15\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:595;a:25:{s:2:\"id\";s:3:\"631\";s:5:\"title\";s:23:\"App Website Screenshots\";s:5:\"alias\";s:23:\"app-website-screenshots\";s:3:\"zip\";s:33:\"packs/app-website-screenshots.zip\";s:3:\"uid\";s:32:\"94ce8eeecb7ffad62adc2d29b203f9d2\";s:3:\"img\";s:34:\"app-website-screenshots/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-17 10:38:15\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:596;a:25:{s:2:\"id\";s:3:\"632\";s:5:\"title\";s:22:\"App Testimonials Title\";s:5:\"alias\";s:22:\"app-testimonials-title\";s:3:\"zip\";s:32:\"packs/app-testimonials-title.zip\";s:3:\"uid\";s:32:\"bea74fa6e180fe23007c3d215b1b0704\";s:3:\"img\";s:33:\"app-testimonials-title/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:183:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-01-17 10:40:21\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:597;a:25:{s:2:\"id\";s:3:\"633\";s:5:\"title\";s:24:\"App Website Testimonials\";s:5:\"alias\";s:24:\"app-website-testimonials\";s:3:\"zip\";s:34:\"packs/app-website-testimonials.zip\";s:3:\"uid\";s:32:\"e7438a870ac1007da4c7821056d511fc\";s:3:\"img\";s:35:\"app-website-testimonials/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-17 10:41:59\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:107:\" offset=\"t:-300px,-300px,-300px,-250px;b:0px,0px,0px,0px;l:0px,0px,0px,0px;r:0px,0px,0px,0px;\" zindex=\"300\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:598;a:25:{s:2:\"id\";s:3:\"634\";s:5:\"title\";s:16:\"App Website Team\";s:5:\"alias\";s:16:\"app-website-team\";s:3:\"zip\";s:26:\"packs/app-website-team.zip\";s:3:\"uid\";s:32:\"d9013f2968e43f696f8cc33fa3524071\";s:3:\"img\";s:27:\"app-website-team/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-17 10:43:40\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:94:\" offset=\"t:-350px,-350px,-350px,-300px;b:0px,0px,0px,0px;l:0px,0px,0px,0px;r:0px,0px,0px,0px;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:599;a:25:{s:2:\"id\";s:3:\"635\";s:5:\"title\";s:18:\"App Website Footer\";s:5:\"alias\";s:18:\"app-website-footer\";s:3:\"zip\";s:28:\"packs/app-website-footer.zip\";s:3:\"uid\";s:32:\"5e13126b929feb389f9e083f3476ec46\";s:3:\"img\";s:29:\"app-website-footer/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:183:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-01-17 10:45:12\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:600;a:25:{s:2:\"id\";s:3:\"636\";s:5:\"title\";s:15:\"App Video Modal\";s:5:\"alias\";s:15:\"app-video-modal\";s:3:\"zip\";s:25:\"packs/app-video-modal.zip\";s:3:\"uid\";s:32:\"7fe8115d0b6158c90fe92d1144ed7b01\";s:3:\"img\";s:26:\"app-video-modal/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-17 10:46:49\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:601;a:25:{s:2:\"id\";s:3:\"637\";s:5:\"title\";s:25:\"Testimonial Carousel Pack\";s:5:\"alias\";s:25:\"testimonial-carousel-pack\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"testimonial-carousel-pack\";s:3:\"img\";s:38:\"packages/testimonial-carousel-pack.jpg\";s:7:\"preview\";s:75:\"https://www.sliderrevolution.com/templates/testimonial-carousel-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:126:\"<span class=\"ttm_content\">An elegant slider for your website. Flexible and customizable.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-31 16:38:17\";s:7:\"package\";s:25:\"Testimonial Carousel Pack\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"55\";s:9:\"installed\";b:0;}i:602;a:25:{s:2:\"id\";s:3:\"638\";s:5:\"title\";s:22:\"Testimonial Carousel 1\";s:5:\"alias\";s:22:\"testimonial-carousel-1\";s:3:\"zip\";s:32:\"packs/testimonial-carousel-1.zip\";s:3:\"uid\";s:32:\"1cc1f92edb4edd47f880c0b4f77e343d\";s:3:\"img\";s:33:\"testimonial-carousel-1/slide1.jpg\";s:7:\"preview\";s:75:\"https://www.sliderrevolution.com/templates/testimonial-carousel-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">Want to show testimonials on your website ? We got you covered. Our testimonial carousel pack has 5 options to choose from with colours you can easily customise.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-31 16:41:02\";s:7:\"package\";s:25:\"Testimonial Carousel Pack\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"55\";s:9:\"installed\";b:0;}i:603;a:25:{s:2:\"id\";s:3:\"639\";s:5:\"title\";s:22:\"Testimonial Carousel 2\";s:5:\"alias\";s:22:\"testimonial-carousel-2\";s:3:\"zip\";s:32:\"packs/testimonial-carousel-2.zip\";s:3:\"uid\";s:32:\"b6ad1675b8d14c0ccc63ffc01b221aac\";s:3:\"img\";s:33:\"testimonial-carousel-2/slide1.jpg\";s:7:\"preview\";s:75:\"https://www.sliderrevolution.com/templates/testimonial-carousel-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">Want to show testimonials on your website ? We got you covered. Our testimonial carousel pack has 5 options to choose from with colours you can easily customise.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-31 16:43:25\";s:7:\"package\";s:25:\"Testimonial Carousel Pack\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"55\";s:9:\"installed\";b:0;}i:604;a:25:{s:2:\"id\";s:3:\"640\";s:5:\"title\";s:22:\"Testimonial Carousel 3\";s:5:\"alias\";s:22:\"testimonial-carousel-3\";s:3:\"zip\";s:32:\"packs/testimonial-carousel-3.zip\";s:3:\"uid\";s:32:\"cb4a72fb40fc400a71754f71b9bb2d6e\";s:3:\"img\";s:33:\"testimonial-carousel-3/slide1.jpg\";s:7:\"preview\";s:75:\"https://www.sliderrevolution.com/templates/testimonial-carousel-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">Want to show testimonials on your website ? We got you covered. Our testimonial carousel pack has 5 options to choose from with colours you can easily customise.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-31 16:46:01\";s:7:\"package\";s:25:\"Testimonial Carousel Pack\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"55\";s:9:\"installed\";b:0;}i:605;a:25:{s:2:\"id\";s:3:\"641\";s:5:\"title\";s:22:\"Testimonial Carousel 4\";s:5:\"alias\";s:22:\"testimonial-carousel-4\";s:3:\"zip\";s:32:\"packs/testimonial-carousel-4.zip\";s:3:\"uid\";s:32:\"bfca98d6b4042b38df044e9e2a6ca983\";s:3:\"img\";s:33:\"testimonial-carousel-4/slide1.jpg\";s:7:\"preview\";s:75:\"https://www.sliderrevolution.com/templates/testimonial-carousel-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">Want to show testimonials on your website ? We got you covered. Our testimonial carousel pack has 5 options to choose from with colours you can easily customise.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-31 16:47:57\";s:7:\"package\";s:25:\"Testimonial Carousel Pack\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"55\";s:9:\"installed\";b:0;}i:606;a:25:{s:2:\"id\";s:3:\"642\";s:5:\"title\";s:22:\"Testimonial Carousel 5\";s:5:\"alias\";s:22:\"testimonial-carousel-5\";s:3:\"zip\";s:32:\"packs/testimonial-carousel-5.zip\";s:3:\"uid\";s:32:\"4a9b9c72b51628e1343adde9bff3915f\";s:3:\"img\";s:33:\"testimonial-carousel-5/slide1.jpg\";s:7:\"preview\";s:75:\"https://www.sliderrevolution.com/templates/testimonial-carousel-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">Want to show testimonials on your website ? We got you covered. Our testimonial carousel pack has 5 options to choose from with colours you can easily customise.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-31 16:49:27\";s:7:\"package\";s:25:\"Testimonial Carousel Pack\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"55\";s:9:\"installed\";b:0;}i:607;a:22:{s:2:\"id\";s:3:\"643\";s:5:\"title\";s:28:\"Deep Dive Ocean Water Effect\";s:5:\"alias\";s:9:\"deep-dive\";s:3:\"zip\";s:13:\"deep-dive.zip\";s:3:\"uid\";s:32:\"5cc0599857b0108fe4e76adc7fbf9a16\";s:3:\"img\";s:20:\"deep-dive/slide1.jpg\";s:7:\"preview\";s:72:\"https://www.sliderrevolution.com/templates/deep-dive-ocean-water-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:267:\"<span class=\"ttm_content\">Take a dive into the ocean with this 3D Particles Animation template for Slider Revolution.<br>\r\nThe scroll-based interaction makes this hero module an absolute eye-catcher for any ocean-related website.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:9:\"specialfx\";}s:14:\"plugin_require\";s:178:\"[{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-02-09 09:23:47\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:608;a:22:{s:2:\"id\";s:3:\"644\";s:5:\"title\";s:22:\"Particle Wave Showcase\";s:5:\"alias\";s:22:\"particle-wave-showcase\";s:3:\"zip\";s:26:\"particle-wave-showcase.zip\";s:3:\"uid\";s:32:\"1c9ac477fd636078d1812d8d98060899\";s:3:\"img\";s:33:\"particle-wave-showcase/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/particle-wave-showcase/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:307:\"<span class=\"ttm_content\">Is your website missing that one unique design element to set it apart from your competition? The Particle Wave addon for Slider Revolution enables you to add interactive, 3D particles background animation effects that will amaze your clients!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:9:\"specialfx\";}s:14:\"plugin_require\";s:178:\"[{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-02-09 09:30:08\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:609;a:22:{s:2:\"id\";s:3:\"645\";s:5:\"title\";s:17:\"Video Hero Header\";s:5:\"alias\";s:17:\"video-hero-header\";s:3:\"zip\";s:21:\"video-hero-header.zip\";s:3:\"uid\";s:32:\"f6a715d4b10e0746f7eb5100836ba1ab\";s:3:\"img\";s:28:\"video-hero-header/slide1.jpg\";s:7:\"preview\";s:61:\"https://www.sliderrevolution.com/templates/video-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:288:\"<span class=\"ttm_content\">Get ahead with this modern, futuristic video hero header with colorful gradients and a polygon particle wave.<br>\r\nShowcase the highlights of your tech-related business website with a video button that demands to be clicked.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:9:\"specialfx\";}s:14:\"plugin_require\";s:345:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-02-09 09:33:10\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:610;a:22:{s:2:\"id\";s:3:\"646\";s:5:\"title\";s:28:\"Solar System Showcase Slider\";s:5:\"alias\";s:28:\"solar-system-showcase-slider\";s:3:\"zip\";s:32:\"solar-system-showcase-slider.zip\";s:3:\"uid\";s:32:\"40f7b26ea7f8228d40e8e9cf0f34b5e8\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide1.jpg\";s:7:\"preview\";s:72:\"https://www.sliderrevolution.com/templates/solar-system-showcase-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:233:\"<span class=\"ttm_content\">Want to amaze your users ? Look no further. Showcase products, images or anything you can think of with this highly capable and easily customisable full screen slider. </span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:360:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-02-09 09:50:27\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:611;a:22:{s:2:\"id\";s:3:\"647\";s:5:\"title\";s:26:\"Optic Shop Showcase Slider\";s:5:\"alias\";s:26:\"Optic-shop-showcase-slider\";s:3:\"zip\";s:30:\"Optic-shop-showcase-slider.zip\";s:3:\"uid\";s:32:\"01509228c996ad45c2179d03654f499b\";s:3:\"img\";s:37:\"Optic-shop-showcase-slider/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/optic-shop-showcase-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.16\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">This image slider is the perfect showcase for any optic shop, utilizing the blur effect in a brilliant way. It\'s not just made for your optic showcase but also a great fit for any modern product presentation.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-02-16 16:41:07\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:612;a:22:{s:2:\"id\";s:3:\"648\";s:5:\"title\";s:27:\"WordPress Charts And Graphs\";s:5:\"alias\";s:24:\"charts-template-showcase\";s:3:\"zip\";s:28:\"charts-template-showcase.zip\";s:3:\"uid\";s:32:\"4ae2fe61830f96c6c5b316368c1ad2c6\";s:3:\"img\";s:35:\"charts-template-showcase/slide1.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/wordpress-charts-and-graphs/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.17\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">Who says data has to look boring? With our WordPress charts addon, you can create eye-catching sliders and hero sections with interactive and stunning-looking charts.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:341:\"[{\"path\":\"revslider-charts-addon\\/revslider-charts-addon.php\",\"name\":\"Charts AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-03-03 15:55:16\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:613;a:25:{s:2:\"id\";s:3:\"649\";s:5:\"title\";s:31:\"Fashion Website Slider Template\";s:5:\"alias\";s:31:\"fashion-website-slider-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"fashion-website-slider-template\";s:3:\"img\";s:35:\"packages/fashion-website-slider.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/fashion-website-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.19\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:251:\"<span class=\"ttm_content\">A fashion slider that\'s not just for fashion! This template is suitable for any image-based marketing campaign and also comes with a fullscreen gallery carousel modal to show more images.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-03-14 13:00:36\";s:7:\"package\";s:22:\"Fashion Website Slider\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"56\";s:9:\"installed\";b:0;}i:614;a:25:{s:2:\"id\";s:3:\"650\";s:5:\"title\";s:22:\"Fashion Website Slider\";s:5:\"alias\";s:22:\"fashion-website-slider\";s:3:\"zip\";s:32:\"packs/fashion-website-slider.zip\";s:3:\"uid\";s:32:\"8fb8379f47346173fa0dd402dda37360\";s:3:\"img\";s:33:\"fashion-website-slider/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/fashion-website-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.19\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:251:\"<span class=\"ttm_content\">A fashion slider that\'s not just for fashion! This template is suitable for any image-based marketing campaign and also comes with a fullscreen gallery carousel modal to show more images.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-03-14 13:04:56\";s:7:\"package\";s:22:\"Fashion Website Slider\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"56\";s:9:\"installed\";b:0;}i:615;a:25:{s:2:\"id\";s:3:\"651\";s:5:\"title\";s:28:\"Fashion Website Slider Modal\";s:5:\"alias\";s:28:\"fashion-website-slider-modal\";s:3:\"zip\";s:38:\"packs/fashion-website-slider-modal.zip\";s:3:\"uid\";s:32:\"788f34043b6a5fcbfa5fc1c3322fb502\";s:3:\"img\";s:39:\"fashion-website-slider-modal/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/fashion-website-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.19\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:251:\"<span class=\"ttm_content\">A fashion slider that\'s not just for fashion! This template is suitable for any image-based marketing campaign and also comes with a fullscreen gallery carousel modal to show more images.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-03-14 13:08:21\";s:7:\"package\";s:22:\"Fashion Website Slider\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"56\";s:9:\"installed\";b:0;}}s:6:\"slides\";a:593:{s:16:\"classic-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"classic-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"classic-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"classic-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"classic-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"classic-carousel/slide5.jpg\";}}s:13:\"classicslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"classicslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"classicslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"classicslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"classicslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"classicslider/slide5.jpg\";}}s:11:\"contenttabs\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contenttabs/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contenttabs/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contenttabs/slide3.jpg\";}}s:13:\"facebook-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"facebook-feed/slide1.jpg\";}}s:7:\"fashion\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"fashion/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"fashion/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"fashion/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"fashion/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"fashion/slide5.jpg\";}}s:14:\"flickr-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"flickr-gallery/slide1.jpg\";}}s:3:\"gym\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"gym/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:14:\"gym/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:14:\"gym/slide3.jpg\";}}s:18:\"highlight-carousel\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-carousel/slide4.jpg\";}}s:18:\"highlight-showcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-showcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-showcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-showcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-showcase/slide4.jpg\";}}s:10:\"image-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"imagehero/slide1.jpg\";}}s:13:\"insta-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"insta-gallery/slide1.jpg\";}}s:19:\"levanorestaurantbar\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"levanorestaurantbar/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"levanorestaurantbar/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"levanorestaurantbar/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"levanorestaurantbar/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"levanorestaurantbar/slide5.jpg\";}}s:11:\"mainfeature\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"mainfeature/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"mainfeature/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"mainfeature/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"mainfeature/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"mainfeature/slide7.jpg\";}}s:17:\"media-gallery-two\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"media-gallery-two/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"media-gallery-two/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"media-gallery-two/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"media-gallery-two/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"media-gallery-two/slide6.jpg\";}}s:23:\"media-carousel-autoplay\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide6.jpg\";}}s:21:\"news-background-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"news-bg-video/slide1.jpg\";}}s:12:\"news-gallery\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"news-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"news-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"news-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"news-gallery/slide4.jpg\";}}s:23:\"news-gallery-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"news-gallery-post-based/slide1.jpg\";}}s:9:\"news-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"news-hero/slide1.jpg\";}}s:10:\"news-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"news-video/slide1.jpg\";}}s:15:\"newsletter-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"newsletter-hero/slide1.jpg\";}}s:10:\"notgeneric\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"notgeneric/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"notgeneric/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"notgeneric/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"notgeneric/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"notgeneric/slide5.jpg\";}}s:11:\"photography\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"photography/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"photography/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"photography/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"photography/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:22:\"photography/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:22:\"photography/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"photography/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:22:\"photography/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:22:\"photography/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:23:\"photography/slide10.jpg\";}}s:20:\"photography-carousel\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"photography-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"photography-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"photography-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"photography-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"photography-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"photography-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:31:\"photography-carousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:31:\"photography-carousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:31:\"photography-carousel/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:32:\"photography-carousel/slide10.jpg\";}}s:16:\"search-form-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"search-form-hero/slide1.jpg\";}}s:16:\"showcasecarousel\";a:9:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"showcasecarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"showcasecarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"showcasecarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"showcasecarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"showcasecarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"showcasecarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"showcasecarousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:27:\"showcasecarousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:27:\"showcasecarousel/slide9.jpg\";}}s:11:\"sports-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"sportshero/slide1.jpg\";}}s:12:\"twitter-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"twitter-feed/slide1.jpg\";}}s:13:\"vimeo-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"vimeo-gallery/slide1.jpg\";}}s:9:\"vimeohero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"vimeohero/slide1.jpg\";}}s:16:\"web-product-dark\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"web-product-dark/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"web-product-dark/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"web-product-dark/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"web-product-dark/slide4.jpg\";}}s:21:\"web-product-dark-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"web-product-dark-hero/slide1.jpg\";}}s:22:\"web-product-light-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"web-product-light-hero/slide1.jpg\";}}s:15:\"webproductlight\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"webproductlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"webproductlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"webproductlight/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"webproductlight/slide4.jpg\";}}s:15:\"youtube-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"youtube-gallery/slide1.jpg\";}}s:11:\"youtubehero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"youtubehero/slide1.jpg\";}}s:13:\"scroll-effect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"scrolleffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"scrolleffect/slide3.jpg\";}}s:12:\"content-zoom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contentzoom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contentzoom/slide3.jpg\";}}s:13:\"food-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"foodcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"foodcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"foodcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"foodcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"foodcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"foodcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"foodcarousel/slide7.jpg\";}}s:14:\"rotating-words\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";}}s:22:\"travel-static-captions\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"travel-static-captions/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"travel-static-captions/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"travel-static-captions/slide4.jpg\";}}s:7:\"concept\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"concept/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"concept/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"concept/slide3.jpg\";}}s:17:\"fullscreen-button\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"fullscreen-button/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"fullscreen-button/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"fullscreen-button/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"fullscreen-button/slide5.jpg\";}}s:15:\"creativefreedom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"creativefreedom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"creativefreedom/slide3.jpg\";}}s:13:\"parallaxscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";}}s:15:\"slidingoverlays\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"slidingoverlays/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"slidingoverlays/slide3.jpg\";}}s:25:\"web-product-light-hero-3d\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";}}s:6:\"woobig\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";}}s:16:\"woocommercesmall\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";}}s:10:\"finedining\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";}}s:12:\"agency-intro\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";}}s:7:\"ourteam\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"ourteam/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"ourteam/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"ourteam/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"ourteam/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"ourteam/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:18:\"ourteam/slide7.jpg\";}}s:17:\"our-team-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"ourteamcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"ourteamcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"ourteamcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"ourteamcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"ourteamcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:26:\"ourteamcarousel/slide7.jpg\";}}s:13:\"betteryoutube\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"betteryoutube/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"betteryoutube/slide3.jpg\";}}s:19:\"agencywebsiteheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"agencywebsiteheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"agencywebsiteheader/slide3.jpg\";}}s:10:\"comingsoon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"comingsoon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"comingsoon/slide3.jpg\";}}s:9:\"snowscene\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowscene/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowscene/slide3.jpg\";}}s:8:\"rockband\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";}}s:16:\"sleeklandingpage\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"sleeklandingpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"sleeklandingpage/slide3.jpg\";}}s:14:\"applandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";}}s:9:\"deskscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";}}s:15:\"cleannewsslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"cleannewsslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"cleannewsslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"cleannewsslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"cleannewsslider/slide5.jpg\";}}s:12:\"imagegallery\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"imagegallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"imagegallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"imagegallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"imagegallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"imagegallery/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"imagegallery/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:23:\"imagegallery/slide8.jpg\";}}s:19:\"standard-wp-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";}}s:21:\"clean-news-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";}}s:21:\"interactivewhiteboard\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"interactivewhiteboard/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"interactivewhiteboard/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"interactivewhiteboard/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"interactivewhiteboard/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"interactivewhiteboard/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"interactivewhiteboard/slide8.jpg\";}}s:10:\"innovation\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"innovation/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"innovation/slide3.jpg\";}}s:24:\"dark-fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";}}s:21:\"dark-fullsite-block-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";}}s:27:\"dark-fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide2.jpg\";}}s:30:\"dark-fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide2.jpg\";}}s:30:\"dark-fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide5.jpg\";}}s:34:\"dark-fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";}}s:29:\"dark-fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";}}s:28:\"dark-fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";}}s:19:\"fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";}}s:15:\"fullsite-block1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";}}s:22:\"fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide2.jpg\";}}s:25:\"fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide2.jpg\";}}s:25:\"fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide5.jpg\";}}s:29:\"fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";}}s:24:\"fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";}}s:23:\"fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";}}s:11:\"techjournal\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"techjournal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"techjournal/slide3.jpg\";}}s:13:\"cardealership\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"cardealership/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"cardealership/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"cardealership/slide4.jpg\";}}s:14:\"fullscreenmenu\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"fullscreenmenu/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"fullscreenmenu/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"fullscreenmenu/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"fullscreenmenu/slide5.jpg\";}}s:17:\"creativefrontpage\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"creativefrontpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"creativefrontpage/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"creativefrontpage/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"creativefrontpage/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"creativefrontpage/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:28:\"creativefrontpage/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:28:\"creativefrontpage/slide8.jpg\";}}s:19:\"websitebuilder-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";}}s:19:\"websitebuilder-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";}}s:22:\"websitebuilder-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";}}s:23:\"websitebuilder-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";}}s:23:\"websitebuilder-discover\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"websitebuilder-discover/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"websitebuilder-discover/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"websitebuilder-discover/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"websitebuilder-discover/slide5.jpg\";}}s:21:\"websitebuilder-slider\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"websitebuilder-slider/slide2.jpg\";}}s:27:\"websitebuilder-calltoaction\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";}}s:21:\"websitebuilder-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";}}s:13:\"focusparallax\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"focusparallax/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"focusparallax/slide3.jpg\";}}s:7:\"duotone\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"duotone/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"duotone/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"duotone/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"duotone/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"duotone/slide6.jpg\";}}s:6:\"r_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";}}s:5:\"rhero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";}}s:7:\"r_about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";}}s:10:\"r_products\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"r_products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"r_products/slide3.jpg\";}}s:6:\"r_info\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";}}s:17:\"inspirationheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";}}s:13:\"magazineposts\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"magazineposts/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"magazineposts/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"magazineposts/slide4.jpg\";}}s:17:\"explorationheader\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"explorationheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"explorationheader/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"explorationheader/slide4.jpg\";}}s:16:\"typewritereffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"typewritereffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"typewritereffect/slide3.jpg\";}}s:15:\"blendmodeheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";}}s:17:\"themeplicity_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";}}s:19:\"themeplicity_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";}}s:18:\"themeplicity_offer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";}}s:21:\"themeplicity_whatwedo\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";}}s:21:\"themeplicity_projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"themeplicity_projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"themeplicity_projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"themeplicity_projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:32:\"themeplicity_projects/slide5.jpg\";s:3:\"img\";s:7:\"Slide 5\";}}s:23:\"themeplicity_whatsgreat\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";}}s:19:\"themeplicity_tables\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";}}s:24:\"themeplicity_contactform\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";}}s:19:\"themeplicity_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";}}s:17:\"NiceAndClean_Menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";}}s:19:\"NiceAndClean_Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";}}s:21:\"NiceAndClean_Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";}}s:18:\"NiceAndClean_About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";}}s:18:\"niceandclean_video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";}}s:23:\"niceandclean_highlights\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";}}s:21:\"NiceAndClean_Projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide5.jpg\";}}s:23:\"niceandclean_textblocks\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";}}s:20:\"niceandclean_callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";}}s:19:\"niceandclean_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";}}s:3:\"80s\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"80s/slide1.jpg\";}}s:10:\"blurslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"blurslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"blurslider/slide3.jpg\";}}s:15:\"ComingSoonAddon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";}}s:9:\"snowaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowaddon/slide3.jpg\";}}s:19:\"particle-effect-one\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"particle-effect-one/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"particle-effect-one/slide3.jpg\";}}s:19:\"particle-effect-two\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";}}s:21:\"particle-effect-three\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";}}s:15:\"portfolioviewer\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"portfolioviewer/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"portfolioviewer/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"portfolioviewer/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"portfolioviewer/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"portfolioviewer/slide6.jpg\";}}s:11:\"appshowcase\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";}}s:13:\"gravitydesign\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";}}s:12:\"404errorpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";}}s:15:\"carouselgallery\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"carouselgallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"carouselgallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"carouselgallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"carouselgallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"carouselgallery/slide6.jpg\";}}s:9:\"filmstrip\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"filmstrip/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"filmstrip/slide3.jpg\";}}s:10:\"spaceopera\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"spaceopera/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"spaceopera/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"spaceopera/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"spaceopera/slide5.jpg\";}}s:12:\"websiteintro\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"websiteintro/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"websiteintro/slide3.jpg\";}}s:12:\"maskshowcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"maskshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"maskshowcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"maskshowcase/slide4.jpg\";}}s:18:\"parallaxzoomslices\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"parallaxzoomslices/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"parallaxzoomslices/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"parallaxzoomslices/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"parallaxzoomslices/slide5.jpg\";}}s:20:\"doubleexposureeffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"doubleexposureeffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"doubleexposureeffect/slide3.jpg\";}}s:22:\"mountainparallaxheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";}}s:12:\"goodnewsmenu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";}}s:14:\"goodnewsheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"goodnewsheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"goodnewsheader/slide3.jpg\";}}s:16:\"goodnewswhatshot\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";}}s:16:\"goodnewsfeatured\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";}}s:17:\"goodnewsspotlight\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"goodnewsspotlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"goodnewsspotlight/slide3.jpg\";}}s:16:\"goodnewscarousel\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"goodnewscarousel/slide2.jpg\";}}s:15:\"goodnewscallout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";}}s:14:\"goodnewsfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";}}s:16:\"goodnewsmenuback\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";}}s:18:\"goodnewsblogheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";}}s:19:\"goodnewsblogcontent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";}}s:20:\"goodnewstestimonials\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"goodnewstestimonials/slide2.jpg\";}}s:18:\"goodnewsblogfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";}}s:17:\"beforeafterslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"beforeafterslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"beforeafterslider/slide3.jpg\";}}s:15:\"productshowcase\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"productshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"productshowcase/slide3.jpg\";}}s:22:\"overexposuretransition\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"overexposuretransition/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"overexposuretransition/slide3.jpg\";}}s:14:\"parallaxscroll\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";}}s:11:\"techco-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";}}s:13:\"techco-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";}}s:12:\"techco-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";}}s:15:\"techco-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";}}s:12:\"techco-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";}}s:13:\"techco-prices\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";}}s:19:\"techco-testimonials\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"techco-testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"techco-testimonials/slide3.jpg\";}}s:13:\"techco-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";}}s:7:\"weather\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"weather/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"weather/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"weather/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"weather/slide4.jpg\";}}s:11:\"360panorama\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"360panorama/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"360panorama/slide3.jpg\";}}s:14:\"duotone-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"duotone-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"duotone-add-on/slide3.jpg\";}}s:13:\"reveal-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"reveal-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"reveal-add-on/slide3.jpg\";}}s:16:\"band-tour-poster\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/band-tour-poster/slide1.png\";}}s:14:\"brewery-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide3.png\";}}s:9:\"burgerbar\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide3.png\";}}s:19:\"burger-bar-portrait\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide3.png\";}}s:8:\"car-rent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"smartcontent/car-rent/slide1.png\";}}s:6:\"coffee\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"smartcontent/coffee/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"smartcontent/coffee/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"smartcontent/coffee/slide3.png\";}}s:14:\"holiday-advert\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/holiday-advert/slide1.png\";}}s:18:\"iphone-cases-light\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"smartcontent/iphone-cases-light/slide1.png\";}}s:7:\"medical\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"smartcontent/medical/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"smartcontent/medical/slide2.png\";}}s:13:\"mexican-grill\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide3.png\";}}s:20:\"mobile-retail-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide3.png\";}}s:14:\"money-exchange\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide3.png\";}}s:28:\"restaurant-menu-first-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-first-screen/slide1.png\";}}s:29:\"restaurant-menu-second-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:53:\"smartcontent/restaurant-menu-second-screen/slide1.png\";}}s:28:\"restaurant-menu-third-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-third-screen/slide1.png\";}}s:11:\"shoes-store\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide3.png\";}}s:20:\"supermarket-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide3.png\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide4.png\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide5.png\";}}s:16:\"travel-insurance\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/travel-insurance/slide1.png\";}}s:12:\"cryptoslider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"cryptoslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"cryptoslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"cryptoslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"cryptoslider/slide4.jpg\";}}s:16:\"immersion_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion_header/slide1.jpg\";}}s:19:\"immersion-mountains\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"immersion-mountains/slide1.jpg\";}}s:17:\"immersion-product\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"immersion-product/slide1.jpg\";}}s:16:\"immersion-design\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion-design/slide1.jpg\";}}s:21:\"immersion-photography\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"immersion-photography/slide1.jpg\";}}s:14:\"immersion-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"immersion-grid/slide1.jpg\";}}s:11:\"funkyslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"funkyslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"funkyslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"funkyslider/slide3.jpg\";}}s:14:\"clearview_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"clearview_menu/slide1.jpg\";}}s:16:\"clearview_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"clearview_header/slide1.jpg\";}}s:17:\"clearview_mission\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clearview_mission/slide1.jpg\";}}s:17:\"clear-view-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clear-view-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"clear-view-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"clear-view-slider/slide3.jpg\";}}s:15:\"clear-view-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"clear-view-news/slide1.jpg\";}}s:18:\"clear-view-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-clients/slide1.jpg\";}}s:18:\"clear-view-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-contact/slide1.jpg\";}}s:22:\"clear-view-single-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-menu/slide1.jpg\";}}s:24:\"clear-view-single-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"clear-view-single-header/slide1.jpg\";}}s:23:\"clear-view-single-media\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"clear-view-single-media/slide1.jpg\";}}s:22:\"clear-view-single-more\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-more/slide1.jpg\";}}s:25:\"clear-view-single-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"clear-view-single-contact/slide1.jpg\";}}s:16:\"cleanlandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"cleanlandingpage/slide1.jpg\";}}s:8:\"clearcut\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"clearcut/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:19:\"clearcut/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:19:\"clearcut/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:19:\"clearcut/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:19:\"clearcut/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:19:\"clearcut/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:19:\"clearcut/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:19:\"clearcut/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:19:\"clearcut/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:20:\"clearcut/slide10.jpg\";}}s:17:\"wonderstruck_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"wonderstruck_menu/slide1.jpg\";}}s:19:\"wonderstruck_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"wonderstruck_header/slide1.jpg\";}}s:18:\"wonderstruck_about\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"wonderstruck_about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"wonderstruck_about/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"wonderstruck_about/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"wonderstruck_about/slide4.jpg\";}}s:18:\"wonderstruck-works\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"wonderstruck-works/slide1.jpg\";}}s:20:\"wonderstruck-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"wonderstruck-contact/slide1.jpg\";}}s:11:\"bubblemorph\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"bubblemorph/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"bubblemorph/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"bubblemorph/slide3.jpg\";}}s:15:\"distortionaddon\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"distortionaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"distortionaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"distortionaddon/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"distortionaddon/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"distortionaddon/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"distortionaddon/slide6.jpg\";}}s:9:\"clubflyer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"clubflyer/slide1.jpg\";}}s:15:\"paintbrushaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"paintbrushaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"paintbrushaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"paintbrushaddon/slide3.jpg\";}}s:15:\"parallax_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"parallax_header/slide1.jpg\";}}s:16:\"parallax_content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"parallax_content/slide1.jpg\";}}s:15:\"parallax_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"parallax_footer/slide1.jpg\";}}s:12:\"le-chef-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"le-chef-menu/slide1.jpg\";}}s:14:\"le-chef-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"le-chef-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"le-chef-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"le-chef-header/slide3.jpg\";}}s:18:\"le-chef-philosophy\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"le-chef-philosophy/slide1.jpg\";}}s:12:\"le-chef-food\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"le-chef-food/slide1.jpg\";}}s:16:\"le-chef-la-carte\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"le-chef-la-carte/slide1.jpg\";}}s:14:\"le-chef-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"le-chef-footer/slide1.jpg\";}}s:20:\"news-magazine-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"news-magazine-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"news-magazine-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"news-magazine-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"news-magazine-slider/slide4.jpg\";}}s:18:\"real-estate-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"real-estate-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"real-estate-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"real-estate-slider/slide3.jpg\";}}s:14:\"fashion-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"fashion-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"fashion-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"fashion-header/slide3.jpg\";}}s:13:\"seasonaloffer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"seasonaloffer/slide1.jpg\";}}s:18:\"barber-shop-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"barber-shop-header/slide1.jpg\";}}s:23:\"barber-shop-mobile-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"barber-shop-mobile-menu/slide1.jpg\";}}s:24:\"barber-shop-first-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"barber-shop-first-screen/slide1.jpg\";}}s:17:\"barber-shop-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"barber-shop-about/slide1.jpg\";}}s:20:\"barber-shop-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"barber-shop-services/slide1.jpg\";}}s:19:\"barber-shop-barbers\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"barber-shop-barbers/slide1.jpg\";}}s:20:\"barber-shop-contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"barber-shop-contacts/slide1.jpg\";}}s:18:\"barber-shop-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"barber-shop-footer/slide1.jpg\";}}s:21:\"fitness-club-template\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"fitness-club-template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"fitness-club-template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"fitness-club-template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"fitness-club-template/slide4.jpg\";}}s:13:\"soccer-school\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"soccer-school/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"soccer-school/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"soccer-school/slide3.jpg\";}}s:19:\"music-band-template\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"music-band-template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"music-band-template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"music-band-template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"music-band-template/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"music-band-template/slide5.jpg\";}}s:15:\"restaurant-menu\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"restaurant-menu/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"restaurant-menu/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"restaurant-menu/slide3.jpg\";}}s:16:\"cinematic-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"cinematic-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"cinematic-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"cinematic-slider/slide3.jpg\";}}s:17:\"3d-parallax-cubes\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide3.jpg\";}}s:13:\"medicare-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"medicare-menu/slide1.jpg\";}}s:15:\"medicare-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"medicare-header/slide1.jpg\";}}s:14:\"medicare-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"medicare-about/slide1.jpg\";}}s:18:\"medicare-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"medicare-highlight/slide1.jpg\";}}s:17:\"medicare-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"medicare-services/slide1.jpg\";}}s:16:\"medicare-doctors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"medicare-doctors/slide1.jpg\";}}s:17:\"medicare-research\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"medicare-research/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"medicare-research/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"medicare-research/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"medicare-research/slide4.jpg\";}}s:18:\"medicare-whychoose\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"medicare-whychoose/slide1.jpg\";}}s:16:\"medicare-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"medicare-contact/slide1.jpg\";}}s:15:\"medicare-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"medicare-footer/slide1.jpg\";}}s:11:\"coffee-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"coffee-menu/slide1.jpg\";}}s:13:\"coffee-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-header/slide1.jpg\";}}s:17:\"coffee-philosophy\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"coffee-philosophy/slide1.jpg\";}}s:12:\"coffee-carte\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"coffee-carte/slide1.jpg\";}}s:13:\"coffee-teaser\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-teaser/slide1.jpg\";}}s:13:\"coffee-findus\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-findus/slide1.jpg\";}}s:13:\"coffee-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-footer/slide1.jpg\";}}s:17:\"minimal-portfolio\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"minimal-portfolio/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"minimal-portfolio/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"minimal-portfolio/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"minimal-portfolio/slide4.jpg\";}}s:23:\"minimal-portfolio-modal\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide7.jpg\";}}s:11:\"angled-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"angled-menu/slide1.jpg\";}}s:13:\"angled-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"angled-header/slide1.jpg\";}}s:11:\"angled-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"angled-news/slide1.jpg\";}}s:15:\"angled-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"angled-services/slide1.jpg\";}}s:14:\"angled-success\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"angled-success/slide1.jpg\";}}s:13:\"angled-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"angled-footer/slide1.jpg\";}}s:20:\"angled-content-modal\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"angled-content-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"angled-content-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"angled-content-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"angled-content-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"angled-content-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"angled-content-modal/slide6.jpg\";}}s:13:\"big-bold-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"big-bold-menu/slide1.jpg\";}}s:15:\"big-bold-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-bold-header/slide1.jpg\";}}s:16:\"big-bold-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"big-bold-content/slide1.jpg\";}}s:13:\"big-bold-blog\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"big-bold-blog/slide1.jpg\";}}s:18:\"big-bold-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"big-bold-highlight/slide1.jpg\";}}s:15:\"big-bold-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-bold-footer/slide1.jpg\";}}s:7:\"Retouch\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"Retouch/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"Retouch/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"Retouch/slide3.jpg\";}}s:11:\"tech-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"tech-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"tech-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"tech-slider/slide3.jpg\";}}s:11:\"peak-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"peak-header/slide1.jpg\";}}s:10:\"peak-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"peak-about/slide1.jpg\";}}s:14:\"peak-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"peak-portfolio/slide1.jpg\";}}s:11:\"peak-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"peak-footer/slide1.jpg\";}}s:17:\"portfolio-welcome\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"portfolio-welcome/slide1.jpg\";}}s:15:\"portfolio-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"portfolio-about/slide1.jpg\";}}s:21:\"portfolio-works-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"portfolio-works-title/slide1.jpg\";}}s:23:\"portfolio-works-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"portfolio-works-content/slide1.jpg\";}}s:18:\"portfolio-contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"portfolio-contacts/slide1.jpg\";}}s:18:\"App-Studio-Welcome\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"App-Studio-Welcome/slide1.jpg\";}}s:19:\"App-Studio-Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"App-Studio-Services/slide1.jpg\";}}s:16:\"App-Studio-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"App-Studio-About/slide1.jpg\";}}s:19:\"App-Studio-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"App-Studio-Contacts/slide1.jpg\";}}s:14:\"cube-animation\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"cube-animation/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"cube-animation/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"cube-animation/slide3.jpg\";}}s:10:\"basic-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"basic-menu/slide1.jpg\";}}s:12:\"basic-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"basic-header/slide1.jpg\";}}s:13:\"basic-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"basic-content/slide1.jpg\";}}s:14:\"basic-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"basic-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"basic-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"basic-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"basic-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"basic-carousel/slide5.jpg\";}}s:13:\"basic-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"basic-callout/slide1.jpg\";}}s:10:\"basic-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"basic-grid/slide1.jpg\";}}s:17:\"basic-video-block\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"basic-video-block/slide1.jpg\";}}s:12:\"basic-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"basic-footer/slide1.jpg\";}}s:14:\"basic-lightbox\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"basic-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"basic-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"basic-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"basic-lightbox/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"basic-lightbox/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:25:\"basic-lightbox/slide6.jpg\";}}s:13:\"nature-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"nature-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"nature-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"nature-slider/slide3.jpg\";}}s:11:\"art-gallery\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"art-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"art-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"art-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"art-gallery/slide4.jpg\";}}s:19:\"Construction-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Construction-Header/slide1.jpg\";}}s:17:\"Construction-Home\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Construction-Home/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"Construction-Home/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"Construction-Home/slide3.jpg\";}}s:21:\"Construction-Projects\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Projects/slide1.jpg\";}}s:20:\"Construction-History\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Construction-History/slide1.jpg\";}}s:21:\"Construction-Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Services/slide1.jpg\";}}s:21:\"Construction-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Contacts/slide1.jpg\";}}s:21:\"404-Error-Space-Theme\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"404-Error-Space-Theme/slide1.jpg\";}}s:17:\"landing-page-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"landing-page-hero/slide1.jpg\";}}s:21:\"landing-page-features\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"landing-page-features/slide1.jpg\";}}s:20:\"landing-page-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"landing-page-callout/slide1.jpg\";}}s:20:\"landing-page-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"landing-page-content/slide1.jpg\";}}s:25:\"landing-page-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"landing-page-testimonials/slide1.jpg\";}}s:27:\"landing-page-call-to-action\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"landing-page-call-to-action/slide1.jpg\";}}s:17:\"landing-page-help\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"landing-page-help/slide1.jpg\";}}s:19:\"landing-page-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"landing-page-footer/slide1.jpg\";}}s:24:\"landing-page-price-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"landing-page-price-modal/slide1.jpg\";}}s:18:\"energy-drinks-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"energy-drinks-hero/slide1.jpg\";}}s:19:\"energy-drinks-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-about/slide1.jpg\";}}s:21:\"energy-drinks-product\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"energy-drinks-product/slide1.jpg\";}}s:23:\"energy-drinks-product-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"energy-drinks-product-2/slide1.jpg\";}}s:23:\"energy-drinks-product-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"energy-drinks-product-3/slide1.jpg\";}}s:19:\"energy-drinks-order\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-order/slide1.jpg\";}}s:20:\"energy-drinks-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"energy-drinks-footer/slide1.jpg\";}}s:19:\"energy-drinks-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-modal/slide1.jpg\";}}s:16:\"Corporate-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Corporate-Header/slide1.jpg\";}}s:24:\"Corporate-Welcome-Screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"Corporate-Welcome-Screen/slide1.jpg\";}}s:15:\"Corporate-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-About/slide1.jpg\";}}s:19:\"Corporate-Portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Corporate-Portfolio/slide1.jpg\";}}s:15:\"Corporate-Chart\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-Chart/slide1.jpg\";}}s:14:\"Corporate-News\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";}}s:16:\"Corporate-Hiring\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";}}s:22:\"Corporate-Testimonials\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide3.jpg\";}}s:15:\"Corporate-Store\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-Store/slide1.jpg\";}}s:17:\"Corporate-Support\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Corporate-Support/slide1.jpg\";}}s:14:\"Corporate-Team\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-Team/slide1.jpg\";}}s:33:\"Corporate-Selected-Projects-Title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"Corporate-Selected-Projects-Title/slide1.jpg\";}}s:27:\"Corporate-Selected-Projects\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide7.jpg\";}}s:17:\"Corporate-Clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Corporate-Clients/slide1.jpg\";}}s:20:\"Corporate-Text-Block\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Corporate-Text-Block/slide1.jpg\";}}s:20:\"Corporate-Mobile-App\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Corporate-Mobile-App/slide1.jpg\";}}s:18:\"Corporate-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Corporate-Contacts/slide1.jpg\";}}s:16:\"Corporate-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Corporate-Footer/slide1.jpg\";}}s:23:\"Corporate-Scroll-To-Top\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"Corporate-Scroll-To-Top/slide1.jpg\";}}s:14:\"geometric-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-menu/slide1.jpg\";}}s:14:\"geometric-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-hero/slide1.jpg\";}}s:14:\"geometric-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-grid/slide1.jpg\";}}s:15:\"geometric-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"geometric-about/slide1.jpg\";}}s:15:\"geometric-texts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"geometric-texts/slide1.jpg\";}}s:18:\"geometric-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"geometric-services/slide1.jpg\";}}s:17:\"geometric-texts-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"geometric-texts-2/slide1.jpg\";}}s:22:\"geometric-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"geometric-testimonials/slide1.jpg\";}}s:16:\"geometric-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"geometric-footer/slide1.jpg\";}}s:18:\"geometric-lightbox\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"geometric-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"geometric-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"geometric-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"geometric-lightbox/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"geometric-lightbox/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:29:\"geometric-lightbox/slide6.jpg\";}}s:11:\"brutal-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"brutal-menu/slide1.jpg\";}}s:11:\"brutal-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"brutal-hero/slide1.jpg\";}}s:12:\"brutal-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"brutal-about/slide1.jpg\";}}s:16:\"brutal-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"brutal-highlight/slide1.jpg\";}}s:15:\"brutal-projects\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"brutal-projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"brutal-projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"brutal-projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"brutal-projects/slide4.jpg\";}}s:15:\"brutal-services\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"brutal-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"brutal-services/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"brutal-services/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"brutal-services/slide4.jpg\";}}s:14:\"brutal-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"brutal-callout/slide1.jpg\";}}s:13:\"brutal-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"brutal-footer/slide1.jpg\";}}s:13:\"Church-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Header/slide1.jpg\";}}s:22:\"Church-Upcoming-Events\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide3.jpg\";}}s:12:\"Church-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"Church-About/slide1.jpg\";}}s:14:\"Church-Pastors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Church-Pastors/slide1.jpg\";}}s:20:\"Church-Photo-Gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Church-Photo-Gallery/slide1.jpg\";}}s:16:\"Church-Community\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Church-Community/slide1.jpg\";}}s:13:\"Church-Sermon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Sermon/slide1.jpg\";}}s:15:\"Church-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Church-Contacts/slide1.jpg\";}}s:13:\"Church-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Footer/slide1.jpg\";}}s:19:\"Church-Light-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Header/slide1.jpg\";}}s:28:\"Church-Light-Upcoming-Events\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide3.jpg\";}}s:18:\"Church-Light-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Church-Light-About/slide1.jpg\";}}s:20:\"Church-Light-Pastors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Church-Light-Pastors/slide1.jpg\";}}s:26:\"Church-Light-Photo-Gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"Church-Light-Photo-Gallery/slide1.jpg\";}}s:22:\"Church-Light-Community\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Church-Light-Community/slide1.jpg\";}}s:19:\"Church-Light-Sermon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Sermon/slide1.jpg\";}}s:21:\"Church-Light-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Church-Light-Contacts/slide1.jpg\";}}s:19:\"Church-Light-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Footer/slide1.jpg\";}}s:13:\"rockable-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rockable-menu/slide1.jpg\";}}s:13:\"rockable-hero\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rockable-hero/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"rockable-hero/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"rockable-hero/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"rockable-hero/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"rockable-hero/slide5.jpg\";}}s:15:\"rockable-lineup\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"rockable-lineup/slide1.jpg\";}}s:17:\"rockable-lineup-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"rockable-lineup-2/slide1.jpg\";}}s:22:\"rockable-gallery-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"rockable-gallery-title/slide1.jpg\";}}s:16:\"rockable-gallery\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"rockable-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"rockable-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"rockable-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"rockable-gallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"rockable-gallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"rockable-gallery/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"rockable-gallery/slide7.jpg\";}}s:17:\"rockable-sponsors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"rockable-sponsors/slide1.jpg\";}}s:15:\"rockable-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"rockable-footer/slide1.jpg\";}}s:21:\"rockable-detail-modal\";a:18:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:11;a:2:{s:5:\"title\";s:8:\"Slide 12\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:12;a:2:{s:5:\"title\";s:8:\"Slide 13\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:13;a:2:{s:5:\"title\";s:8:\"Slide 14\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:14;a:2:{s:5:\"title\";s:8:\"Slide 15\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:15;a:2:{s:5:\"title\";s:8:\"Slide 16\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:16;a:2:{s:5:\"title\";s:8:\"Slide 17\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:17;a:2:{s:5:\"title\";s:8:\"Slide 18\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}}s:23:\"rockable-detail-modal-2\";a:18:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:11;a:2:{s:5:\"title\";s:8:\"Slide 12\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:12;a:2:{s:5:\"title\";s:8:\"Slide 13\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:13;a:2:{s:5:\"title\";s:8:\"Slide 14\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:14;a:2:{s:5:\"title\";s:8:\"Slide 15\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:15;a:2:{s:5:\"title\";s:8:\"Slide 16\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:16;a:2:{s:5:\"title\";s:8:\"Slide 17\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:17;a:2:{s:5:\"title\";s:8:\"Slide 18\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}}s:27:\"real-estate-showcase-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide3.jpg\";}}s:16:\"isometric-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"isometric-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"isometric-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"isometric-slider/slide3.jpg\";}}s:17:\"E-Commerce-Slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide3.jpg\";}}s:23:\"E-Commerce-Slider-Modal\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide3.jpg\";}}s:27:\"Woo-Commerce-Slider-Dynamic\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide3.jpg\";}}s:15:\"blooming-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"blooming-header/slide1.jpg\";}}s:14:\"blooming-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"blooming-about/slide1.jpg\";}}s:18:\"blooming-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"blooming-portfolio/slide1.jpg\";}}s:22:\"blooming-wedding-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-wedding-title/slide1.jpg\";}}s:25:\"blooming-wedding-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide6.jpg\";}}s:21:\"blooming-wedding-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-wedding-text/slide1.jpg\";}}s:22:\"blooming-parties-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-parties-title/slide1.jpg\";}}s:25:\"blooming-parties-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide6.jpg\";}}s:21:\"blooming-parties-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-parties-text/slide1.jpg\";}}s:22:\"blooming-funeral-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-funeral-title/slide1.jpg\";}}s:23:\"blooming-funeral-slider\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide6.jpg\";}}s:21:\"blooming-funeral-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-funeral-text/slide1.jpg\";}}s:16:\"blooming-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"blooming-contact/slide1.jpg\";}}s:13:\"particle-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"particle-hero/slide1.jpg\";}}s:17:\"bubble-morph-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"bubble-morph-hero/slide1.jpg\";}}s:13:\"parallax-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"parallax-hero/slide1.jpg\";}}s:10:\"video-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"video-hero/slide1.jpg\";}}s:14:\"ken-burns-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"ken-burns-hero/slide1.jpg\";}}s:21:\"basic-hero-collection\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"basic-hero-collection/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"basic-hero-collection/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"basic-hero-collection/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"basic-hero-collection/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"basic-hero-collection/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"basic-hero-collection/slide6.jpg\";}}s:19:\"launching-very-soon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"launching-very-soon/slide1.jpg\";}}s:18:\"Under-Construction\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Under-Construction/slide1.jpg\";}}s:15:\"Particle-Effect\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Particle-Effect/slide1.jpg\";}}s:17:\"Particle-Effect-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Particle-Effect-2/slide1.jpg\";}}s:10:\"stark-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"stark-menu/slide1.jpg\";}}s:12:\"stark-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"stark-header/slide1.jpg\";}}s:13:\"stark-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"stark-content/slide1.jpg\";}}s:14:\"stark-carousel\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"stark-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"stark-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"stark-carousel/slide3.jpg\";}}s:15:\"stark-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"stark-portfolio/slide1.jpg\";}}s:22:\"stark-portfolio-detail\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide6.jpg\";}}s:13:\"stark-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"stark-contact/slide1.jpg\";}}s:12:\"stark-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"stark-footer/slide1.jpg\";}}s:16:\"stark-newsletter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"stark-newsletter/slide1.jpg\";}}s:15:\"big-summer-sale\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-summer-sale/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"big-summer-sale/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"big-summer-sale/slide3.jpg\";}}s:18:\"traveller-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"traveller-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"traveller-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"traveller-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"traveller-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"traveller-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:29:\"traveller-carousel/slide6.jpg\";}}s:16:\"project-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"project-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"project-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"project-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"project-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"project-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"project-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"project-carousel/slide7.jpg\";}}s:13:\"news-carousel\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"news-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"news-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"news-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"news-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"news-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:24:\"news-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:24:\"news-carousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:24:\"news-carousel/slide8.jpg\";}}s:10:\"story-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"story-menu/slide1.jpg\";}}s:12:\"story-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"story-header/slide1.jpg\";}}s:13:\"story-block-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-1/slide1.jpg\";}}s:15:\"story-content-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-1/slide1.jpg\";}}s:13:\"story-block-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-2/slide1.jpg\";}}s:13:\"story-block-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-3/slide1.jpg\";}}s:15:\"story-content-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-2/slide1.jpg\";}}s:13:\"story-block-4\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-4/slide1.jpg\";}}s:15:\"story-content-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-3/slide1.jpg\";}}s:12:\"mini-website\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"mini-website/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"mini-website/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"mini-website/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"mini-website/slide4.jpg\";}}s:13:\"food-delivery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"food-delivery/slide1.jpg\";}}s:25:\"slider-with-illustrations\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"slider-with-illustrations/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"slider-with-illustrations/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"slider-with-illustrations/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"slider-with-illustrations/slide4.jpg\";}}s:8:\"zen-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"zen-menu/slide1.jpg\";}}s:10:\"zen-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"zen-header/slide1.jpg\";}}s:9:\"zen-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"zen-about/slide1.jpg\";}}s:12:\"zen-features\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"zen-features/slide1.jpg\";}}s:9:\"zen-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"zen-video/slide1.jpg\";}}s:11:\"zen-pricing\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"zen-pricing/slide1.jpg\";}}s:22:\"zen-testimonials-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"zen-testimonials-title/slide1.jpg\";}}s:16:\"zen-testimonials\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"zen-testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"zen-testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"zen-testimonials/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"zen-testimonials/slide4.jpg\";}}s:10:\"zen-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"zen-footer/slide1.jpg\";}}s:17:\"Paintbrush-Effect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide3.jpg\";}}s:25:\"black-friday-scroll-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"black-friday-scroll-video/slide1.jpg\";}}s:12:\"charity-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"charity-menu/slide1.jpg\";}}s:14:\"charity-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"charity-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"charity-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"charity-header/slide3.jpg\";}}s:15:\"charity-mission\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"charity-mission/slide1.jpg\";}}s:13:\"charity-funds\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"charity-funds/slide1.jpg\";}}s:15:\"charity-success\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"charity-success/slide1.jpg\";}}s:15:\"charity-stories\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"charity-stories/slide1.jpg\";}}s:16:\"charity-worldmap\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"charity-worldmap/slide1.jpg\";}}s:19:\"charity-large-image\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"charity-large-image/slide1.jpg\";}}s:16:\"charity-sponsors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"charity-sponsors/slide1.jpg\";}}s:12:\"charity-help\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"charity-help/slide1.jpg\";}}s:14:\"charity-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"charity-footer/slide1.jpg\";}}s:21:\"cinematic-hero-titles\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"cinematic-hero-titles/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"cinematic-hero-titles/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"cinematic-hero-titles/slide3.jpg\";}}s:23:\"design-dna-scroll-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"design-dna-scroll-video/slide1.jpg\";}}s:27:\"food-delivery-lottie-scroll\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"food-delivery-lottie-scroll/slide1.jpg\";}}s:20:\"food-recipe-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"food-recipe-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"food-recipe-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"food-recipe-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"food-recipe-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"food-recipe-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"food-recipe-carousel/slide6.jpg\";}}s:17:\"food-recipe-modal\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"food-recipe-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"food-recipe-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"food-recipe-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"food-recipe-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"food-recipe-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"food-recipe-modal/slide6.jpg\";}}s:27:\"corporate-carousel-template\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"packages/corporate_carousel_bundle.jpg\";}}s:18:\"corporate-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"corporate-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"corporate-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"corporate-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"corporate-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"corporate-carousel/slide5.jpg\";}}s:18:\"corporate-lightbox\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"corporate-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"corporate-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"corporate-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"corporate-lightbox/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"corporate-lightbox/slide5.jpg\";}}s:23:\"cyber-carousel-template\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"packages/cybercarousel_bundle.jpg\";}}s:14:\"cyber-carousel\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"cyber-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"cyber-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"cyber-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"cyber-carousel/slide4.jpg\";}}s:23:\"cyber-carousel-lightbox\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"cyber-carousel-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"cyber-carousel-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"cyber-carousel-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"cyber-carousel-lightbox/slide4.jpg\";}}s:24:\"woocommerce-carousel-one\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"woocommerce-carousel-one/slide1.jpg\";}}s:31:\"woocommerce-carousel-one-static\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide6.jpg\";}}s:24:\"woocommerce-carousel-two\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"woocommerce-carousel-two/slide1.jpg\";}}s:31:\"woocommerce-carousel-two-static\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide6.jpg\";}}s:26:\"woocommerce-feature-slider\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"woocommerce-feature-slider/slide1.jpg\";}}s:33:\"woocommerce-feature-slider-static\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide6.jpg\";}}s:17:\"woo-liquid-slider\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"woo-liquid-slider/slide1.jpg\";}}s:32:\"woocommerce-liquid-slider-static\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide6.jpg\";}}s:15:\"woo-slider-pack\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"packages/woosliderpack_dynamic.jpg\";}}s:22:\"woo-slider-pack-static\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"packages/woosliderpack_static.jpg\";}}s:24:\"creative-hero-collection\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"creative-hero-collection/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"creative-hero-collection/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"creative-hero-collection/slide3.jpg\";}}s:19:\"photographer-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"photographer-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"photographer-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"photographer-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"photographer-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"photographer-slider/slide5.jpg\";}}s:17:\"realestate-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"realestate-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"realestate-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"realestate-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"realestate-slider/slide4.jpg\";}}s:19:\"saas-product-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"saas-product-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"saas-product-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"saas-product-slider/slide3.jpg\";}}s:27:\"cinematic-wildlife-template\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"packages/cinematic-wildlife-package.jpg\";}}s:25:\"cinematic-wildlife-slider\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide7.jpg\";}}s:24:\"cinematic-wildlife-modal\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide7.jpg\";}}s:32:\"gaming-stats-presentation-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"gaming-stats-presentation-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:43:\"gaming-stats-presentation-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:43:\"gaming-stats-presentation-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:43:\"gaming-stats-presentation-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:43:\"gaming-stats-presentation-slider/slide5.jpg\";}}s:15:\"coffee-flavours\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"coffee-flavors/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"coffee-flavors/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"coffee-flavors/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"coffee-flavors/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"coffee-flavors/slide5.jpg\";}}s:15:\"showreel-slider\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"showreel-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"showreel-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"showreel-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"showreel-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"showreel-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"showreel-slider/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:26:\"showreel-slider/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:26:\"showreel-slider/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:26:\"showreel-slider/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:27:\"showreel-slider/slide10.jpg\";}}s:16:\"visual-art-forms\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"visual-art-forms/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"visual-art-forms/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"visual-art-forms/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"visual-art-forms/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"visual-art-forms/slide5.jpg\";}}s:14:\"bg-effect-hero\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"bg-effect-hero/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"bg-effect-hero/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"bg-effect-hero/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"bg-effect-hero/slide4.jpg\";}}s:9:\"cyberfunk\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"cyberfunk/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"cyberfunk/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"cyberfunk/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:20:\"cyberfunk/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:20:\"cyberfunk/slide5.jpg\";}}s:21:\"motion-blur-portfolio\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide8.jpg\";}}s:18:\"portal-effect-hero\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"portal-effect-hero/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"portal-effect-hero/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"portal-effect-hero/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"portal-effect-hero/slide4.jpg\";}}s:15:\"winery-timeline\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"winery-timeline/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"winery-timeline/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"winery-timeline/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"winery-timeline/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"winery-timeline/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"winery-timeline/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:26:\"winery-timeline/slide7.jpg\";}}s:25:\"smart-living-one-pager-v1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"packages/Smart-Living-One-Pager-V1.jpg\";}}s:25:\"smart-living-one-pager-v2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"packages/Smart-Living-One-Pager-V2.jpg\";}}s:25:\"smart-living-one-pager-v3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"packages/Smart-Living-One-Pager-V3.jpg\";}}s:6:\"menu-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"menu-1/slide1.jpg\";}}s:14:\"onepage-hero-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"onepage-hero-1/slide1.jpg\";}}s:6:\"about1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"about1/slide1.jpg\";}}s:9:\"services1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"services1/slide1.jpg\";}}s:9:\"projects1\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"projects1/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"projects1/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"projects1/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:20:\"projects1/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:20:\"projects1/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:20:\"projects1/slide6.jpg\";}}s:8:\"footer-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"footer-1/slide1.jpg\";}}s:23:\"explainer-block-1-part1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"explainer-block-1-part1/slide1.jpg\";}}s:23:\"explainer-block-1-part2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"explainer-block-1-part2/slide1.jpg\";}}s:16:\"projects-modal-1\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"projects-modal-1/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"projects-modal-1/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"projects-modal-1/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"projects-modal-1/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"projects-modal-1/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"projects-modal-1/slide6.jpg\";}}s:6:\"menu-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"menu-2/slide1.jpg\";}}s:6:\"hero-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"hero-2/slide1.jpg\";}}s:10:\"services-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"services-2/services2-thumbnail.jpg\";}}s:7:\"about-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"about-2/slide1.jpg\";}}s:10:\"projects-2\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"projects-2/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"projects-2/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"projects-2/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"projects-2/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"projects-2/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:21:\"projects-2/slide6.jpg\";}}s:7:\"footer2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"footer2/slide1.jpg\";}}s:23:\"explainer-block-2-part1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"explainer-block-2-part1/slide1.jpg\";}}s:23:\"explainer-block-2-part2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"explainer-block-2-part2/slide1.jpg\";}}s:16:\"projects-modal-2\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"projects-modal-2/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"projects-modal-2/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"projects-modal-2/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"projects-modal-2/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"projects-modal-2/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"projects-modal-2/slide6.jpg\";}}s:6:\"menu-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"menu-3/slide1.jpg\";}}s:6:\"hero-3\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"hero-3/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:17:\"hero-3/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:17:\"hero-3/slide3.jpg\";}}s:7:\"about-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"about-3/slide1.jpg\";}}s:10:\"services-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"services-3/slide1.jpg\";}}s:10:\"projects-3\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"projects-3/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"projects-3/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"projects-3/slide3.jpg\";}}s:8:\"footer-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"footer-3/slide1.jpg\";}}s:23:\"explainer-block-3-part1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"explainer-block-3-part1/slide1.jpg\";}}s:23:\"explainer-block-3-part2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"explainer-block-3-part2/slide1.jpg\";}}s:16:\"projects-modal-3\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"projects-modal-3/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"projects-modal-3/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"projects-modal-3/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"projects-modal-3/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"projects-modal-3/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"projects-modal-3/slide6.jpg\";}}s:25:\"urban-street-skate-slider\";a:12:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:37:\"urban-street-skate-slider/slide10.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:37:\"urban-street-skate-slider/slide11.jpg\";}i:11;a:2:{s:5:\"title\";s:8:\"Slide 12\";s:3:\"img\";s:37:\"urban-street-skate-slider/slide12.jpg\";}}s:13:\"yummy-burgers\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"yummy-burgers/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"yummy-burgers/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"yummy-burgers/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"yummy-burgers/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"yummy-burgers/slide5.jpg\";}}s:37:\"tattoo-event-website-template-package\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"packages/tattoo_event_website_package.jpg\";}}s:24:\"tattoo-event-hero-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"tattoo-event-hero-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"tattoo-event-hero-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"tattoo-event-hero-slider/slide3.jpg\";}}s:18:\"tattoo-event-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"tattoo-event-about/slide1.jpg\";}}s:20:\"tattoo-event-artists\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"tattoo-event-artists/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"tattoo-event-artists/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"tattoo-event-artists/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"tattoo-event-artists/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"tattoo-event-artists/slide5.jpg\";}}s:21:\"tattoo-event-schedule\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"tattoo-event-schedule/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"tattoo-event-schedule/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"tattoo-event-schedule/slide3.jpg\";}}s:17:\"tattoo-event-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"tattoo-event-news/slide1.jpg\";}}s:19:\"tattoo-event-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"tattoo-event-footer/slide1.jpg\";}}s:24:\"startup-website-template\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"packages/startup-website-template.jpg\";}}s:12:\"startup-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"startup-menu/slide1.jpg\";}}s:12:\"startup-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"startup-hero/slide1.jpg\";}}s:13:\"startup-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"startup-about/slide1.jpg\";}}s:18:\"startup-features-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"startup-features-1/slide1.jpg\";}}s:18:\"startup-features-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"startup-features-2/slide1.jpg\";}}s:12:\"startup-team\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"startup-team/slide1.jpg\";}}s:15:\"startup-reviews\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"startup-reviews/slide1.jpg\";}}s:11:\"startup-cta\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"startup-cta/slide1.jpg\";}}s:14:\"startup-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"startup-footer/slide1.jpg\";}}s:19:\"startup-video-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"startup-video-modal/slide1.jpg\";}}s:32:\"christmas-gift-card-landing-page\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:45:\"packages/christmas-gift-card-landing-page.jpg\";}}s:24:\"christmas-landing-page-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"christmas-gift-card-landing-page/slide1.jpg\";}}s:24:\"christmas-landing-page-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"christmas-landing-page-2/slide1.jpg\";}}s:12:\"image-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"image-slider/slide-1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"image-slider/slide-2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"image-slider/slide-3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"image-slider/slide-4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"image-slider/slide-5.jpg\";}}s:17:\"full-width-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"full-width-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"full-width-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"full-width-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"full-width-slider/slide4.jpg\";}}s:20:\"app-website-template\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"packages/app-website-template.jpg\";}}s:16:\"app-website-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"app-website-menu/slide1.jpg\";}}s:16:\"app-website-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"app-website-hero/slide1.jpg\";}}s:20:\"app-download-buttons\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"app-download-buttons/slide1.jpg\";}}s:17:\"app-website-about\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"app-website-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"app-website-about/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"app-website-about/slide3.jpg\";}}s:20:\"app-website-features\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"app-website-features/slide1.jpg\";}}s:21:\"app-website-video-cta\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"app-website-video-cta/slide1.jpg\";}}s:23:\"app-website-screenshots\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"app-website-screenshots/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"app-website-screenshots/slide2.jpg\";}}s:22:\"app-testimonials-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"app-testimonials-title/slide1.jpg\";}}s:24:\"app-website-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"app-website-testimonials/slide1.jpg\";}}s:16:\"app-website-team\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"app-website-team/slide1.jpg\";}}s:18:\"app-website-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"app-website-footer/slide1.jpg\";}}s:15:\"app-video-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"app-video-modal/slide1.jpg\";}}s:25:\"testimonial-carousel-pack\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"packages/testimonial-carousel-pack.jpg\";}}s:22:\"testimonial-carousel-1\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"testimonial-carousel-1/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"testimonial-carousel-1/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"testimonial-carousel-1/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"testimonial-carousel-1/slide4.jpg\";}}s:22:\"testimonial-carousel-2\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"testimonial-carousel-2/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"testimonial-carousel-2/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"testimonial-carousel-2/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"testimonial-carousel-2/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:33:\"testimonial-carousel-2/slide5.jpg\";}}s:22:\"testimonial-carousel-3\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"testimonial-carousel-3/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"testimonial-carousel-3/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"testimonial-carousel-3/slide3.jpg\";}}s:22:\"testimonial-carousel-4\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"testimonial-carousel-4/slide1.jpg\";}}s:22:\"testimonial-carousel-5\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"testimonial-carousel-5/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"testimonial-carousel-5/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"testimonial-carousel-5/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"testimonial-carousel-5/slide4.jpg\";}}s:9:\"deep-dive\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"deep-dive/slide1.jpg\";}}s:22:\"particle-wave-showcase\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"particle-wave-showcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"particle-wave-showcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"particle-wave-showcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"particle-wave-showcase/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:33:\"particle-wave-showcase/slide5.jpg\";}}s:17:\"video-hero-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"video-hero-header/slide1.jpg\";}}s:28:\"solar-system-showcase-slider\";a:9:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide9.jpg\";}}s:26:\"Optic-shop-showcase-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"Optic-shop-showcase-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"Optic-shop-showcase-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"Optic-shop-showcase-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:37:\"Optic-shop-showcase-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:37:\"Optic-shop-showcase-slider/slide5.jpg\";}}s:24:\"charts-template-showcase\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"charts-template-showcase/slide1.jpg\";}}s:31:\"fashion-website-slider-template\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"packages/fashion-website-slider.jpg\";}}s:22:\"fashion-website-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"fashion-website-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"fashion-website-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"fashion-website-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"fashion-website-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:33:\"fashion-website-slider/slide5.jpg\";}}s:28:\"fashion-website-slider-modal\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"fashion-website-slider-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"fashion-website-slider-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"fashion-website-slider-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"fashion-website-slider-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:39:\"fashion-website-slider-modal/slide5.jpg\";}}}}','no'); /*!40000 ALTER TABLE `wpg3_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpg3_postmeta` -- DROP TABLE IF EXISTS `wpg3_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpg3_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=4310 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpg3_postmeta` -- LOCK TABLES `wpg3_postmeta` WRITE; /*!40000 ALTER TABLE `wpg3_postmeta` DISABLE KEYS */; INSERT INTO `wpg3_postmeta` VALUES (1,2,'_wp_page_template','default'); INSERT INTO `wpg3_postmeta` VALUES (2,3,'_wp_page_template','default'); INSERT INTO `wpg3_postmeta` VALUES (5,6,'_form','<label> Your Name (required)\n [text* your-name] </label>\n\n<label> Your Email (required)\n [email* your-email] </label>\n\n<label> Subject\n [text your-subject] </label>\n\n<label> Your Message\n [textarea your-message] </label>\n\n[submit \"Send\"]'); INSERT INTO `wpg3_postmeta` VALUES (6,6,'_mail','a:8:{s:7:\"subject\";s:31:\"Land Farm Home \"[your-subject]\"\";s:6:\"sender\";s:44:\"Land Farm Home <admin@demo.landfarmhome.com>\";s:4:\"body\";s:181:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Land Farm Home (http://demo.landfarmhome.com)\";s:9:\"recipient\";s:27:\"admin@demo.landfarmhome.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'); INSERT INTO `wpg3_postmeta` VALUES (7,6,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:31:\"Land Farm Home \"[your-subject]\"\";s:6:\"sender\";s:44:\"Land Farm Home <admin@demo.landfarmhome.com>\";s:4:\"body\";s:123:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Land Farm Home (http://demo.landfarmhome.com)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:37:\"Reply-To: admin@demo.landfarmhome.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'); INSERT INTO `wpg3_postmeta` VALUES (8,6,'_messages','a:8:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";}'); INSERT INTO `wpg3_postmeta` VALUES (9,6,'_additional_settings',NULL); INSERT INTO `wpg3_postmeta` VALUES (10,6,'_locale','en_US'); INSERT INTO `wpg3_postmeta` VALUES (11,7396,'_wp_attached_file','2017/11/houzez_logo-1.png'); INSERT INTO `wpg3_postmeta` VALUES (12,7396,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:107;s:6:\"height\";i:20;s:4:\"file\";s:25:\"2017/11/houzez_logo-1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'); INSERT INTO `wpg3_postmeta` VALUES (13,7397,'_wp_attached_file','2017/11/houzez_logo@2x-1.png'); INSERT INTO `wpg3_postmeta` VALUES (14,7397,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:213;s:6:\"height\";i:39;s:4:\"file\";s:28:\"2017/11/houzez_logo@2x-1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"houzez_logo@2x-1-150x39.png\";s:5:\"width\";i:150;s:6:\"height\";i:39;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"houzez_logo@2x-1-150x27.png\";s:5:\"width\";i:150;s:6:\"height\";i:27;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:27:\"houzez_logo@2x-1-150x39.png\";s:5:\"width\";i:150;s:6:\"height\";i:39;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:{}}}'); INSERT INTO `wpg3_postmeta` VALUES (15,7398,'_wp_attached_file','2017/11/icon-Asset-1.png'); INSERT INTO `wpg3_postmeta` VALUES (16,7398,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:48;s:6:\"height\";i:41;s:4:\"file\";s:24:\"2017/11/icon-Asset-1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'); INSERT INTO `wpg3_postmeta` VALUES (17,7399,'_wp_attached_file','2017/11/icon-Asset-2.png'); INSERT INTO `wpg3_postmeta` VALUES (18,7399,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:49;s:6:\"height\";i:46;s:4:\"file\";s:24:\"2017/11/icon-Asset-2.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'); INSERT INTO `wpg3_postmeta` VALUES (19,7400,'_wp_attached_file','2017/11/icon-Asset-3.png'); INSERT INTO `wpg3_postmeta` VALUES (20,7400,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:42;s:6:\"height\";i:49;s:4:\"file\";s:24:\"2017/11/icon-Asset-3.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'); INSERT INTO `wpg3_postmeta` VALUES (21,7401,'_wp_attached_file','2017/11/icon-Asset-4.png'); INSERT INTO `wpg3_postmeta` VALUES (22,7401,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:48;s:6:\"height\";i:46;s:4:\"file\";s:24:\"2017/11/icon-Asset-4.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'); INSERT INTO `wpg3_postmeta` VALUES (23,7403,'_wp_attached_file','2017/11/icon-Asset-5.png'); INSERT INTO `wpg3_postmeta` VALUES (24,7403,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:48;s:6:\"height\";i:48;s:4:\"file\";s:24:\"2017/11/icon-Asset-5.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'); INSERT INTO `wpg3_postmeta` VALUES (25,7405,'_wp_attached_file','2017/11/icon-Asset-7.png'); INSERT INTO `wpg3_postmeta` VALUES (26,7405,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:49;s:6:\"height\";i:44;s:4:\"file\";s:24:\"2017/11/icon-Asset-7.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'); INSERT INTO `wpg3_postmeta` VALUES (27,7406,'_wp_attached_file','2017/11/icon-Asset-6.png'); INSERT INTO `wpg3_postmeta` VALUES (28,7406,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:48;s:6:\"height\";i:48;s:4:\"file\";s:24:\"2017/11/icon-Asset-6.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'); INSERT INTO `wpg3_postmeta` VALUES (29,7409,'_wp_attached_file','2017/11/01-1.jpg'); INSERT INTO `wpg3_postmeta` VALUES (30,7409,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:16:\"2017/11/01-1.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"01-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:16:\"01-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"01-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"01-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"01-1-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:17:\"01-1-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:16:\"01-1-385x258.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:16:\"01-1-380x280.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:16:\"01-1-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:16:\"01-1-810x430.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:17:\"01-1-1170x738.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:17:\"01-1-1440x610.jpg\";s:5:\"width\";i:1440;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:16:\"01-1-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:16:\"01-1-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:16:\"01-1-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:16:\"01-1-720x480.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:480;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:11:\"Luis Viegas\";s:6:\"camera\";s:14:\"Canon EOS-1D X\";s:7:\"caption\";s:53:\"summer apartment garden with chairs and pillows setup\";s:17:\"created_timestamp\";s:10:\"1499192221\";s:9:\"copyright\";s:23:\"Luis Viegas photography\";s:12:\"focal_length\";s:2:\"45\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:53:\"summer apartment garden with chairs and pillows setup\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:23:{i:0;s:6:\"Modern\";i:1;s:5:\"house\";i:2;s:6:\"wooden\";i:3;s:6:\"luxury\";i:4;s:4:\"home\";i:5;s:7:\"mansion\";i:6;s:9:\"apartment\";i:7;s:5:\"villa\";i:8;s:6:\"design\";i:9;s:12:\"architecture\";i:10;s:4:\"wood\";i:11;s:5:\"white\";i:12;s:12:\"contemporary\";i:13;s:12:\"architecture\";i:14;s:5:\"small\";i:15;s:11:\"living room\";i:16;s:7:\"Algarve\";i:17;s:8:\"Portugal\";i:18;s:6:\"summer\";i:19;s:6:\"chairs\";i:20;s:6:\"garden\";i:21;s:5:\"grass\";i:22;s:5:\"green\";}}}'); INSERT INTO `wpg3_postmeta` VALUES (31,7411,'_wp_attached_file','2017/11/03-1.jpg'); INSERT INTO `wpg3_postmeta` VALUES (32,7411,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1067;s:4:\"file\";s:16:\"2017/11/03-1.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"03-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:16:\"03-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"03-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"03-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"03-1-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:17:\"03-1-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:16:\"03-1-385x258.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:16:\"03-1-380x280.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:16:\"03-1-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:16:\"03-1-810x430.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:17:\"03-1-1170x738.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:17:\"03-1-1440x610.jpg\";s:5:\"width\";i:1440;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:16:\"03-1-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:16:\"03-1-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:16:\"03-1-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:16:\"03-1-720x480.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:15:\"Photographee.eu\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:52:\"White blanket lying on bright wooden couch in a room\";s:17:\"created_timestamp\";s:10:\"1493892190\";s:9:\"copyright\";s:38:\"Katarzyna Bialasiewicz Photographee.eu\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:16:\"Blanket on couch\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:47:{i:0;s:5:\"couch\";i:1;s:5:\"lying\";i:2;s:6:\"wooden\";i:3;s:7:\"blanket\";i:4;s:4:\"room\";i:5;s:6:\"bright\";i:6;s:5:\"white\";i:7;s:11:\"dining room\";i:8;s:10:\"open space\";i:9;s:4:\"flat\";i:10;s:11:\"living room\";i:11;s:9:\"apartment\";i:12;s:4:\"cozy\";i:13;s:4:\"loft\";i:14;s:9:\"slow life\";i:15;s:6:\"trendy\";i:16;s:19:\"interior decoration\";i:17;s:8:\"spacious\";i:18;s:18:\"trendy accessories\";i:19;s:5:\"decor\";i:20;s:15:\"interior design\";i:21;s:4:\"sofa\";i:22;s:7:\"stylish\";i:23;s:7:\"indoors\";i:24;s:15:\"modern interior\";i:25;s:6:\"design\";i:26;s:4:\"home\";i:27;s:6:\"lounge\";i:28;s:6:\"estate\";i:29;s:5:\"house\";i:30;s:6:\"settee\";i:31;s:6:\"poster\";i:32;s:8:\"oversize\";i:33;s:4:\"lamp\";i:34;s:6:\"pallet\";i:35;s:5:\"table\";i:36;s:5:\"radio\";i:37;s:8:\"cupboard\";i:38;s:6:\"carpet\";i:39;s:8:\"cactuses\";i:40;s:6:\"plants\";i:41;s:7:\"pillows\";i:42;s:8:\"interior\";i:43;s:9:\"furniture\";i:44;s:8:\"cushions\";i:45;s:8:\"footrest\";i:46;s:3:\"rug\";}}}'); INSERT INTO `wpg3_postmeta` VALUES (33,7412,'_wp_attached_file','2017/11/04-1.jpg'); INSERT INTO `wpg3_postmeta` VALUES (34,7412,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:16:\"2017/11/04-1.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"04-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:16:\"04-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"04-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"04-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"04-1-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:17:\"04-1-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:16:\"04-1-385x258.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:16:\"04-1-380x280.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:16:\"04-1-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:16:\"04-1-810x430.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:17:\"04-1-1170x738.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:17:\"04-1-1440x610.jpg\";s:5:\"width\";i:1440;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:16:\"04-1-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:16:\"04-1-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:16:\"04-1-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:16:\"04-1-720x480.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"10\";s:6:\"credit\";s:15:\"Photographee.eu\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:54:\"Fresh green plants and decorations standing on shelves\";s:17:\"created_timestamp\";s:10:\"1493909783\";s:9:\"copyright\";s:38:\"Katarzyna Bialasiewicz Photographee.eu\";s:12:\"focal_length\";s:3:\"100\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:14:\"0.166666666667\";s:5:\"title\";s:17:\"Plants on shelves\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:48:{i:0;s:11:\"decorations\";i:1;s:6:\"plants\";i:2;s:5:\"green\";i:3;s:5:\"fresh\";i:4;s:7:\"shelves\";i:5;s:8:\"standing\";i:6;s:11:\"dining room\";i:7;s:10:\"open space\";i:8;s:4:\"flat\";i:9;s:11:\"living room\";i:10;s:9:\"apartment\";i:11;s:4:\"cozy\";i:12;s:4:\"loft\";i:13;s:9:\"slow life\";i:14;s:6:\"trendy\";i:15;s:19:\"interior decoration\";i:16;s:8:\"spacious\";i:17;s:18:\"trendy accessories\";i:18;s:5:\"decor\";i:19;s:15:\"interior design\";i:20;s:4:\"sofa\";i:21;s:7:\"stylish\";i:22;s:7:\"indoors\";i:23;s:5:\"couch\";i:24;s:15:\"modern interior\";i:25;s:6:\"design\";i:26;s:4:\"home\";i:27;s:6:\"lounge\";i:28;s:4:\"room\";i:29;s:6:\"estate\";i:30;s:5:\"house\";i:31;s:6:\"settee\";i:32;s:7:\"pillows\";i:33;s:8:\"oversize\";i:34;s:4:\"lamp\";i:35;s:6:\"poster\";i:36;s:8:\"footrest\";i:37;s:6:\"wicker\";i:38;s:5:\"black\";i:39;s:4:\"wall\";i:40;s:5:\"table\";i:41;s:6:\"chairs\";i:42;s:8:\"cactuses\";i:43;s:8:\"interior\";i:44;s:6:\"bright\";i:45;s:5:\"white\";i:46;s:9:\"furniture\";i:47;s:8:\"cushions\";}}}'); INSERT INTO `wpg3_postmeta` VALUES (35,7413,'_wp_attached_file','2017/11/05-1.jpg'); INSERT INTO `wpg3_postmeta` VALUES (36,7413,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:16:\"2017/11/05-1.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"05-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:16:\"05-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"05-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"05-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"05-1-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:17:\"05-1-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:16:\"05-1-385x258.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:16:\"05-1-380x280.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:16:\"05-1-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:16:\"05-1-810x430.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:17:\"05-1-1170x738.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:17:\"05-1-1440x610.jpg\";s:5:\"width\";i:1440;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:16:\"05-1-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:16:\"05-1-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:16:\"05-1-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:16:\"05-1-720x480.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:15:\"Photographee.eu\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:57:\"Wooden white coffee table and comfortable sofa in lounge\";s:17:\"created_timestamp\";s:10:\"1488297359\";s:9:\"copyright\";s:38:\"Katarzyna Bialasiewicz Photographee.eu\";s:12:\"focal_length\";s:2:\"61\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:19:\"Wooden coffee table\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:39:{i:0;s:6:\"lounge\";i:1;s:11:\"comfortable\";i:2;s:6:\"wooden\";i:3;s:5:\"white\";i:4;s:12:\"coffee table\";i:5;s:13:\"scandinavian \";i:6;s:5:\"style\";i:7;s:4:\"sofa\";i:8;s:15:\"modern interior\";i:9;s:6:\"estate\";i:10;s:18:\"scandinavian style\";i:11;s:4:\"cozy\";i:12;s:9:\"slow life\";i:13;s:10:\"open space\";i:14;s:7:\"pattern\";i:15;s:4:\"home\";i:16;s:7:\"stylish\";i:17;s:8:\"geometry\";i:18;s:8:\"spacious\";i:19;s:6:\"trendy\";i:20;s:18:\"designer additions\";i:21;s:15:\"black and white\";i:22;s:4:\"room\";i:23;s:6:\"design\";i:24;s:12:\"contemporary\";i:25;s:9:\"apartment\";i:26;s:4:\"flat\";i:27;s:6:\"modern\";i:28;s:5:\"decor\";i:29;s:9:\"furniture\";i:30;s:10:\"decoration\";i:31;s:6:\"scandi\";i:32;s:11:\"living room\";i:33;s:6:\"plants\";i:34;s:7:\"indoors\";i:35;s:4:\"wood\";i:36;s:3:\"new\";i:37;s:5:\"color\";i:38;s:10:\"horizontal\";}}}'); INSERT INTO `wpg3_postmeta` VALUES (37,7414,'_wp_attached_file','2017/11/06-1.jpg'); INSERT INTO `wpg3_postmeta` VALUES (38,7414,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:16:\"2017/11/06-1.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"06-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:16:\"06-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"06-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"06-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"06-1-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:17:\"06-1-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:16:\"06-1-385x258.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:16:\"06-1-380x280.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:16:\"06-1-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:16:\"06-1-810x430.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:17:\"06-1-1170x738.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:17:\"06-1-1440x610.jpg\";s:5:\"width\";i:1440;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:16:\"06-1-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:16:\"06-1-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:16:\"06-1-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:16:\"06-1-720x480.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:15:\"Photographee.eu\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:60:\"Wooden table with flowers standing on black and white carpet\";s:17:\"created_timestamp\";s:10:\"1496240249\";s:9:\"copyright\";s:38:\"Katarzyna Bialasiewicz Photographee.eu\";s:12:\"focal_length\";s:2:\"62\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:24:\"Table standing on carpet\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:47:{i:0;s:15:\"black and white\";i:1;s:6:\"carpet\";i:2;s:8:\"standing\";i:3;s:7:\"flowers\";i:4;s:5:\"table\";i:5;s:6:\"wooden\";i:6;s:11:\"dining room\";i:7;s:7:\"gallery\";i:8;s:6:\"modern\";i:9;s:12:\"scandi style\";i:10;s:7:\"minimal\";i:11;s:12:\"Scandinavian\";i:12;s:10:\"simplicity\";i:13;s:6:\"nature\";i:14;s:13:\"monochromatic\";i:15;s:4:\"pink\";i:16;s:4:\"blue\";i:17;s:10:\"minimalism\";i:18;s:6:\"trendy\";i:19;s:6:\"design\";i:20;s:6:\"simple\";i:21;s:7:\"posters\";i:22;s:7:\"stylish\";i:23;s:8:\"interior\";i:24;s:4:\"wood\";i:25;s:6:\"plants\";i:26;s:4:\"flat\";i:27;s:7:\"indoors\";i:28;s:4:\"home\";i:29;s:6:\"estate\";i:30;s:9:\"apartment\";i:31;s:5:\"house\";i:32;s:6:\"bright\";i:33;s:11:\"decorations\";i:34;s:9:\"furniture\";i:35;s:4:\"vase\";i:36;s:6:\"chairs\";i:37;s:8:\"cupboard\";i:38;s:12:\"watering can\";i:39;s:5:\"metal\";i:40;s:8:\"spacious\";i:41;s:4:\"jugs\";i:42;s:5:\"green\";i:43;s:5:\"fresh\";i:44;s:11:\"accessories\";i:45;s:5:\"decor\";i:46;s:5:\"homey\";}}}'); INSERT INTO `wpg3_postmeta` VALUES (39,7415,'_wp_attached_file','2017/11/07-1.jpg'); INSERT INTO `wpg3_postmeta` VALUES (40,7415,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:16:\"2017/11/07-1.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"07-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:16:\"07-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"07-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"07-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"07-1-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:17:\"07-1-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:16:\"07-1-385x258.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:16:\"07-1-380x280.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:16:\"07-1-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:16:\"07-1-810x430.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:17:\"07-1-1170x738.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:17:\"07-1-1440x610.jpg\";s:5:\"width\";i:1440;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:16:\"07-1-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:16:\"07-1-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:16:\"07-1-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:16:\"07-1-720x480.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:15:\"Photographee.eu\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:58:\"Bedroom with gray pouf, plants, double bed, lamp and swing\";s:17:\"created_timestamp\";s:10:\"1491311312\";s:9:\"copyright\";s:38:\"Katarzyna Bialasiewicz Photographee.eu\";s:12:\"focal_length\";s:2:\"44\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:22:\"Bedroom with gray pouf\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:50:{i:0;s:7:\"bedroom\";i:1;s:3:\"bed\";i:2;s:6:\"double\";i:3;s:4:\"pouf\";i:4;s:4:\"gray\";i:5;s:4:\"lamp\";i:6;s:5:\"swing\";i:7;s:5:\"shelf\";i:8;s:9:\"botanical\";i:9;s:7:\"bedding\";i:10;s:4:\"leaf\";i:11;s:6:\"modern\";i:12;s:7:\"indoors\";i:13;s:5:\"white\";i:14;s:4:\"wall\";i:15;s:6:\"poster\";i:16;s:6:\"plants\";i:17;s:11:\"decorations\";i:18;s:5:\"green\";i:19;s:5:\"home \";i:20;s:8:\"interior\";i:21;s:9:\"lifestyle\";i:22;s:9:\"apartment\";i:23;s:9:\"open plan\";i:24;s:12:\"architecture\";i:25;s:6:\"design\";i:26;s:10:\"simplicity\";i:27;s:3:\"new\";i:28;s:5:\"house\";i:29;s:3:\"DIY\";i:30;s:9:\"slow life\";i:31;s:5:\"style\";i:32;s:10:\"functional\";i:33;s:6:\"bright\";i:34;s:6:\"nature\";i:35;s:6:\"simple\";i:36;s:5:\"light\";i:37;s:5:\"decor\";i:38;s:5:\"floor\";i:39;s:7:\"stylish\";i:40;s:9:\"furniture\";i:41;s:10:\"decorative\";i:42;s:4:\"room\";i:43;s:6:\"studio\";i:44;s:4:\"flat\";i:45;s:6:\"estate\";i:46;s:6:\"trendy\";i:47;s:7:\"fashion\";i:48;s:11:\"inspiration\";i:49;s:5:\"fresh\";}}}'); INSERT INTO `wpg3_postmeta` VALUES (41,7416,'_wp_attached_file','2017/11/08-1.jpg'); INSERT INTO `wpg3_postmeta` VALUES (42,7416,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:16:\"2017/11/08-1.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"08-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:16:\"08-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"08-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"08-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"08-1-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:17:\"08-1-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:16:\"08-1-385x258.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:16:\"08-1-380x280.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:16:\"08-1-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:16:\"08-1-810x430.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:17:\"08-1-1170x738.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:17:\"08-1-1440x610.jpg\";s:5:\"width\";i:1440;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:16:\"08-1-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:16:\"08-1-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:16:\"08-1-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:16:\"08-1-720x480.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:15:\"Photographee.eu\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:70:\"Decorative tape on a wall in white living room with rattan accessories\";s:17:\"created_timestamp\";s:10:\"1488555717\";s:9:\"copyright\";s:38:\"Katarzyna Bialasiewicz Photographee.eu\";s:12:\"focal_length\";s:3:\"100\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:30:\"Decorative tape in living room\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:43:{i:0;s:11:\"living room\";i:1;s:15:\"decorative tape\";i:2;s:6:\"plants\";i:3;s:6:\"rattan\";i:4;s:11:\"accessories\";i:5;s:6:\"modern\";i:6;s:11:\"white walls\";i:7;s:10:\"up-to-date\";i:8;s:5:\"white\";i:9;s:4:\"cozy\";i:10;s:5:\"decor\";i:11;s:9:\"furniture\";i:12;s:4:\"flat\";i:13;s:6:\"trendy\";i:14;s:8:\"creative\";i:15;s:7:\"stylish\";i:16;s:10:\"chandelier\";i:17;s:6:\"design\";i:18;s:9:\"inspiring\";i:19;s:5:\"light\";i:20;s:9:\"decorated\";i:21;s:6:\"studio\";i:22;s:9:\"wallpaper\";i:23;s:13:\"potted plants\";i:24;s:6:\"carpet\";i:25;s:6:\"wooden\";i:26;s:5:\"table\";i:27;s:6:\"chairs\";i:28;s:11:\"orange tree\";i:29;s:8:\"interior\";i:30;s:4:\"sofa\";i:31;s:9:\"apartment\";i:32;s:12:\"pallet table\";i:33;s:10:\"washi tape\";i:34;s:4:\"warm\";i:35;s:6:\"estate\";i:36;s:5:\"house\";i:37;s:12:\"room divider\";i:38;s:10:\"open space\";i:39;s:4:\"loft\";i:40;s:4:\"home\";i:41;s:8:\"monstera\";i:42;s:7:\"indoors\";}}}'); INSERT INTO `wpg3_postmeta` VALUES (43,7417,'_wp_attached_file','2017/11/09-1.jpg'); INSERT INTO `wpg3_postmeta` VALUES (44,7417,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:16:\"2017/11/09-1.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"09-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:16:\"09-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"09-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"09-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"09-1-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:17:\"09-1-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:16:\"09-1-385x258.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:16:\"09-1-380x280.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:16:\"09-1-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:16:\"09-1-810x430.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:17:\"09-1-1170x738.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:17:\"09-1-1440x610.jpg\";s:5:\"width\";i:1440;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:16:\"09-1-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:16:\"09-1-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:16:\"09-1-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:16:\"09-1-720x480.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:15:\"Photographee.eu\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:67:\"Small creative table with candles standing on the rug with patterns\";s:17:\"created_timestamp\";s:10:\"1489708800\";s:9:\"copyright\";s:38:\"Katarzyna Bialasiewicz Photographee.eu\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:22:\"Small table on the rug\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:50:{i:0;s:8:\"patterns\";i:1;s:7:\"candles\";i:2;s:5:\"table\";i:3;s:3:\"rug\";i:4;s:8:\"standing\";i:5;s:5:\"small\";i:6;s:8:\"creative\";i:7;s:7:\"bedroom\";i:8;s:6:\"modern\";i:9;s:4:\"cozy\";i:10;s:6:\"bright\";i:11;s:4:\"boho\";i:12;s:4:\"etno\";i:13;s:8:\"interior\";i:14;s:7:\"stylish\";i:15;s:9:\"furniture\";i:16;s:8:\"colorful\";i:17;s:3:\"bed\";i:18;s:7:\"indoors\";i:19;s:15:\"fully furnished\";i:20;s:4:\"home\";i:21;s:6:\"design\";i:22;s:4:\"room\";i:23;s:6:\"window\";i:24;s:4:\"blue\";i:25;s:11:\"decorations\";i:26;s:8:\"painting\";i:27;s:6:\"colors\";i:28;s:5:\"house\";i:29;s:7:\"blanket\";i:30;s:6:\"estate\";i:31;s:8:\"cushions\";i:32;s:4:\"flat\";i:33;s:4:\"wall\";i:34;s:9:\"apartment\";i:35;s:5:\"plant\";i:36;s:5:\"floor\";i:37;s:5:\"decor\";i:38;s:4:\"live\";i:39;s:7:\"elegant\";i:40;s:7:\"pillows\";i:41;s:7:\"clothes\";i:42;s:5:\"chair\";i:43;s:5:\"white\";i:44;s:14:\"dressing table\";i:45;s:6:\"carpet\";i:46;s:5:\"shelf\";i:47;s:9:\"interieur\";i:48;s:4:\"wood\";i:49;s:8:\"handmade\";}}}'); INSERT INTO `wpg3_postmeta` VALUES (45,7418,'_wp_attached_file','2017/11/10-1.jpg'); INSERT INTO `wpg3_postmeta` VALUES (46,7418,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:16:\"2017/11/10-1.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"10-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:16:\"10-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"10-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"10-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"10-1-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:17:\"10-1-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:16:\"10-1-385x258.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:16:\"10-1-380x280.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:16:\"10-1-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:16:\"10-1-810x430.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:17:\"10-1-1170x738.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:17:\"10-1-1440x610.jpg\";s:5:\"width\";i:1440;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:16:\"10-1-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:16:\"10-1-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:16:\"10-1-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:16:\"10-1-720x480.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:480;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:15:\"Photographee.eu\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:54:\"Spacious cozy apartment interior with wooden furniture\";s:17:\"created_timestamp\";s:10:\"1488544355\";s:9:\"copyright\";s:38:\"Katarzyna Bialasiewicz Photographee.eu\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:23:\"Cozy apartment interior\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:41:{i:0;s:9:\"apartment\";i:1;s:8:\"interior\";i:2;s:4:\"cozy\";i:3;s:8:\"spacious\";i:4;s:6:\"wooden\";i:5;s:9:\"furniture\";i:6;s:6:\"studio\";i:7;s:6:\"rattan\";i:8;s:11:\"accessories\";i:9;s:6:\"modern\";i:10;s:9:\"decorated\";i:11;s:6:\"plants\";i:12;s:11:\"living room\";i:13;s:11:\"dining room\";i:14;s:9:\"wallpaper\";i:15;s:10:\"washi tape\";i:16;s:4:\"warm\";i:17;s:6:\"estate\";i:18;s:5:\"house\";i:19;s:6:\"design\";i:20;s:6:\"trendy\";i:21;s:12:\"room divider\";i:22;s:8:\"creative\";i:23;s:4:\"sofa\";i:24;s:7:\"stylish\";i:25;s:5:\"table\";i:26;s:6:\"chairs\";i:27;s:10:\"up-to-date\";i:28;s:9:\"inspiring\";i:29;s:6:\"carpet\";i:30;s:5:\"light\";i:31;s:7:\"posters\";i:32;s:13:\"potted plants\";i:33;s:5:\"white\";i:34;s:15:\"decorative tape\";i:35;s:10:\"open space\";i:36;s:4:\"loft\";i:37;s:4:\"home\";i:38;s:5:\"decor\";i:39;s:7:\"indoors\";i:40;s:4:\"flat\";}}}'); INSERT INTO `wpg3_postmeta` VALUES (47,7419,'_wp_attached_file','2017/11/11-1.jpg'); INSERT INTO `wpg3_postmeta` VALUES (48,7419,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:16:\"2017/11/11-1.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"11-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:16:\"11-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"11-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"11-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"11-1-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:17:\"11-1-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:16:\"11-1-385x258.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:16:\"11-1-380x280.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:16:\"11-1-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:16:\"11-1-810x430.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:17:\"11-1-1170x738.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:17:\"11-1-1440x610.jpg\";s:5:\"width\";i:1440;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:16:\"11-1-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:16:\"11-1-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:16:\"11-1-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:16:\"11-1-720x480.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:15:\"Photographee.eu\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:50:\"Big wooden lamp standing in the corner of the room\";s:17:\"created_timestamp\";s:10:\"1493893212\";s:9:\"copyright\";s:38:\"Katarzyna Bialasiewicz Photographee.eu\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:22:\"Big lamp in the corner\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:48:{i:0;s:4:\"room\";i:1;s:4:\"lamp\";i:2;s:3:\"big\";i:3;s:6:\"wooden\";i:4;s:6:\"corner\";i:5;s:8:\"standing\";i:6;s:11:\"dining room\";i:7;s:10:\"open space\";i:8;s:4:\"flat\";i:9;s:11:\"living room\";i:10;s:9:\"apartment\";i:11;s:4:\"cozy\";i:12;s:4:\"loft\";i:13;s:9:\"slow life\";i:14;s:6:\"trendy\";i:15;s:19:\"interior decoration\";i:16;s:8:\"spacious\";i:17;s:18:\"trendy accessories\";i:18;s:5:\"decor\";i:19;s:15:\"interior design\";i:20;s:4:\"sofa\";i:21;s:7:\"stylish\";i:22;s:7:\"indoors\";i:23;s:5:\"couch\";i:24;s:15:\"modern interior\";i:25;s:6:\"design\";i:26;s:4:\"home\";i:27;s:6:\"lounge\";i:28;s:6:\"estate\";i:29;s:5:\"house\";i:30;s:6:\"settee\";i:31;s:7:\"pillows\";i:32;s:6:\"carpet\";i:33;s:6:\"poster\";i:34;s:3:\"rug\";i:35;s:5:\"radio\";i:36;s:8:\"cupboard\";i:37;s:7:\"pattern\";i:38;s:5:\"lines\";i:39;s:8:\"straight\";i:40;s:5:\"plant\";i:41;s:6:\"wicker\";i:42;s:8:\"footrest\";i:43;s:8:\"interior\";i:44;s:6:\"bright\";i:45;s:5:\"white\";i:46;s:9:\"furniture\";i:47;s:8:\"cushions\";}}}'); INSERT INTO `wpg3_postmeta` VALUES (49,7420,'_wp_attached_file','2017/11/12-1.jpg'); INSERT INTO `wpg3_postmeta` VALUES (50,7420,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:16:\"2017/11/12-1.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"12-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:16:\"12-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"12-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"12-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"12-1-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:17:\"12-1-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:16:\"12-1-385x258.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:16:\"12-1-380x280.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:16:\"12-1-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:16:\"12-1-810x430.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:17:\"12-1-1170x738.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:17:\"12-1-1440x610.jpg\";s:5:\"width\";i:1440;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:16:\"12-1-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:16:\"12-1-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:16:\"12-1-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:16:\"12-1-720x480.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:15:\"Photographee.eu\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:49:\"Spacious living room interior with couch and desk\";s:17:\"created_timestamp\";s:10:\"1480085489\";s:9:\"copyright\";s:38:\"Katarzyna Bialasiewicz Photographee.eu\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:3:\"0.1\";s:5:\"title\";s:29:\"Spacious living room interior\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:48:{i:0;s:8:\"spacious\";i:1;s:11:\"living room\";i:2;s:6:\"bright\";i:3;s:8:\"interior\";i:4;s:5:\"couch\";i:5;s:5:\"chair\";i:6;s:6:\"window\";i:7;s:10:\"minimalism\";i:8;s:7:\"striped\";i:9;s:6:\"pillow\";i:10;s:4:\"room\";i:11;s:15:\"home decoration\";i:12;s:5:\"house\";i:13;s:12:\"well-lighted\";i:14;s:13:\"creative area\";i:15;s:18:\"scandinavian style\";i:16;s:4:\"boho\";i:17;s:4:\"loft\";i:18;s:7:\"indoors\";i:19;s:11:\"comfortable\";i:20;s:6:\"estate\";i:21;s:5:\"space\";i:22;s:9:\"apartment\";i:23;s:4:\"sofa\";i:24;s:4:\"desk\";i:25;s:10:\"boho style\";i:26;s:10:\"freelancer\";i:27;s:6:\"scandi\";i:28;s:6:\"trendy\";i:29;s:6:\"living\";i:30;s:12:\"nordic style\";i:31;s:12:\"architecture\";i:32;s:4:\"home\";i:33;s:16:\"home office area\";i:34;s:9:\"girl room\";i:35;s:7:\"comfort\";i:36;s:4:\"flat\";i:37;s:6:\"modern\";i:38;s:8:\"creative\";i:39;s:4:\"gold\";i:40;s:15:\"interior design\";i:41;s:4:\"cozy\";i:42;s:15:\"multifunctional\";i:43;s:10:\"decoration\";i:44;s:9:\"furniture\";i:45;s:5:\"decor\";i:46;s:8:\"lighting\";i:47;s:7:\"stylish\";}}}'); INSERT INTO `wpg3_postmeta` VALUES (51,7421,'_wp_attached_file','2017/11/13-1.jpg'); INSERT INTO `wpg3_postmeta` VALUES (52,7421,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:16:\"2017/11/13-1.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"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:16:\"13-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"13-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"13-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"13-1-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:17:\"13-1-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:16:\"13-1-385x258.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:16:\"13-1-380x280.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:16:\"13-1-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:16:\"13-1-810x430.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:17:\"13-1-1170x738.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:17:\"13-1-1440x610.jpg\";s:5:\"width\";i:1440;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:16:\"13-1-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:16:\"13-1-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:16:\"13-1-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:16:\"13-1-720x480.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"10\";s:6:\"credit\";s:15:\"Photographee.eu\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:58:\"Modern poster hanging on the white wall above mustard sofa\";s:17:\"created_timestamp\";s:10:\"1493904769\";s:9:\"copyright\";s:38:\"Katarzyna Bialasiewicz Photographee.eu\";s:12:\"focal_length\";s:2:\"57\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:17:\"Poster above sofa\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:48:{i:0;s:4:\"sofa\";i:1;s:6:\"modern\";i:2;s:7:\"mustard\";i:3;s:6:\"poster\";i:4;s:7:\"hanging\";i:5;s:4:\"wall\";i:6;s:5:\"white\";i:7;s:11:\"dining room\";i:8;s:10:\"open space\";i:9;s:4:\"flat\";i:10;s:11:\"living room\";i:11;s:9:\"apartment\";i:12;s:4:\"cozy\";i:13;s:4:\"loft\";i:14;s:9:\"slow life\";i:15;s:6:\"trendy\";i:16;s:19:\"interior decoration\";i:17;s:8:\"spacious\";i:18;s:18:\"trendy accessories\";i:19;s:5:\"decor\";i:20;s:15:\"interior design\";i:21;s:7:\"stylish\";i:22;s:7:\"indoors\";i:23;s:5:\"couch\";i:24;s:15:\"modern interior\";i:25;s:6:\"design\";i:26;s:4:\"home\";i:27;s:6:\"lounge\";i:28;s:4:\"room\";i:29;s:6:\"estate\";i:30;s:5:\"house\";i:31;s:6:\"settee\";i:32;s:7:\"pillows\";i:33;s:8:\"interior\";i:34;s:10:\"lampshades\";i:35;s:8:\"oversize\";i:36;s:4:\"lamp\";i:37;s:6:\"carpet\";i:38;s:8:\"footrest\";i:39;s:5:\"table\";i:40;s:6:\"chairs\";i:41;s:11:\"decorations\";i:42;s:3:\"rug\";i:43;s:6:\"plants\";i:44;s:8:\"daylight\";i:45;s:6:\"bright\";i:46;s:9:\"furniture\";i:47;s:8:\"cushions\";}}}'); INSERT INTO `wpg3_postmeta` VALUES (53,7422,'_wp_attached_file','2017/11/14-1.jpg'); INSERT INTO `wpg3_postmeta` VALUES (54,7422,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:16:\"2017/11/14-1.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"14-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:16:\"14-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"14-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"14-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"14-1-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:17:\"14-1-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:16:\"14-1-385x258.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:16:\"14-1-380x280.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:16:\"14-1-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:16:\"14-1-810x430.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:17:\"14-1-1170x738.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:17:\"14-1-1440x610.jpg\";s:5:\"width\";i:1440;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:16:\"14-1-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:16:\"14-1-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:16:\"14-1-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:16:\"14-1-720x480.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:15:\"Photographee.eu\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:46:\"Modern studio flat of a man with yellow decors\";s:17:\"created_timestamp\";s:10:\"1483620910\";s:9:\"copyright\";s:38:\"Katarzyna Bialasiewicz Photographee.eu\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:15:\"0.0166666666667\";s:5:\"title\";s:23:\"Flat with yellow decors\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:42:{i:0;s:6:\"modern\";i:1;s:11:\"studio flat\";i:2;s:3:\"man\";i:3;s:6:\"yellow\";i:4;s:5:\"chair\";i:5;s:9:\"apartment\";i:6;s:3:\"bed\";i:7;s:7:\"bicycle\";i:8;s:5:\"black\";i:9;s:6:\"carpet\";i:10;s:4:\"lamp\";i:11;s:4:\"pouf\";i:12;s:6:\"plants\";i:13;s:4:\"desk\";i:14;s:8:\"interior\";i:15;s:7:\"bedroom\";i:16;s:9:\"cyan wall\";i:17;s:8:\"wardrobe\";i:18;s:6:\"design\";i:19;s:12:\"architecture\";i:20;s:10:\"decoration\";i:21;s:6:\"bright\";i:22;s:8:\"spacious\";i:23;s:18:\"bachelor apartment\";i:24;s:21:\"new style decorations\";i:25;s:7:\"hipster\";i:26;s:10:\"open space\";i:27;s:13:\"one room flat\";i:28;s:7:\"indoors\";i:29;s:7:\"stylish\";i:30;s:4:\"home\";i:31;s:9:\"furniture\";i:32;s:15:\"interior design\";i:33;s:8:\"lighting\";i:34;s:7:\"comfort\";i:35;s:5:\"house\";i:36;s:4:\"cozy\";i:37;s:5:\"decor\";i:38;s:11:\"comfortable\";i:39;s:6:\"estate\";i:40;s:5:\"space\";i:41;s:5:\"style\";}}}'); INSERT INTO `wpg3_postmeta` VALUES (55,7423,'_wp_attached_file','2017/11/15.jpg'); INSERT INTO `wpg3_postmeta` VALUES (56,7423,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:14:\"2017/11/15.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"15-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:14:\"15-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:14:\"15-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:15:\"15-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"15-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:15:\"15-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:14:\"15-385x258.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:14:\"15-380x280.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:14:\"15-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:14:\"15-810x430.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:15:\"15-1170x738.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:15:\"15-1440x610.jpg\";s:5:\"width\";i:1440;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:14:\"15-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:14:\"15-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:14:\"15-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:14:\"15-720x480.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:88:\"Classically elegant living room with sofa, a metal standing lamp open to the dining room\";s:17:\"created_timestamp\";s:10:\"1467721152\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"29\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:3:\"0.1\";s:5:\"title\";s:41:\"Classically elegant living room with sofa\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:20:{i:0;s:8:\"interior\";i:1;s:5:\"house\";i:2;s:11:\"living room\";i:3;s:10:\"open space\";i:4;s:11:\"dining area\";i:5;s:5:\"couch\";i:6;s:4:\"sofa\";i:7;s:7:\"cushion\";i:8;s:13:\"dinning table\";i:9;s:5:\"chair\";i:10;s:4:\"lamp\";i:11;s:12:\"coffee table\";i:12;s:6:\"window\";i:13;s:6:\"garden\";i:14;s:8:\"spacious\";i:15;s:6:\"modern\";i:16;s:6:\"design\";i:17;s:5:\"decor\";i:18;s:7:\"elegant\";i:19;s:7:\"stylish\";}}}'); INSERT INTO `wpg3_postmeta` VALUES (57,7424,'_wp_attached_file','2017/11/16.jpg'); INSERT INTO `wpg3_postmeta` VALUES (58,7424,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:14:\"2017/11/16.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"16-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:14:\"16-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:14:\"16-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:15:\"16-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"16-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:15:\"16-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:14:\"16-385x258.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:14:\"16-380x280.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:14:\"16-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:14:\"16-810x430.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:15:\"16-1170x738.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:15:\"16-1440x610.jpg\";s:5:\"width\";i:1440;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:14:\"16-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:14:\"16-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:14:\"16-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:14:\"16-720x480.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:480;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:15:\"Photographee.eu\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:46:\"Grey and white decor of spacious loft interior\";s:17:\"created_timestamp\";s:10:\"1487337368\";s:9:\"copyright\";s:38:\"Katarzyna Bialasiewicz Photographee.eu\";s:12:\"focal_length\";s:2:\"53\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:15:\"0.0769230769231\";s:5:\"title\";s:23:\"Grey and white interior\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:49:{i:0;s:4:\"loft\";i:1;s:5:\"decor\";i:2;s:4:\"grey\";i:3;s:5:\"white\";i:4;s:5:\"metal\";i:5;s:8:\"interior\";i:6;s:7:\"stylish\";i:7;s:9:\"apartment\";i:8;s:3:\"zen\";i:9;s:17:\"healthy lifestyle\";i:10;s:7:\"botanic\";i:11;s:5:\"style\";i:12;s:11:\"home garden\";i:13;s:7:\"indoors\";i:14;s:8:\"eco food\";i:15;s:10:\"up-to-date\";i:16;s:8:\"orangery\";i:17;s:6:\"modern\";i:18;s:5:\"vegan\";i:19;s:4:\"sofa\";i:20;s:12:\"coffee table\";i:21;s:7:\"pattern\";i:22;s:6:\"carpet\";i:23;s:6:\"design\";i:24;s:9:\"chillzone\";i:25;s:6:\"refuge\";i:26;s:5:\"house\";i:27;s:3:\"eco\";i:28;s:6:\"garden\";i:29;s:10:\"ecological\";i:30;s:7:\"flowers\";i:31;s:11:\"living room\";i:32;s:8:\"spacious\";i:33;s:7:\"shelves\";i:34;s:6:\"plants\";i:35;s:6:\"bright\";i:36;s:4:\"home\";i:37;s:10:\"decoration\";i:38;s:6:\"jungle\";i:39;s:6:\"trendy\";i:40;s:6:\"estate\";i:41;s:12:\"contemporary\";i:42;s:6:\"wooden\";i:43;s:4:\"cozy\";i:44;s:4:\"room\";i:45;s:6:\"lounge\";i:46;s:4:\"wood\";i:47;s:5:\"color\";i:48;s:10:\"horizontal\";}}}'); INSERT INTO `wpg3_postmeta` VALUES (59,7425,'_wp_attached_file','2017/11/17.jpg'); INSERT INTO `wpg3_postmeta` VALUES (60,7425,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:14:\"2017/11/17.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"17-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:14:\"17-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:14:\"17-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:15:\"17-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"17-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:15:\"17-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:14:\"17-385x258.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:14:\"17-380x280.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:14:\"17-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:14:\"17-810x430.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:15:\"17-1170x738.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:15:\"17-1440x610.jpg\";s:5:\"width\";i:1440;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:14:\"17-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:14:\"17-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:14:\"17-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:14:\"17-720x480.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:42:\"Modern living room with big garden windows\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:28:\"Living room with big windows\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:50:{i:0;s:6:\"modern\";i:1;s:11:\"living room\";i:2;s:3:\"big\";i:3;s:6:\"garden\";i:4;s:6:\"window\";i:5;s:5:\"white\";i:6;s:4:\"grey\";i:7;s:4:\"sofa\";i:8;s:9:\"furniture\";i:9;s:4:\"room\";i:10;s:4:\"home\";i:11;s:8:\"interior\";i:12;s:6:\"design\";i:13;s:6:\"living\";i:14;s:5:\"floor\";i:15;s:5:\"house\";i:16;s:12:\"architecture\";i:17;s:9:\"apartment\";i:18;s:5:\"light\";i:19;s:5:\"couch\";i:20;s:6:\"luxury\";i:21;s:5:\"decor\";i:22;s:10:\"decoration\";i:23;s:9:\"lifestyle\";i:24;s:6:\"indoor\";i:25;s:3:\"new\";i:26;s:11:\"comfortable\";i:27;s:6:\"nobody\";i:28;s:12:\"contemporary\";i:29;s:4:\"lamp\";i:30;s:5:\"table\";i:31;s:5:\"style\";i:32;s:6:\"lounge\";i:33;s:6:\"carpet\";i:34;s:6:\"pillow\";i:35;s:8:\"domestic\";i:36;s:6:\"inside\";i:37;s:5:\"chair\";i:38;s:5:\"plant\";i:39;s:5:\"relax\";i:40;s:9:\"beautiful\";i:41;s:7:\"elegant\";i:42;s:7:\"comfort\";i:43;s:4:\"view\";i:44;s:5:\"space\";i:45;s:6:\"bright\";i:46;s:9:\"luxurious\";i:47;s:5:\"divan\";i:48;s:7:\"indoors\";i:49;s:10:\"minimalist\";}}}'); INSERT INTO `wpg3_postmeta` VALUES (61,7426,'_wp_attached_file','2017/11/18.jpg'); INSERT INTO `wpg3_postmeta` VALUES (62,7426,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:14:\"2017/11/18.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"18-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:14:\"18-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:14:\"18-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:15:\"18-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"18-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:15:\"18-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:14:\"18-385x258.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:14:\"18-380x280.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:14:\"18-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:14:\"18-810x430.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:15:\"18-1170x738.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:15:\"18-1440x610.jpg\";s:5:\"width\";i:1440;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:14:\"18-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:14:\"18-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:14:\"18-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:14:\"18-720x480.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:480;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:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:83:\"Luxury Villa Resort Interior outdoor. Modern beautiful luxury hotel resort building\";s:17:\"created_timestamp\";s:10:\"1486294686\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:28:\"Luxury Villa Resort Interior\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:45:{i:0;s:8:\"exterior\";i:1;s:6:\"garden\";i:2;s:12:\"architecture\";i:3;s:5:\"villa\";i:4;s:5:\"house\";i:5;s:6:\"travel\";i:6;s:4:\"view\";i:7;s:5:\"sunny\";i:8;s:12:\"construction\";i:9;s:6:\"summer\";i:10;s:6:\"window\";i:11;s:7:\"balcony\";i:12;s:6:\"estate\";i:13;s:6:\"modern\";i:14;s:5:\"white\";i:15;s:3:\"new\";i:16;s:3:\"sky\";i:17;s:6:\"luxury\";i:18;s:8:\"backyard\";i:19;s:8:\"property\";i:20;s:4:\"home\";i:21;s:5:\"hotel\";i:22;s:7:\"outside\";i:23;s:6:\"design\";i:24;s:6:\"nature\";i:25;s:8:\"vacation\";i:26;s:7:\"holiday\";i:27;s:6:\"resort\";i:28;s:5:\"grass\";i:29;s:5:\"green\";i:30;s:6:\"island\";i:31;s:11:\"perspective\";i:32;s:6:\"sunbed\";i:33;s:9:\"lifestyle\";i:34;s:7:\"leisure\";i:35;s:4:\"palm\";i:36;s:7:\"outdoor\";i:37;s:5:\"empty\";i:38;s:9:\"beautiful\";i:39;s:9:\"luxurious\";i:40;s:6:\"nobody\";i:41;s:10:\"relaxation\";i:42;s:5:\"style\";i:43;s:7:\"tourism\";i:44;s:8:\"building\";}}}'); INSERT INTO `wpg3_postmeta` VALUES (63,7427,'_wp_attached_file','2017/11/19.jpg'); INSERT INTO `wpg3_postmeta` VALUES (64,7427,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:14:\"2017/11/19.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"19-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:14:\"19-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:14:\"19-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:15:\"19-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"19-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:15:\"19-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:14:\"19-385x258.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:14:\"19-380x280.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:14:\"19-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:14:\"19-810x430.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:15:\"19-1170x738.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:15:\"19-1440x610.jpg\";s:5:\"width\";i:1440;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:14:\"19-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:14:\"19-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:14:\"19-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:14:\"19-720x480.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:61:\"Rectangualr block of minimalistic, modern and geometric villa\";s:17:\"created_timestamp\";s:10:\"1474550309\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"17\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0008\";s:5:\"title\";s:22:\"Modern geometric villa\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:35:{i:0;s:5:\"villa\";i:1;s:11:\"rectangular\";i:2;s:5:\"block\";i:3;s:6:\"modern\";i:4;s:10:\"minimalist\";i:5;s:9:\"geometric\";i:6;s:12:\"architecture\";i:7;s:6:\"estate\";i:8;s:4:\"yard\";i:9;s:5:\"grass\";i:10;s:5:\"white\";i:11;s:12:\"contemporary\";i:12;s:11:\"residential\";i:13;s:8:\"outdoors\";i:14;s:10:\"minimalism\";i:15;s:8:\"exterior\";i:16;s:7:\"harmony\";i:17;s:7:\"outside\";i:18;s:5:\"house\";i:19;s:6:\"design\";i:20;s:4:\"home\";i:21;s:8:\"concrete\";i:22;s:7:\"windows\";i:23;s:5:\"glass\";i:24;s:4:\"pure\";i:25;s:10:\"perfection\";i:26;s:6:\"luxury\";i:27;s:8:\"building\";i:28;s:12:\"construction\";i:29;s:3:\"day\";i:30;s:8:\"property\";i:31;s:8:\"sunlight\";i:32;s:7:\"stylish\";i:33;s:9:\"landscape\";i:34;s:8:\"daylight\";}}}'); INSERT INTO `wpg3_postmeta` VALUES (65,7428,'_wp_attached_file','2017/11/20.jpg'); INSERT INTO `wpg3_postmeta` VALUES (66,7428,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:14:\"2017/11/20.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"20-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:14:\"20-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:14:\"20-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:15:\"20-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"20-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:15:\"20-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:14:\"20-385x258.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:14:\"20-380x280.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:14:\"20-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:14:\"20-810x430.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:15:\"20-1170x738.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:15:\"20-1440x610.jpg\";s:5:\"width\";i:1440;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:14:\"20-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:14:\"20-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:14:\"20-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:14:\"20-720x480.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:15:\"Photographee.eu\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:52:\"Modern minimalistic home office with DIY accessories\";s:17:\"created_timestamp\";s:10:\"1487684692\";s:9:\"copyright\";s:38:\"Katarzyna Bialasiewicz Photographee.eu\";s:12:\"focal_length\";s:2:\"59\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:15:\"0.0333333333333\";s:5:\"title\";s:18:\"Modern home office\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:38:{i:0;s:11:\"home office\";i:1;s:6:\"modern\";i:2;s:12:\"minimalistic\";i:3;s:3:\"diy\";i:4;s:11:\"accessories\";i:5;s:9:\"apartment\";i:6;s:6:\"studio\";i:7;s:4:\"bike\";i:8;s:4:\"desk\";i:9;s:6:\"carpet\";i:10;s:15:\"black and white\";i:11;s:5:\"floor\";i:12;s:6:\"design\";i:13;s:7:\"classic\";i:14;s:7:\"stylish\";i:15;s:6:\"pallet\";i:16;s:7:\"indoors\";i:17;s:3:\"new\";i:18;s:10:\"simplicity\";i:19;s:7:\"hipster\";i:20;s:10:\"copy space\";i:21;s:5:\"house\";i:22;s:10:\"typewriter\";i:23;s:10:\"man\'s room\";i:24;s:5:\"chair\";i:25;s:10:\"yerba mate\";i:26;s:6:\"trendy\";i:27;s:4:\"lamp\";i:28;s:6:\"window\";i:29;s:5:\"light\";i:30;s:4:\"home\";i:31;s:5:\"decor\";i:32;s:10:\"minimalist\";i:33;s:10:\"functional\";i:34;s:4:\"room\";i:35;s:8:\"interior\";i:36;s:10:\"decoration\";i:37;s:6:\"estate\";}}}'); INSERT INTO `wpg3_postmeta` VALUES (67,7429,'_wp_attached_file','2017/11/21.jpg'); INSERT INTO `wpg3_postmeta` VALUES (68,7429,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:14:\"2017/11/21.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"21-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:14:\"21-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:14:\"21-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:15:\"21-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"21-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:15:\"21-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:14:\"21-385x258.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:14:\"21-380x280.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:14:\"21-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:14:\"21-810x430.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:15:\"21-1170x738.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:15:\"21-1440x610.jpg\";s:5:\"width\";i:1440;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:14:\"21-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:14:\"21-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:14:\"21-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:14:\"21-720x480.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:15:\"Photographee.eu\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:43:\"Modern house with beauty garden and terrace\";s:17:\"created_timestamp\";s:10:\"1463668476\";s:9:\"copyright\";s:38:\"Katarzyna Bialasiewicz photographee.eu\";s:12:\"focal_length\";s:2:\"17\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:31:\"Modern house with beauty garden\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:28:{i:0;s:5:\"house\";i:1;s:6:\"garden\";i:2;s:7:\"terrace\";i:3;s:7:\"veranda\";i:4;s:5:\"porch\";i:5;s:8:\"exterior\";i:6;s:6:\"design\";i:7;s:5:\"grass\";i:8;s:6:\"modern\";i:9;s:6:\"luxury\";i:10;s:12:\"contemporary\";i:11;s:4:\"deck\";i:12;s:9:\"residence\";i:13;s:9:\"apartment\";i:14;s:5:\"patio\";i:15;s:4:\"lawn\";i:16;s:7:\"outdoor\";i:17;s:5:\"front\";i:18;s:12:\"architecture\";i:19;s:4:\"tree\";i:20;s:4:\"home\";i:21;s:5:\"space\";i:22;s:9:\"furniture\";i:23;s:5:\"style\";i:24;s:5:\"green\";i:25;s:7:\"stylish\";i:26;s:3:\"sky\";i:27;s:6:\"nature\";}}}'); INSERT INTO `wpg3_postmeta` VALUES (69,7430,'_wp_attached_file','2017/11/22.jpg'); INSERT INTO `wpg3_postmeta` VALUES (70,7430,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:14:\"2017/11/22.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"22-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:14:\"22-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:14:\"22-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:15:\"22-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"22-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:15:\"22-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:14:\"22-385x258.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:14:\"22-380x280.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:14:\"22-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:14:\"22-810x430.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:15:\"22-1170x738.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:15:\"22-1440x610.jpg\";s:5:\"width\";i:1440;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:14:\"22-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:14:\"22-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:14:\"22-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:14:\"22-720x480.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:15:\"Photographee.eu\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:68:\"Modern mansion exterior with patio, rattan furniture and window wall\";s:17:\"created_timestamp\";s:10:\"1476980559\";s:9:\"copyright\";s:38:\"Katarzyna Bialasiewicz Photographee.eu\";s:12:\"focal_length\";s:2:\"17\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:3:\"0.1\";s:5:\"title\";s:25:\"Modern mansion with patio\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:36:{i:0;s:7:\"mansion\";i:1;s:5:\"patio\";i:2;s:8:\"exterior\";i:3;s:6:\"rattan\";i:4;s:5:\"chair\";i:5;s:4:\"grey\";i:6;s:5:\"floor\";i:7;s:6:\"garden\";i:8;s:3:\"new\";i:9;s:6:\"design\";i:10;s:6:\"luxury\";i:11;s:6:\"window\";i:12;s:4:\"wall\";i:13;s:8:\"armchair\";i:14;s:8:\"outdoors\";i:15;s:5:\"green\";i:16;s:5:\"grass\";i:17;s:8:\"backyard\";i:18;s:4:\"lawn\";i:19;s:5:\"villa\";i:20;s:4:\"home\";i:21;s:12:\"contemporary\";i:22;s:9:\"expensive\";i:23;s:9:\"landscape\";i:24;s:5:\"fancy\";i:25;s:6:\"trendy\";i:26;s:6:\"simple\";i:27;s:7:\"ascetic\";i:28;s:6:\"estate\";i:29;s:10:\"minimalism\";i:30;s:5:\"house\";i:31;s:7:\"outdoor\";i:32;s:8:\"geometry\";i:33;s:6:\"nature\";i:34;s:8:\"symmetry\";i:35;s:7:\"windows\";}}}'); INSERT INTO `wpg3_postmeta` VALUES (71,7431,'_wp_attached_file','2017/11/23.jpg'); INSERT INTO `wpg3_postmeta` VALUES (72,7431,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:14:\"2017/11/23.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"23-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:14:\"23-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:14:\"23-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:15:\"23-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"23-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:15:\"23-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:14:\"23-385x258.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:14:\"23-380x280.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:14:\"23-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:14:\"23-810x430.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:15:\"23-1170x738.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:15:\"23-1440x610.jpg\";s:5:\"width\";i:1440;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:14:\"23-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:14:\"23-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:14:\"23-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:14:\"23-720x480.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:15:\"Photographee.eu\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:52:\"New white kitchen with wood table, chairs and island\";s:17:\"created_timestamp\";s:10:\"1485436621\";s:9:\"copyright\";s:38:\"Katarzyna Bialasiewicz Photographee.eu\";s:12:\"focal_length\";s:2:\"29\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:28:\"New white kitchen with table\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:50:{i:0;s:7:\"kitchen\";i:1;s:8:\"interior\";i:2;s:11:\"white color\";i:3;s:3:\"new\";i:4;s:6:\"island\";i:5;s:4:\"open\";i:6;s:5:\"table\";i:7;s:6:\"chairs\";i:8;s:6:\"wooden\";i:9;s:6:\"luxury\";i:10;s:8:\"cabinets\";i:11;s:5:\"lamps\";i:12;s:6:\"window\";i:13;s:5:\"floor\";i:14;s:5:\"gloss\";i:15;s:5:\"tiles\";i:16;s:16:\"elegant interior\";i:17;s:4:\"home\";i:18;s:6:\"estate\";i:19;s:6:\"modern\";i:20;s:5:\"style\";i:21;s:7:\"stylish\";i:22;s:5:\"decor\";i:23;s:9:\"apartment\";i:24;s:6:\"design\";i:25;s:4:\"flat\";i:26;s:5:\"house\";i:27;s:10:\"functional\";i:28;s:4:\"room\";i:29;s:5:\"villa\";i:30;s:22:\"home showcase interior\";i:31;s:6:\"bright\";i:32;s:6:\"trendy\";i:33;s:8:\"flooring\";i:34;s:6:\"tiling\";i:35;s:4:\"wood\";i:36;s:13:\"home addition\";i:37;s:10:\"open space\";i:38;s:5:\"light\";i:39;s:9:\"furniture\";i:40;s:5:\"fancy\";i:41;s:12:\"architecture\";i:42;s:7:\"perfect\";i:43;s:10:\"decoration\";i:44;s:7:\"mansion\";i:45;s:4:\"lamp\";i:46;s:5:\"chair\";i:47;s:14:\"communal table\";i:48;s:4:\"oven\";i:49;s:12:\"exhaust hood\";}}}'); INSERT INTO `wpg3_postmeta` VALUES (73,7432,'_wp_attached_file','2017/11/24.jpg'); INSERT INTO `wpg3_postmeta` VALUES (74,7432,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:14:\"2017/11/24.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"24-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:14:\"24-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:14:\"24-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:15:\"24-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"24-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:15:\"24-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:14:\"24-385x258.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:14:\"24-380x280.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:14:\"24-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:14:\"24-810x430.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:15:\"24-1170x738.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:15:\"24-1440x610.jpg\";s:5:\"width\";i:1440;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:14:\"24-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:14:\"24-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:14:\"24-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:14:\"24-720x480.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:49:\"Outdoors view of spacious terrace of modern house\";s:17:\"created_timestamp\";s:10:\"1474549232\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"17\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:29:\"Outdoors view of modern house\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:32:{i:0;s:8:\"outdoors\";i:1;s:4:\"view\";i:2;s:6:\"modern\";i:3;s:5:\"house\";i:4;s:8:\"spacious\";i:5;s:7:\"terrace\";i:6;s:6:\"garden\";i:7;s:4:\"yard\";i:8;s:5:\"grass\";i:9;s:5:\"glass\";i:10;s:8:\"concrete\";i:11;s:10:\"rhythmical\";i:12;s:11:\"geometrical\";i:13;s:12:\"architecture\";i:14;s:9:\"furniture\";i:15;s:10:\"minimalism\";i:16;s:5:\"solid\";i:17;s:12:\"contemporary\";i:18;s:5:\"block\";i:19;s:7:\"windows\";i:20;s:10:\"relaxation\";i:21;s:5:\"space\";i:22;s:4:\"pure\";i:23;s:6:\"nature\";i:24;s:8:\"harmonic\";i:25;s:5:\"order\";i:26;s:4:\"roof\";i:27;s:8:\"exterior\";i:28;s:6:\"estate\";i:29;s:11:\"residential\";i:30;s:5:\"villa\";i:31;s:8:\"building\";}}}'); INSERT INTO `wpg3_postmeta` VALUES (75,7433,'_wp_attached_file','2017/11/25.jpg'); INSERT INTO `wpg3_postmeta` VALUES (76,7433,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:14:\"2017/11/25.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"25-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:14:\"25-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:14:\"25-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:15:\"25-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"25-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:15:\"25-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:14:\"25-385x258.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:14:\"25-380x280.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:14:\"25-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:14:\"25-810x430.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:15:\"25-1170x738.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:15:\"25-1440x610.jpg\";s:5:\"width\";i:1440;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:14:\"25-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:14:\"25-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:14:\"25-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:14:\"25-720x480.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:78:\"Open patio area close to the housefront with an entry, chairs and coffee table\";s:17:\"created_timestamp\";s:10:\"1464707470\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"25\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:27:\"Patio with chairs and table\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:35:{i:0;s:6:\"modern\";i:1;s:6:\"design\";i:2;s:12:\"architecture\";i:3;s:6:\"living\";i:4;s:4:\"home\";i:5;s:5:\"house\";i:6;s:8:\"spacious\";i:7;s:5:\"patio\";i:8;s:7:\"terrace\";i:9;s:4:\"deck\";i:10;s:5:\"porch\";i:11;s:7:\"veranda\";i:12;s:10:\"housefront\";i:13;s:7:\"comfort\";i:14;s:11:\"comfortable\";i:15;s:5:\"space\";i:16;s:5:\"style\";i:17;s:7:\"stylish\";i:18;s:8:\"elegance\";i:19;s:4:\"cosy\";i:20;s:5:\"green\";i:21;s:5:\"grass\";i:22;s:6:\"garage\";i:23;s:7:\"outside\";i:24;s:5:\"patch\";i:25;s:11:\"paving slab\";i:26;s:4:\"roof\";i:27;s:10:\"tiled roof\";i:28;s:6:\"garden\";i:29;s:6:\"nature\";i:30;s:6:\"window\";i:31;s:5:\"entry\";i:32;s:5:\"chair\";i:33;s:8:\"armchair\";i:34;s:12:\"coffee table\";}}}'); INSERT INTO `wpg3_postmeta` VALUES (77,7499,'_wp_attached_file','2017/11/07-2.jpg'); INSERT INTO `wpg3_postmeta` VALUES (78,7499,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:779;s:4:\"file\";s:16:\"2017/11/07-2.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"07-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:16:\"07-2-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:16:\"07-2-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"07-2-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"07-2-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:17:\"07-2-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:16:\"07-2-385x258.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:16:\"07-2-380x280.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:16:\"07-2-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:16:\"07-2-810x430.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:17:\"07-2-1170x738.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:17:\"07-2-1170x610.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:16:\"07-2-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:16:\"07-2-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:16:\"07-2-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:16:\"07-2-721x480.jpg\";s:5:\"width\";i:721;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'); INSERT INTO `wpg3_postmeta` VALUES (79,7500,'_wp_attached_file','2017/11/10-2.jpg'); INSERT INTO `wpg3_postmeta` VALUES (80,7500,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:780;s:4:\"file\";s:16:\"2017/11/10-2.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"10-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:16:\"10-2-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:16:\"10-2-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:17:\"10-2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"10-2-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:17:\"10-2-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:16:\"10-2-385x258.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:16:\"10-2-380x280.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:16:\"10-2-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:16:\"10-2-810x430.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:17:\"10-2-1170x738.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:17:\"10-2-1170x610.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:16:\"10-2-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:16:\"10-2-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:16:\"10-2-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:16:\"10-2-720x480.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'); INSERT INTO `wpg3_postmeta` VALUES (81,7501,'_wp_attached_file','2017/11/16-2.jpg'); INSERT INTO `wpg3_postmeta` VALUES (82,7501,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:780;s:4:\"file\";s:16:\"2017/11/16-2.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"16-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:16:\"16-2-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:16:\"16-2-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:17:\"16-2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"16-2-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:17:\"16-2-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:16:\"16-2-385x258.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:16:\"16-2-380x280.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:16:\"16-2-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:16:\"16-2-810x430.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:17:\"16-2-1170x738.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:17:\"16-2-1170x610.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:16:\"16-2-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:16:\"16-2-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:16:\"16-2-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:16:\"16-2-720x480.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'); INSERT INTO `wpg3_postmeta` VALUES (83,7502,'_wp_attached_file','2017/11/31.jpg'); INSERT INTO `wpg3_postmeta` VALUES (84,7502,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:783;s:4:\"file\";s:14:\"2017/11/31.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"31-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:14:\"31-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"31-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"31-1024x685.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:685;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"31-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:15:\"31-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:14:\"31-385x258.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:14:\"31-380x280.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:14:\"31-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:14:\"31-810x430.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:15:\"31-1170x738.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:15:\"31-1170x610.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:14:\"31-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:14:\"31-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:14:\"31-350x234.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:14:\"31-717x480.jpg\";s:5:\"width\";i:717;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'); INSERT INTO `wpg3_postmeta` VALUES (85,7503,'_wp_attached_file','2017/11/35.jpg'); INSERT INTO `wpg3_postmeta` VALUES (86,7503,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:780;s:4:\"file\";s:14:\"2017/11/35.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"35-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:14:\"35-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:14:\"35-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:15:\"35-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"35-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:15:\"35-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:14:\"35-385x258.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:14:\"35-380x280.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:14:\"35-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:14:\"35-810x430.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:15:\"35-1170x738.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:15:\"35-1170x610.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:14:\"35-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:14:\"35-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:14:\"35-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:14:\"35-720x480.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'); INSERT INTO `wpg3_postmeta` VALUES (87,7504,'_wp_attached_file','2017/11/37.jpg'); INSERT INTO `wpg3_postmeta` VALUES (88,7504,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:783;s:4:\"file\";s:14:\"2017/11/37.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"37-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:14:\"37-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"37-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"37-1024x685.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:685;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"37-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:15:\"37-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:14:\"37-385x258.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:14:\"37-380x280.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:14:\"37-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:14:\"37-810x430.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:15:\"37-1170x738.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:15:\"37-1170x610.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:14:\"37-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:14:\"37-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:14:\"37-350x234.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:14:\"37-717x480.jpg\";s:5:\"width\";i:717;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'); INSERT INTO `wpg3_postmeta` VALUES (89,7505,'_wp_attached_file','2017/11/38.jpg'); INSERT INTO `wpg3_postmeta` VALUES (90,7505,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:721;s:4:\"file\";s:14:\"2017/11/38.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"38-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:14:\"38-300x185.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"38-768x473.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"38-1024x631.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:631;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:13:\"38-150x92.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:15:\"38-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:14:\"38-385x258.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:14:\"38-380x280.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:14:\"38-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:14:\"38-810x430.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:15:\"38-1170x721.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:721;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:15:\"38-1170x610.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:14:\"38-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:14:\"38-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:14:\"38-350x216.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:14:\"38-779x480.jpg\";s:5:\"width\";i:779;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'); INSERT INTO `wpg3_postmeta` VALUES (91,7506,'_wp_attached_file','2017/11/44.jpg'); INSERT INTO `wpg3_postmeta` VALUES (92,7506,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:785;s:4:\"file\";s:14:\"2017/11/44.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"44-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:14:\"44-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"44-768x515.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:515;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"44-1024x687.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:687;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"44-150x101.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:101;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:15:\"44-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:14:\"44-385x258.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:14:\"44-380x280.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:14:\"44-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:14:\"44-810x430.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:15:\"44-1170x738.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:15:\"44-1170x610.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:14:\"44-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:14:\"44-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:14:\"44-350x235.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:14:\"44-715x480.jpg\";s:5:\"width\";i:715;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'); INSERT INTO `wpg3_postmeta` VALUES (93,7507,'_wp_attached_file','2017/11/57.jpg'); INSERT INTO `wpg3_postmeta` VALUES (94,7507,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:780;s:4:\"file\";s:14:\"2017/11/57.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"57-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:14:\"57-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:14:\"57-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:15:\"57-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"57-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:15:\"57-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:14:\"57-385x258.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:14:\"57-380x280.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:14:\"57-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:14:\"57-810x430.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:15:\"57-1170x738.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:15:\"57-1170x610.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:14:\"57-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:14:\"57-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:14:\"57-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:14:\"57-720x480.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'); INSERT INTO `wpg3_postmeta` VALUES (95,7508,'_wp_attached_file','2017/11/58.jpg'); INSERT INTO `wpg3_postmeta` VALUES (96,7508,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:780;s:4:\"file\";s:14:\"2017/11/58.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"58-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:14:\"58-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:14:\"58-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:15:\"58-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"58-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:15:\"58-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:14:\"58-385x258.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:14:\"58-380x280.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:14:\"58-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:14:\"58-810x430.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:15:\"58-1170x738.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:15:\"58-1170x610.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:14:\"58-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:14:\"58-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:14:\"58-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:14:\"58-720x480.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'); INSERT INTO `wpg3_postmeta` VALUES (97,7509,'_wp_attached_file','2017/11/61.jpg'); INSERT INTO `wpg3_postmeta` VALUES (98,7509,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:780;s:4:\"file\";s:14:\"2017/11/61.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"61-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:14:\"61-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:14:\"61-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:15:\"61-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"61-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:15:\"61-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:14:\"61-385x258.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:14:\"61-380x280.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:14:\"61-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:14:\"61-810x430.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:15:\"61-1170x738.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:15:\"61-1170x610.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:14:\"61-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:14:\"61-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:14:\"61-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:14:\"61-720x480.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'); INSERT INTO `wpg3_postmeta` VALUES (99,7510,'_wp_attached_file','2017/11/62.jpg'); INSERT INTO `wpg3_postmeta` VALUES (100,7510,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:749;s:4:\"file\";s:14:\"2017/11/62.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"62-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:14:\"62-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"62-768x492.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:492;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"62-1024x656.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:656;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:13:\"62-150x96.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:15:\"62-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:14:\"62-385x258.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:14:\"62-380x280.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:14:\"62-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:14:\"62-810x430.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:15:\"62-1170x738.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:15:\"62-1170x610.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:14:\"62-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:14:\"62-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:14:\"62-350x224.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:14:\"62-750x480.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'); INSERT INTO `wpg3_postmeta` VALUES (101,7511,'_wp_attached_file','2017/11/65.jpg'); INSERT INTO `wpg3_postmeta` VALUES (102,7511,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:824;s:4:\"file\";s:14:\"2017/11/65.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"65-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:14:\"65-300x211.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"65-768x541.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:541;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"65-1024x721.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:721;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"65-150x106.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:106;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:15:\"65-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:14:\"65-385x258.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:14:\"65-380x280.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:14:\"65-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:14:\"65-810x430.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:15:\"65-1170x738.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:15:\"65-1170x610.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:14:\"65-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:14:\"65-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:14:\"65-350x246.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:14:\"65-682x480.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'); INSERT INTO `wpg3_postmeta` VALUES (103,7512,'_wp_attached_file','2017/11/66.jpg'); INSERT INTO `wpg3_postmeta` VALUES (104,7512,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:780;s:4:\"file\";s:14:\"2017/11/66.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"66-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:14:\"66-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:14:\"66-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:15:\"66-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"66-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:15:\"66-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:14:\"66-385x258.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:14:\"66-380x280.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:14:\"66-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:14:\"66-810x430.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:15:\"66-1170x738.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:15:\"66-1170x610.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:14:\"66-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:14:\"66-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:14:\"66-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:14:\"66-720x480.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'); INSERT INTO `wpg3_postmeta` VALUES (105,7513,'_wp_attached_file','2017/11/71.jpg'); INSERT INTO `wpg3_postmeta` VALUES (106,7513,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:780;s:4:\"file\";s:14:\"2017/11/71.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"71-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:14:\"71-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:14:\"71-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:15:\"71-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"71-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:15:\"71-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:14:\"71-385x258.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:14:\"71-380x280.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:14:\"71-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:14:\"71-810x430.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:15:\"71-1170x738.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:15:\"71-1170x610.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:14:\"71-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:14:\"71-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:14:\"71-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:14:\"71-720x480.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'); INSERT INTO `wpg3_postmeta` VALUES (107,7514,'_wp_attached_file','2017/11/73.jpg'); INSERT INTO `wpg3_postmeta` VALUES (108,7514,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:780;s:4:\"file\";s:14:\"2017/11/73.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"73-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:14:\"73-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:14:\"73-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:15:\"73-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"73-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:15:\"73-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:14:\"73-385x258.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:14:\"73-380x280.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:14:\"73-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:14:\"73-810x430.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:15:\"73-1170x738.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:15:\"73-1170x610.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:14:\"73-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:14:\"73-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:14:\"73-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:14:\"73-720x480.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'); INSERT INTO `wpg3_postmeta` VALUES (109,7515,'_wp_attached_file','2017/11/78.jpg'); INSERT INTO `wpg3_postmeta` VALUES (110,7515,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:780;s:4:\"file\";s:14:\"2017/11/78.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"78-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:14:\"78-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:14:\"78-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:15:\"78-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"78-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:15:\"78-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:14:\"78-385x258.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:14:\"78-380x280.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:14:\"78-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:14:\"78-810x430.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:15:\"78-1170x738.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:15:\"78-1170x610.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:14:\"78-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:14:\"78-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:14:\"78-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:14:\"78-720x480.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'); INSERT INTO `wpg3_postmeta` VALUES (111,7516,'_wp_attached_file','2017/11/86.jpg'); INSERT INTO `wpg3_postmeta` VALUES (112,7516,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:780;s:4:\"file\";s:14:\"2017/11/86.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"86-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:14:\"86-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:14:\"86-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:15:\"86-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"86-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:15:\"86-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:14:\"86-385x258.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:14:\"86-380x280.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:14:\"86-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:14:\"86-810x430.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:15:\"86-1170x738.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:15:\"86-1170x610.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:14:\"86-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:14:\"86-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:14:\"86-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:14:\"86-720x480.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'); INSERT INTO `wpg3_postmeta` VALUES (113,7517,'_wp_attached_file','2017/11/89.jpg'); INSERT INTO `wpg3_postmeta` VALUES (114,7517,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:781;s:4:\"file\";s:14:\"2017/11/89.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"89-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:14:\"89-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:14:\"89-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"89-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"89-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:15:\"89-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:14:\"89-385x258.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:14:\"89-380x280.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:14:\"89-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:14:\"89-810x430.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:15:\"89-1170x738.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:15:\"89-1170x610.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:14:\"89-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:14:\"89-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:14:\"89-350x234.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:14:\"89-719x480.jpg\";s:5:\"width\";i:719;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'); INSERT INTO `wpg3_postmeta` VALUES (115,7533,'_wp_attached_file','2017/11/icon-Asset-9.png'); INSERT INTO `wpg3_postmeta` VALUES (116,7533,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:48;s:6:\"height\";i:32;s:4:\"file\";s:24:\"2017/11/icon-Asset-9.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'); INSERT INTO `wpg3_postmeta` VALUES (117,7534,'_wp_attached_file','2017/11/icon-Asset-10.png'); INSERT INTO `wpg3_postmeta` VALUES (118,7534,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:48;s:6:\"height\";i:48;s:4:\"file\";s:25:\"2017/11/icon-Asset-10.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'); INSERT INTO `wpg3_postmeta` VALUES (119,7535,'_wp_attached_file','2017/11/icon-Asset-11.png'); INSERT INTO `wpg3_postmeta` VALUES (120,7535,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:48;s:6:\"height\";i:48;s:4:\"file\";s:25:\"2017/11/icon-Asset-11.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'); INSERT INTO `wpg3_postmeta` VALUES (121,7536,'_wp_attached_file','2017/11/icon-Asset-12.png'); INSERT INTO `wpg3_postmeta` VALUES (122,7536,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:48;s:6:\"height\";i:48;s:4:\"file\";s:25:\"2017/11/icon-Asset-12.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'); INSERT INTO `wpg3_postmeta` VALUES (123,7537,'_wp_attached_file','2017/11/icon-Asset-13.png'); INSERT INTO `wpg3_postmeta` VALUES (124,7537,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:48;s:6:\"height\";i:48;s:4:\"file\";s:25:\"2017/11/icon-Asset-13.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'); INSERT INTO `wpg3_postmeta` VALUES (125,7538,'_wp_attached_file','2017/11/Asset-15.png'); INSERT INTO `wpg3_postmeta` VALUES (126,7538,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:36;s:6:\"height\";i:48;s:4:\"file\";s:20:\"2017/11/Asset-15.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'); INSERT INTO `wpg3_postmeta` VALUES (127,7539,'_wp_attached_file','2017/11/Asset-17.png'); INSERT INTO `wpg3_postmeta` VALUES (128,7539,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:48;s:6:\"height\";i:48;s:4:\"file\";s:20:\"2017/11/Asset-17.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'); INSERT INTO `wpg3_postmeta` VALUES (129,7543,'_wp_attached_file','2017/11/Asset-18.png'); INSERT INTO `wpg3_postmeta` VALUES (130,7543,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:50;s:6:\"height\";i:30;s:4:\"file\";s:20:\"2017/11/Asset-18.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'); INSERT INTO `wpg3_postmeta` VALUES (131,7544,'_wp_attached_file','2017/11/icon-19.png'); INSERT INTO `wpg3_postmeta` VALUES (132,7544,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:50;s:6:\"height\";i:34;s:4:\"file\";s:19:\"2017/11/icon-19.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'); INSERT INTO `wpg3_postmeta` VALUES (133,7545,'_wp_attached_file','2017/11/houzez_logo_transparent.png'); INSERT INTO `wpg3_postmeta` VALUES (134,7545,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:107;s:6:\"height\";i:20;s:4:\"file\";s:35:\"2017/11/houzez_logo_transparent.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'); INSERT INTO `wpg3_postmeta` VALUES (135,7546,'_wp_attached_file','2017/11/houzez_logo_transparent@2x.png'); INSERT INTO `wpg3_postmeta` VALUES (136,7546,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:213;s:6:\"height\";i:39;s:4:\"file\";s:38:\"2017/11/houzez_logo_transparent@2x.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"houzez_logo_transparent@2x-150x39.png\";s:5:\"width\";i:150;s:6:\"height\";i:39;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"houzez_logo_transparent@2x-150x27.png\";s:5:\"width\";i:150;s:6:\"height\";i:27;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:37:\"houzez_logo_transparent@2x-150x39.png\";s:5:\"width\";i:150;s:6:\"height\";i:39;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:{}}}'); INSERT INTO `wpg3_postmeta` VALUES (137,7557,'_wp_attached_file','2017/11/101-2.jpg'); INSERT INTO `wpg3_postmeta` VALUES (138,7557,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:17:\"2017/11/101-2.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"101-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:17:\"101-2-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:17:\"101-2-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:18:\"101-2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"101-2-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:18:\"101-2-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:17:\"101-2-385x258.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:17:\"101-2-380x280.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:17:\"101-2-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:17:\"101-2-810x430.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:18:\"101-2-1170x738.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:18:\"101-2-1440x610.jpg\";s:5:\"width\";i:1440;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:17:\"101-2-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:17:\"101-2-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:17:\"101-2-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:17:\"101-2-720x480.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:480;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:15:\"Photographee.eu\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:48:\"White loft with dining table, chairs and dresser\";s:17:\"created_timestamp\";s:10:\"1483446111\";s:9:\"copyright\";s:38:\"Katarzyna Bialasiewicz Photographee.eu\";s:12:\"focal_length\";s:2:\"76\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:15:\"0.0769230769231\";s:5:\"title\";s:28:\"White loft with dining table\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:46:{i:0;s:4:\"home\";i:1;s:4:\"loft\";i:2;s:8:\"interior\";i:3;s:5:\"brick\";i:4;s:4:\"wall\";i:5;s:5:\"white\";i:6;s:6:\"dining\";i:7;s:14:\"communal table\";i:8;s:5:\"chair\";i:9;s:6:\"chairs\";i:10;s:4:\"lamp\";i:11;s:7:\"ceiling\";i:12;s:5:\"style\";i:13;s:7:\"elegant\";i:14;s:6:\"window\";i:15;s:4:\"cozy\";i:16;s:3:\"new\";i:17;s:4:\"grey\";i:18;s:4:\"pouf\";i:19;s:7:\"dresser\";i:20;s:3:\"rug\";i:21;s:6:\"design\";i:22;s:7:\"flowers\";i:23;s:11:\"living room\";i:24;s:10:\"decorative\";i:25;s:10:\"functional\";i:26;s:5:\"decor\";i:27;s:7:\"comfort\";i:28;s:9:\"apartment\";i:29;s:6:\"modern\";i:30;s:6:\"indoor\";i:31;s:12:\"contemporary\";i:32;s:6:\"trendy\";i:33;s:7:\"stylish\";i:34;s:6:\"bright\";i:35;s:9:\"furniture\";i:36;s:4:\"room\";i:37;s:5:\"table\";i:38;s:4:\"flat\";i:39;s:5:\"light\";i:40;s:7:\"pendant\";i:41;s:10:\"decoration\";i:42;s:11:\"accessories\";i:43;s:11:\"inspiration\";i:44;s:6:\"studio\";i:45;s:5:\"house\";}}}'); INSERT INTO `wpg3_postmeta` VALUES (139,7558,'_wp_attached_file','2017/11/102.jpg'); INSERT INTO `wpg3_postmeta` VALUES (140,7558,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:15:\"2017/11/102.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"102-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:\"102-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:15:\"102-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:16:\"102-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"102-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:16:\"102-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:15:\"102-385x258.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:15:\"102-380x280.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:15:\"102-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:15:\"102-810x430.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:16:\"102-1170x738.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:16:\"102-1440x610.jpg\";s:5:\"width\";i:1440;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:15:\"102-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:15:\"102-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:15:\"102-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:15:\"102-720x480.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:53:\"Villa with open dining room, white kitchen and stairs\";s:17:\"created_timestamp\";s:10:\"1474557401\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"27\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:27:\"Villa with open dining room\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:49:{i:0;s:5:\"villa\";i:1;s:4:\"room\";i:2;s:6:\"dining\";i:3;s:5:\"table\";i:4;s:5:\"chair\";i:5;s:7:\"kitchen\";i:6;s:6:\"stairs\";i:7;s:4:\"open\";i:8;s:4:\"lamp\";i:9;s:7:\"ceiling\";i:10;s:6:\"window\";i:11;s:4:\"home\";i:12;s:5:\"light\";i:13;s:9:\"furniture\";i:14;s:11:\"fashionable\";i:15;s:8:\"interior\";i:16;s:6:\"modern\";i:17;s:3:\"eco\";i:18;s:3:\"new\";i:19;s:5:\"style\";i:20;s:9:\"staircase\";i:21;s:4:\"wood\";i:22;s:7:\"details\";i:23;s:10:\"decoration\";i:24;s:11:\"accessories\";i:25;s:5:\"house\";i:26;s:9:\"apartment\";i:27;s:6:\"luxury\";i:28;s:10:\"minimalism\";i:29;s:12:\"contemporary\";i:30;s:10:\"ecological\";i:31;s:6:\"nature\";i:32;s:4:\"flat\";i:33;s:7:\"mansion\";i:34;s:11:\"inspiration\";i:35;s:4:\"idea\";i:36;s:5:\"space\";i:37;s:6:\"bright\";i:38;s:11:\"residential\";i:39;s:9:\"luxurious\";i:40;s:7:\"natural\";i:41;s:13:\"monochromatic\";i:42;s:10:\"functional\";i:43;s:7:\"comfort\";i:44;s:4:\"cozy\";i:45;s:7:\"stylish\";i:46;s:7:\"indoors\";i:47;s:6:\"design\";i:48;s:6:\"estate\";}}}'); INSERT INTO `wpg3_postmeta` VALUES (141,7559,'_wp_attached_file','2017/11/103.jpg'); INSERT INTO `wpg3_postmeta` VALUES (142,7559,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:15:\"2017/11/103.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"103-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:\"103-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:15:\"103-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:16:\"103-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"103-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:16:\"103-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:15:\"103-385x258.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:15:\"103-380x280.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:15:\"103-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:15:\"103-810x430.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:16:\"103-1170x738.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:16:\"103-1440x610.jpg\";s:5:\"width\";i:1440;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:15:\"103-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:15:\"103-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:15:\"103-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:15:\"103-720x480.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:15:\"Photographee.eu\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:80:\"Trendy living room with modern furniture, plants and decorative tape on the wall\";s:17:\"created_timestamp\";s:10:\"1488556007\";s:9:\"copyright\";s:38:\"Katarzyna Bialasiewicz Photographee.eu\";s:12:\"focal_length\";s:3:\"100\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:18:\"Trendy living room\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:41:{i:0;s:11:\"living room\";i:1;s:6:\"trendy\";i:2;s:6:\"plants\";i:3;s:9:\"furniture\";i:4;s:15:\"decorative tape\";i:5;s:6:\"modern\";i:6;s:11:\"white walls\";i:7;s:10:\"up-to-date\";i:8;s:10:\"washi tape\";i:9;s:4:\"warm\";i:10;s:6:\"estate\";i:11;s:5:\"house\";i:12;s:12:\"room divider\";i:13;s:10:\"open space\";i:14;s:4:\"loft\";i:15;s:4:\"home\";i:16;s:12:\"pallet table\";i:17;s:7:\"indoors\";i:18;s:4:\"flat\";i:19;s:8:\"creative\";i:20;s:7:\"stylish\";i:21;s:10:\"chandelier\";i:22;s:6:\"design\";i:23;s:9:\"inspiring\";i:24;s:5:\"light\";i:25;s:9:\"decorated\";i:26;s:6:\"studio\";i:27;s:9:\"wallpaper\";i:28;s:13:\"potted plants\";i:29;s:5:\"white\";i:30;s:6:\"rattan\";i:31;s:11:\"accessories\";i:32;s:4:\"cozy\";i:33;s:5:\"decor\";i:34;s:6:\"wooden\";i:35;s:5:\"table\";i:36;s:6:\"chairs\";i:37;s:11:\"orange tree\";i:38;s:8:\"interior\";i:39;s:4:\"sofa\";i:40;s:9:\"apartment\";}}}'); INSERT INTO `wpg3_postmeta` VALUES (143,7560,'_wp_attached_file','2017/11/104.jpg'); INSERT INTO `wpg3_postmeta` VALUES (144,7560,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:15:\"2017/11/104.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"104-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:\"104-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:15:\"104-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:16:\"104-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"104-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:16:\"104-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:15:\"104-385x258.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:15:\"104-380x280.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:15:\"104-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:15:\"104-810x430.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:16:\"104-1170x738.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:16:\"104-1440x610.jpg\";s:5:\"width\";i:1440;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:15:\"104-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:15:\"104-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:15:\"104-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:15:\"104-720x480.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:15:\"Photographee.eu\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:71:\"Stylish spacious loft with white comfortable sofa and black decorations\";s:17:\"created_timestamp\";s:10:\"1483543631\";s:9:\"copyright\";s:38:\"Katarzyna Bialasiewicz Photographee.eu\";s:12:\"focal_length\";s:2:\"47\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:1:\"1\";s:5:\"title\";s:22:\"Stylish loft with sofa\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:41:{i:0;s:4:\"loft\";i:1;s:7:\"stylish\";i:2;s:8:\"spacious\";i:3;s:4:\"sofa\";i:4;s:11:\"comfortable\";i:5;s:5:\"white\";i:6;s:11:\"living room\";i:7;s:11:\"decorations\";i:8;s:5:\"black\";i:9;s:6:\"lounge\";i:10;s:5:\"hygge\";i:11;s:6:\"modern\";i:12;s:6:\"design\";i:13;s:3:\"new\";i:14;s:10:\"up-to-date\";i:15;s:8:\"interior\";i:16;s:10:\"open space\";i:17;s:4:\"room\";i:18;s:5:\"urban\";i:19;s:4:\"cozy\";i:20;s:15:\"black additions\";i:21;s:5:\"couch\";i:22;s:18:\"designer furniture\";i:23;s:8:\"graphics\";i:24;s:5:\"style\";i:25;s:5:\"decor\";i:26;s:5:\"space\";i:27;s:12:\"contemporary\";i:28;s:6:\"trendy\";i:29;s:10:\"industrial\";i:30;s:6:\"wooden\";i:31;s:12:\"coffee table\";i:32;s:4:\"lamp\";i:33;s:4:\"home\";i:34;s:9:\"apartment\";i:35;s:6:\"estate\";i:36;s:7:\"pattern\";i:37;s:6:\"carpet\";i:38;s:7:\"indoors\";i:39;s:5:\"color\";i:40;s:10:\"horizontal\";}}}'); INSERT INTO `wpg3_postmeta` VALUES (145,7561,'_wp_attached_file','2017/11/105.jpg'); INSERT INTO `wpg3_postmeta` VALUES (146,7561,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:15:\"2017/11/105.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"105-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:\"105-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:15:\"105-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:16:\"105-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"105-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:16:\"105-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:15:\"105-385x258.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:15:\"105-380x280.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:15:\"105-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:15:\"105-810x430.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:16:\"105-1170x738.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:16:\"105-1440x610.jpg\";s:5:\"width\";i:1440;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:15:\"105-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:15:\"105-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:15:\"105-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:15:\"105-720x480.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:41:\"Spacious bright kitchen with wooden units\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:16:\"Spacious kitchen\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:41:{i:0;s:7:\"kitchen\";i:1;s:8:\"spacious\";i:2;s:6:\"wooden\";i:3;s:5:\"units\";i:4;s:4:\"room\";i:5;s:4:\"cook\";i:6;s:5:\"floor\";i:7;s:5:\"table\";i:8;s:6:\"island\";i:9;s:8:\"interior\";i:10;s:6:\"modern\";i:11;s:3:\"new\";i:12;s:6:\"luxury\";i:13;s:4:\"home\";i:14;s:5:\"house\";i:15;s:8:\"dwelling\";i:16;s:5:\"villa\";i:17;s:9:\"residence\";i:18;s:7:\"elegant\";i:19;s:9:\"exclusive\";i:20;s:10:\"up-to-date\";i:21;s:13:\"sophisticated\";i:22;s:6:\"design\";i:23;s:5:\"decor\";i:24;s:8:\"hardwood\";i:25;s:10:\"decoration\";i:26;s:4:\"open\";i:27;s:7:\"hallway\";i:28;s:3:\"big\";i:29;s:8:\"enormous\";i:30;s:5:\"light\";i:31;s:6:\"bright\";i:32;s:9:\"furniture\";i:33;s:9:\"apartment\";i:34;s:6:\"indoor\";i:35;s:7:\"stylish\";i:36;s:9:\"lifestyle\";i:37;s:5:\"color\";i:38;s:6:\"nobody\";i:39;s:5:\"empty\";i:40;s:10:\"horizontal\";}}}'); INSERT INTO `wpg3_postmeta` VALUES (147,7562,'_wp_attached_file','2017/11/106.jpg'); INSERT INTO `wpg3_postmeta` VALUES (148,7562,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:15:\"2017/11/106.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"106-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:\"106-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:15:\"106-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:16:\"106-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"106-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:16:\"106-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:15:\"106-385x258.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:15:\"106-380x280.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:15:\"106-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:15:\"106-810x430.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:16:\"106-1170x738.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:16:\"106-1440x610.jpg\";s:5:\"width\";i:1440;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:15:\"106-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:15:\"106-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:15:\"106-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:15:\"106-720x480.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:15:\"Photographee.eu\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:37:\"Play room at the attic with blue wall\";s:17:\"created_timestamp\";s:10:\"1479314962\";s:9:\"copyright\";s:38:\"Katarzyna Bialasiewicz Photographee.eu\";s:12:\"focal_length\";s:2:\"19\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:3:\"0.3\";s:5:\"title\";s:22:\"Play room at the attic\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:34:{i:0;s:9:\"play room\";i:1;s:5:\"attic\";i:2;s:14:\"blue walltable\";i:3;s:6:\"chairs\";i:4;s:6:\"carpet\";i:5;s:12:\"playing zone\";i:6;s:8:\"spacious\";i:7;s:11:\"living room\";i:8;s:8:\"interior\";i:9;s:7:\"pillows\";i:10;s:4:\"wood\";i:11;s:6:\"bright\";i:12;s:11:\"comfortable\";i:13;s:6:\"estate\";i:14;s:5:\"space\";i:15;s:9:\"apartment\";i:16;s:6:\"modern\";i:17;s:12:\"architecture\";i:18;s:4:\"home\";i:19;s:15:\"home decoration\";i:20;s:6:\"design\";i:21;s:5:\"house\";i:22;s:15:\"interior design\";i:23;s:7:\"comfort\";i:24;s:7:\"indoors\";i:25;s:7:\"stylish\";i:26;s:4:\"cozy\";i:27;s:4:\"flat\";i:28;s:12:\"well-lighted\";i:29;s:10:\"decoration\";i:30;s:9:\"furniture\";i:31;s:5:\"decor\";i:32;s:8:\"lighting\";i:33;s:15:\"multifunctional\";}}}'); INSERT INTO `wpg3_postmeta` VALUES (149,7563,'_wp_attached_file','2017/11/107.jpg'); INSERT INTO `wpg3_postmeta` VALUES (150,7563,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:15:\"2017/11/107.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"107-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:\"107-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:15:\"107-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:16:\"107-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"107-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:16:\"107-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:15:\"107-385x258.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:15:\"107-380x280.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:15:\"107-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:15:\"107-810x430.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:16:\"107-1170x738.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:16:\"107-1440x610.jpg\";s:5:\"width\";i:1440;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:15:\"107-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:15:\"107-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:15:\"107-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:15:\"107-720x480.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:15:\"Photographee.eu\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:59:\"Room divider in cozy modern apartment with table and chairs\";s:17:\"created_timestamp\";s:10:\"1488552487\";s:9:\"copyright\";s:38:\"Katarzyna Bialasiewicz Photographee.eu\";s:12:\"focal_length\";s:2:\"67\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:30:\"Room divider in cozy apartment\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:34:{i:0;s:12:\"room divider\";i:1;s:9:\"apartment\";i:2;s:5:\"table\";i:3;s:6:\"chairs\";i:4;s:11:\"dining room\";i:5;s:4:\"cozy\";i:6;s:5:\"decor\";i:7;s:9:\"furniture\";i:8;s:6:\"modern\";i:9;s:6:\"wooden\";i:10;s:6:\"plants\";i:11;s:8:\"interior\";i:12;s:7:\"posters\";i:13;s:4:\"warm\";i:14;s:6:\"estate\";i:15;s:5:\"house\";i:16;s:6:\"design\";i:17;s:10:\"up-to-date\";i:18;s:9:\"inspiring\";i:19;s:5:\"light\";i:20;s:13:\"potted plants\";i:21;s:5:\"white\";i:22;s:4:\"loft\";i:23;s:4:\"home\";i:24;s:7:\"indoors\";i:25;s:4:\"flat\";i:26;s:6:\"trendy\";i:27;s:8:\"creative\";i:28;s:7:\"stylish\";i:29;s:9:\"decorated\";i:30;s:11:\"white walls\";i:31;s:6:\"studio\";i:32;s:6:\"rattan\";i:33;s:11:\"accessories\";}}}'); INSERT INTO `wpg3_postmeta` VALUES (151,7564,'_wp_attached_file','2017/11/108.jpg'); INSERT INTO `wpg3_postmeta` VALUES (152,7564,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:15:\"2017/11/108.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"108-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:\"108-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:15:\"108-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:16:\"108-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"108-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:16:\"108-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:15:\"108-385x258.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:15:\"108-380x280.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:15:\"108-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:15:\"108-810x430.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:16:\"108-1170x738.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:16:\"108-1440x610.jpg\";s:5:\"width\";i:1440;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:15:\"108-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:15:\"108-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:15:\"108-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:15:\"108-720x480.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:480;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:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:37:\"Bright open space of a loft apartment\";s:17:\"created_timestamp\";s:10:\"1475842991\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"64\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:15:\"0.0666666666667\";s:5:\"title\";s:18:\"Open space of loft\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:38:{i:0;s:10:\"open space\";i:1;s:4:\"loft\";i:2;s:9:\"apartment\";i:3;s:6:\"bright\";i:4;s:8:\"interior\";i:5;s:18:\"scandinavian style\";i:6;s:4:\"sofa\";i:7;s:8:\"armchair\";i:8;s:12:\"coffee table\";i:9;s:4:\"home\";i:10;s:6:\"modern\";i:11;s:9:\"furniture\";i:12;s:5:\"couch\";i:13;s:5:\"plant\";i:14;s:10:\"flower pot\";i:15;s:11:\"living room\";i:16;s:15:\"home decoration\";i:17;s:14:\"loft apartment\";i:18;s:4:\"flat\";i:19;s:7:\"stylish\";i:20;s:12:\"well-lighted\";i:21;s:5:\"white\";i:22;s:6:\"design\";i:23;s:5:\"decor\";i:24;s:4:\"cozy\";i:25;s:11:\"comfortable\";i:26;s:7:\"indoors\";i:27;s:4:\"room\";i:28;s:8:\"spacious\";i:29;s:6:\"estate\";i:30;s:7:\"commode\";i:31;s:6:\"carpet\";i:32;s:5:\"space\";i:33;s:15:\"multifunctional\";i:34;s:9:\"cozy area\";i:35;s:5:\"house\";i:36;s:6:\"living\";i:37;s:11:\"coffeemaker\";}}}'); INSERT INTO `wpg3_postmeta` VALUES (153,7565,'_wp_attached_file','2017/11/109.jpg'); INSERT INTO `wpg3_postmeta` VALUES (154,7565,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1059;s:4:\"file\";s:15:\"2017/11/109.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"109-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:\"109-300x196.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:196;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"109-768x502.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:502;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"109-1024x669.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:669;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"109-150x98.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:98;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:16:\"109-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:15:\"109-385x258.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:15:\"109-380x280.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:15:\"109-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:15:\"109-810x430.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:16:\"109-1170x738.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:16:\"109-1440x610.jpg\";s:5:\"width\";i:1440;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:15:\"109-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:15:\"109-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:15:\"109-350x229.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:229;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:15:\"109-734x480.jpg\";s:5:\"width\";i:734;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:15:\"Photographee.eu\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:56:\"Multifunctional loft space with lliving room and dinette\";s:17:\"created_timestamp\";s:10:\"1487603543\";s:9:\"copyright\";s:38:\"Katarzyna Bialasiewicz Photographee.eu\";s:12:\"focal_length\";s:2:\"41\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:26:\"Multifunctional loft space\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:32:{i:0;s:15:\"multifunctional\";i:1;s:4:\"loft\";i:2;s:7:\"dinette\";i:3;s:6:\"living\";i:4;s:4:\"room\";i:5;s:6:\"dining\";i:6;s:5:\"table\";i:7;s:6:\"wooden\";i:8;s:6:\"studio\";i:9;s:10:\"ecological\";i:10;s:5:\"yerba\";i:11;s:4:\"mate\";i:12;s:5:\"herbs\";i:13;s:6:\"olives\";i:14;s:7:\"kitchen\";i:15;s:5:\"annex\";i:16;s:10:\"functional\";i:17;s:11:\"comfortable\";i:18;s:8:\"spacious\";i:19;s:4:\"wide\";i:20;s:4:\"open\";i:21;s:9:\"inspiring\";i:22;s:3:\"raw\";i:23;s:8:\"concrete\";i:24;s:3:\"diy\";i:25;s:9:\"upcycling\";i:26;s:8:\"interior\";i:27;s:5:\"ideas\";i:28;s:6:\"design\";i:29;s:7:\"stylish\";i:30;s:4:\"copy\";i:31;s:5:\"space\";}}}'); INSERT INTO `wpg3_postmeta` VALUES (155,7566,'_wp_attached_file','2017/11/110.jpg'); INSERT INTO `wpg3_postmeta` VALUES (156,7566,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:15:\"2017/11/110.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"110-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:\"110-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:15:\"110-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:16:\"110-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"110-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:16:\"110-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:15:\"110-385x258.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:15:\"110-380x280.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:15:\"110-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:15:\"110-810x430.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:16:\"110-1170x738.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:16:\"110-1440x610.jpg\";s:5:\"width\";i:1440;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:15:\"110-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:15:\"110-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:15:\"110-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:15:\"110-720x480.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:64:\"Modern minimalist fireplace in villa interior with potted plants\";s:17:\"created_timestamp\";s:10:\"1470750359\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"17\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:34:\"Modern fireplace in villa interior\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:20:{i:0;s:9:\"fireplace\";i:1;s:10:\"minimalist\";i:2;s:5:\"black\";i:3;s:8:\"domestic\";i:4;s:6:\"warmth\";i:5;s:4:\"fire\";i:6;s:11:\"temperature\";i:7;s:10:\"decorative\";i:8;s:6:\"modern\";i:9;s:9:\"inspiring\";i:10;s:11:\"arrangement\";i:11;s:6:\"little\";i:12;s:6:\"flames\";i:13;s:11:\"living room\";i:14;s:8:\"firewood\";i:15;s:4:\"room\";i:16;s:5:\"paste\";i:17;s:11:\"color image\";i:18;s:11:\"inspiration\";i:19;s:5:\"house\";}}}'); INSERT INTO `wpg3_postmeta` VALUES (157,7567,'_wp_attached_file','2017/11/111.jpg'); INSERT INTO `wpg3_postmeta` VALUES (158,7567,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:15:\"2017/11/111.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"111-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:\"111-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:15:\"111-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:16:\"111-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"111-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:16:\"111-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:15:\"111-385x258.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:15:\"111-380x280.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:15:\"111-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:15:\"111-810x430.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:16:\"111-1170x738.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:16:\"111-1440x610.jpg\";s:5:\"width\";i:1440;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:15:\"111-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:15:\"111-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:15:\"111-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:15:\"111-720x480.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:15:\"Photographee.eu\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:70:\"Modern luxury open plan apartment with stairs, communal table, kitchen\";s:17:\"created_timestamp\";s:10:\"1485440079\";s:9:\"copyright\";s:38:\"Katarzyna Bialasiewicz Photographee.eu\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:33:\"Modern luxury open plan apartment\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:49:{i:0;s:9:\"apartment\";i:1;s:6:\"modern\";i:2;s:9:\"open plan\";i:3;s:11:\"living room\";i:4;s:5:\"white\";i:5;s:6:\"stairs\";i:6;s:7:\"kitchen\";i:7;s:6:\"dining\";i:8;s:14:\"communal table\";i:9;s:6:\"chairs\";i:10;s:9:\"fireplace\";i:11;s:10:\"brick wall\";i:12;s:16:\"elegant interior\";i:13;s:4:\"home\";i:14;s:5:\"floor\";i:15;s:5:\"tiles\";i:16;s:6:\"panels\";i:17;s:4:\"wood\";i:18;s:8:\"flooring\";i:19;s:5:\"chair\";i:20;s:5:\"table\";i:21;s:9:\"staircase\";i:22;s:5:\"lamps\";i:23;s:6:\"estate\";i:24;s:6:\"luxury\";i:25;s:3:\"new\";i:26;s:5:\"style\";i:27;s:7:\"stylish\";i:28;s:5:\"decor\";i:29;s:6:\"design\";i:30;s:4:\"flat\";i:31;s:5:\"house\";i:32;s:10:\"functional\";i:33;s:4:\"cozy\";i:34;s:5:\"villa\";i:35;s:10:\"decorative\";i:36;s:22:\"home showcase interior\";i:37;s:6:\"bright\";i:38;s:6:\"trendy\";i:39;s:13:\"home addition\";i:40;s:10:\"open space\";i:41;s:4:\"room\";i:42;s:8:\"interior\";i:43;s:14:\"kitchen island\";i:44;s:9:\"furniture\";i:45;s:5:\"fancy\";i:46;s:12:\"architecture\";i:47;s:7:\"perfect\";i:48;s:4:\"lamp\";}}}'); INSERT INTO `wpg3_postmeta` VALUES (159,7568,'_wp_attached_file','2017/11/112.jpg'); INSERT INTO `wpg3_postmeta` VALUES (160,7568,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:15:\"2017/11/112.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"112-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:\"112-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:15:\"112-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:16:\"112-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"112-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:16:\"112-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:15:\"112-385x258.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:15:\"112-380x280.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:15:\"112-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:15:\"112-810x430.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:16:\"112-1170x738.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:16:\"112-1440x610.jpg\";s:5:\"width\";i:1440;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:15:\"112-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:15:\"112-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:15:\"112-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:15:\"112-720x480.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:15:\"Photographee.eu\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:62:\"Modern black and white loft with commode, table, chair, plants\";s:17:\"created_timestamp\";s:10:\"1490783249\";s:9:\"copyright\";s:38:\"Katarzyna Bialasiewicz Photographee.eu\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:3:\"0.1\";s:5:\"title\";s:27:\"Modern black and white loft\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:50:{i:0;s:4:\"loft\";i:1;s:6:\"modern\";i:2;s:5:\"black\";i:3;s:5:\"white\";i:4;s:7:\"commode\";i:5;s:5:\"table\";i:6;s:5:\"chair\";i:7;s:6:\"plants\";i:8;s:5:\"shelf\";i:9;s:8:\"bookcase\";i:10;s:4:\"sofa\";i:11;s:11:\"living room\";i:12;s:4:\"wood\";i:13;s:7:\"indoors\";i:14;s:5:\"couch\";i:15;s:6:\"carpet\";i:16;s:10:\"blackboard\";i:17;s:5:\"brick\";i:18;s:7:\"botanic\";i:19;s:5:\"retro\";i:20;s:6:\"rattan\";i:21;s:8:\"domestic\";i:22;s:5:\"home \";i:23;s:8:\"interior\";i:24;s:9:\"lifestyle\";i:25;s:9:\"apartment\";i:26;s:12:\"architecture\";i:27;s:6:\"design\";i:28;s:10:\"simplicity\";i:29;s:8:\"elegance\";i:30;s:3:\"new\";i:31;s:5:\"house\";i:32;s:4:\"flat\";i:33;s:12:\"contemporary\";i:34;s:5:\"style\";i:35;s:10:\"functional\";i:36;s:6:\"bright\";i:37;s:8:\"flooring\";i:38;s:6:\"simple\";i:39;s:5:\"light\";i:40;s:5:\"decor\";i:41;s:5:\"floor\";i:42;s:7:\"stylish\";i:43;s:9:\"furniture\";i:44;s:4:\"room\";i:45;s:6:\"estate\";i:46;s:6:\"trendy\";i:47;s:7:\"fashion\";i:48;s:4:\"idea\";i:49;s:12:\"inspiration\n\";}}}'); INSERT INTO `wpg3_postmeta` VALUES (161,7569,'_wp_attached_file','2017/11/113.jpg'); INSERT INTO `wpg3_postmeta` VALUES (162,7569,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1081;s:4:\"file\";s:15:\"2017/11/113.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"113-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:\"113-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:15:\"113-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:16:\"113-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"113-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:16:\"113-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:15:\"113-385x258.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:15:\"113-380x280.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:15:\"113-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:15:\"113-810x430.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:16:\"113-1170x738.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:16:\"113-1440x610.jpg\";s:5:\"width\";i:1440;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:15:\"113-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:15:\"113-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:15:\"113-350x234.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:15:\"113-719x480.jpg\";s:5:\"width\";i:719;s:6:\"height\";i:480;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:10:\"NIKON D810\";s:7:\"caption\";s:58:\"Architecture, Interior, modern apartment, wide living room\";s:17:\"created_timestamp\";s:10:\"1470140951\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"27\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:18:\"luxury living room\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:50:{i:0;s:4:\"home\";i:1;s:4:\"room\";i:2;s:6:\"inside\";i:3;s:8:\"interior\";i:4;s:6:\"luxury\";i:5;s:6:\"living\";i:6;s:5:\"villa\";i:7;s:9:\"furniture\";i:8;s:6:\"modern\";i:9;s:6:\"design\";i:10;s:5:\"house\";i:11;s:12:\"architecture\";i:12;s:5:\"decor\";i:13;s:8:\"domestic\";i:14;s:5:\"space\";i:15;s:5:\"style\";i:16;s:6:\"window\";i:17;s:12:\"contemporary\";i:18;s:5:\"chair\";i:19;s:9:\"lifestyle\";i:20;s:4:\"view\";i:21;s:3:\"new\";i:22;s:11:\"comfortable\";i:23;s:5:\"couch\";i:24;s:5:\"white\";i:25;s:6:\"nobody\";i:26;s:9:\"apartment\";i:27;s:9:\"residence\";i:28;s:4:\"wide\";i:29;s:4:\"sofa\";i:30;s:10:\"decoration\";i:31;s:7:\"holiday\";i:32;s:6:\"estate\";i:33;s:7:\"indoors\";i:34;s:5:\"floor\";i:35;s:6:\"nature\";i:36;s:9:\"beautiful\";i:37;s:7:\"comfort\";i:38;s:7:\"balcony\";i:39;s:5:\"built\";i:40;s:7:\"mansion\";i:41;s:8:\"armchair\";i:42;s:9:\"structure\";i:43;s:8:\"prestige\";i:44;s:11:\"residential\";i:45;s:6:\"indoor\";i:46;s:8:\"vacation\";i:47;s:9:\"luxurious\";i:48;s:8:\"building\";i:49;s:8:\"property\";}}}'); INSERT INTO `wpg3_postmeta` VALUES (163,7570,'_wp_attached_file','2017/11/114.jpg'); INSERT INTO `wpg3_postmeta` VALUES (164,7570,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:15:\"2017/11/114.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"114-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:\"114-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:15:\"114-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:16:\"114-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"114-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:16:\"114-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:15:\"114-385x258.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:15:\"114-380x280.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:15:\"114-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:15:\"114-810x430.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:16:\"114-1170x738.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:16:\"114-1440x610.jpg\";s:5:\"width\";i:1440;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:15:\"114-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:15:\"114-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:15:\"114-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:15:\"114-720x480.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:15:\"Photographee.eu\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:59:\"Modern, white apartment with fireplace, table and staircase\";s:17:\"created_timestamp\";s:10:\"1485439426\";s:9:\"copyright\";s:38:\"Katarzyna Bialasiewicz Photographee.eu\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:31:\"Modern apartment with staircase\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:47:{i:0;s:9:\"apartment\";i:1;s:6:\"modern\";i:2;s:9:\"staircase\";i:3;s:9:\"fireplace\";i:4;s:9:\"open plan\";i:5;s:11:\"living room\";i:6;s:5:\"white\";i:7;s:6:\"dining\";i:8;s:5:\"table\";i:9;s:6:\"chairs\";i:10;s:10:\"brick wall\";i:11;s:7:\"cabinet\";i:12;s:5:\"lamps\";i:13;s:16:\"elegant interior\";i:14;s:4:\"home\";i:15;s:5:\"floor\";i:16;s:5:\"tiles\";i:17;s:6:\"panels\";i:18;s:4:\"wood\";i:19;s:8:\"flooring\";i:20;s:5:\"chair\";i:21;s:6:\"stairs\";i:22;s:6:\"estate\";i:23;s:6:\"luxury\";i:24;s:3:\"new\";i:25;s:5:\"style\";i:26;s:7:\"stylish\";i:27;s:5:\"decor\";i:28;s:6:\"design\";i:29;s:4:\"flat\";i:30;s:5:\"house\";i:31;s:10:\"functional\";i:32;s:4:\"cozy\";i:33;s:5:\"villa\";i:34;s:10:\"decorative\";i:35;s:22:\"home showcase interior\";i:36;s:6:\"bright\";i:37;s:6:\"trendy\";i:38;s:13:\"home addition\";i:39;s:10:\"open space\";i:40;s:4:\"room\";i:41;s:8:\"interior\";i:42;s:9:\"furniture\";i:43;s:5:\"fancy\";i:44;s:12:\"architecture\";i:45;s:7:\"perfect\";i:46;s:4:\"lamp\";}}}'); INSERT INTO `wpg3_postmeta` VALUES (165,7571,'_wp_attached_file','2017/11/115.jpg'); INSERT INTO `wpg3_postmeta` VALUES (166,7571,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:15:\"2017/11/115.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"115-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:\"115-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:15:\"115-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:16:\"115-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"115-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:16:\"115-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:15:\"115-385x258.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:15:\"115-380x280.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:15:\"115-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:15:\"115-810x430.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:16:\"115-1170x738.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:16:\"115-1440x610.jpg\";s:5:\"width\";i:1440;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:15:\"115-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:15:\"115-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:15:\"115-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:15:\"115-720x480.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"14\";s:6:\"credit\";s:12:\"Ryhor Bruyeu\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:94:\"Luxury House on the French Riviera in Cassis en Provence near Marseille in the South of France\";s:17:\"created_timestamp\";s:10:\"1435299042\";s:9:\"copyright\";s:12:\"Ryhor Bruyeu\";s:12:\"focal_length\";s:2:\"27\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:3:\"0.8\";s:5:\"title\";s:52:\"Luxury House on the French Riviera in Cassis, France\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:38:{i:0;s:17:\"Mediterranean Sea\";i:1;s:12:\"architecture\";i:2;s:5:\"azure\";i:3;s:3:\"bay\";i:4;s:4:\"blue\";i:5;s:8:\"building\";i:6;s:8:\"calanque\";i:7;s:9:\"calanques\";i:8;s:6:\"cassis\";i:9;s:4:\"city\";i:10;s:5:\"coast\";i:11;s:6:\"europe\";i:12;s:6:\"france\";i:13;s:14:\"french riviera\";i:14;s:5:\"green\";i:15;s:5:\"house\";i:16;s:9:\"landscape\";i:17;s:13:\"mediterranean\";i:18;s:6:\"nature\";i:19;s:6:\"nobody\";i:20;s:5:\"ocean\";i:21;s:3:\"old\";i:22;s:7:\"outdoor\";i:23;s:8:\"provence\";i:24;s:4:\"rock\";i:25;s:5:\"scene\";i:26;s:3:\"sea\";i:27;s:11:\"sightseeing\";i:28;s:5:\"south\";i:29;s:12:\"south france\";i:30;s:6:\"summer\";i:31;s:7:\"tourism\";i:32;s:4:\"town\";i:33;s:6:\"travel\";i:34;s:8:\"vacation\";i:35;s:5:\"villa\";i:36;s:5:\"water\";i:37;s:5:\"white\";}}}'); INSERT INTO `wpg3_postmeta` VALUES (167,7572,'_wp_attached_file','2017/11/116.jpg'); INSERT INTO `wpg3_postmeta` VALUES (168,7572,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:15:\"2017/11/116.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"116-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:\"116-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:15:\"116-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:16:\"116-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"116-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:16:\"116-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:15:\"116-385x258.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:15:\"116-380x280.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:15:\"116-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:15:\"116-810x430.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:16:\"116-1170x738.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:16:\"116-1440x610.jpg\";s:5:\"width\";i:1440;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:15:\"116-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:15:\"116-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:15:\"116-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:15:\"116-720x480.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:61:\"White loft interior in scandinavian style with pattern carpet\";s:17:\"created_timestamp\";s:10:\"1475838933\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:35:\"Loft interior in scandinavian style\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:42:{i:0;s:8:\"interior\";i:1;s:4:\"loft\";i:2;s:12:\"scandinavian\";i:3;s:5:\"style\";i:4;s:6:\"carpet\";i:5;s:4:\"lamp\";i:6;s:5:\"chair\";i:7;s:5:\"table\";i:8;s:6:\"living\";i:9;s:7:\"dresser\";i:10;s:5:\"floor\";i:11;s:6:\"panels\";i:12;s:5:\"white\";i:13;s:7:\"pattern\";i:14;s:5:\"black\";i:15;s:4:\"sofa\";i:16;s:10:\"houseplant\";i:17;s:4:\"open\";i:18;s:15:\"multifunctional\";i:19;s:7:\"pendant\";i:20;s:8:\"armchair\";i:21;s:11:\"comfortable\";i:22;s:8:\"spacious\";i:23;s:3:\"new\";i:24;s:6:\"design\";i:25;s:10:\"functional\";i:26;s:4:\"cozy\";i:27;s:12:\"contemporary\";i:28;s:11:\"inspiration\";i:29;s:9:\"furniture\";i:30;s:4:\"home\";i:31;s:6:\"dining\";i:32;s:4:\"idea\";i:33;s:4:\"room\";i:34;s:4:\"flat\";i:35;s:7:\"stylish\";i:36;s:7:\"comfort\";i:37;s:5:\"couch\";i:38;s:12:\"coffee table\";i:39;s:6:\"bright\";i:40;s:5:\"house\";i:41;s:9:\"apartment\";}}}'); INSERT INTO `wpg3_postmeta` VALUES (169,7573,'_wp_attached_file','2017/11/117.jpg'); INSERT INTO `wpg3_postmeta` VALUES (170,7573,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:15:\"2017/11/117.jpg\";s:5:\"sizes\";a:16:{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-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:15:\"117-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:16:\"117-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"117-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:16:\"117-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:15:\"117-385x258.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:15:\"117-380x280.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:15:\"117-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:15:\"117-810x430.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:16:\"117-1170x738.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:16:\"117-1440x610.jpg\";s:5:\"width\";i:1440;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:15:\"117-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:15:\"117-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:15:\"117-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:15:\"117-720x480.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:15:\"Photographee.eu\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:67:\"Loft living room with colorful poufs, sofa, carpet, crate furniture\";s:17:\"created_timestamp\";s:10:\"1489662780\";s:9:\"copyright\";s:38:\"Katarzyna Bialasiewicz Photographee.eu\";s:12:\"focal_length\";s:2:\"41\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:15:\"0.0333333333333\";s:5:\"title\";s:16:\"Loft living room\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:50:{i:0;s:11:\"living room\";i:1;s:4:\"loft\";i:2;s:5:\"white\";i:3;s:8:\"colorful\";i:4;s:5:\"poufs\";i:5;s:2:\"tv\";i:6;s:4:\"sofa\";i:7;s:5:\"retro\";i:8;s:10:\"sack chair\";i:9;s:6:\"carpet\";i:10;s:9:\"open plan\";i:11;s:7:\"pattern\";i:12;s:5:\"black\";i:13;s:6:\"modern\";i:14;s:9:\"apartment\";i:15;s:6:\"cactus\";i:16;s:5:\"swing\";i:17;s:5:\"crate\";i:18;s:9:\"furniture\";i:19;s:6:\"yellow\";i:20;s:4:\"pink\";i:21;s:8:\"bookcase\";i:22;s:5:\"table\";i:23;s:4:\"lamp\";i:24;s:6:\"rattan\";i:25;s:5:\"couch\";i:26;s:9:\"bookshelf\";i:27;s:12:\"coffee table\";i:28;s:10:\"television\";i:29;s:5:\"chair\";i:30;s:14:\"relaxing space\";i:31;s:4:\"home\";i:32;s:8:\"interior\";i:33;s:3:\"new\";i:34;s:6:\"design\";i:35;s:4:\"flat\";i:36;s:5:\"style\";i:37;s:6:\"wooden\";i:38;s:6:\"pallet\";i:39;s:6:\"estate\";i:40;s:8:\"creative\";i:41;s:5:\"color\";i:42;s:5:\"floor\";i:43;s:9:\"lifestyle\";i:44;s:6:\"bright\";i:45;s:5:\"relax\";i:46;s:7:\"stylish\";i:47;s:12:\"contemporary\";i:48;s:6:\"plants\";i:49;s:7:\"indoors\";}}}'); INSERT INTO `wpg3_postmeta` VALUES (171,2777,'fave_agency_address','1611 Michigan Ave, Miami Beach, FL 33139'); INSERT INTO `wpg3_postmeta` VALUES (172,2777,'fave_agency_vimeo','#'); INSERT INTO `wpg3_postmeta` VALUES (173,2777,'fave_agent_youtube','https://www.youtube.com/channel/UC7qGHzMNDqqeDfaMX2Ef7PA'); INSERT INTO `wpg3_postmeta` VALUES (174,2777,'fave_agency_email','agency1@houzez.co'); INSERT INTO `wpg3_postmeta` VALUES (175,2777,'fave_agency_mobile','(987) 654 8765'); INSERT INTO `wpg3_postmeta` VALUES (176,2777,'fave_agency_phone','(987) 654 1234'); INSERT INTO `wpg3_postmeta` VALUES (177,2777,'fave_agency_fax','(987) 654 2837'); INSERT INTO `wpg3_postmeta` VALUES (178,2777,'fave_agency_licenses','US-123-456-0987'); INSERT INTO `wpg3_postmeta` VALUES (179,2777,'fave_agency_web','http://houzez.co'); INSERT INTO `wpg3_postmeta` VALUES (180,2777,'fave_agency_facebook','#'); INSERT INTO `wpg3_postmeta` VALUES (181,2777,'fave_agency_twitter','#'); INSERT INTO `wpg3_postmeta` VALUES (182,2777,'fave_agency_linkedin','#'); INSERT INTO `wpg3_postmeta` VALUES (183,2777,'fave_agency_googleplus','#'); INSERT INTO `wpg3_postmeta` VALUES (184,2777,'fave_agency_pinterest','#'); INSERT INTO `wpg3_postmeta` VALUES (185,2777,'fave_agency_instagram','#'); INSERT INTO `wpg3_postmeta` VALUES (186,2777,'fave_agency_location','25.789416,-80.138416,18'); INSERT INTO `wpg3_postmeta` VALUES (187,2777,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (188,2777,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (189,2777,'fave_agency_map_address','1611 Michigan Ave, Miami Beach, FL 33139'); INSERT INTO `wpg3_postmeta` VALUES (190,2777,'houzez_user_meta_id','943'); INSERT INTO `wpg3_postmeta` VALUES (191,2777,'fave_agency_language','English, Spanish, French'); INSERT INTO `wpg3_postmeta` VALUES (192,2777,'fave_agency_tax_no','123-345-8786'); INSERT INTO `wpg3_postmeta` VALUES (193,2777,'fave_agency_youtube','#'); INSERT INTO `wpg3_postmeta` VALUES (194,7574,'_wp_attached_file','2016/02/118.jpg'); INSERT INTO `wpg3_postmeta` VALUES (195,7574,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:15:\"2016/02/118.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"118-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:\"118-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:15:\"118-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:16:\"118-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"118-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:16:\"118-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:15:\"118-385x258.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:15:\"118-380x280.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:15:\"118-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:15:\"118-810x430.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:16:\"118-1170x738.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:16:\"118-1440x610.jpg\";s:5:\"width\";i:1440;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:15:\"118-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:15:\"118-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:15:\"118-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:15:\"118-720x480.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:15:\"Photographee.eu\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:63:\"White attic room with balcony and wooden decorative accessories\";s:17:\"created_timestamp\";s:10:\"1474543045\";s:9:\"copyright\";s:38:\"Katarzyna Bialasiewicz photographee.eu\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:23:\"Attic room with balcony\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:48:{i:0;s:4:\"room\";i:1;s:5:\"attic\";i:2;s:7:\"balcony\";i:3;s:4:\"sofa\";i:4;s:6:\"pillow\";i:5;s:15:\"animal skin rug\";i:6;s:5:\"table\";i:7;s:10:\"decorative\";i:8;s:5:\"white\";i:9;s:11:\"accessories\";i:10;s:6:\"wooden\";i:11;s:6:\"window\";i:12;s:4:\"home\";i:13;s:5:\"light\";i:14;s:8:\"interior\";i:15;s:6:\"modern\";i:16;s:3:\"eco\";i:17;s:3:\"new\";i:18;s:5:\"style\";i:19;s:7:\"details\";i:20;s:10:\"decoration\";i:21;s:5:\"house\";i:22;s:6:\"luxury\";i:23;s:12:\"contemporary\";i:24;s:10:\"ecological\";i:25;s:6:\"nature\";i:26;s:4:\"flat\";i:27;s:5:\"villa\";i:28;s:7:\"mansion\";i:29;s:11:\"inspiration\";i:30;s:11:\"residential\";i:31;s:7:\"stylish\";i:32;s:9:\"apartment\";i:33;s:7:\"indoors\";i:34;s:6:\"estate\";i:35;s:9:\"luxurious\";i:36;s:7:\"natural\";i:37;s:13:\"monochromatic\";i:38;s:10:\"functional\";i:39;s:7:\"comfort\";i:40;s:4:\"cozy\";i:41;s:10:\"minimalism\";i:42;s:6:\"design\";i:43;s:4:\"wood\";i:44;s:9:\"furniture\";i:45;s:6:\"trendy\";i:46;s:11:\"fashionable\";i:47;s:4:\"lamp\";}}}'); INSERT INTO `wpg3_postmeta` VALUES (196,7575,'_wp_attached_file','2016/02/121.jpg'); INSERT INTO `wpg3_postmeta` VALUES (197,7575,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1081;s:4:\"file\";s:15:\"2016/02/121.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"121-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:\"121-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:15:\"121-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:16:\"121-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"121-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:16:\"121-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:15:\"121-385x258.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:15:\"121-380x280.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:15:\"121-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:15:\"121-810x430.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:16:\"121-1170x738.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:16:\"121-1440x610.jpg\";s:5:\"width\";i:1440;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:15:\"121-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:15:\"121-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:15:\"121-350x234.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:15:\"121-719x480.jpg\";s:5:\"width\";i:719;s:6:\"height\";i:480;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:10:\"NIKON D810\";s:7:\"caption\";s:58:\"Architecture, Interior, modern apartment, wide living room\";s:17:\"created_timestamp\";s:10:\"1470141072\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:18:\"luxury living room\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:50:{i:0;s:4:\"home\";i:1;s:4:\"room\";i:2;s:6:\"inside\";i:3;s:8:\"interior\";i:4;s:6:\"luxury\";i:5;s:6:\"living\";i:6;s:5:\"villa\";i:7;s:9:\"furniture\";i:8;s:6:\"modern\";i:9;s:6:\"design\";i:10;s:5:\"house\";i:11;s:12:\"architecture\";i:12;s:5:\"decor\";i:13;s:8:\"domestic\";i:14;s:5:\"space\";i:15;s:5:\"style\";i:16;s:6:\"window\";i:17;s:12:\"contemporary\";i:18;s:5:\"chair\";i:19;s:9:\"lifestyle\";i:20;s:4:\"view\";i:21;s:3:\"new\";i:22;s:11:\"comfortable\";i:23;s:5:\"couch\";i:24;s:5:\"white\";i:25;s:6:\"nobody\";i:26;s:9:\"apartment\";i:27;s:9:\"residence\";i:28;s:4:\"wide\";i:29;s:4:\"sofa\";i:30;s:10:\"decoration\";i:31;s:7:\"holiday\";i:32;s:6:\"estate\";i:33;s:7:\"indoors\";i:34;s:5:\"floor\";i:35;s:6:\"nature\";i:36;s:9:\"beautiful\";i:37;s:7:\"comfort\";i:38;s:7:\"balcony\";i:39;s:5:\"built\";i:40;s:7:\"mansion\";i:41;s:8:\"armchair\";i:42;s:9:\"structure\";i:43;s:8:\"prestige\";i:44;s:11:\"residential\";i:45;s:6:\"indoor\";i:46;s:8:\"vacation\";i:47;s:9:\"luxurious\";i:48;s:8:\"building\";i:49;s:8:\"property\";}}}'); INSERT INTO `wpg3_postmeta` VALUES (198,7576,'_wp_attached_file','2016/02/120.jpg'); INSERT INTO `wpg3_postmeta` VALUES (199,7576,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:15:\"2016/02/120.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"120-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:\"120-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:15:\"120-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:16:\"120-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"120-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:16:\"120-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:15:\"120-385x258.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:15:\"120-380x280.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:15:\"120-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:15:\"120-810x430.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:16:\"120-1170x738.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:16:\"120-1440x610.jpg\";s:5:\"width\";i:1440;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:15:\"120-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:15:\"120-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:15:\"120-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:15:\"120-720x480.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:15:\"Photographee.eu\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:53:\"Ascetic villa patio with rattan chairs and grey floor\";s:17:\"created_timestamp\";s:10:\"1476980509\";s:9:\"copyright\";s:38:\"Katarzyna Bialasiewicz Photographee.eu\";s:12:\"focal_length\";s:2:\"17\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.125\";s:5:\"title\";s:30:\"Villa patio with rattan chairs\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:34:{i:0;s:5:\"villa\";i:1;s:5:\"patio\";i:2;s:8:\"exterior\";i:3;s:6:\"rattan\";i:4;s:5:\"chair\";i:5;s:4:\"grey\";i:6;s:5:\"floor\";i:7;s:6:\"garden\";i:8;s:3:\"new\";i:9;s:6:\"design\";i:10;s:6:\"luxury\";i:11;s:6:\"window\";i:12;s:4:\"wall\";i:13;s:8:\"armchair\";i:14;s:8:\"outdoors\";i:15;s:5:\"green\";i:16;s:5:\"grass\";i:17;s:8:\"backyard\";i:18;s:4:\"lawn\";i:19;s:7:\"mansion\";i:20;s:4:\"home\";i:21;s:12:\"contemporary\";i:22;s:9:\"expensive\";i:23;s:9:\"landscape\";i:24;s:5:\"fancy\";i:25;s:6:\"trendy\";i:26;s:6:\"simple\";i:27;s:7:\"ascetic\";i:28;s:6:\"estate\";i:29;s:10:\"minimalism\";i:30;s:5:\"house\";i:31;s:7:\"outdoor\";i:32;s:8:\"geometry\";i:33;s:6:\"nature\";}}}'); INSERT INTO `wpg3_postmeta` VALUES (200,7580,'_wp_attached_file','2016/02/agent-3-350x350.jpg'); INSERT INTO `wpg3_postmeta` VALUES (201,7580,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:350;s:4:\"file\";s:27:\"2016/02/agent-3-350x350.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"agent-3-350x350-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:\"agent-3-350x350-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"agent-3-350x350-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:27:\"agent-3-350x350-350x258.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:27:\"agent-3-350x350-350x280.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:27:\"agent-3-350x350-350x340.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:27:\"agent-3-350x350-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:27:\"agent-3-350x350-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;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:{}}}'); INSERT INTO `wpg3_postmeta` VALUES (202,7581,'_wp_attached_file','2016/02/agent-4-350x350.jpg'); INSERT INTO `wpg3_postmeta` VALUES (203,7581,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:350;s:4:\"file\";s:27:\"2016/02/agent-4-350x350.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"agent-4-350x350-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:\"agent-4-350x350-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"agent-4-350x350-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:27:\"agent-4-350x350-350x258.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:27:\"agent-4-350x350-350x280.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:27:\"agent-4-350x350-350x340.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:27:\"agent-4-350x350-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:27:\"agent-4-350x350-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;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:{}}}'); INSERT INTO `wpg3_postmeta` VALUES (204,7582,'_wp_attached_file','2016/02/agent-2-350x350.jpg'); INSERT INTO `wpg3_postmeta` VALUES (205,7582,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:350;s:4:\"file\";s:27:\"2016/02/agent-2-350x350.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"agent-2-350x350-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:\"agent-2-350x350-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"agent-2-350x350-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:27:\"agent-2-350x350-350x258.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:27:\"agent-2-350x350-350x280.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:27:\"agent-2-350x350-350x340.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:27:\"agent-2-350x350-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:27:\"agent-2-350x350-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;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:{}}}'); INSERT INTO `wpg3_postmeta` VALUES (206,7583,'_wp_attached_file','2016/02/agent-1-350x350.jpg'); INSERT INTO `wpg3_postmeta` VALUES (207,7583,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:350;s:4:\"file\";s:27:\"2016/02/agent-1-350x350.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"agent-1-350x350-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:\"agent-1-350x350-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"agent-1-350x350-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:27:\"agent-1-350x350-350x258.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:27:\"agent-1-350x350-350x280.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:27:\"agent-1-350x350-350x340.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:27:\"agent-1-350x350-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:27:\"agent-1-350x350-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;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:{}}}'); INSERT INTO `wpg3_postmeta` VALUES (208,7592,'_wp_attached_file','2017/11/cluster.png'); INSERT INTO `wpg3_postmeta` VALUES (209,7592,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:48;s:6:\"height\";i:48;s:4:\"file\";s:19:\"2017/11/cluster.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'); INSERT INTO `wpg3_postmeta` VALUES (210,7597,'_wp_attached_file','2017/11/young-couple-sit-looking-at-each-other-outside-PRA3ZFB.jpg'); INSERT INTO `wpg3_postmeta` VALUES (211,7597,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:66:\"2017/11/young-couple-sit-looking-at-each-other-outside-PRA3ZFB.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:66:\"young-couple-sit-looking-at-each-other-outside-PRA3ZFB-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:66:\"young-couple-sit-looking-at-each-other-outside-PRA3ZFB-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:66:\"young-couple-sit-looking-at-each-other-outside-PRA3ZFB-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:67:\"young-couple-sit-looking-at-each-other-outside-PRA3ZFB-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:66:\"young-couple-sit-looking-at-each-other-outside-PRA3ZFB-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:67:\"young-couple-sit-looking-at-each-other-outside-PRA3ZFB-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:66:\"young-couple-sit-looking-at-each-other-outside-PRA3ZFB-385x258.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:66:\"young-couple-sit-looking-at-each-other-outside-PRA3ZFB-380x280.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:66:\"young-couple-sit-looking-at-each-other-outside-PRA3ZFB-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:66:\"young-couple-sit-looking-at-each-other-outside-PRA3ZFB-810x430.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:67:\"young-couple-sit-looking-at-each-other-outside-PRA3ZFB-1170x738.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:67:\"young-couple-sit-looking-at-each-other-outside-PRA3ZFB-1440x610.jpg\";s:5:\"width\";i:1440;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:66:\"young-couple-sit-looking-at-each-other-outside-PRA3ZFB-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:66:\"young-couple-sit-looking-at-each-other-outside-PRA3ZFB-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:66:\"young-couple-sit-looking-at-each-other-outside-PRA3ZFB-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:66:\"young-couple-sit-looking-at-each-other-outside-PRA3ZFB-720x480.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:480;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:\"Monkey Business Images\";s:6:\"camera\";s:14:\"Canon EOS-1D X\";s:7:\"caption\";s:58:\"Young couple sit looking at each other outside their house\";s:17:\"created_timestamp\";s:10:\"1473270366\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:58:\"Young couple sit looking at each other outside their house\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:49:{i:0;s:8:\"outdoors\";i:1;s:3:\"day\";i:2;s:10:\"two people\";i:3;s:12:\"young adults\";i:4;s:6:\"adults\";i:5;s:3:\"30s\";i:6;s:11:\"millennials\";i:7;s:5:\"woman\";i:8;s:3:\"man\";i:9;s:17:\"mixed race person\";i:10;s:5:\"Black\";i:11;s:26:\"African American ethnicity\";i:12;s:18:\"Filipino ethnicity\";i:13;s:9:\"diversity\";i:14;s:6:\"couple\";i:15;s:7:\"husband\";i:16;s:4:\"wife\";i:17;s:11:\"home owners\";i:18;s:11:\"real estate\";i:19;s:8:\"property\";i:20;s:4:\"home\";i:21;s:5:\"house\";i:22;s:13:\"domestic life\";i:23;s:7:\"housing\";i:24;s:7:\"finance\";i:25;s:9:\"free time\";i:26;s:8:\"new home\";i:27;s:11:\"tranquility\";i:28;s:9:\"affection\";i:29;s:4:\"love\";i:30;s:5:\"proud\";i:31;s:5:\"house\";i:32;s:10:\"front door\";i:33;s:5:\"steps\";i:34;s:7:\"sitting\";i:35;s:8:\"relaxing\";i:36;s:9:\"embracing\";i:37;s:12:\"togetherness\";i:38;s:7:\"bonding\";i:39;s:5:\"happy\";i:40;s:7:\"smiling\";i:41;s:7:\"success\";i:42;s:6:\"garden\";i:43;s:11:\"full length\";i:44;s:21:\"looking at each other\";i:45;s:10:\"arm around\";i:46;s:9:\"low angle\";i:47;s:10:\"copy space\";i:48;s:10:\"horizontal\";}}}'); INSERT INTO `wpg3_postmeta` VALUES (212,7598,'_wp_attached_file','2017/11/couple-at-home-eating-outdoor-meal-together-PK7B8TL.jpg'); INSERT INTO `wpg3_postmeta` VALUES (213,7598,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:63:\"2017/11/couple-at-home-eating-outdoor-meal-together-PK7B8TL.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:63:\"couple-at-home-eating-outdoor-meal-together-PK7B8TL-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:63:\"couple-at-home-eating-outdoor-meal-together-PK7B8TL-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:63:\"couple-at-home-eating-outdoor-meal-together-PK7B8TL-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:64:\"couple-at-home-eating-outdoor-meal-together-PK7B8TL-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:63:\"couple-at-home-eating-outdoor-meal-together-PK7B8TL-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:64:\"couple-at-home-eating-outdoor-meal-together-PK7B8TL-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:63:\"couple-at-home-eating-outdoor-meal-together-PK7B8TL-385x258.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:63:\"couple-at-home-eating-outdoor-meal-together-PK7B8TL-380x280.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:63:\"couple-at-home-eating-outdoor-meal-together-PK7B8TL-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:63:\"couple-at-home-eating-outdoor-meal-together-PK7B8TL-810x430.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:64:\"couple-at-home-eating-outdoor-meal-together-PK7B8TL-1170x738.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:64:\"couple-at-home-eating-outdoor-meal-together-PK7B8TL-1440x610.jpg\";s:5:\"width\";i:1440;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:63:\"couple-at-home-eating-outdoor-meal-together-PK7B8TL-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:63:\"couple-at-home-eating-outdoor-meal-together-PK7B8TL-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:63:\"couple-at-home-eating-outdoor-meal-together-PK7B8TL-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:63:\"couple-at-home-eating-outdoor-meal-together-PK7B8TL-720x480.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS-1D X\";s:7:\"caption\";s:43:\"Couple At Home Eating Outdoor Meal Together\";s:17:\"created_timestamp\";s:10:\"1468850138\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:43:\"Couple At Home Eating Outdoor Meal Together\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:41:{i:0;s:6:\"couple\";i:1;s:3:\"man\";i:2;s:5:\"woman\";i:3;s:6:\"eating\";i:4;s:4:\"food\";i:5;s:4:\"meal\";i:6;s:5:\"lunch\";i:7;s:6:\"dinner\";i:8;s:8:\"outdoors\";i:9;s:11:\"oxfordshire\";i:10;s:7:\"england\";i:11;s:7:\"at home\";i:12;s:5:\"porch\";i:13;s:5:\"table\";i:14;s:8:\"together\";i:15;s:6:\"summer\";i:16;s:5:\"happy\";i:17;s:7:\"smiling\";i:18;s:9:\"enjoyment\";i:19;s:10:\"having fun\";i:20;s:6:\"garden\";i:21;s:10:\"two people\";i:22;s:6:\"person\";i:23;s:6:\"people\";i:24;s:10:\"mixed race\";i:25;s:16:\"african american\";i:26;s:5:\"black\";i:27;s:9:\"caucasian\";i:28;s:5:\"woman\";i:29;s:5:\"women\";i:30;s:6:\"female\";i:31;s:3:\"man\";i:32;s:3:\"men\";i:33;s:4:\"male\";i:34;s:10:\"horizontal\";i:35;s:10:\"copy space\";i:36;s:3:\"30s\";i:37;s:8:\"thirties\";i:38;s:4:\"love\";i:39;s:7:\"romance\";i:40;s:9:\"affection\";}}}'); INSERT INTO `wpg3_postmeta` VALUES (214,7600,'_wp_attached_file','2017/11/portrait-of-excited-couple-standing-outside-new-PEM5G4H.jpg'); INSERT INTO `wpg3_postmeta` VALUES (215,7600,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1527;s:6:\"height\";i:1080;s:4:\"file\";s:67:\"2017/11/portrait-of-excited-couple-standing-outside-new-PEM5G4H.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:67:\"portrait-of-excited-couple-standing-outside-new-PEM5G4H-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:67:\"portrait-of-excited-couple-standing-outside-new-PEM5G4H-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:67:\"portrait-of-excited-couple-standing-outside-new-PEM5G4H-768x543.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:543;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:68:\"portrait-of-excited-couple-standing-outside-new-PEM5G4H-1024x724.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:724;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:67:\"portrait-of-excited-couple-standing-outside-new-PEM5G4H-150x106.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:106;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:68:\"portrait-of-excited-couple-standing-outside-new-PEM5G4H-1170x600.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:67:\"portrait-of-excited-couple-standing-outside-new-PEM5G4H-385x258.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:67:\"portrait-of-excited-couple-standing-outside-new-PEM5G4H-380x280.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:67:\"portrait-of-excited-couple-standing-outside-new-PEM5G4H-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:67:\"portrait-of-excited-couple-standing-outside-new-PEM5G4H-810x430.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:68:\"portrait-of-excited-couple-standing-outside-new-PEM5G4H-1170x738.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:68:\"portrait-of-excited-couple-standing-outside-new-PEM5G4H-1440x610.jpg\";s:5:\"width\";i:1440;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:67:\"portrait-of-excited-couple-standing-outside-new-PEM5G4H-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:67:\"portrait-of-excited-couple-standing-outside-new-PEM5G4H-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:67:\"portrait-of-excited-couple-standing-outside-new-PEM5G4H-350x248.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:67:\"portrait-of-excited-couple-standing-outside-new-PEM5G4H-679x480.jpg\";s:5:\"width\";i:679;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:22:\"Monkey Business Images\";s:6:\"camera\";s:14:\"Canon EOS-1D X\";s:7:\"caption\";s:52:\"Portrait Of Excited Couple Standing Outside New Home\";s:17:\"created_timestamp\";s:10:\"1472811412\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"38\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:52:\"Portrait Of Excited Couple Standing Outside New Home\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:40:{i:0;s:6:\"couple\";i:1;s:5:\"house\";i:2;s:4:\"home\";i:3;s:10:\"moving day\";i:4;s:9:\"moving in\";i:5;s:8:\"portrait\";i:6;s:17:\"looking at camera\";i:7;s:8:\"new home\";i:8;s:8:\"outdoors\";i:9;s:9:\"caucasian\";i:10;s:10:\"mixed race\";i:11;s:5:\"asian\";i:12;s:5:\"kazak\";i:13;s:3:\"40s\";i:14;s:7:\"forties\";i:15;s:3:\"20s\";i:16;s:8:\"twenties\";i:17;s:10:\"horizontal\";i:18;s:11:\"real estate\";i:19;s:8:\"new home\";i:20;s:11:\"first house\";i:21;s:5:\"woman\";i:22;s:5:\"women\";i:23;s:6:\"female\";i:24;s:3:\"man\";i:25;s:4:\"male\";i:26;s:3:\"men\";i:27;s:5:\"happy\";i:28;s:7:\"smiling\";i:29;s:12:\"moving house\";i:30;s:10:\"two people\";i:31;s:6:\"person\";i:32;s:6:\"people\";i:33;s:10:\"relocation\";i:34;s:8:\"mortgage\";i:35;s:11:\"help to buy\";i:36;s:8:\"together\";i:37;s:10:\"excitement\";i:38;s:7:\"america\";i:39;s:11:\"los angeles\";}}}'); INSERT INTO `wpg3_postmeta` VALUES (216,7672,'_wp_attached_file','2017/11/x2-apartment.png'); INSERT INTO `wpg3_postmeta` VALUES (217,7672,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:84;s:6:\"height\";i:106;s:4:\"file\";s:24:\"2017/11/x2-apartment.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'); INSERT INTO `wpg3_postmeta` VALUES (218,7673,'_wp_attached_file','2017/11/x2-condo.png'); INSERT INTO `wpg3_postmeta` VALUES (219,7673,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:84;s:6:\"height\";i:106;s:4:\"file\";s:20:\"2017/11/x2-condo.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'); INSERT INTO `wpg3_postmeta` VALUES (220,7674,'_wp_attached_file','2017/11/x2-houses.png'); INSERT INTO `wpg3_postmeta` VALUES (221,7674,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:84;s:6:\"height\";i:106;s:4:\"file\";s:21:\"2017/11/x2-houses.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'); INSERT INTO `wpg3_postmeta` VALUES (222,7675,'_wp_attached_file','2017/11/x2-land.png'); INSERT INTO `wpg3_postmeta` VALUES (223,7675,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:84;s:6:\"height\";i:106;s:4:\"file\";s:19:\"2017/11/x2-land.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'); INSERT INTO `wpg3_postmeta` VALUES (224,7676,'_wp_attached_file','2017/11/x2-offices.png'); INSERT INTO `wpg3_postmeta` VALUES (225,7676,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:84;s:6:\"height\";i:106;s:4:\"file\";s:22:\"2017/11/x2-offices.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'); INSERT INTO `wpg3_postmeta` VALUES (226,7677,'_wp_attached_file','2017/11/x2-shops.png'); INSERT INTO `wpg3_postmeta` VALUES (227,7677,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:84;s:6:\"height\";i:106;s:4:\"file\";s:20:\"2017/11/x2-shops.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'); INSERT INTO `wpg3_postmeta` VALUES (228,7678,'_wp_attached_file','2017/11/x2-single-family-home.png'); INSERT INTO `wpg3_postmeta` VALUES (229,7678,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:84;s:6:\"height\";i:106;s:4:\"file\";s:33:\"2017/11/x2-single-family-home.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'); INSERT INTO `wpg3_postmeta` VALUES (230,7679,'_wp_attached_file','2017/11/x2-villa.png'); INSERT INTO `wpg3_postmeta` VALUES (231,7679,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:84;s:6:\"height\";i:106;s:4:\"file\";s:20:\"2017/11/x2-villa.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'); INSERT INTO `wpg3_postmeta` VALUES (232,72,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (233,72,'fave_agent_company','Modern House Real Estate'); INSERT INTO `wpg3_postmeta` VALUES (234,72,'fave_agent_mobile','987 654 1230'); INSERT INTO `wpg3_postmeta` VALUES (235,72,'fave_agent_office_num','987 456 7589'); INSERT INTO `wpg3_postmeta` VALUES (236,72,'fave_agent_fax','987 456 4587'); INSERT INTO `wpg3_postmeta` VALUES (237,72,'fave_agent_facebook','http://facebook.com/favethemes'); INSERT INTO `wpg3_postmeta` VALUES (238,72,'fave_agent_youtube','https://www.youtube.com/channel/UC7qGHzMNDqqeDfaMX2Ef7PA'); INSERT INTO `wpg3_postmeta` VALUES (239,72,'fave_agent_email','samuel@houzez.com'); INSERT INTO `wpg3_postmeta` VALUES (240,72,'fave_agent_position','Founder & CEO'); INSERT INTO `wpg3_postmeta` VALUES (241,72,'fave_agent_des','Lorem ipsum dolor sit amet, consectetur adipiscing elit. luctus ligula ac faucibus faucibus. Cras in nisi in turpis eleifend vehicula at at massa. Vivamus aliquet porttitor odio.'); INSERT INTO `wpg3_postmeta` VALUES (242,72,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (243,72,'fave_agent_agencies','2784'); INSERT INTO `wpg3_postmeta` VALUES (244,72,'fave_agent_instagram','http://instagram.com/favethemeswp/'); INSERT INTO `wpg3_postmeta` VALUES (245,72,'fave_agent_skype','Samuel.Palmer'); INSERT INTO `wpg3_postmeta` VALUES (246,72,'_thumbnail_id','7580'); INSERT INTO `wpg3_postmeta` VALUES (247,150,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (248,150,'fave_agent_position','Company Agent'); INSERT INTO `wpg3_postmeta` VALUES (249,150,'fave_agent_company','Country House Real Estate'); INSERT INTO `wpg3_postmeta` VALUES (250,150,'fave_agent_mobile','321 456 9874'); INSERT INTO `wpg3_postmeta` VALUES (251,150,'fave_agent_office_num','789 456 3210'); INSERT INTO `wpg3_postmeta` VALUES (252,150,'fave_agent_fax','897 654 1258'); INSERT INTO `wpg3_postmeta` VALUES (253,150,'fave_agent_facebook','http://facebook.com/favethemes'); INSERT INTO `wpg3_postmeta` VALUES (254,150,'fave_agent_linkedin','#'); INSERT INTO `wpg3_postmeta` VALUES (255,150,'fave_agent_youtube','https://www.youtube.com/channel/UC7qGHzMNDqqeDfaMX2Ef7PA'); INSERT INTO `wpg3_postmeta` VALUES (256,150,'fave_agent_email','vincent@houzez.com'); INSERT INTO `wpg3_postmeta` VALUES (257,150,'fave_agent_des','Lorem ipsum dolor sit amet, consectetur adipiscing elit. luctus ligula ac faucibus faucibus. Cras in nisi in turpis eleifend vehicula at at massa. Vivamus aliquet porttitor odio.'); INSERT INTO `wpg3_postmeta` VALUES (258,150,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (259,150,'fave_agent_pinterest','#'); INSERT INTO `wpg3_postmeta` VALUES (260,150,'fave_agent_skype','Vincent.Fuller'); INSERT INTO `wpg3_postmeta` VALUES (261,150,'fave_agent_agencies','2792'); INSERT INTO `wpg3_postmeta` VALUES (262,150,'_thumbnail_id','7581'); INSERT INTO `wpg3_postmeta` VALUES (263,156,'fave_agent_agencies','2777'); INSERT INTO `wpg3_postmeta` VALUES (264,156,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (265,156,'fave_agent_position','Company Agent'); INSERT INTO `wpg3_postmeta` VALUES (266,156,'fave_agent_company','All American Real Estate'); INSERT INTO `wpg3_postmeta` VALUES (267,156,'fave_agent_mobile','321 456 9874'); INSERT INTO `wpg3_postmeta` VALUES (268,156,'fave_agent_office_num','789 456 3210'); INSERT INTO `wpg3_postmeta` VALUES (269,156,'fave_agent_fax','897 654 1258'); INSERT INTO `wpg3_postmeta` VALUES (270,156,'fave_agent_facebook','http://facebook.com/favethemes'); INSERT INTO `wpg3_postmeta` VALUES (271,156,'fave_agent_youtube','https://www.youtube.com/channel/UC7qGHzMNDqqeDfaMX2Ef7PA'); INSERT INTO `wpg3_postmeta` VALUES (272,156,'fave_agent_email','brittany@houzez.com'); INSERT INTO `wpg3_postmeta` VALUES (273,156,'fave_agent_des','Lorem ipsum dolor sit amet, consectetur adipiscing elit. luctus ligula ac faucibus faucibus. Cras in nisi in turpis eleifend vehicula at at massa. Vivamus aliquet porttitor odio.'); INSERT INTO `wpg3_postmeta` VALUES (274,156,'_dp_original','150'); INSERT INTO `wpg3_postmeta` VALUES (275,156,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (276,156,'fave_agent_instagram','http://instagram.com/favethemeswp/'); INSERT INTO `wpg3_postmeta` VALUES (277,156,'fave_agent_pinterest','#'); INSERT INTO `wpg3_postmeta` VALUES (278,156,'fave_agent_skype','Brittany.Watkins'); INSERT INTO `wpg3_postmeta` VALUES (279,156,'_thumbnail_id','7582'); INSERT INTO `wpg3_postmeta` VALUES (280,158,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (281,158,'fave_agent_position','Company Agent'); INSERT INTO `wpg3_postmeta` VALUES (282,158,'fave_agent_company','Modern House Real Estate'); INSERT INTO `wpg3_postmeta` VALUES (283,158,'fave_agent_mobile','321 456 9874'); INSERT INTO `wpg3_postmeta` VALUES (284,158,'fave_agent_office_num','789 456 3210'); INSERT INTO `wpg3_postmeta` VALUES (285,158,'fave_agent_fax','897 654 1258'); INSERT INTO `wpg3_postmeta` VALUES (286,158,'fave_agent_facebook','http://facebook.com/favethemes'); INSERT INTO `wpg3_postmeta` VALUES (287,158,'fave_agent_youtube','https://www.youtube.com/channel/UC7qGHzMNDqqeDfaMX2Ef7PA'); INSERT INTO `wpg3_postmeta` VALUES (288,158,'fave_agent_email','michelle@houzez.com'); INSERT INTO `wpg3_postmeta` VALUES (289,158,'fave_agent_des','Lorem ipsum dolor sit amet, consectetur adipiscing elit. luctus ligula ac faucibus faucibus. Cras in nisi in turpis eleifend vehicula at at massa. Vivamus aliquet porttito.'); INSERT INTO `wpg3_postmeta` VALUES (290,158,'_dp_original','156'); INSERT INTO `wpg3_postmeta` VALUES (291,158,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (292,158,'fave_agent_skype','Michelle.Ramirez'); INSERT INTO `wpg3_postmeta` VALUES (293,158,'fave_agent_agencies','2784'); INSERT INTO `wpg3_postmeta` VALUES (294,158,'fave_agent_instagram','http://instagram.com/favethemeswp/'); INSERT INTO `wpg3_postmeta` VALUES (295,158,'_thumbnail_id','7583'); INSERT INTO `wpg3_postmeta` VALUES (296,268,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (297,268,'fave_partner_website','#'); INSERT INTO `wpg3_postmeta` VALUES (298,268,'_wp_old_slug','partner'); INSERT INTO `wpg3_postmeta` VALUES (299,268,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (300,519,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (301,519,'fave_partner_website','#'); INSERT INTO `wpg3_postmeta` VALUES (302,519,'_wp_old_slug','partner'); INSERT INTO `wpg3_postmeta` VALUES (303,519,'_dp_original','268'); INSERT INTO `wpg3_postmeta` VALUES (304,519,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (305,521,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (306,521,'fave_partner_website','#'); INSERT INTO `wpg3_postmeta` VALUES (307,521,'_wp_old_slug','partner'); INSERT INTO `wpg3_postmeta` VALUES (308,521,'_dp_original','519'); INSERT INTO `wpg3_postmeta` VALUES (309,521,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (310,523,'_dp_original','521'); INSERT INTO `wpg3_postmeta` VALUES (311,523,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (312,523,'fave_partner_website','#'); INSERT INTO `wpg3_postmeta` VALUES (313,523,'_wp_old_slug','partner'); INSERT INTO `wpg3_postmeta` VALUES (314,523,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (315,1240,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (316,1240,'fave_billing_unit','1'); INSERT INTO `wpg3_postmeta` VALUES (317,1240,'fave_package_listings','50'); INSERT INTO `wpg3_postmeta` VALUES (318,1240,'fave_unlimited_listings','0'); INSERT INTO `wpg3_postmeta` VALUES (319,1240,'fave_package_price','59.99'); INSERT INTO `wpg3_postmeta` VALUES (320,1240,'fave_package_featured_listings','10'); INSERT INTO `wpg3_postmeta` VALUES (321,1240,'fave_package_visible','yes'); INSERT INTO `wpg3_postmeta` VALUES (322,1240,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (323,1240,'fave_billing_time_unit','Month'); INSERT INTO `wpg3_postmeta` VALUES (324,1240,'fave_package_stripe_id','premium'); INSERT INTO `wpg3_postmeta` VALUES (325,1240,'fave_package_popular','yes'); INSERT INTO `wpg3_postmeta` VALUES (326,1240,'fave_unlimited_images','0'); INSERT INTO `wpg3_postmeta` VALUES (327,1241,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (328,1241,'fave_billing_time_unit','Month'); INSERT INTO `wpg3_postmeta` VALUES (329,1241,'fave_billing_unit','1'); INSERT INTO `wpg3_postmeta` VALUES (330,1241,'fave_package_listings','10'); INSERT INTO `wpg3_postmeta` VALUES (331,1241,'fave_unlimited_listings','0'); INSERT INTO `wpg3_postmeta` VALUES (332,1241,'fave_package_featured_listings','5'); INSERT INTO `wpg3_postmeta` VALUES (333,1241,'fave_package_price','29.99'); INSERT INTO `wpg3_postmeta` VALUES (334,1241,'fave_package_visible','yes'); INSERT INTO `wpg3_postmeta` VALUES (335,1241,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (336,1241,'_wp_old_slug','1208'); INSERT INTO `wpg3_postmeta` VALUES (337,1241,'fave_package_stripe_id','plus'); INSERT INTO `wpg3_postmeta` VALUES (338,1241,'fave_package_popular','no'); INSERT INTO `wpg3_postmeta` VALUES (339,1241,'fave_unlimited_images','0'); INSERT INTO `wpg3_postmeta` VALUES (340,1819,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (341,1819,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (342,1819,'fave_agent_des','ss'); INSERT INTO `wpg3_postmeta` VALUES (343,1819,'_wp_desired_post_slug',''); INSERT INTO `wpg3_postmeta` VALUES (344,2487,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (345,2487,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (346,2487,'fave_partner_website','https://www.yehzami.com/'); INSERT INTO `wpg3_postmeta` VALUES (347,2712,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (348,2712,'fave_billing_time_unit','Day'); INSERT INTO `wpg3_postmeta` VALUES (349,2712,'fave_billing_unit','3'); INSERT INTO `wpg3_postmeta` VALUES (350,2712,'fave_package_listings','1'); INSERT INTO `wpg3_postmeta` VALUES (351,2712,'fave_unlimited_listings','0'); INSERT INTO `wpg3_postmeta` VALUES (352,2712,'fave_package_featured_listings','0'); INSERT INTO `wpg3_postmeta` VALUES (353,2712,'fave_package_price','0.00'); INSERT INTO `wpg3_postmeta` VALUES (354,2712,'fave_package_stripe_id','trial'); INSERT INTO `wpg3_postmeta` VALUES (355,2712,'fave_package_visible','yes'); INSERT INTO `wpg3_postmeta` VALUES (356,2712,'fave_package_popular','no'); INSERT INTO `wpg3_postmeta` VALUES (357,2712,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (358,2712,'fave_unlimited_images','0'); INSERT INTO `wpg3_postmeta` VALUES (359,2784,'fave_agency_linkedin','#'); INSERT INTO `wpg3_postmeta` VALUES (360,2784,'fave_agency_googleplus','#'); INSERT INTO `wpg3_postmeta` VALUES (361,2784,'fave_agent_youtube','https://www.youtube.com/channel/UC7qGHzMNDqqeDfaMX2Ef7PA'); INSERT INTO `wpg3_postmeta` VALUES (362,2784,'fave_agency_instagram','#'); INSERT INTO `wpg3_postmeta` VALUES (363,2784,'fave_agency_fax','(890) 456-6457'); INSERT INTO `wpg3_postmeta` VALUES (364,2784,'fave_agency_licenses',' US-123-456-5463'); INSERT INTO `wpg3_postmeta` VALUES (365,2784,'fave_agency_web','#'); INSERT INTO `wpg3_postmeta` VALUES (366,2784,'fave_agency_facebook','#'); INSERT INTO `wpg3_postmeta` VALUES (367,2784,'fave_agency_twitter','#'); INSERT INTO `wpg3_postmeta` VALUES (368,2784,'_dp_original','2777'); INSERT INTO `wpg3_postmeta` VALUES (369,2784,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (370,2784,'fave_agency_phone','(890) 456-7651'); INSERT INTO `wpg3_postmeta` VALUES (371,2784,'fave_agency_mobile','(890) 456-4357'); INSERT INTO `wpg3_postmeta` VALUES (372,2784,'fave_agency_email','agency2@houzez.co'); INSERT INTO `wpg3_postmeta` VALUES (373,2784,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (374,2784,'fave_agency_pinterest','#'); INSERT INTO `wpg3_postmeta` VALUES (375,2784,'fave_agency_vimeo','#'); INSERT INTO `wpg3_postmeta` VALUES (376,2784,'fave_agency_address','1611 Michigan Ave, Miami Beach, FL 33139'); INSERT INTO `wpg3_postmeta` VALUES (377,2784,'fave_agency_map_address','1611 Michigan Ave, Miami Beach, FL 33139'); INSERT INTO `wpg3_postmeta` VALUES (378,2784,'fave_agency_location','25.789416,-80.138416,18'); INSERT INTO `wpg3_postmeta` VALUES (379,2784,'houzez_user_meta_id','944'); INSERT INTO `wpg3_postmeta` VALUES (380,2784,'fave_agency_language','english, french'); INSERT INTO `wpg3_postmeta` VALUES (381,2784,'fave_agency_tax_no','123-456-5567'); INSERT INTO `wpg3_postmeta` VALUES (382,2784,'fave_agency_youtube','#'); INSERT INTO `wpg3_postmeta` VALUES (383,2786,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (384,2786,'fave_agency_email','agency4@houzez.co'); INSERT INTO `wpg3_postmeta` VALUES (385,2786,'fave_agency_mobile','(580) 453-6432'); INSERT INTO `wpg3_postmeta` VALUES (386,2786,'fave_agency_phone','(580) 453-6543'); INSERT INTO `wpg3_postmeta` VALUES (387,2786,'fave_agency_fax','(580) 653-6543'); INSERT INTO `wpg3_postmeta` VALUES (388,2786,'fave_agency_licenses','US- 314-6447'); INSERT INTO `wpg3_postmeta` VALUES (389,2786,'fave_agency_web','#'); INSERT INTO `wpg3_postmeta` VALUES (390,2786,'fave_agency_facebook','#'); INSERT INTO `wpg3_postmeta` VALUES (391,2786,'fave_agency_twitter','#'); INSERT INTO `wpg3_postmeta` VALUES (392,2786,'fave_agent_youtube','https://www.youtube.com/channel/UC7qGHzMNDqqeDfaMX2Ef7PA'); INSERT INTO `wpg3_postmeta` VALUES (393,2786,'fave_agency_instagram','#'); INSERT INTO `wpg3_postmeta` VALUES (394,2786,'_dp_original','2784'); INSERT INTO `wpg3_postmeta` VALUES (395,2786,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (396,2786,'fave_agency_address','1611 Michigan Ave, Miami Beach, FL 33139'); INSERT INTO `wpg3_postmeta` VALUES (397,2786,'fave_agency_map_address','1611 Michigan Ave, Miami Beach, FL 33139'); INSERT INTO `wpg3_postmeta` VALUES (398,2786,'fave_agency_location','25.789416,-80.138416,14'); INSERT INTO `wpg3_postmeta` VALUES (399,2786,'houzez_user_meta_id','946'); INSERT INTO `wpg3_postmeta` VALUES (400,2786,'fave_agency_language','english,spanish,french'); INSERT INTO `wpg3_postmeta` VALUES (401,2786,'fave_agency_tax_no','(580) 653-6540'); INSERT INTO `wpg3_postmeta` VALUES (402,2786,'fave_agency_youtube','#'); INSERT INTO `wpg3_postmeta` VALUES (403,2788,'_dp_original','2786'); INSERT INTO `wpg3_postmeta` VALUES (404,2788,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (405,2788,'fave_agency_address','1611 Michigan Ave, Miami Beach, FL 33139'); INSERT INTO `wpg3_postmeta` VALUES (406,2788,'fave_agency_map_address','1611 Michigan Ave, Miami Beach, FL 33139'); INSERT INTO `wpg3_postmeta` VALUES (407,2788,'fave_agency_location','25.789416,-80.138416,14'); INSERT INTO `wpg3_postmeta` VALUES (408,2788,'fave_agency_facebook','#'); INSERT INTO `wpg3_postmeta` VALUES (409,2788,'fave_agency_twitter','#'); INSERT INTO `wpg3_postmeta` VALUES (410,2788,'fave_agency_linkedin','#'); INSERT INTO `wpg3_postmeta` VALUES (411,2788,'fave_agency_googleplus','#'); INSERT INTO `wpg3_postmeta` VALUES (412,2788,'fave_agent_youtube','https://www.youtube.com/channel/UC7qGHzMNDqqeDfaMX2Ef7PA'); INSERT INTO `wpg3_postmeta` VALUES (413,2788,'fave_agency_instagram','#'); INSERT INTO `wpg3_postmeta` VALUES (414,2788,'fave_agency_pinterest','#'); INSERT INTO `wpg3_postmeta` VALUES (415,2788,'fave_agency_vimeo','#'); INSERT INTO `wpg3_postmeta` VALUES (416,2788,'fave_agency_web','#'); INSERT INTO `wpg3_postmeta` VALUES (417,2788,'fave_agency_licenses','US- 324-6547'); INSERT INTO `wpg3_postmeta` VALUES (418,2788,'fave_agency_fax','(670) 655-6543'); INSERT INTO `wpg3_postmeta` VALUES (419,2788,'fave_agency_phone','(670) 345-6543'); INSERT INTO `wpg3_postmeta` VALUES (420,2788,'fave_agency_mobile','(670) 345-6556'); INSERT INTO `wpg3_postmeta` VALUES (421,2788,'fave_agency_email','agency3@houzez.co'); INSERT INTO `wpg3_postmeta` VALUES (422,2788,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (423,2788,'houzez_user_meta_id','945'); INSERT INTO `wpg3_postmeta` VALUES (424,2788,'fave_agency_language','english, spanish'); INSERT INTO `wpg3_postmeta` VALUES (425,2788,'fave_agency_tax_no','(670) 655-5463'); INSERT INTO `wpg3_postmeta` VALUES (426,2788,'fave_agency_youtube','#'); INSERT INTO `wpg3_postmeta` VALUES (427,2790,'fave_agency_address','1611 Michigan Ave, Miami Beach, FL 33139'); INSERT INTO `wpg3_postmeta` VALUES (428,2790,'fave_agency_pinterest','#'); INSERT INTO `wpg3_postmeta` VALUES (429,2790,'fave_agency_instagram','#'); INSERT INTO `wpg3_postmeta` VALUES (430,2790,'fave_agent_youtube','https://www.youtube.com/channel/UC7qGHzMNDqqeDfaMX2Ef7PA'); INSERT INTO `wpg3_postmeta` VALUES (431,2790,'fave_agency_googleplus','#'); INSERT INTO `wpg3_postmeta` VALUES (432,2790,'fave_agency_linkedin','#'); INSERT INTO `wpg3_postmeta` VALUES (433,2790,'fave_agency_twitter','#'); INSERT INTO `wpg3_postmeta` VALUES (434,2790,'fave_agency_web','#'); INSERT INTO `wpg3_postmeta` VALUES (435,2790,'fave_agency_facebook','#'); INSERT INTO `wpg3_postmeta` VALUES (436,2790,'fave_agency_licenses','US- 876-5644'); INSERT INTO `wpg3_postmeta` VALUES (437,2790,'fave_agency_phone','(670) 345-5647'); INSERT INTO `wpg3_postmeta` VALUES (438,2790,'fave_agency_fax','(670) 345-7850'); INSERT INTO `wpg3_postmeta` VALUES (439,2790,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (440,2790,'fave_agency_email','agency6@houzez.co'); INSERT INTO `wpg3_postmeta` VALUES (441,2790,'fave_agency_mobile','(670) 345-7859'); INSERT INTO `wpg3_postmeta` VALUES (442,2790,'fave_agency_location','25.789416,-80.138416,16'); INSERT INTO `wpg3_postmeta` VALUES (443,2790,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (444,2790,'_dp_original','2788'); INSERT INTO `wpg3_postmeta` VALUES (445,2790,'fave_agency_map_address','1611 Michigan Ave, Miami Beach, FL 33139'); INSERT INTO `wpg3_postmeta` VALUES (446,2790,'houzez_user_meta_id','948'); INSERT INTO `wpg3_postmeta` VALUES (447,2790,'fave_agency_language','english, spanish'); INSERT INTO `wpg3_postmeta` VALUES (448,2790,'fave_agency_tax_no','(670) 345-1233'); INSERT INTO `wpg3_postmeta` VALUES (449,2790,'fave_agency_youtube','#'); INSERT INTO `wpg3_postmeta` VALUES (450,2792,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (451,2792,'_dp_original','2790'); INSERT INTO `wpg3_postmeta` VALUES (452,2792,'fave_agency_location','25.789416,-80.138416,15'); INSERT INTO `wpg3_postmeta` VALUES (453,2792,'fave_agency_pinterest','#'); INSERT INTO `wpg3_postmeta` VALUES (454,2792,'fave_agency_vimeo','#'); INSERT INTO `wpg3_postmeta` VALUES (455,2792,'fave_agency_address','1611 Michigan Ave, Miami Beach, FL 33139'); INSERT INTO `wpg3_postmeta` VALUES (456,2792,'fave_agency_map_address','1611 Michigan Ave, Miami Beach, FL 33139'); INSERT INTO `wpg3_postmeta` VALUES (457,2792,'fave_agent_youtube','https://www.youtube.com/channel/UC7qGHzMNDqqeDfaMX2Ef7PA'); INSERT INTO `wpg3_postmeta` VALUES (458,2792,'fave_agency_linkedin','#'); INSERT INTO `wpg3_postmeta` VALUES (459,2792,'fave_agency_googleplus','#'); INSERT INTO `wpg3_postmeta` VALUES (460,2792,'fave_agency_twitter','#'); INSERT INTO `wpg3_postmeta` VALUES (461,2792,'fave_agency_facebook','#'); INSERT INTO `wpg3_postmeta` VALUES (462,2792,'fave_agency_web','#'); INSERT INTO `wpg3_postmeta` VALUES (463,2792,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (464,2792,'fave_agency_email','agency5@houzez.co'); INSERT INTO `wpg3_postmeta` VALUES (465,2792,'fave_agency_mobile','(580) 853-6732'); INSERT INTO `wpg3_postmeta` VALUES (466,2792,'fave_agency_phone','(580) 853-7390'); INSERT INTO `wpg3_postmeta` VALUES (467,2792,'fave_agency_fax','(580) 844-6732'); INSERT INTO `wpg3_postmeta` VALUES (468,2792,'fave_agency_licenses','US- 876-6547'); INSERT INTO `wpg3_postmeta` VALUES (469,2792,'houzez_user_meta_id','947'); INSERT INTO `wpg3_postmeta` VALUES (470,2792,'fave_agency_language','english,spanish,french'); INSERT INTO `wpg3_postmeta` VALUES (471,2792,'fave_agency_tax_no','(580) 564-6732'); INSERT INTO `wpg3_postmeta` VALUES (472,4270,'_wp_desired_post_slug','4270-2'); INSERT INTO `wpg3_postmeta` VALUES (473,4270,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (474,4270,'houzez_user_meta_id','506'); INSERT INTO `wpg3_postmeta` VALUES (475,4270,'fave_agent_email','john@favethemes.com'); INSERT INTO `wpg3_postmeta` VALUES (476,4270,'fave_agent_des',''); INSERT INTO `wpg3_postmeta` VALUES (477,4270,'fave_agent_position',''); INSERT INTO `wpg3_postmeta` VALUES (478,4270,'fave_agent_mobile',''); INSERT INTO `wpg3_postmeta` VALUES (479,4270,'fave_agent_office_num',''); INSERT INTO `wpg3_postmeta` VALUES (480,4270,'fave_agent_fax',''); INSERT INTO `wpg3_postmeta` VALUES (481,4270,'fave_agent_skype',''); INSERT INTO `wpg3_postmeta` VALUES (482,4270,'fave_agent_website',''); INSERT INTO `wpg3_postmeta` VALUES (483,4270,'_thumbnail_id',''); INSERT INTO `wpg3_postmeta` VALUES (484,4270,'fave_agent_facebook',''); INSERT INTO `wpg3_postmeta` VALUES (485,4270,'fave_agent_linkedin',''); INSERT INTO `wpg3_postmeta` VALUES (486,4270,'fave_agent_twitter',''); INSERT INTO `wpg3_postmeta` VALUES (487,4270,'fave_agent_googleplus',''); INSERT INTO `wpg3_postmeta` VALUES (488,4270,'fave_agent_youtube',''); INSERT INTO `wpg3_postmeta` VALUES (489,4270,'fave_agent_instagram',''); INSERT INTO `wpg3_postmeta` VALUES (490,4270,'fave_agent_pinterest',''); INSERT INTO `wpg3_postmeta` VALUES (491,4270,'fave_agent_vimeo',''); INSERT INTO `wpg3_postmeta` VALUES (492,4270,'fave_agent_company',''); INSERT INTO `wpg3_postmeta` VALUES (493,4542,'fave_agent_company',''); INSERT INTO `wpg3_postmeta` VALUES (494,4542,'fave_agent_vimeo',''); INSERT INTO `wpg3_postmeta` VALUES (495,4542,'fave_agent_youtube',''); INSERT INTO `wpg3_postmeta` VALUES (496,4542,'fave_agent_instagram',''); INSERT INTO `wpg3_postmeta` VALUES (497,4542,'fave_agent_pinterest',''); INSERT INTO `wpg3_postmeta` VALUES (498,4542,'fave_agent_googleplus',''); INSERT INTO `wpg3_postmeta` VALUES (499,4542,'fave_agent_twitter',''); INSERT INTO `wpg3_postmeta` VALUES (500,4542,'fave_agent_linkedin',''); INSERT INTO `wpg3_postmeta` VALUES (501,4542,'fave_agent_facebook',''); INSERT INTO `wpg3_postmeta` VALUES (502,4542,'fave_agent_website',''); INSERT INTO `wpg3_postmeta` VALUES (503,4542,'_thumbnail_id',''); INSERT INTO `wpg3_postmeta` VALUES (504,4542,'fave_agent_fax',''); INSERT INTO `wpg3_postmeta` VALUES (505,4542,'fave_agent_skype',''); INSERT INTO `wpg3_postmeta` VALUES (506,4542,'fave_agent_office_num',''); INSERT INTO `wpg3_postmeta` VALUES (507,4542,'fave_agent_mobile',''); INSERT INTO `wpg3_postmeta` VALUES (508,4542,'fave_agent_position',''); INSERT INTO `wpg3_postmeta` VALUES (509,4542,'fave_agent_des',''); INSERT INTO `wpg3_postmeta` VALUES (510,4542,'fave_agent_email','topjob1@gmail.com'); INSERT INTO `wpg3_postmeta` VALUES (511,4542,'houzez_user_meta_id','549'); INSERT INTO `wpg3_postmeta` VALUES (512,4542,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (513,4542,'_wp_desired_post_slug','4542-2'); INSERT INTO `wpg3_postmeta` VALUES (514,525,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (515,525,'fave_partner_website','#'); INSERT INTO `wpg3_postmeta` VALUES (516,525,'_wp_old_slug','partner'); INSERT INTO `wpg3_postmeta` VALUES (517,525,'_dp_original','523'); INSERT INTO `wpg3_postmeta` VALUES (518,525,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (519,527,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (520,527,'fave_partner_website','#'); INSERT INTO `wpg3_postmeta` VALUES (521,527,'_wp_old_slug','partner'); INSERT INTO `wpg3_postmeta` VALUES (522,527,'_dp_original','525'); INSERT INTO `wpg3_postmeta` VALUES (523,527,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (524,532,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (525,532,'fave_testi_logo','265'); INSERT INTO `wpg3_postmeta` VALUES (526,532,'fave_testi_text','Really good Theme. We can\'t understand how we\'ve been living without Houzez.'); INSERT INTO `wpg3_postmeta` VALUES (527,532,'fave_testi_name','Roy Bennett'); INSERT INTO `wpg3_postmeta` VALUES (528,532,'fave_testi_position','Marketing Manager'); INSERT INTO `wpg3_postmeta` VALUES (529,532,'fave_testi_company','Envato'); INSERT INTO `wpg3_postmeta` VALUES (530,532,'fave_testi_photo','536'); INSERT INTO `wpg3_postmeta` VALUES (531,537,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (532,537,'fave_testi_logo','265'); INSERT INTO `wpg3_postmeta` VALUES (533,537,'fave_testi_text','Great work on your Houzez. I like it more and more each day because it makes my life easier and lot profitable.'); INSERT INTO `wpg3_postmeta` VALUES (534,537,'fave_testi_name','Kenneth Sandoval'); INSERT INTO `wpg3_postmeta` VALUES (535,537,'fave_testi_position','Realtor'); INSERT INTO `wpg3_postmeta` VALUES (536,537,'fave_testi_company','Envato'); INSERT INTO `wpg3_postmeta` VALUES (537,537,'_dp_original','532'); INSERT INTO `wpg3_postmeta` VALUES (538,537,'fave_testi_photo','538'); INSERT INTO `wpg3_postmeta` VALUES (539,540,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (540,540,'fave_testi_logo','265'); INSERT INTO `wpg3_postmeta` VALUES (541,540,'fave_testi_text','Houzez is the next killer theme. I strongly recommend Houzez to everyone interested in running a successful online business! '); INSERT INTO `wpg3_postmeta` VALUES (542,540,'fave_testi_name','Kathleen Peterson'); INSERT INTO `wpg3_postmeta` VALUES (543,540,'fave_testi_position','Sales Manager'); INSERT INTO `wpg3_postmeta` VALUES (544,540,'fave_testi_company','Envato'); INSERT INTO `wpg3_postmeta` VALUES (545,540,'_dp_original','537'); INSERT INTO `wpg3_postmeta` VALUES (546,540,'fave_testi_photo','541'); INSERT INTO `wpg3_postmeta` VALUES (547,1251,'text_error','Oops. Something went wrong. Please try again later.'); INSERT INTO `wpg3_postmeta` VALUES (548,1251,'text_already_subscribed','Given email address is already subscribed, thank you!'); INSERT INTO `wpg3_postmeta` VALUES (549,1251,'text_required_field_missing','Please fill in the required fields.'); INSERT INTO `wpg3_postmeta` VALUES (550,1251,'text_invalid_email','Please provide a valid email address.'); INSERT INTO `wpg3_postmeta` VALUES (551,1251,'text_subscribed','Thank you, your sign-up request was successful! Please check your email inbox to confirm.'); INSERT INTO `wpg3_postmeta` VALUES (552,1251,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (553,1251,'_mc4wp_settings','a:9:{s:15:\"required_fields\";s:5:\"EMAIL\";s:12:\"double_optin\";s:1:\"1\";s:12:\"send_welcome\";s:1:\"0\";s:15:\"update_existing\";s:1:\"0\";s:17:\"replace_interests\";s:1:\"1\";s:18:\"hide_after_success\";s:1:\"0\";s:8:\"redirect\";s:0:\"\";s:3:\"css\";s:1:\"0\";s:5:\"lists\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (554,1251,'_wp_old_slug','1251'); INSERT INTO `wpg3_postmeta` VALUES (555,1251,'text_unsubscribed','You were successfully unsubscribed.'); INSERT INTO `wpg3_postmeta` VALUES (556,1251,'text_not_subscribed','Given email address is not subscribed.'); INSERT INTO `wpg3_postmeta` VALUES (557,1251,'text_no_lists_selected','Please select at least one list.'); INSERT INTO `wpg3_postmeta` VALUES (558,1472,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (559,1472,'fave_testi_logo','265'); INSERT INTO `wpg3_postmeta` VALUES (560,1472,'fave_testi_text','Houzez is the real deal! Houzez is worth much more than I paid. Really good. If you want real marketing that works and effective implementation - Houzez\'s got you covered.'); INSERT INTO `wpg3_postmeta` VALUES (561,1472,'fave_testi_name','Mike Stooles'); INSERT INTO `wpg3_postmeta` VALUES (562,1472,'fave_testi_position','Marketing Manager'); INSERT INTO `wpg3_postmeta` VALUES (563,1472,'fave_testi_company','Envato'); INSERT INTO `wpg3_postmeta` VALUES (564,1472,'_dp_original','540'); INSERT INTO `wpg3_postmeta` VALUES (565,1472,'fave_testi_photo','308'); INSERT INTO `wpg3_postmeta` VALUES (566,1472,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (567,8,'_wp_page_template','template/user_dashboard_profile.php'); INSERT INTO `wpg3_postmeta` VALUES (568,8,'_wpb_vc_js_status','false'); INSERT INTO `wpg3_postmeta` VALUES (569,8,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (570,8,'fave_backgound_type','image'); INSERT INTO `wpg3_postmeta` VALUES (571,8,'fave_slider_type','none'); INSERT INTO `wpg3_postmeta` VALUES (572,8,'fave_default_view','list_view'); INSERT INTO `wpg3_postmeta` VALUES (573,8,'fave_listings_tabs','enable'); INSERT INTO `wpg3_postmeta` VALUES (574,8,'fave_listings_tab_1','0'); INSERT INTO `wpg3_postmeta` VALUES (575,8,'fave_listings_tab_2','0'); INSERT INTO `wpg3_postmeta` VALUES (576,8,'fave_featured_listing','enable'); INSERT INTO `wpg3_postmeta` VALUES (577,8,'fave_featured_prop_no','4'); INSERT INTO `wpg3_postmeta` VALUES (578,8,'fave_prop_no','9'); INSERT INTO `wpg3_postmeta` VALUES (579,10,'_wp_page_template','template/user_dashboard_properties.php'); INSERT INTO `wpg3_postmeta` VALUES (580,10,'_wpb_vc_js_status','false'); INSERT INTO `wpg3_postmeta` VALUES (581,10,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (582,10,'fave_backgound_type','image'); INSERT INTO `wpg3_postmeta` VALUES (583,10,'fave_slider_type','none'); INSERT INTO `wpg3_postmeta` VALUES (584,10,'fave_default_view','list_view'); INSERT INTO `wpg3_postmeta` VALUES (585,10,'fave_listings_tabs','enable'); INSERT INTO `wpg3_postmeta` VALUES (586,10,'fave_listings_tab_1','0'); INSERT INTO `wpg3_postmeta` VALUES (587,10,'fave_listings_tab_2','0'); INSERT INTO `wpg3_postmeta` VALUES (588,10,'fave_featured_listing','enable'); INSERT INTO `wpg3_postmeta` VALUES (589,10,'fave_featured_prop_no','4'); INSERT INTO `wpg3_postmeta` VALUES (590,10,'fave_prop_no','9'); INSERT INTO `wpg3_postmeta` VALUES (591,12,'_wp_page_template','template/user_dashboard_favorites.php'); INSERT INTO `wpg3_postmeta` VALUES (592,12,'_wpb_vc_js_status','false'); INSERT INTO `wpg3_postmeta` VALUES (593,12,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (594,12,'fave_backgound_type','image'); INSERT INTO `wpg3_postmeta` VALUES (595,12,'fave_slider_type','none'); INSERT INTO `wpg3_postmeta` VALUES (596,12,'fave_default_view','list_view'); INSERT INTO `wpg3_postmeta` VALUES (597,12,'fave_listings_tabs','enable'); INSERT INTO `wpg3_postmeta` VALUES (598,12,'fave_listings_tab_1','0'); INSERT INTO `wpg3_postmeta` VALUES (599,12,'fave_listings_tab_2','0'); INSERT INTO `wpg3_postmeta` VALUES (600,12,'fave_featured_listing','enable'); INSERT INTO `wpg3_postmeta` VALUES (601,12,'fave_featured_prop_no','4'); INSERT INTO `wpg3_postmeta` VALUES (602,12,'fave_prop_no','9'); INSERT INTO `wpg3_postmeta` VALUES (603,14,'_wp_page_template','template/submit_property.php'); INSERT INTO `wpg3_postmeta` VALUES (604,14,'_wpb_vc_js_status','false'); INSERT INTO `wpg3_postmeta` VALUES (605,14,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (606,14,'fave_backgound_type','image'); INSERT INTO `wpg3_postmeta` VALUES (607,14,'fave_slider_type','none'); INSERT INTO `wpg3_postmeta` VALUES (608,14,'fave_default_view','list_view'); INSERT INTO `wpg3_postmeta` VALUES (609,14,'fave_listings_tabs','enable'); INSERT INTO `wpg3_postmeta` VALUES (610,14,'fave_listings_tab_1','for-rent'); INSERT INTO `wpg3_postmeta` VALUES (611,14,'fave_listings_tab_2','for-rent'); INSERT INTO `wpg3_postmeta` VALUES (612,14,'fave_featured_listing','enable'); INSERT INTO `wpg3_postmeta` VALUES (613,14,'fave_featured_prop_no','4'); INSERT INTO `wpg3_postmeta` VALUES (614,14,'fave_prop_no','9'); INSERT INTO `wpg3_postmeta` VALUES (615,14,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (616,14,'fave_adv_search_pos','under_menu'); INSERT INTO `wpg3_postmeta` VALUES (617,14,'fave_adv_search','hide'); INSERT INTO `wpg3_postmeta` VALUES (618,14,'fave_adv_search_enable','current_page'); INSERT INTO `wpg3_postmeta` VALUES (619,14,'fave_page_header_video_overlay','yes'); INSERT INTO `wpg3_postmeta` VALUES (620,14,'fave_page_header_image_opacity','0.5'); INSERT INTO `wpg3_postmeta` VALUES (621,14,'fave_header_full_screen','no'); INSERT INTO `wpg3_postmeta` VALUES (622,14,'fave_page_header_search','no'); INSERT INTO `wpg3_postmeta` VALUES (623,14,'fave_page_background','none'); INSERT INTO `wpg3_postmeta` VALUES (624,14,'fave_header_type','none'); INSERT INTO `wpg3_postmeta` VALUES (625,14,'fave_properties_sort','d_date'); INSERT INTO `wpg3_postmeta` VALUES (626,14,'fave_page_sidebar','right_sidebar'); INSERT INTO `wpg3_postmeta` VALUES (627,70,'_wpb_vc_js_status','false'); INSERT INTO `wpg3_postmeta` VALUES (628,70,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (629,70,'fave_default_view','list_view'); INSERT INTO `wpg3_postmeta` VALUES (630,70,'fave_listings_tabs','enable'); INSERT INTO `wpg3_postmeta` VALUES (631,70,'fave_listings_tab_1','0'); INSERT INTO `wpg3_postmeta` VALUES (632,70,'fave_listings_tab_2','0'); INSERT INTO `wpg3_postmeta` VALUES (633,70,'fave_featured_listing','enable'); INSERT INTO `wpg3_postmeta` VALUES (634,70,'fave_featured_prop_no','4'); INSERT INTO `wpg3_postmeta` VALUES (635,70,'fave_prop_no','9'); INSERT INTO `wpg3_postmeta` VALUES (636,70,'fave_header_type','none'); INSERT INTO `wpg3_postmeta` VALUES (637,70,'fave_page_header_search','no'); INSERT INTO `wpg3_postmeta` VALUES (638,70,'fave_page_header_image_opacity','0.5'); INSERT INTO `wpg3_postmeta` VALUES (639,70,'fave_page_header_video_overlay','yes'); INSERT INTO `wpg3_postmeta` VALUES (640,70,'fave_page_sidebar','right_sidebar'); INSERT INTO `wpg3_postmeta` VALUES (641,70,'fave_page_background','none'); INSERT INTO `wpg3_postmeta` VALUES (642,70,'fave_page_header_revslider','news-gallery2'); INSERT INTO `wpg3_postmeta` VALUES (643,70,'fave_adv_search_enable','global'); INSERT INTO `wpg3_postmeta` VALUES (644,70,'fave_adv_search','hide'); INSERT INTO `wpg3_postmeta` VALUES (645,70,'fave_adv_search_pos','under_menu'); INSERT INTO `wpg3_postmeta` VALUES (646,70,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (647,194,'_wpb_shortcodes_custom_css','.vc_custom_1511802257882{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1511802656832{margin-right: 0px !important;margin-left: 0px !important;padding-right: 50px !important;padding-left: 50px !important;}.vc_custom_1511801039166{margin-right: -15px !important;margin-left: -15px !important;padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1511801047591{margin-right: -15px !important;margin-left: -15px !important;}.vc_custom_1511801054441{margin-right: -15px !important;margin-left: -15px !important;}'); INSERT INTO `wpg3_postmeta` VALUES (648,194,'_wp_page_template','template/template-homepage.php'); INSERT INTO `wpg3_postmeta` VALUES (649,194,'_wpb_vc_js_status','true'); INSERT INTO `wpg3_postmeta` VALUES (650,194,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (651,194,'fave_default_view','list_view'); INSERT INTO `wpg3_postmeta` VALUES (652,194,'fave_listings_tabs','enable'); INSERT INTO `wpg3_postmeta` VALUES (653,194,'fave_featured_listing','enable'); INSERT INTO `wpg3_postmeta` VALUES (654,194,'fave_featured_prop_no','4'); INSERT INTO `wpg3_postmeta` VALUES (655,194,'fave_prop_no','9'); INSERT INTO `wpg3_postmeta` VALUES (656,194,'fave_header_type','rev_slider'); INSERT INTO `wpg3_postmeta` VALUES (657,194,'fave_page_header_search','no'); INSERT INTO `wpg3_postmeta` VALUES (658,194,'fave_page_header_image_opacity','0.8'); INSERT INTO `wpg3_postmeta` VALUES (659,194,'fave_page_header_video_overlay','yes'); INSERT INTO `wpg3_postmeta` VALUES (660,194,'fave_page_sidebar','right_sidebar'); INSERT INTO `wpg3_postmeta` VALUES (661,194,'fave_page_background','none'); INSERT INTO `wpg3_postmeta` VALUES (662,194,'fave_adv_search_enable','current_page'); INSERT INTO `wpg3_postmeta` VALUES (663,194,'fave_adv_search','hide'); INSERT INTO `wpg3_postmeta` VALUES (664,194,'fave_adv_search_pos','under_menu'); INSERT INTO `wpg3_postmeta` VALUES (665,194,'fave_header_full_screen','no'); INSERT INTO `wpg3_postmeta` VALUES (666,194,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (667,194,'fave_page_header_image','7416'); INSERT INTO `wpg3_postmeta` VALUES (668,194,'fave_page_header_image_height','600'); INSERT INTO `wpg3_postmeta` VALUES (669,194,'fave_page_header_subtitle','Help your visitors find the right property with advanced search criteria'); INSERT INTO `wpg3_postmeta` VALUES (670,194,'fave_page_header_title','Experience Beautiful Places'); INSERT INTO `wpg3_postmeta` VALUES (671,194,'fave_main_menu_trans','yes'); INSERT INTO `wpg3_postmeta` VALUES (672,194,'fave_properties_sort','d_date'); INSERT INTO `wpg3_postmeta` VALUES (673,194,'fave_listings_tab_1','for-rent'); INSERT INTO `wpg3_postmeta` VALUES (674,194,'fave_listings_tab_2','for-rent'); INSERT INTO `wpg3_postmeta` VALUES (675,194,'fave_agency_orderby','None'); INSERT INTO `wpg3_postmeta` VALUES (676,194,'fave_agency_order','ASC'); INSERT INTO `wpg3_postmeta` VALUES (677,194,'fave_agent_orderby','None'); INSERT INTO `wpg3_postmeta` VALUES (678,194,'fave_agent_order','ASC'); INSERT INTO `wpg3_postmeta` VALUES (679,194,'fave_header_full_screen_type','screen_fix'); INSERT INTO `wpg3_postmeta` VALUES (680,194,'fave_properties_sort_halfmap','d_date'); INSERT INTO `wpg3_postmeta` VALUES (681,194,'fave_page_title','show'); INSERT INTO `wpg3_postmeta` VALUES (682,194,'fave_page_breadcrumb','show'); INSERT INTO `wpg3_postmeta` VALUES (683,194,'_houzez_sidebar_meta','a:2:{s:16:\"specific_sidebar\";s:2:\"no\";s:16:\"selected_sidebar\";s:15:\"default-sidebar\";}'); INSERT INTO `wpg3_postmeta` VALUES (684,194,'fave_page_header_revslider','homepage'); INSERT INTO `wpg3_postmeta` VALUES (685,692,'_wpb_shortcodes_custom_css','.vc_custom_1511817036667{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1511817047196{padding-right: 30px !important;padding-left: 30px !important;}'); INSERT INTO `wpg3_postmeta` VALUES (686,692,'fave_properties_sort_halfmap','d_date'); INSERT INTO `wpg3_postmeta` VALUES (687,692,'fave_default_view','list_view'); INSERT INTO `wpg3_postmeta` VALUES (688,692,'fave_listings_tabs','enable'); INSERT INTO `wpg3_postmeta` VALUES (689,692,'fave_listings_tab_1','for-rent'); INSERT INTO `wpg3_postmeta` VALUES (690,692,'fave_listings_tab_2','for-rent'); INSERT INTO `wpg3_postmeta` VALUES (691,692,'_wpb_vc_js_status','true'); INSERT INTO `wpg3_postmeta` VALUES (693,692,'fave_page_header_video_overlay','yes'); INSERT INTO `wpg3_postmeta` VALUES (694,692,'fave_page_header_image_opacity','0.5'); INSERT INTO `wpg3_postmeta` VALUES (695,692,'fave_page_header_search','no'); INSERT INTO `wpg3_postmeta` VALUES (696,692,'fave_header_type','static_image'); INSERT INTO `wpg3_postmeta` VALUES (697,692,'fave_page_background','none'); INSERT INTO `wpg3_postmeta` VALUES (698,692,'fave_page_sidebar','right_sidebar'); INSERT INTO `wpg3_postmeta` VALUES (699,692,'fave_prop_no','9'); INSERT INTO `wpg3_postmeta` VALUES (700,692,'fave_featured_listing','enable'); INSERT INTO `wpg3_postmeta` VALUES (701,692,'fave_featured_prop_no','4'); INSERT INTO `wpg3_postmeta` VALUES (702,692,'fave_header_full_screen','no'); INSERT INTO `wpg3_postmeta` VALUES (703,692,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (704,692,'fave_adv_search_enable','current_page'); INSERT INTO `wpg3_postmeta` VALUES (705,692,'fave_adv_search','hide'); INSERT INTO `wpg3_postmeta` VALUES (706,692,'fave_adv_search_pos','under_menu'); INSERT INTO `wpg3_postmeta` VALUES (707,692,'_wp_page_template','template/template-homepage.php'); INSERT INTO `wpg3_postmeta` VALUES (708,692,'fave_page_header_title','About Land For Farm'); INSERT INTO `wpg3_postmeta` VALUES (709,692,'fave_page_header_image_height','300px'); INSERT INTO `wpg3_postmeta` VALUES (4309,692,'fave_page_header_image','7418'); INSERT INTO `wpg3_postmeta` VALUES (711,692,'fave_page_header_subtitle','A Real Estate Agency You Can Trust'); INSERT INTO `wpg3_postmeta` VALUES (712,692,'fave_agency_orderby','None'); INSERT INTO `wpg3_postmeta` VALUES (713,692,'fave_agency_order','ASC'); INSERT INTO `wpg3_postmeta` VALUES (714,692,'fave_properties_sort','d_date'); INSERT INTO `wpg3_postmeta` VALUES (715,692,'fave_agent_orderby','None'); INSERT INTO `wpg3_postmeta` VALUES (716,692,'fave_agent_order','ASC'); INSERT INTO `wpg3_postmeta` VALUES (717,692,'fave_page_title','show'); INSERT INTO `wpg3_postmeta` VALUES (718,692,'fave_page_breadcrumb','show'); INSERT INTO `wpg3_postmeta` VALUES (719,692,'fave_header_full_screen_type','screen_fix'); INSERT INTO `wpg3_postmeta` VALUES (720,692,'fave_main_menu_trans','no'); INSERT INTO `wpg3_postmeta` VALUES (721,692,'_houzez_sidebar_meta','a:2:{s:16:\"specific_sidebar\";s:2:\"no\";s:16:\"selected_sidebar\";s:15:\"default-sidebar\";}'); INSERT INTO `wpg3_postmeta` VALUES (722,745,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (723,745,'_wpb_vc_js_status','false'); INSERT INTO `wpg3_postmeta` VALUES (724,745,'fave_default_view','list_view'); INSERT INTO `wpg3_postmeta` VALUES (725,745,'fave_listings_tabs','enable'); INSERT INTO `wpg3_postmeta` VALUES (726,745,'fave_listings_tab_1','0'); INSERT INTO `wpg3_postmeta` VALUES (727,745,'fave_listings_tab_2','0'); INSERT INTO `wpg3_postmeta` VALUES (728,745,'fave_featured_listing','enable'); INSERT INTO `wpg3_postmeta` VALUES (729,745,'fave_featured_prop_no','4'); INSERT INTO `wpg3_postmeta` VALUES (730,745,'fave_prop_no','9'); INSERT INTO `wpg3_postmeta` VALUES (731,745,'fave_page_sidebar','right_sidebar'); INSERT INTO `wpg3_postmeta` VALUES (732,745,'fave_page_background','none'); INSERT INTO `wpg3_postmeta` VALUES (733,745,'fave_header_type','none'); INSERT INTO `wpg3_postmeta` VALUES (734,745,'fave_page_header_search','no'); INSERT INTO `wpg3_postmeta` VALUES (735,745,'fave_page_header_image_opacity','0.5'); INSERT INTO `wpg3_postmeta` VALUES (736,745,'fave_page_header_video_overlay','yes'); INSERT INTO `wpg3_postmeta` VALUES (737,748,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (738,748,'_wpb_vc_js_status','false'); INSERT INTO `wpg3_postmeta` VALUES (739,748,'fave_default_view','list_view'); INSERT INTO `wpg3_postmeta` VALUES (740,748,'fave_listings_tabs','enable'); INSERT INTO `wpg3_postmeta` VALUES (741,748,'fave_listings_tab_1','0'); INSERT INTO `wpg3_postmeta` VALUES (742,748,'fave_listings_tab_2','0'); INSERT INTO `wpg3_postmeta` VALUES (743,748,'fave_featured_listing','enable'); INSERT INTO `wpg3_postmeta` VALUES (744,748,'fave_featured_prop_no','4'); INSERT INTO `wpg3_postmeta` VALUES (745,748,'fave_prop_no','9'); INSERT INTO `wpg3_postmeta` VALUES (746,748,'fave_page_sidebar','right_sidebar'); INSERT INTO `wpg3_postmeta` VALUES (747,748,'fave_page_background','none'); INSERT INTO `wpg3_postmeta` VALUES (748,748,'fave_header_type','none'); INSERT INTO `wpg3_postmeta` VALUES (749,748,'fave_page_header_search','no'); INSERT INTO `wpg3_postmeta` VALUES (750,748,'fave_page_header_image_opacity','0.5'); INSERT INTO `wpg3_postmeta` VALUES (751,748,'fave_page_header_video_overlay','yes'); INSERT INTO `wpg3_postmeta` VALUES (752,748,'_dp_original','745'); INSERT INTO `wpg3_postmeta` VALUES (753,1100,'_wpb_shortcodes_custom_css','.vc_custom_1458842730143{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: rgba(0,174,239,0.1) !important;*background-color: rgb(0,174,239) !important;}.vc_custom_1458843026242{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: rgba(0,174,239,0.1) !important;*background-color: rgb(0,174,239) !important;}'); INSERT INTO `wpg3_postmeta` VALUES (754,1100,'_wpb_post_custom_css','.vc_custom_1458842730143,\n.vc_custom_1458843026242{\n font-size: 14px;\n}'); INSERT INTO `wpg3_postmeta` VALUES (755,1100,'fave_page_header_image','7507'); INSERT INTO `wpg3_postmeta` VALUES (756,1100,'fave_page_header_title','Contact us'); INSERT INTO `wpg3_postmeta` VALUES (757,1100,'fave_page_header_image_height','300px'); INSERT INTO `wpg3_postmeta` VALUES (758,1100,'fave_prop_no','9'); INSERT INTO `wpg3_postmeta` VALUES (759,1100,'fave_page_sidebar','none'); INSERT INTO `wpg3_postmeta` VALUES (760,1100,'fave_page_background','yes'); INSERT INTO `wpg3_postmeta` VALUES (761,1100,'fave_header_type','static_image'); INSERT INTO `wpg3_postmeta` VALUES (762,1100,'fave_page_header_search','no'); INSERT INTO `wpg3_postmeta` VALUES (763,1100,'fave_page_header_image_opacity','0.5'); INSERT INTO `wpg3_postmeta` VALUES (764,1100,'fave_page_header_video_overlay','yes'); INSERT INTO `wpg3_postmeta` VALUES (765,1100,'fave_adv_search_enable','global'); INSERT INTO `wpg3_postmeta` VALUES (766,1100,'fave_adv_search','hide'); INSERT INTO `wpg3_postmeta` VALUES (767,1100,'fave_adv_search_pos','under_menu'); INSERT INTO `wpg3_postmeta` VALUES (768,1100,'_wp_page_template','template/template-homepage.php'); INSERT INTO `wpg3_postmeta` VALUES (769,1100,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (770,1100,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (771,1100,'_wpb_vc_js_status','true'); INSERT INTO `wpg3_postmeta` VALUES (772,1100,'fave_default_view','list_view'); INSERT INTO `wpg3_postmeta` VALUES (773,1100,'fave_listings_tabs','enable'); INSERT INTO `wpg3_postmeta` VALUES (774,1100,'fave_listings_tab_1','for-rent'); INSERT INTO `wpg3_postmeta` VALUES (775,1100,'fave_listings_tab_2','for-rent'); INSERT INTO `wpg3_postmeta` VALUES (776,1100,'fave_featured_listing','enable'); INSERT INTO `wpg3_postmeta` VALUES (777,1100,'fave_featured_prop_no','4'); INSERT INTO `wpg3_postmeta` VALUES (778,1100,'_houzez_sidebar_meta','a:2:{s:16:\"specific_sidebar\";s:2:\"no\";s:16:\"selected_sidebar\";s:15:\"default-sidebar\";}'); INSERT INTO `wpg3_postmeta` VALUES (779,1100,'fave_main_menu_trans','no'); INSERT INTO `wpg3_postmeta` VALUES (780,1100,'fave_header_full_screen_type','screen_fix'); INSERT INTO `wpg3_postmeta` VALUES (781,1100,'fave_header_full_screen','no'); INSERT INTO `wpg3_postmeta` VALUES (782,1100,'fave_page_title','show'); INSERT INTO `wpg3_postmeta` VALUES (783,1100,'fave_page_breadcrumb','show'); INSERT INTO `wpg3_postmeta` VALUES (784,1100,'fave_agent_order','ASC'); INSERT INTO `wpg3_postmeta` VALUES (785,1100,'fave_agent_orderby','None'); INSERT INTO `wpg3_postmeta` VALUES (786,1100,'fave_agency_order','ASC'); INSERT INTO `wpg3_postmeta` VALUES (787,1100,'fave_agency_orderby','None'); INSERT INTO `wpg3_postmeta` VALUES (788,1100,'fave_properties_sort','d_date'); INSERT INTO `wpg3_postmeta` VALUES (789,1100,'fave_properties_sort_halfmap','d_date'); INSERT INTO `wpg3_postmeta` VALUES (790,1626,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (791,1626,'_wp_page_template','template/property-listings-map.php'); INSERT INTO `wpg3_postmeta` VALUES (792,1626,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (793,1626,'_wpb_vc_js_status','false'); INSERT INTO `wpg3_postmeta` VALUES (794,1626,'fave_default_view','list_view'); INSERT INTO `wpg3_postmeta` VALUES (795,1626,'fave_properties_sort','d_date'); INSERT INTO `wpg3_postmeta` VALUES (796,1626,'fave_featured_prop_no','4'); INSERT INTO `wpg3_postmeta` VALUES (797,1626,'fave_prop_no','9'); INSERT INTO `wpg3_postmeta` VALUES (798,1626,'fave_page_sidebar','right_sidebar'); INSERT INTO `wpg3_postmeta` VALUES (799,1626,'fave_page_background','none'); INSERT INTO `wpg3_postmeta` VALUES (800,1626,'fave_header_type','none'); INSERT INTO `wpg3_postmeta` VALUES (801,1626,'fave_header_full_screen','no'); INSERT INTO `wpg3_postmeta` VALUES (802,1626,'fave_page_header_search','no'); INSERT INTO `wpg3_postmeta` VALUES (803,1626,'fave_page_header_image_opacity','0.5'); INSERT INTO `wpg3_postmeta` VALUES (804,1626,'fave_page_header_video_overlay','yes'); INSERT INTO `wpg3_postmeta` VALUES (805,1626,'fave_main_menu_trans','no'); INSERT INTO `wpg3_postmeta` VALUES (806,1626,'fave_adv_search_enable','current_page'); INSERT INTO `wpg3_postmeta` VALUES (807,1626,'fave_adv_search','hide'); INSERT INTO `wpg3_postmeta` VALUES (808,1626,'fave_adv_search_pos','under_menu'); INSERT INTO `wpg3_postmeta` VALUES (809,1626,'fave_agent_orderby','None'); INSERT INTO `wpg3_postmeta` VALUES (810,1626,'fave_listings_tab_2','for-rent'); INSERT INTO `wpg3_postmeta` VALUES (811,1626,'fave_featured_listing','enable'); INSERT INTO `wpg3_postmeta` VALUES (812,1626,'fave_properties_sort_halfmap','d_date'); INSERT INTO `wpg3_postmeta` VALUES (813,1626,'fave_listings_tabs','enable'); INSERT INTO `wpg3_postmeta` VALUES (814,1626,'fave_listings_tab_1','for-rent'); INSERT INTO `wpg3_postmeta` VALUES (815,1626,'fave_agency_orderby','None'); INSERT INTO `wpg3_postmeta` VALUES (816,1626,'fave_agency_order','ASC'); INSERT INTO `wpg3_postmeta` VALUES (817,1626,'_houzez_sidebar_meta','a:2:{s:16:\"specific_sidebar\";s:2:\"no\";s:16:\"selected_sidebar\";s:15:\"default-sidebar\";}'); INSERT INTO `wpg3_postmeta` VALUES (818,1626,'fave_header_full_screen_type','screen_fix'); INSERT INTO `wpg3_postmeta` VALUES (819,1626,'fave_page_breadcrumb','show'); INSERT INTO `wpg3_postmeta` VALUES (820,1626,'fave_page_title','show'); INSERT INTO `wpg3_postmeta` VALUES (821,1626,'fave_agent_order','ASC'); INSERT INTO `wpg3_postmeta` VALUES (822,2324,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (823,2324,'_wp_page_template','template/template-compare.php'); INSERT INTO `wpg3_postmeta` VALUES (824,2324,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (825,2324,'_wpb_vc_js_status','false'); INSERT INTO `wpg3_postmeta` VALUES (826,2324,'fave_default_view','list_view'); INSERT INTO `wpg3_postmeta` VALUES (827,2324,'fave_properties_sort','d_date'); INSERT INTO `wpg3_postmeta` VALUES (828,2324,'fave_listings_tabs','enable'); INSERT INTO `wpg3_postmeta` VALUES (829,2324,'fave_listings_tab_1','for-rent'); INSERT INTO `wpg3_postmeta` VALUES (830,2324,'fave_listings_tab_2','for-rent'); INSERT INTO `wpg3_postmeta` VALUES (831,2324,'fave_featured_listing','enable'); INSERT INTO `wpg3_postmeta` VALUES (832,2324,'fave_featured_prop_no','4'); INSERT INTO `wpg3_postmeta` VALUES (833,2324,'fave_prop_no','9'); INSERT INTO `wpg3_postmeta` VALUES (834,2324,'fave_page_sidebar','right_sidebar'); INSERT INTO `wpg3_postmeta` VALUES (835,2324,'fave_page_background','yes'); INSERT INTO `wpg3_postmeta` VALUES (836,2324,'fave_header_type','none'); INSERT INTO `wpg3_postmeta` VALUES (837,2324,'fave_header_full_screen','no'); INSERT INTO `wpg3_postmeta` VALUES (838,2324,'fave_page_header_search','no'); INSERT INTO `wpg3_postmeta` VALUES (839,2324,'fave_page_header_image_opacity','0.5'); INSERT INTO `wpg3_postmeta` VALUES (840,2324,'fave_page_header_video_overlay','yes'); INSERT INTO `wpg3_postmeta` VALUES (841,2324,'fave_main_menu_trans','no'); INSERT INTO `wpg3_postmeta` VALUES (842,2324,'fave_adv_search_enable','global'); INSERT INTO `wpg3_postmeta` VALUES (843,2324,'fave_adv_search','hide'); INSERT INTO `wpg3_postmeta` VALUES (844,2324,'fave_adv_search_pos','under_menu'); INSERT INTO `wpg3_postmeta` VALUES (845,2702,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (846,2702,'_wp_page_template','template/template-packages.php'); INSERT INTO `wpg3_postmeta` VALUES (847,2702,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (848,2702,'_wpb_vc_js_status','false'); INSERT INTO `wpg3_postmeta` VALUES (849,2702,'fave_default_view','list_view'); INSERT INTO `wpg3_postmeta` VALUES (850,2702,'fave_properties_sort','d_date'); INSERT INTO `wpg3_postmeta` VALUES (851,2702,'fave_listings_tabs','enable'); INSERT INTO `wpg3_postmeta` VALUES (852,2702,'fave_listings_tab_1','for-rent'); INSERT INTO `wpg3_postmeta` VALUES (853,2702,'fave_listings_tab_2','for-rent'); INSERT INTO `wpg3_postmeta` VALUES (854,2702,'fave_featured_listing','enable'); INSERT INTO `wpg3_postmeta` VALUES (855,2702,'fave_featured_prop_no','4'); INSERT INTO `wpg3_postmeta` VALUES (856,2702,'fave_prop_no','9'); INSERT INTO `wpg3_postmeta` VALUES (857,2702,'fave_agent_orderby','None'); INSERT INTO `wpg3_postmeta` VALUES (858,2702,'fave_agent_order','ASC'); INSERT INTO `wpg3_postmeta` VALUES (859,2702,'fave_page_sidebar','right_sidebar'); INSERT INTO `wpg3_postmeta` VALUES (860,2702,'fave_page_background','yes'); INSERT INTO `wpg3_postmeta` VALUES (861,2702,'fave_header_type','none'); INSERT INTO `wpg3_postmeta` VALUES (862,2702,'fave_header_full_screen','no'); INSERT INTO `wpg3_postmeta` VALUES (863,2702,'fave_page_header_search','no'); INSERT INTO `wpg3_postmeta` VALUES (864,2702,'fave_page_header_image_opacity','0.5'); INSERT INTO `wpg3_postmeta` VALUES (865,2702,'fave_page_header_video_overlay','yes'); INSERT INTO `wpg3_postmeta` VALUES (866,2702,'fave_main_menu_trans','no'); INSERT INTO `wpg3_postmeta` VALUES (867,2702,'fave_adv_search_enable','global'); INSERT INTO `wpg3_postmeta` VALUES (868,2702,'fave_adv_search','hide'); INSERT INTO `wpg3_postmeta` VALUES (869,2702,'fave_adv_search_pos','under_menu'); INSERT INTO `wpg3_postmeta` VALUES (870,2706,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (871,2706,'_wp_page_template','template/template-stripe-charge.php'); INSERT INTO `wpg3_postmeta` VALUES (872,2706,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (873,2706,'_wpb_vc_js_status','false'); INSERT INTO `wpg3_postmeta` VALUES (874,2706,'fave_default_view','list_view'); INSERT INTO `wpg3_postmeta` VALUES (875,2706,'fave_properties_sort','d_date'); INSERT INTO `wpg3_postmeta` VALUES (876,2706,'fave_listings_tabs','enable'); INSERT INTO `wpg3_postmeta` VALUES (877,2706,'fave_listings_tab_1','for-rent'); INSERT INTO `wpg3_postmeta` VALUES (878,2706,'fave_listings_tab_2','for-rent'); INSERT INTO `wpg3_postmeta` VALUES (879,2706,'fave_featured_listing','enable'); INSERT INTO `wpg3_postmeta` VALUES (880,2706,'fave_featured_prop_no','4'); INSERT INTO `wpg3_postmeta` VALUES (881,2706,'fave_prop_no','9'); INSERT INTO `wpg3_postmeta` VALUES (882,2706,'fave_agent_orderby','None'); INSERT INTO `wpg3_postmeta` VALUES (883,2706,'fave_agent_order','ASC'); INSERT INTO `wpg3_postmeta` VALUES (884,2706,'fave_page_sidebar','right_sidebar'); INSERT INTO `wpg3_postmeta` VALUES (885,2706,'fave_page_background','yes'); INSERT INTO `wpg3_postmeta` VALUES (886,2706,'fave_header_type','none'); INSERT INTO `wpg3_postmeta` VALUES (887,2706,'fave_header_full_screen','no'); INSERT INTO `wpg3_postmeta` VALUES (888,2706,'fave_page_header_search','no'); INSERT INTO `wpg3_postmeta` VALUES (889,2706,'fave_page_header_image_opacity','0.5'); INSERT INTO `wpg3_postmeta` VALUES (890,2706,'fave_page_header_video_overlay','yes'); INSERT INTO `wpg3_postmeta` VALUES (891,2706,'fave_main_menu_trans','no'); INSERT INTO `wpg3_postmeta` VALUES (892,2706,'fave_adv_search_enable','global'); INSERT INTO `wpg3_postmeta` VALUES (893,2706,'fave_adv_search','hide'); INSERT INTO `wpg3_postmeta` VALUES (894,2706,'fave_adv_search_pos','under_menu'); INSERT INTO `wpg3_postmeta` VALUES (895,2708,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (896,2708,'_wp_page_template','template/template-thankyou.php'); INSERT INTO `wpg3_postmeta` VALUES (897,2708,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (898,2708,'_wpb_vc_js_status','false'); INSERT INTO `wpg3_postmeta` VALUES (899,2708,'fave_default_view','list_view'); INSERT INTO `wpg3_postmeta` VALUES (900,2708,'fave_properties_sort','d_date'); INSERT INTO `wpg3_postmeta` VALUES (901,2708,'fave_listings_tabs','enable'); INSERT INTO `wpg3_postmeta` VALUES (902,2708,'fave_listings_tab_1','for-rent'); INSERT INTO `wpg3_postmeta` VALUES (903,2708,'fave_listings_tab_2','for-rent'); INSERT INTO `wpg3_postmeta` VALUES (904,2708,'fave_featured_listing','enable'); INSERT INTO `wpg3_postmeta` VALUES (905,2708,'fave_featured_prop_no','4'); INSERT INTO `wpg3_postmeta` VALUES (906,2708,'fave_prop_no','9'); INSERT INTO `wpg3_postmeta` VALUES (907,2708,'fave_agent_orderby','None'); INSERT INTO `wpg3_postmeta` VALUES (908,2708,'fave_agent_order','ASC'); INSERT INTO `wpg3_postmeta` VALUES (909,2708,'fave_page_sidebar','right_sidebar'); INSERT INTO `wpg3_postmeta` VALUES (910,2708,'fave_page_background','yes'); INSERT INTO `wpg3_postmeta` VALUES (911,2708,'fave_header_type','none'); INSERT INTO `wpg3_postmeta` VALUES (912,2708,'fave_header_full_screen','no'); INSERT INTO `wpg3_postmeta` VALUES (913,2708,'fave_page_header_search','no'); INSERT INTO `wpg3_postmeta` VALUES (914,2708,'fave_page_header_image_opacity','0.5'); INSERT INTO `wpg3_postmeta` VALUES (915,2708,'fave_page_header_video_overlay','yes'); INSERT INTO `wpg3_postmeta` VALUES (916,2708,'fave_main_menu_trans','no'); INSERT INTO `wpg3_postmeta` VALUES (917,2708,'fave_adv_search_enable','global'); INSERT INTO `wpg3_postmeta` VALUES (918,2708,'fave_adv_search','hide'); INSERT INTO `wpg3_postmeta` VALUES (919,2708,'fave_adv_search_pos','under_menu'); INSERT INTO `wpg3_postmeta` VALUES (920,2710,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (921,2710,'_wp_page_template','template/template-paypal-ipn.php'); INSERT INTO `wpg3_postmeta` VALUES (922,2710,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (923,2710,'_wpb_vc_js_status','false'); INSERT INTO `wpg3_postmeta` VALUES (924,2710,'fave_default_view','list_view'); INSERT INTO `wpg3_postmeta` VALUES (925,2710,'fave_properties_sort','d_date'); INSERT INTO `wpg3_postmeta` VALUES (926,2710,'fave_listings_tabs','enable'); INSERT INTO `wpg3_postmeta` VALUES (927,2710,'fave_listings_tab_1','for-rent'); INSERT INTO `wpg3_postmeta` VALUES (928,2710,'fave_listings_tab_2','for-rent'); INSERT INTO `wpg3_postmeta` VALUES (929,2710,'fave_featured_listing','enable'); INSERT INTO `wpg3_postmeta` VALUES (930,2710,'fave_featured_prop_no','4'); INSERT INTO `wpg3_postmeta` VALUES (931,2710,'fave_prop_no','9'); INSERT INTO `wpg3_postmeta` VALUES (932,2710,'fave_agent_orderby','None'); INSERT INTO `wpg3_postmeta` VALUES (933,2710,'fave_agent_order','ASC'); INSERT INTO `wpg3_postmeta` VALUES (934,2710,'fave_page_sidebar','right_sidebar'); INSERT INTO `wpg3_postmeta` VALUES (935,2710,'fave_page_background','yes'); INSERT INTO `wpg3_postmeta` VALUES (936,2710,'fave_header_type','none'); INSERT INTO `wpg3_postmeta` VALUES (937,2710,'fave_header_full_screen','no'); INSERT INTO `wpg3_postmeta` VALUES (938,2710,'fave_page_header_search','no'); INSERT INTO `wpg3_postmeta` VALUES (939,2710,'fave_page_header_image_opacity','0.5'); INSERT INTO `wpg3_postmeta` VALUES (940,2710,'fave_page_header_video_overlay','yes'); INSERT INTO `wpg3_postmeta` VALUES (941,2710,'fave_main_menu_trans','no'); INSERT INTO `wpg3_postmeta` VALUES (942,2710,'fave_adv_search_enable','global'); INSERT INTO `wpg3_postmeta` VALUES (943,2710,'fave_adv_search','hide'); INSERT INTO `wpg3_postmeta` VALUES (944,2710,'fave_adv_search_pos','under_menu'); INSERT INTO `wpg3_postmeta` VALUES (945,2713,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (946,2713,'_wp_page_template','template/user_dashboard_invoices.php'); INSERT INTO `wpg3_postmeta` VALUES (947,2713,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (948,2713,'_wpb_vc_js_status','false'); INSERT INTO `wpg3_postmeta` VALUES (949,2713,'fave_default_view','list_view'); INSERT INTO `wpg3_postmeta` VALUES (950,2713,'fave_properties_sort','d_date'); INSERT INTO `wpg3_postmeta` VALUES (951,2713,'fave_listings_tabs','enable'); INSERT INTO `wpg3_postmeta` VALUES (952,2713,'fave_listings_tab_1','for-rent'); INSERT INTO `wpg3_postmeta` VALUES (953,2713,'fave_listings_tab_2','for-rent'); INSERT INTO `wpg3_postmeta` VALUES (954,2713,'fave_featured_listing','enable'); INSERT INTO `wpg3_postmeta` VALUES (955,2713,'fave_featured_prop_no','4'); INSERT INTO `wpg3_postmeta` VALUES (956,2713,'fave_prop_no','9'); INSERT INTO `wpg3_postmeta` VALUES (957,2713,'fave_agent_orderby','None'); INSERT INTO `wpg3_postmeta` VALUES (958,2713,'fave_agent_order','ASC'); INSERT INTO `wpg3_postmeta` VALUES (959,2713,'fave_page_sidebar','right_sidebar'); INSERT INTO `wpg3_postmeta` VALUES (960,2713,'fave_page_background','yes'); INSERT INTO `wpg3_postmeta` VALUES (961,2713,'fave_header_type','none'); INSERT INTO `wpg3_postmeta` VALUES (962,2713,'fave_header_full_screen','no'); INSERT INTO `wpg3_postmeta` VALUES (963,2713,'fave_page_header_search','no'); INSERT INTO `wpg3_postmeta` VALUES (964,2713,'fave_page_header_image_opacity','0.5'); INSERT INTO `wpg3_postmeta` VALUES (965,2713,'fave_page_header_video_overlay','yes'); INSERT INTO `wpg3_postmeta` VALUES (966,2713,'fave_main_menu_trans','no'); INSERT INTO `wpg3_postmeta` VALUES (967,2713,'fave_adv_search_enable','global'); INSERT INTO `wpg3_postmeta` VALUES (968,2713,'fave_adv_search','hide'); INSERT INTO `wpg3_postmeta` VALUES (969,2713,'fave_adv_search_pos','under_menu'); INSERT INTO `wpg3_postmeta` VALUES (970,2772,'fave_page_header_video_overlay','yes'); INSERT INTO `wpg3_postmeta` VALUES (971,2772,'fave_page_header_image_opacity','0.5'); INSERT INTO `wpg3_postmeta` VALUES (972,2772,'fave_page_header_search','no'); INSERT INTO `wpg3_postmeta` VALUES (973,2772,'fave_header_full_screen','no'); INSERT INTO `wpg3_postmeta` VALUES (974,2772,'fave_header_type','none'); INSERT INTO `wpg3_postmeta` VALUES (975,2772,'fave_page_background','yes'); INSERT INTO `wpg3_postmeta` VALUES (976,2772,'fave_page_sidebar','right_sidebar'); INSERT INTO `wpg3_postmeta` VALUES (977,2772,'fave_agent_order','ASC'); INSERT INTO `wpg3_postmeta` VALUES (978,2772,'fave_featured_prop_no','4'); INSERT INTO `wpg3_postmeta` VALUES (979,2772,'fave_prop_no','9'); INSERT INTO `wpg3_postmeta` VALUES (980,2772,'fave_agent_orderby','None'); INSERT INTO `wpg3_postmeta` VALUES (981,2772,'fave_featured_listing','enable'); INSERT INTO `wpg3_postmeta` VALUES (982,2772,'fave_default_view','list_view'); INSERT INTO `wpg3_postmeta` VALUES (983,2772,'fave_properties_sort','d_date'); INSERT INTO `wpg3_postmeta` VALUES (984,2772,'fave_listings_tabs','enable'); INSERT INTO `wpg3_postmeta` VALUES (985,2772,'fave_listings_tab_1','for-rent'); INSERT INTO `wpg3_postmeta` VALUES (986,2772,'fave_listings_tab_2','for-rent'); INSERT INTO `wpg3_postmeta` VALUES (987,2772,'_wpb_vc_js_status','true'); INSERT INTO `wpg3_postmeta` VALUES (988,2772,'_wp_page_template','template/template-homepage.php'); INSERT INTO `wpg3_postmeta` VALUES (989,2772,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (990,2772,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (991,2772,'fave_adv_search_enable','global'); INSERT INTO `wpg3_postmeta` VALUES (992,2772,'fave_adv_search','hide'); INSERT INTO `wpg3_postmeta` VALUES (993,2772,'fave_adv_search_pos','under_menu'); INSERT INTO `wpg3_postmeta` VALUES (994,2772,'fave_main_menu_trans','no'); INSERT INTO `wpg3_postmeta` VALUES (995,2772,'fave_properties_sort_halfmap','d_date'); INSERT INTO `wpg3_postmeta` VALUES (996,2772,'fave_agency_orderby','None'); INSERT INTO `wpg3_postmeta` VALUES (997,2772,'fave_agency_order','ASC'); INSERT INTO `wpg3_postmeta` VALUES (998,2772,'fave_page_title','show'); INSERT INTO `wpg3_postmeta` VALUES (999,2772,'fave_page_breadcrumb','show'); INSERT INTO `wpg3_postmeta` VALUES (1000,2772,'fave_header_full_screen_type','screen_fix'); INSERT INTO `wpg3_postmeta` VALUES (1001,2772,'_houzez_sidebar_meta','a:2:{s:16:\"specific_sidebar\";s:2:\"no\";s:16:\"selected_sidebar\";s:15:\"default-sidebar\";}'); INSERT INTO `wpg3_postmeta` VALUES (1002,4256,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (1003,4256,'_wp_page_template','template/user_dashboard_messages.php'); INSERT INTO `wpg3_postmeta` VALUES (1004,4256,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (1005,4256,'_wpb_vc_js_status','false'); INSERT INTO `wpg3_postmeta` VALUES (1006,4256,'fave_default_view','list_view'); INSERT INTO `wpg3_postmeta` VALUES (1007,4256,'fave_properties_sort','d_date'); INSERT INTO `wpg3_postmeta` VALUES (1008,4256,'fave_listings_tabs','enable'); INSERT INTO `wpg3_postmeta` VALUES (1009,4256,'fave_listings_tab_1','for-rent'); INSERT INTO `wpg3_postmeta` VALUES (1010,4256,'fave_listings_tab_2','for-rent'); INSERT INTO `wpg3_postmeta` VALUES (1011,4256,'fave_featured_listing','enable'); INSERT INTO `wpg3_postmeta` VALUES (1012,4256,'fave_featured_prop_no','4'); INSERT INTO `wpg3_postmeta` VALUES (1013,4256,'fave_prop_no','9'); INSERT INTO `wpg3_postmeta` VALUES (1014,4256,'fave_prop_no_halfmap','9'); INSERT INTO `wpg3_postmeta` VALUES (1015,4256,'fave_properties_sort_halfmap','d_date'); INSERT INTO `wpg3_postmeta` VALUES (1016,4256,'fave_agency_orderby','None'); INSERT INTO `wpg3_postmeta` VALUES (1017,4256,'fave_agency_order','ASC'); INSERT INTO `wpg3_postmeta` VALUES (1018,4256,'fave_agent_orderby','None'); INSERT INTO `wpg3_postmeta` VALUES (1019,4256,'fave_agent_order','ASC'); INSERT INTO `wpg3_postmeta` VALUES (1020,4256,'fave_page_title','show'); INSERT INTO `wpg3_postmeta` VALUES (1021,4256,'fave_page_breadcrumb','show'); INSERT INTO `wpg3_postmeta` VALUES (1022,4256,'fave_page_sidebar','right_sidebar'); INSERT INTO `wpg3_postmeta` VALUES (1023,4256,'fave_page_background','yes'); INSERT INTO `wpg3_postmeta` VALUES (1024,4256,'fave_header_type','none'); INSERT INTO `wpg3_postmeta` VALUES (1025,4256,'fave_header_full_screen','no'); INSERT INTO `wpg3_postmeta` VALUES (1026,4256,'fave_header_full_screen_type','screen_fix'); INSERT INTO `wpg3_postmeta` VALUES (1027,4256,'fave_page_header_search','no'); INSERT INTO `wpg3_postmeta` VALUES (1028,4256,'fave_page_header_image_opacity','0.5'); INSERT INTO `wpg3_postmeta` VALUES (1029,4256,'fave_page_header_video_overlay','yes'); INSERT INTO `wpg3_postmeta` VALUES (1030,4256,'fave_main_menu_trans','no'); INSERT INTO `wpg3_postmeta` VALUES (1031,4256,'fave_adv_search_enable','global'); INSERT INTO `wpg3_postmeta` VALUES (1032,4256,'fave_adv_search','hide'); INSERT INTO `wpg3_postmeta` VALUES (1033,4256,'fave_adv_search_pos','under_menu'); INSERT INTO `wpg3_postmeta` VALUES (1034,4256,'_houzez_sidebar_meta','a:2:{s:16:\"specific_sidebar\";s:2:\"no\";s:16:\"selected_sidebar\";s:15:\"default-sidebar\";}'); INSERT INTO `wpg3_postmeta` VALUES (1035,4258,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (1036,4258,'_wp_page_template','template/user_dashboard_membership.php'); INSERT INTO `wpg3_postmeta` VALUES (1037,4258,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (1038,4258,'_wpb_vc_js_status','false'); INSERT INTO `wpg3_postmeta` VALUES (1039,4258,'fave_default_view','list_view'); INSERT INTO `wpg3_postmeta` VALUES (1040,4258,'fave_properties_sort','d_date'); INSERT INTO `wpg3_postmeta` VALUES (1041,4258,'fave_listings_tabs','enable'); INSERT INTO `wpg3_postmeta` VALUES (1042,4258,'fave_listings_tab_1','for-rent'); INSERT INTO `wpg3_postmeta` VALUES (1043,4258,'fave_listings_tab_2','for-rent'); INSERT INTO `wpg3_postmeta` VALUES (1044,4258,'fave_featured_listing','enable'); INSERT INTO `wpg3_postmeta` VALUES (1045,4258,'fave_featured_prop_no','4'); INSERT INTO `wpg3_postmeta` VALUES (1046,4258,'fave_prop_no','9'); INSERT INTO `wpg3_postmeta` VALUES (1047,4258,'fave_prop_no_halfmap','9'); INSERT INTO `wpg3_postmeta` VALUES (1048,4258,'fave_properties_sort_halfmap','d_date'); INSERT INTO `wpg3_postmeta` VALUES (1049,4258,'fave_agency_orderby','None'); INSERT INTO `wpg3_postmeta` VALUES (1050,4258,'fave_agency_order','ASC'); INSERT INTO `wpg3_postmeta` VALUES (1051,4258,'fave_agent_orderby','None'); INSERT INTO `wpg3_postmeta` VALUES (1052,4258,'fave_agent_order','ASC'); INSERT INTO `wpg3_postmeta` VALUES (1053,4258,'fave_page_title','show'); INSERT INTO `wpg3_postmeta` VALUES (1054,4258,'fave_page_breadcrumb','show'); INSERT INTO `wpg3_postmeta` VALUES (1055,4258,'fave_page_sidebar','right_sidebar'); INSERT INTO `wpg3_postmeta` VALUES (1056,4258,'fave_page_background','yes'); INSERT INTO `wpg3_postmeta` VALUES (1057,4258,'fave_header_type','none'); INSERT INTO `wpg3_postmeta` VALUES (1058,4258,'fave_header_full_screen','no'); INSERT INTO `wpg3_postmeta` VALUES (1059,4258,'fave_header_full_screen_type','screen_fix'); INSERT INTO `wpg3_postmeta` VALUES (1060,4258,'fave_page_header_search','no'); INSERT INTO `wpg3_postmeta` VALUES (1061,4258,'fave_page_header_image_opacity','0.5'); INSERT INTO `wpg3_postmeta` VALUES (1062,4258,'fave_page_header_video_overlay','yes'); INSERT INTO `wpg3_postmeta` VALUES (1063,4258,'fave_main_menu_trans','no'); INSERT INTO `wpg3_postmeta` VALUES (1064,4258,'fave_adv_search_enable','global'); INSERT INTO `wpg3_postmeta` VALUES (1065,4258,'fave_adv_search','hide'); INSERT INTO `wpg3_postmeta` VALUES (1066,4258,'fave_adv_search_pos','under_menu'); INSERT INTO `wpg3_postmeta` VALUES (1067,4258,'_houzez_sidebar_meta','a:2:{s:16:\"specific_sidebar\";s:2:\"no\";s:16:\"selected_sidebar\";s:15:\"default-sidebar\";}'); INSERT INTO `wpg3_postmeta` VALUES (1068,4316,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (1069,4316,'_wp_page_template','template/user_dashboard_saved_search.php'); INSERT INTO `wpg3_postmeta` VALUES (1070,4316,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (1071,4316,'_wpb_vc_js_status','false'); INSERT INTO `wpg3_postmeta` VALUES (1072,4316,'fave_default_view','list_view'); INSERT INTO `wpg3_postmeta` VALUES (1073,4316,'fave_properties_sort','d_date'); INSERT INTO `wpg3_postmeta` VALUES (1074,4316,'fave_listings_tabs','enable'); INSERT INTO `wpg3_postmeta` VALUES (1075,4316,'fave_listings_tab_1','for-rent'); INSERT INTO `wpg3_postmeta` VALUES (1076,4316,'fave_listings_tab_2','for-rent'); INSERT INTO `wpg3_postmeta` VALUES (1077,4316,'fave_featured_listing','enable'); INSERT INTO `wpg3_postmeta` VALUES (1078,4316,'fave_featured_prop_no','4'); INSERT INTO `wpg3_postmeta` VALUES (1079,4316,'fave_prop_no','9'); INSERT INTO `wpg3_postmeta` VALUES (1080,4316,'fave_prop_no_halfmap','9'); INSERT INTO `wpg3_postmeta` VALUES (1081,4316,'fave_properties_sort_halfmap','d_date'); INSERT INTO `wpg3_postmeta` VALUES (1082,4316,'fave_agency_orderby','None'); INSERT INTO `wpg3_postmeta` VALUES (1083,4316,'fave_agency_order','ASC'); INSERT INTO `wpg3_postmeta` VALUES (1084,4316,'fave_agent_orderby','None'); INSERT INTO `wpg3_postmeta` VALUES (1085,4316,'fave_agent_order','ASC'); INSERT INTO `wpg3_postmeta` VALUES (1086,4316,'fave_page_title','show'); INSERT INTO `wpg3_postmeta` VALUES (1087,4316,'fave_page_breadcrumb','show'); INSERT INTO `wpg3_postmeta` VALUES (1088,4316,'fave_page_sidebar','right_sidebar'); INSERT INTO `wpg3_postmeta` VALUES (1089,4316,'fave_page_background','yes'); INSERT INTO `wpg3_postmeta` VALUES (1090,4316,'fave_header_type','none'); INSERT INTO `wpg3_postmeta` VALUES (1091,4316,'fave_header_full_screen','no'); INSERT INTO `wpg3_postmeta` VALUES (1092,4316,'fave_header_full_screen_type','screen_fix'); INSERT INTO `wpg3_postmeta` VALUES (1093,4316,'fave_page_header_search','no'); INSERT INTO `wpg3_postmeta` VALUES (1094,4316,'fave_page_header_image_opacity','0.5'); INSERT INTO `wpg3_postmeta` VALUES (1095,4316,'fave_page_header_video_overlay','yes'); INSERT INTO `wpg3_postmeta` VALUES (1096,4316,'fave_main_menu_trans','no'); INSERT INTO `wpg3_postmeta` VALUES (1097,4316,'fave_adv_search_enable','global'); INSERT INTO `wpg3_postmeta` VALUES (1098,4316,'fave_adv_search','hide'); INSERT INTO `wpg3_postmeta` VALUES (1099,4316,'fave_adv_search_pos','under_menu'); INSERT INTO `wpg3_postmeta` VALUES (1100,4316,'_houzez_sidebar_meta','a:2:{s:16:\"specific_sidebar\";s:2:\"no\";s:16:\"selected_sidebar\";s:15:\"default-sidebar\";}'); INSERT INTO `wpg3_postmeta` VALUES (1101,7655,'fave_main_menu_trans','no'); INSERT INTO `wpg3_postmeta` VALUES (1102,7655,'fave_adv_search_enable','global'); INSERT INTO `wpg3_postmeta` VALUES (1103,7655,'fave_adv_search','hide'); INSERT INTO `wpg3_postmeta` VALUES (1104,7655,'fave_adv_search_pos','under_menu'); INSERT INTO `wpg3_postmeta` VALUES (1105,7655,'_houzez_sidebar_meta','a:2:{s:16:\"specific_sidebar\";s:2:\"no\";s:16:\"selected_sidebar\";s:15:\"default-sidebar\";}'); INSERT INTO `wpg3_postmeta` VALUES (1106,7655,'fave_page_header_video_overlay','yes'); INSERT INTO `wpg3_postmeta` VALUES (1107,7655,'fave_header_full_screen_type','screen_fix'); INSERT INTO `wpg3_postmeta` VALUES (1108,7655,'fave_header_full_screen','no'); INSERT INTO `wpg3_postmeta` VALUES (1109,7655,'fave_header_type','none'); INSERT INTO `wpg3_postmeta` VALUES (1110,7655,'fave_page_background','yes'); INSERT INTO `wpg3_postmeta` VALUES (1111,7655,'fave_page_sidebar','right_sidebar'); INSERT INTO `wpg3_postmeta` VALUES (1112,7655,'fave_page_breadcrumb','show'); INSERT INTO `wpg3_postmeta` VALUES (1113,7655,'fave_types','apartment'); INSERT INTO `wpg3_postmeta` VALUES (1114,7655,'fave_agency_orderby','None'); INSERT INTO `wpg3_postmeta` VALUES (1115,7655,'fave_agency_order','ASC'); INSERT INTO `wpg3_postmeta` VALUES (1116,7655,'fave_agent_orderby','None'); INSERT INTO `wpg3_postmeta` VALUES (1117,7655,'fave_agent_order','ASC'); INSERT INTO `wpg3_postmeta` VALUES (1118,7655,'fave_page_title','show'); INSERT INTO `wpg3_postmeta` VALUES (1119,7655,'fave_properties_sort_halfmap','d_date'); INSERT INTO `wpg3_postmeta` VALUES (1120,7655,'fave_page_header_image_opacity','0.5'); INSERT INTO `wpg3_postmeta` VALUES (1121,7655,'fave_page_header_search','no'); INSERT INTO `wpg3_postmeta` VALUES (1122,7655,'fave_prop_no_halfmap','50'); INSERT INTO `wpg3_postmeta` VALUES (1123,7655,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (1124,7655,'_wp_page_template','template/property-listings-map.php'); INSERT INTO `wpg3_postmeta` VALUES (1125,7655,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (1126,7655,'_wpb_vc_js_status','false'); INSERT INTO `wpg3_postmeta` VALUES (1127,7655,'fave_default_view','list_view'); INSERT INTO `wpg3_postmeta` VALUES (1128,7655,'fave_properties_sort','d_date'); INSERT INTO `wpg3_postmeta` VALUES (1129,7655,'fave_listings_tabs','enable'); INSERT INTO `wpg3_postmeta` VALUES (1130,7655,'fave_listings_tab_1','for-rent'); INSERT INTO `wpg3_postmeta` VALUES (1131,7655,'fave_listings_tab_2','for-rent'); INSERT INTO `wpg3_postmeta` VALUES (1132,7655,'fave_featured_listing','enable'); INSERT INTO `wpg3_postmeta` VALUES (1133,7655,'fave_featured_prop_no','4'); INSERT INTO `wpg3_postmeta` VALUES (1134,7655,'fave_prop_no','9'); INSERT INTO `wpg3_postmeta` VALUES (1135,7657,'fave_adv_search_enable','global'); INSERT INTO `wpg3_postmeta` VALUES (1136,7657,'fave_adv_search','hide'); INSERT INTO `wpg3_postmeta` VALUES (1137,7657,'fave_adv_search_pos','under_menu'); INSERT INTO `wpg3_postmeta` VALUES (1138,7657,'_houzez_sidebar_meta','a:2:{s:16:\"specific_sidebar\";s:2:\"no\";s:16:\"selected_sidebar\";s:15:\"default-sidebar\";}'); INSERT INTO `wpg3_postmeta` VALUES (1139,7657,'fave_main_menu_trans','no'); INSERT INTO `wpg3_postmeta` VALUES (1140,7657,'fave_page_header_video_overlay','yes'); INSERT INTO `wpg3_postmeta` VALUES (1141,7657,'fave_page_header_image_opacity','0.5'); INSERT INTO `wpg3_postmeta` VALUES (1142,7657,'fave_page_header_search','no'); INSERT INTO `wpg3_postmeta` VALUES (1143,7657,'fave_header_full_screen_type','screen_fix'); INSERT INTO `wpg3_postmeta` VALUES (1144,7657,'fave_page_title','show'); INSERT INTO `wpg3_postmeta` VALUES (1145,7657,'fave_page_breadcrumb','show'); INSERT INTO `wpg3_postmeta` VALUES (1146,7657,'fave_page_sidebar','right_sidebar'); INSERT INTO `wpg3_postmeta` VALUES (1147,7657,'fave_page_background','yes'); INSERT INTO `wpg3_postmeta` VALUES (1148,7657,'fave_header_type','none'); INSERT INTO `wpg3_postmeta` VALUES (1149,7657,'fave_header_full_screen','no'); INSERT INTO `wpg3_postmeta` VALUES (1150,7657,'fave_agent_order','ASC'); INSERT INTO `wpg3_postmeta` VALUES (1151,7657,'fave_prop_no_halfmap','50'); INSERT INTO `wpg3_postmeta` VALUES (1152,7657,'fave_prop_no','9'); INSERT INTO `wpg3_postmeta` VALUES (1153,7657,'fave_featured_prop_no','4'); INSERT INTO `wpg3_postmeta` VALUES (1154,7657,'fave_featured_listing','enable'); INSERT INTO `wpg3_postmeta` VALUES (1155,7657,'fave_listings_tab_2','for-rent'); INSERT INTO `wpg3_postmeta` VALUES (1156,7657,'fave_listings_tab_1','for-rent'); INSERT INTO `wpg3_postmeta` VALUES (1157,7657,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (1158,7657,'_wpb_vc_js_status','false'); INSERT INTO `wpg3_postmeta` VALUES (1159,7657,'fave_default_view','list_view'); INSERT INTO `wpg3_postmeta` VALUES (1160,7657,'fave_properties_sort','d_date'); INSERT INTO `wpg3_postmeta` VALUES (1161,7657,'fave_listings_tabs','enable'); INSERT INTO `wpg3_postmeta` VALUES (1162,7657,'_wp_page_template','template/property-listings-map.php'); INSERT INTO `wpg3_postmeta` VALUES (1163,7657,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (1164,7657,'fave_properties_sort_halfmap','d_date'); INSERT INTO `wpg3_postmeta` VALUES (1165,7657,'fave_types','family-home'); INSERT INTO `wpg3_postmeta` VALUES (1166,7657,'fave_agency_orderby','None'); INSERT INTO `wpg3_postmeta` VALUES (1167,7657,'fave_agency_order','ASC'); INSERT INTO `wpg3_postmeta` VALUES (1168,7657,'fave_agent_orderby','None'); INSERT INTO `wpg3_postmeta` VALUES (1169,7659,'_houzez_sidebar_meta','a:2:{s:16:\"specific_sidebar\";s:2:\"no\";s:16:\"selected_sidebar\";s:15:\"default-sidebar\";}'); INSERT INTO `wpg3_postmeta` VALUES (1170,7659,'fave_adv_search_pos','under_menu'); INSERT INTO `wpg3_postmeta` VALUES (1171,7659,'fave_adv_search','hide'); INSERT INTO `wpg3_postmeta` VALUES (1172,7659,'fave_adv_search_enable','global'); INSERT INTO `wpg3_postmeta` VALUES (1173,7659,'fave_main_menu_trans','no'); INSERT INTO `wpg3_postmeta` VALUES (1174,7659,'fave_header_full_screen','no'); INSERT INTO `wpg3_postmeta` VALUES (1175,7659,'fave_header_full_screen_type','screen_fix'); INSERT INTO `wpg3_postmeta` VALUES (1176,7659,'fave_page_header_search','no'); INSERT INTO `wpg3_postmeta` VALUES (1177,7659,'fave_page_header_image_opacity','0.5'); INSERT INTO `wpg3_postmeta` VALUES (1178,7659,'fave_page_header_video_overlay','yes'); INSERT INTO `wpg3_postmeta` VALUES (1179,7659,'fave_header_type','none'); INSERT INTO `wpg3_postmeta` VALUES (1180,7659,'fave_page_background','yes'); INSERT INTO `wpg3_postmeta` VALUES (1181,7659,'fave_page_sidebar','right_sidebar'); INSERT INTO `wpg3_postmeta` VALUES (1182,7659,'fave_page_breadcrumb','show'); INSERT INTO `wpg3_postmeta` VALUES (1183,7659,'fave_page_title','show'); INSERT INTO `wpg3_postmeta` VALUES (1184,7659,'fave_agent_order','ASC'); INSERT INTO `wpg3_postmeta` VALUES (1185,7659,'fave_agent_orderby','None'); INSERT INTO `wpg3_postmeta` VALUES (1186,7659,'fave_prop_no','9'); INSERT INTO `wpg3_postmeta` VALUES (1187,7659,'fave_prop_no_halfmap','50'); INSERT INTO `wpg3_postmeta` VALUES (1188,7659,'fave_properties_sort_halfmap','d_date'); INSERT INTO `wpg3_postmeta` VALUES (1189,7659,'fave_types','loft'); INSERT INTO `wpg3_postmeta` VALUES (1190,7659,'fave_agency_orderby','None'); INSERT INTO `wpg3_postmeta` VALUES (1191,7659,'fave_agency_order','ASC'); INSERT INTO `wpg3_postmeta` VALUES (1192,7659,'fave_default_view','list_view'); INSERT INTO `wpg3_postmeta` VALUES (1193,7659,'_wpb_vc_js_status','false'); INSERT INTO `wpg3_postmeta` VALUES (1194,7659,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (1195,7659,'_wp_page_template','template/property-listings-map.php'); INSERT INTO `wpg3_postmeta` VALUES (1196,7659,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (1197,7659,'fave_featured_listing','enable'); INSERT INTO `wpg3_postmeta` VALUES (1198,7659,'fave_featured_prop_no','4'); INSERT INTO `wpg3_postmeta` VALUES (1199,7659,'fave_properties_sort','d_date'); INSERT INTO `wpg3_postmeta` VALUES (1200,7659,'fave_listings_tabs','enable'); INSERT INTO `wpg3_postmeta` VALUES (1201,7659,'fave_listings_tab_1','for-rent'); INSERT INTO `wpg3_postmeta` VALUES (1202,7659,'fave_listings_tab_2','for-rent'); INSERT INTO `wpg3_postmeta` VALUES (1203,419,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (1204,419,'fave_property_sec_price','2700'); INSERT INTO `wpg3_postmeta` VALUES (1205,419,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (1206,419,'fave_property_size','3400'); INSERT INTO `wpg3_postmeta` VALUES (1207,419,'fave_property_size_prefix','Sq Ft'); INSERT INTO `wpg3_postmeta` VALUES (1208,419,'fave_property_bedrooms','4'); INSERT INTO `wpg3_postmeta` VALUES (1209,419,'fave_property_bathrooms','2'); INSERT INTO `wpg3_postmeta` VALUES (1210,419,'fave_property_garage','1'); INSERT INTO `wpg3_postmeta` VALUES (1211,419,'fave_property_garage_size','200 SqFt'); INSERT INTO `wpg3_postmeta` VALUES (1212,419,'fave_property_year','2016-01-09'); INSERT INTO `wpg3_postmeta` VALUES (1213,419,'fave_property_id','HZ10'); INSERT INTO `wpg3_postmeta` VALUES (1214,419,'fave_property_price','570000'); INSERT INTO `wpg3_postmeta` VALUES (1215,419,'fave_property_price_postfix','sq ft'); INSERT INTO `wpg3_postmeta` VALUES (1216,419,'fave_property_map','1'); INSERT INTO `wpg3_postmeta` VALUES (1217,419,'fave_property_map_address','624 Isle of Palms Dr, Fort Lauderdale, FL 33301, USA'); INSERT INTO `wpg3_postmeta` VALUES (1218,419,'fave_property_location','26.1151264,-80.11587529999997,14'); INSERT INTO `wpg3_postmeta` VALUES (1219,419,'fave_property_country','US'); INSERT INTO `wpg3_postmeta` VALUES (1220,419,'fave_agents','156'); INSERT INTO `wpg3_postmeta` VALUES (1221,419,'fave_additional_features_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (1222,419,'additional_features','a:6:{i:0;a:2:{s:29:\"fave_additional_feature_title\";s:7:\"Deposit\";s:29:\"fave_additional_feature_value\";s:3:\"20%\";}i:1;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Pool Size\";s:29:\"fave_additional_feature_value\";s:8:\"300 Sqft\";}i:2;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Last remodel year\";s:29:\"fave_additional_feature_value\";s:4:\"1987\";}i:3;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Amenities\";s:29:\"fave_additional_feature_value\";s:9:\"Clubhouse\";}i:4;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Additional Rooms:\";s:29:\"fave_additional_feature_value\";s:10:\"Guest Bath\";}i:5;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Equipment\";s:29:\"fave_additional_feature_value\";s:11:\"Grill - Gas\";}}'); INSERT INTO `wpg3_postmeta` VALUES (1223,419,'fave_floor_plans_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (1224,419,'floor_plans','a:2:{i:0;a:7:{s:15:\"fave_plan_title\";s:11:\"First Floor\";s:15:\"fave_plan_rooms\";s:8:\"670 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"530 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,650\";s:14:\"fave_plan_size\";s:9:\"1267 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-1.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}i:1;a:7:{s:15:\"fave_plan_title\";s:12:\"Second Floor\";s:15:\"fave_plan_rooms\";s:8:\"543 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"238 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,600\";s:14:\"fave_plan_size\";s:9:\"1345 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-2.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}}'); INSERT INTO `wpg3_postmeta` VALUES (1225,419,'fave_featured','0'); INSERT INTO `wpg3_postmeta` VALUES (1226,419,'fave_property_address','624 Isle of Palms Dr'); INSERT INTO `wpg3_postmeta` VALUES (1227,419,'fave_property_zip','33301'); INSERT INTO `wpg3_postmeta` VALUES (1228,419,'fave_multi_units','a:0:{}'); INSERT INTO `wpg3_postmeta` VALUES (1229,419,'fave_property_images','7565'); INSERT INTO `wpg3_postmeta` VALUES (1230,419,'fave_video_image','84'); INSERT INTO `wpg3_postmeta` VALUES (1231,419,'fave_video_url','https://www.youtube.com/watch?v=fafEHMnFe3g'); INSERT INTO `wpg3_postmeta` VALUES (1232,419,'fave_payment_status','not_paid'); INSERT INTO `wpg3_postmeta` VALUES (1233,419,'fave_property_map_street_view','hide'); INSERT INTO `wpg3_postmeta` VALUES (1234,419,'_dp_original','416'); INSERT INTO `wpg3_postmeta` VALUES (1235,419,'houzez_total_property_views','1514'); INSERT INTO `wpg3_postmeta` VALUES (1236,419,'houzez_views_by_date','a:61:{s:10:\"04-25-2017\";i:2;s:10:\"04-26-2017\";i:2;s:10:\"04-27-2017\";i:1;s:10:\"04-28-2017\";i:1;s:10:\"04-29-2017\";i:1;s:10:\"05-01-2017\";i:2;s:10:\"05-02-2017\";i:2;s:10:\"05-03-2017\";i:5;s:10:\"05-04-2017\";i:2;s:10:\"05-06-2017\";i:6;s:10:\"05-08-2017\";i:4;s:10:\"05-09-2017\";i:6;s:10:\"05-10-2017\";i:3;s:10:\"05-11-2017\";i:3;s:10:\"05-12-2017\";i:3;s:10:\"05-13-2017\";i:3;s:10:\"05-14-2017\";i:3;s:10:\"05-15-2017\";i:4;s:10:\"05-16-2017\";i:2;s:10:\"05-17-2017\";i:3;s:10:\"05-18-2017\";i:3;s:10:\"05-19-2017\";i:1;s:10:\"05-20-2017\";i:2;s:10:\"05-21-2017\";i:1;s:10:\"05-22-2017\";i:2;s:10:\"05-23-2017\";i:3;s:10:\"05-24-2017\";i:4;s:10:\"05-25-2017\";i:4;s:10:\"05-26-2017\";i:1;s:10:\"05-27-2017\";i:2;s:10:\"05-28-2017\";i:3;s:10:\"05-29-2017\";i:8;s:10:\"05-30-2017\";i:2;s:10:\"05-31-2017\";i:3;s:10:\"06-01-2017\";i:2;s:10:\"06-02-2017\";i:4;s:10:\"06-03-2017\";i:2;s:10:\"06-04-2017\";i:4;s:10:\"06-05-2017\";i:6;s:10:\"06-06-2017\";i:4;s:10:\"06-07-2017\";i:4;s:10:\"06-08-2017\";i:2;s:10:\"06-09-2017\";i:5;s:10:\"06-10-2017\";i:3;s:10:\"06-11-2017\";i:1;s:10:\"06-12-2017\";i:3;s:10:\"06-13-2017\";i:5;s:10:\"06-14-2017\";i:5;s:10:\"06-15-2017\";i:5;s:10:\"06-16-2017\";i:3;s:10:\"06-17-2017\";i:3;s:10:\"06-18-2017\";i:4;s:10:\"06-19-2017\";i:3;s:10:\"06-20-2017\";i:2;s:10:\"06-21-2017\";i:2;s:10:\"06-22-2017\";i:4;s:10:\"06-23-2017\";i:4;s:10:\"06-24-2017\";i:5;s:10:\"06-25-2017\";i:1;s:10:\"06-26-2017\";i:5;s:10:\"11-24-2017\";i:1;}'); INSERT INTO `wpg3_postmeta` VALUES (1237,419,'fave_multiunit_plans_enable','disable'); INSERT INTO `wpg3_postmeta` VALUES (1238,419,'houzez_recently_viewed','11-24-2017'); INSERT INTO `wpg3_postmeta` VALUES (1239,419,'houzez_geolocation_lat','26.1151264'); INSERT INTO `wpg3_postmeta` VALUES (1240,419,'houzez_geolocation_long','-80.11587529999997'); INSERT INTO `wpg3_postmeta` VALUES (1241,419,'fave_property_agency','2786'); INSERT INTO `wpg3_postmeta` VALUES (1242,419,'fave_virtual_tour','<iframe width=\"853\" height=\"480\" src=\"https://my.matterport.com/show/?m=zEWsxhZpGba&play=1&qs=1\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>'); INSERT INTO `wpg3_postmeta` VALUES (1243,419,'fave_single_top_area','global'); INSERT INTO `wpg3_postmeta` VALUES (1244,419,'fave_single_content_area','global'); INSERT INTO `wpg3_postmeta` VALUES (1245,419,'fave_agent_display_option','agent_info'); INSERT INTO `wpg3_postmeta` VALUES (1246,419,'_thumbnail_id','7569'); INSERT INTO `wpg3_postmeta` VALUES (1247,422,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (1248,422,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (1249,422,'fave_property_size','1200'); INSERT INTO `wpg3_postmeta` VALUES (1250,422,'fave_property_size_prefix','Sq Ft'); INSERT INTO `wpg3_postmeta` VALUES (1251,422,'fave_property_bedrooms','4'); INSERT INTO `wpg3_postmeta` VALUES (1252,422,'fave_property_bathrooms','2'); INSERT INTO `wpg3_postmeta` VALUES (1253,422,'fave_property_garage','1'); INSERT INTO `wpg3_postmeta` VALUES (1254,422,'fave_property_garage_size','200 SqFt'); INSERT INTO `wpg3_postmeta` VALUES (1255,422,'fave_property_year','2016-01-09'); INSERT INTO `wpg3_postmeta` VALUES (1256,422,'fave_property_id','HZ17'); INSERT INTO `wpg3_postmeta` VALUES (1257,422,'fave_property_price','13000'); INSERT INTO `wpg3_postmeta` VALUES (1258,422,'fave_property_price_postfix','mo'); INSERT INTO `wpg3_postmeta` VALUES (1259,422,'fave_property_map','1'); INSERT INTO `wpg3_postmeta` VALUES (1260,422,'fave_property_map_address','2717 NE 27th Ct, Fort Lauderdale, FL 33306'); INSERT INTO `wpg3_postmeta` VALUES (1261,422,'fave_property_location','26.1633043,-80.11149749999998,14'); INSERT INTO `wpg3_postmeta` VALUES (1262,422,'fave_property_country','US'); INSERT INTO `wpg3_postmeta` VALUES (1263,422,'fave_agents','158'); INSERT INTO `wpg3_postmeta` VALUES (1264,422,'fave_additional_features_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (1265,422,'additional_features','a:6:{i:0;a:2:{s:29:\"fave_additional_feature_title\";s:7:\"Deposit\";s:29:\"fave_additional_feature_value\";s:3:\"20%\";}i:1;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Pool Size\";s:29:\"fave_additional_feature_value\";s:8:\"300 Sqft\";}i:2;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Last remodel year\";s:29:\"fave_additional_feature_value\";s:4:\"1987\";}i:3;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Amenities\";s:29:\"fave_additional_feature_value\";s:9:\"Clubhouse\";}i:4;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Additional Rooms:\";s:29:\"fave_additional_feature_value\";s:10:\"Guest Bath\";}i:5;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Equipment\";s:29:\"fave_additional_feature_value\";s:11:\"Grill - Gas\";}}'); INSERT INTO `wpg3_postmeta` VALUES (1266,422,'fave_floor_plans_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (1267,422,'floor_plans','a:2:{i:0;a:7:{s:15:\"fave_plan_title\";s:11:\"First Floor\";s:15:\"fave_plan_rooms\";s:8:\"670 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"530 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,650\";s:14:\"fave_plan_size\";s:9:\"1267 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-1.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}i:1;a:7:{s:15:\"fave_plan_title\";s:12:\"Second Floor\";s:15:\"fave_plan_rooms\";s:8:\"543 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"238 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,600\";s:14:\"fave_plan_size\";s:9:\"1345 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-2.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}}'); INSERT INTO `wpg3_postmeta` VALUES (1268,422,'fave_featured','0'); INSERT INTO `wpg3_postmeta` VALUES (1269,422,'fave_property_address','2717 NE 27th Ct'); INSERT INTO `wpg3_postmeta` VALUES (1270,422,'fave_property_zip','33306'); INSERT INTO `wpg3_postmeta` VALUES (1271,422,'fave_multi_units','a:0:{}'); INSERT INTO `wpg3_postmeta` VALUES (1272,422,'fave_property_images','7564'); INSERT INTO `wpg3_postmeta` VALUES (1273,422,'fave_video_image','84'); INSERT INTO `wpg3_postmeta` VALUES (1274,422,'fave_video_url','https://www.youtube.com/watch?v=fafEHMnFe3g'); INSERT INTO `wpg3_postmeta` VALUES (1275,422,'fave_payment_status','not_paid'); INSERT INTO `wpg3_postmeta` VALUES (1276,422,'fave_property_map_street_view','show'); INSERT INTO `wpg3_postmeta` VALUES (1277,422,'_dp_original','419'); INSERT INTO `wpg3_postmeta` VALUES (1278,422,'houzez_views_by_date','a:61:{s:10:\"04-27-2017\";i:2;s:10:\"04-28-2017\";i:3;s:10:\"04-29-2017\";i:3;s:10:\"05-01-2017\";i:2;s:10:\"05-02-2017\";i:1;s:10:\"05-03-2017\";i:1;s:10:\"05-04-2017\";i:3;s:10:\"05-05-2017\";i:4;s:10:\"05-06-2017\";i:4;s:10:\"05-07-2017\";i:1;s:10:\"05-08-2017\";i:4;s:10:\"05-09-2017\";i:3;s:10:\"05-10-2017\";i:6;s:10:\"05-11-2017\";i:3;s:10:\"05-12-2017\";i:5;s:10:\"05-13-2017\";i:3;s:10:\"05-14-2017\";i:2;s:10:\"05-15-2017\";i:2;s:10:\"05-16-2017\";i:3;s:10:\"05-17-2017\";i:2;s:10:\"05-18-2017\";i:4;s:10:\"05-19-2017\";i:1;s:10:\"05-20-2017\";i:2;s:10:\"05-21-2017\";i:2;s:10:\"05-22-2017\";i:3;s:10:\"05-23-2017\";i:5;s:10:\"05-24-2017\";i:4;s:10:\"05-25-2017\";i:2;s:10:\"05-26-2017\";i:2;s:10:\"05-27-2017\";i:2;s:10:\"05-28-2017\";i:2;s:10:\"05-29-2017\";i:5;s:10:\"05-30-2017\";i:1;s:10:\"05-31-2017\";i:3;s:10:\"06-01-2017\";i:5;s:10:\"06-02-2017\";i:3;s:10:\"06-03-2017\";i:4;s:10:\"06-04-2017\";i:2;s:10:\"06-05-2017\";i:4;s:10:\"06-06-2017\";i:3;s:10:\"06-07-2017\";i:3;s:10:\"06-08-2017\";i:4;s:10:\"06-09-2017\";i:4;s:10:\"06-10-2017\";i:2;s:10:\"06-11-2017\";i:2;s:10:\"06-12-2017\";i:4;s:10:\"06-13-2017\";i:1;s:10:\"06-14-2017\";i:4;s:10:\"06-15-2017\";i:4;s:10:\"06-16-2017\";i:2;s:10:\"06-17-2017\";i:2;s:10:\"06-18-2017\";i:2;s:10:\"06-19-2017\";i:4;s:10:\"06-20-2017\";i:4;s:10:\"06-21-2017\";i:5;s:10:\"06-22-2017\";i:3;s:10:\"06-23-2017\";i:4;s:10:\"06-24-2017\";i:3;s:10:\"06-25-2017\";i:3;s:10:\"06-26-2017\";i:4;s:10:\"11-24-2017\";i:1;}'); INSERT INTO `wpg3_postmeta` VALUES (1279,422,'houzez_total_property_views','736'); INSERT INTO `wpg3_postmeta` VALUES (1280,422,'fave_multiunit_plans_enable','disable'); INSERT INTO `wpg3_postmeta` VALUES (1281,422,'houzez_recently_viewed','11-24-2017'); INSERT INTO `wpg3_postmeta` VALUES (1282,422,'houzez_geolocation_lat','26.1633043'); INSERT INTO `wpg3_postmeta` VALUES (1283,422,'houzez_geolocation_long','-80.11149749999998'); INSERT INTO `wpg3_postmeta` VALUES (1284,422,'fave_virtual_tour','<iframe width=\"853\" height=\"480\" src=\"https://my.matterport.com/show/?m=zEWsxhZpGba&play=1&qs=1\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>'); INSERT INTO `wpg3_postmeta` VALUES (1285,422,'fave_single_top_area','global'); INSERT INTO `wpg3_postmeta` VALUES (1286,422,'fave_single_content_area','global'); INSERT INTO `wpg3_postmeta` VALUES (1287,422,'fave_property_agency','2788'); INSERT INTO `wpg3_postmeta` VALUES (1288,422,'fave_agent_display_option','agent_info'); INSERT INTO `wpg3_postmeta` VALUES (1289,422,'_thumbnail_id','7570'); INSERT INTO `wpg3_postmeta` VALUES (1290,425,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (1291,425,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (1292,425,'fave_property_size','5280'); INSERT INTO `wpg3_postmeta` VALUES (1293,425,'fave_property_size_prefix','Sq Ft'); INSERT INTO `wpg3_postmeta` VALUES (1294,425,'fave_property_bedrooms','4'); INSERT INTO `wpg3_postmeta` VALUES (1295,425,'fave_property_bathrooms','2'); INSERT INTO `wpg3_postmeta` VALUES (1296,425,'fave_property_garage','1'); INSERT INTO `wpg3_postmeta` VALUES (1297,425,'fave_property_garage_size','200 SqFt'); INSERT INTO `wpg3_postmeta` VALUES (1298,425,'fave_property_year','2016-01-09'); INSERT INTO `wpg3_postmeta` VALUES (1299,425,'fave_property_id','HZ25'); INSERT INTO `wpg3_postmeta` VALUES (1300,425,'fave_property_price','880000'); INSERT INTO `wpg3_postmeta` VALUES (1301,425,'fave_property_price_postfix','sq ft'); INSERT INTO `wpg3_postmeta` VALUES (1302,425,'fave_property_map','1'); INSERT INTO `wpg3_postmeta` VALUES (1303,425,'fave_property_map_address','235 Almond Ave, Fort Lauderdale, FL 33316, USA'); INSERT INTO `wpg3_postmeta` VALUES (1304,425,'fave_property_location','26.119647,-80.10540309999999,14'); INSERT INTO `wpg3_postmeta` VALUES (1305,425,'fave_property_country','US'); INSERT INTO `wpg3_postmeta` VALUES (1306,425,'fave_agents','158'); INSERT INTO `wpg3_postmeta` VALUES (1307,425,'fave_additional_features_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (1308,425,'additional_features','a:6:{i:0;a:2:{s:29:\"fave_additional_feature_title\";s:7:\"Deposit\";s:29:\"fave_additional_feature_value\";s:3:\"20%\";}i:1;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Pool Size\";s:29:\"fave_additional_feature_value\";s:8:\"300 Sqft\";}i:2;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Last remodel year\";s:29:\"fave_additional_feature_value\";s:4:\"1987\";}i:3;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Amenities\";s:29:\"fave_additional_feature_value\";s:9:\"Clubhouse\";}i:4;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Additional Rooms:\";s:29:\"fave_additional_feature_value\";s:10:\"Guest Bath\";}i:5;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Equipment\";s:29:\"fave_additional_feature_value\";s:11:\"Grill - Gas\";}}'); INSERT INTO `wpg3_postmeta` VALUES (1309,425,'fave_floor_plans_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (1310,425,'floor_plans','a:2:{i:0;a:7:{s:15:\"fave_plan_title\";s:11:\"First Floor\";s:15:\"fave_plan_rooms\";s:8:\"670 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"530 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,650\";s:14:\"fave_plan_size\";s:9:\"1267 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-1.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}i:1;a:7:{s:15:\"fave_plan_title\";s:12:\"Second Floor\";s:15:\"fave_plan_rooms\";s:8:\"543 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"238 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,600\";s:14:\"fave_plan_size\";s:9:\"1345 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-2.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}}'); INSERT INTO `wpg3_postmeta` VALUES (1311,425,'fave_featured','0'); INSERT INTO `wpg3_postmeta` VALUES (1312,425,'fave_property_address','235 Almond Ave'); INSERT INTO `wpg3_postmeta` VALUES (1313,425,'fave_property_zip','33316'); INSERT INTO `wpg3_postmeta` VALUES (1314,425,'fave_multi_units','a:0:{}'); INSERT INTO `wpg3_postmeta` VALUES (1315,425,'fave_property_images','7562'); INSERT INTO `wpg3_postmeta` VALUES (1316,425,'fave_video_image','84'); INSERT INTO `wpg3_postmeta` VALUES (1317,425,'fave_video_url','https://www.youtube.com/watch?v=fafEHMnFe3g'); INSERT INTO `wpg3_postmeta` VALUES (1318,425,'fave_payment_status','not_paid'); INSERT INTO `wpg3_postmeta` VALUES (1319,425,'fave_property_map_street_view','show'); INSERT INTO `wpg3_postmeta` VALUES (1320,425,'_dp_original','422'); INSERT INTO `wpg3_postmeta` VALUES (1321,425,'fave_property_sec_price','6700'); INSERT INTO `wpg3_postmeta` VALUES (1322,425,'fave_multiunit_plans_enable','disable'); INSERT INTO `wpg3_postmeta` VALUES (1323,425,'houzez_views_by_date','a:61:{s:10:\"04-25-2017\";i:1;s:10:\"04-27-2017\";i:3;s:10:\"04-28-2017\";i:2;s:10:\"04-29-2017\";i:3;s:10:\"05-01-2017\";i:1;s:10:\"05-02-2017\";i:2;s:10:\"05-03-2017\";i:2;s:10:\"05-04-2017\";i:3;s:10:\"05-05-2017\";i:2;s:10:\"05-06-2017\";i:5;s:10:\"05-07-2017\";i:4;s:10:\"05-08-2017\";i:1;s:10:\"05-09-2017\";i:4;s:10:\"05-10-2017\";i:5;s:10:\"05-11-2017\";i:3;s:10:\"05-12-2017\";i:3;s:10:\"05-13-2017\";i:3;s:10:\"05-14-2017\";i:3;s:10:\"05-15-2017\";i:3;s:10:\"05-16-2017\";i:2;s:10:\"05-17-2017\";i:4;s:10:\"05-18-2017\";i:4;s:10:\"05-19-2017\";i:1;s:10:\"05-20-2017\";i:4;s:10:\"05-22-2017\";i:4;s:10:\"05-23-2017\";i:4;s:10:\"05-24-2017\";i:2;s:10:\"05-25-2017\";i:2;s:10:\"05-26-2017\";i:3;s:10:\"05-27-2017\";i:2;s:10:\"05-28-2017\";i:3;s:10:\"05-29-2017\";i:4;s:10:\"05-30-2017\";i:3;s:10:\"05-31-2017\";i:2;s:10:\"06-01-2017\";i:3;s:10:\"06-02-2017\";i:3;s:10:\"06-03-2017\";i:5;s:10:\"06-04-2017\";i:2;s:10:\"06-05-2017\";i:3;s:10:\"06-06-2017\";i:5;s:10:\"06-07-2017\";i:4;s:10:\"06-08-2017\";i:3;s:10:\"06-09-2017\";i:3;s:10:\"06-10-2017\";i:3;s:10:\"06-11-2017\";i:2;s:10:\"06-12-2017\";i:2;s:10:\"06-13-2017\";i:2;s:10:\"06-14-2017\";i:5;s:10:\"06-15-2017\";i:4;s:10:\"06-16-2017\";i:1;s:10:\"06-17-2017\";i:3;s:10:\"06-18-2017\";i:3;s:10:\"06-19-2017\";i:4;s:10:\"06-20-2017\";i:2;s:10:\"06-21-2017\";i:3;s:10:\"06-22-2017\";i:2;s:10:\"06-23-2017\";i:4;s:10:\"06-24-2017\";i:4;s:10:\"06-25-2017\";i:3;s:10:\"06-26-2017\";i:5;s:10:\"11-24-2017\";i:2;}'); INSERT INTO `wpg3_postmeta` VALUES (1324,425,'houzez_total_property_views','676'); INSERT INTO `wpg3_postmeta` VALUES (1325,425,'houzez_recently_viewed','11-24-2017'); INSERT INTO `wpg3_postmeta` VALUES (1326,425,'houzez_geolocation_lat','26.119647'); INSERT INTO `wpg3_postmeta` VALUES (1327,425,'houzez_geolocation_long','-80.10540309999999'); INSERT INTO `wpg3_postmeta` VALUES (1328,425,'fave_virtual_tour','<iframe width=\"853\" height=\"480\" src=\"https://my.matterport.com/show/?m=zEWsxhZpGba&play=1&qs=1\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>'); INSERT INTO `wpg3_postmeta` VALUES (1329,425,'fave_single_top_area','global'); INSERT INTO `wpg3_postmeta` VALUES (1330,425,'fave_single_content_area','global'); INSERT INTO `wpg3_postmeta` VALUES (1331,425,'fave_property_agency','2788'); INSERT INTO `wpg3_postmeta` VALUES (1332,425,'fave_agent_display_option','agent_info'); INSERT INTO `wpg3_postmeta` VALUES (1333,425,'_thumbnail_id','7562'); INSERT INTO `wpg3_postmeta` VALUES (1334,429,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (1335,429,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (1336,429,'fave_property_size','2150'); INSERT INTO `wpg3_postmeta` VALUES (1337,429,'fave_property_size_prefix','Sq Ft'); INSERT INTO `wpg3_postmeta` VALUES (1338,429,'fave_property_bedrooms','2'); INSERT INTO `wpg3_postmeta` VALUES (1339,429,'fave_property_bathrooms','2'); INSERT INTO `wpg3_postmeta` VALUES (1340,429,'fave_property_garage','1'); INSERT INTO `wpg3_postmeta` VALUES (1341,429,'fave_property_garage_size','200 SqFt'); INSERT INTO `wpg3_postmeta` VALUES (1342,429,'fave_property_year','2016-01-09'); INSERT INTO `wpg3_postmeta` VALUES (1343,429,'fave_property_id','HZ24'); INSERT INTO `wpg3_postmeta` VALUES (1344,429,'fave_property_price','990000'); INSERT INTO `wpg3_postmeta` VALUES (1345,429,'fave_property_price_postfix','sq ft'); INSERT INTO `wpg3_postmeta` VALUES (1346,429,'fave_property_map','1'); INSERT INTO `wpg3_postmeta` VALUES (1347,429,'fave_property_map_address','1098 Seaboard St, Fort Myers, FL 33916, USA'); INSERT INTO `wpg3_postmeta` VALUES (1348,429,'fave_property_location','26.6554888,-81.85162530000002,14'); INSERT INTO `wpg3_postmeta` VALUES (1349,429,'fave_property_country','US'); INSERT INTO `wpg3_postmeta` VALUES (1350,429,'fave_agents','72'); INSERT INTO `wpg3_postmeta` VALUES (1351,429,'fave_additional_features_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (1352,429,'additional_features','a:6:{i:0;a:2:{s:29:\"fave_additional_feature_title\";s:7:\"Deposit\";s:29:\"fave_additional_feature_value\";s:3:\"20%\";}i:1;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Pool Size\";s:29:\"fave_additional_feature_value\";s:8:\"300 Sqft\";}i:2;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Last remodel year\";s:29:\"fave_additional_feature_value\";s:4:\"1987\";}i:3;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Amenities\";s:29:\"fave_additional_feature_value\";s:9:\"Clubhouse\";}i:4;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Additional Rooms:\";s:29:\"fave_additional_feature_value\";s:10:\"Guest Bath\";}i:5;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Equipment\";s:29:\"fave_additional_feature_value\";s:11:\"Grill - Gas\";}}'); INSERT INTO `wpg3_postmeta` VALUES (1353,429,'fave_floor_plans_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (1354,429,'floor_plans','a:2:{i:0;a:7:{s:15:\"fave_plan_title\";s:11:\"First Floor\";s:15:\"fave_plan_rooms\";s:8:\"670 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"530 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,650\";s:14:\"fave_plan_size\";s:9:\"1267 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-1.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}i:1;a:7:{s:15:\"fave_plan_title\";s:12:\"Second Floor\";s:15:\"fave_plan_rooms\";s:8:\"543 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"238 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,600\";s:14:\"fave_plan_size\";s:9:\"1345 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-2.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}}'); INSERT INTO `wpg3_postmeta` VALUES (1355,429,'fave_featured','0'); INSERT INTO `wpg3_postmeta` VALUES (1356,429,'fave_property_address','1098 Seaboard St'); INSERT INTO `wpg3_postmeta` VALUES (1357,429,'fave_property_zip','33916'); INSERT INTO `wpg3_postmeta` VALUES (1358,429,'fave_multi_units','a:0:{}'); INSERT INTO `wpg3_postmeta` VALUES (1359,429,'fave_property_images','7557'); INSERT INTO `wpg3_postmeta` VALUES (1360,429,'fave_video_image','84'); INSERT INTO `wpg3_postmeta` VALUES (1361,429,'fave_video_url','https://www.youtube.com/watch?v=fafEHMnFe3g'); INSERT INTO `wpg3_postmeta` VALUES (1362,429,'fave_payment_status','not_paid'); INSERT INTO `wpg3_postmeta` VALUES (1363,429,'fave_property_map_street_view','show'); INSERT INTO `wpg3_postmeta` VALUES (1364,429,'_dp_original','425'); INSERT INTO `wpg3_postmeta` VALUES (1365,429,'fave_property_sec_price','6000'); INSERT INTO `wpg3_postmeta` VALUES (1366,429,'houzez_recently_viewed','11-24-2017'); INSERT INTO `wpg3_postmeta` VALUES (1367,429,'fave_multiunit_plans_enable','disable'); INSERT INTO `wpg3_postmeta` VALUES (1368,429,'houzez_views_by_date','a:61:{s:10:\"04-27-2017\";i:4;s:10:\"04-28-2017\";i:4;s:10:\"04-29-2017\";i:1;s:10:\"04-30-2017\";i:2;s:10:\"05-01-2017\";i:3;s:10:\"05-02-2017\";i:1;s:10:\"05-03-2017\";i:2;s:10:\"05-04-2017\";i:4;s:10:\"05-05-2017\";i:4;s:10:\"05-06-2017\";i:4;s:10:\"05-07-2017\";i:2;s:10:\"05-09-2017\";i:6;s:10:\"05-10-2017\";i:6;s:10:\"05-11-2017\";i:4;s:10:\"05-12-2017\";i:6;s:10:\"05-13-2017\";i:3;s:10:\"05-14-2017\";i:3;s:10:\"05-15-2017\";i:2;s:10:\"05-16-2017\";i:5;s:10:\"05-17-2017\";i:5;s:10:\"05-18-2017\";i:7;s:10:\"05-19-2017\";i:4;s:10:\"05-20-2017\";i:4;s:10:\"05-21-2017\";i:4;s:10:\"05-22-2017\";i:5;s:10:\"05-23-2017\";i:5;s:10:\"05-24-2017\";i:3;s:10:\"05-25-2017\";i:5;s:10:\"05-26-2017\";i:5;s:10:\"05-27-2017\";i:3;s:10:\"05-28-2017\";i:3;s:10:\"05-29-2017\";i:9;s:10:\"05-30-2017\";i:4;s:10:\"05-31-2017\";i:5;s:10:\"06-01-2017\";i:5;s:10:\"06-02-2017\";i:4;s:10:\"06-03-2017\";i:4;s:10:\"06-04-2017\";i:4;s:10:\"06-05-2017\";i:3;s:10:\"06-06-2017\";i:7;s:10:\"06-07-2017\";i:4;s:10:\"06-08-2017\";i:3;s:10:\"06-09-2017\";i:7;s:10:\"06-10-2017\";i:6;s:10:\"06-11-2017\";i:4;s:10:\"06-12-2017\";i:6;s:10:\"06-13-2017\";i:6;s:10:\"06-14-2017\";i:7;s:10:\"06-15-2017\";i:3;s:10:\"06-16-2017\";i:4;s:10:\"06-17-2017\";i:3;s:10:\"06-18-2017\";i:8;s:10:\"06-19-2017\";i:6;s:10:\"06-20-2017\";i:5;s:10:\"06-21-2017\";i:5;s:10:\"06-22-2017\";i:6;s:10:\"06-23-2017\";i:6;s:10:\"06-24-2017\";i:7;s:10:\"06-25-2017\";i:1;s:10:\"06-26-2017\";i:4;s:10:\"11-24-2017\";i:3;}'); INSERT INTO `wpg3_postmeta` VALUES (1369,429,'houzez_total_property_views','944'); INSERT INTO `wpg3_postmeta` VALUES (1370,429,'houzez_geolocation_lat','26.6554888'); INSERT INTO `wpg3_postmeta` VALUES (1371,429,'houzez_geolocation_long','-81.85162530000002'); INSERT INTO `wpg3_postmeta` VALUES (1372,429,'fave_virtual_tour','<iframe width=\"853\" height=\"480\" src=\"https://my.matterport.com/show/?m=zEWsxhZpGba&play=1&qs=1\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>'); INSERT INTO `wpg3_postmeta` VALUES (1373,429,'fave_single_top_area','global'); INSERT INTO `wpg3_postmeta` VALUES (1374,429,'fave_single_content_area','global'); INSERT INTO `wpg3_postmeta` VALUES (1375,429,'fave_property_agency','2788'); INSERT INTO `wpg3_postmeta` VALUES (1376,429,'fave_agent_display_option','agent_info'); INSERT INTO `wpg3_postmeta` VALUES (1377,429,'_thumbnail_id','7563'); INSERT INTO `wpg3_postmeta` VALUES (1378,432,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (1379,432,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (1380,432,'fave_property_size','2180'); INSERT INTO `wpg3_postmeta` VALUES (1381,432,'fave_property_size_prefix','Sq Ft'); INSERT INTO `wpg3_postmeta` VALUES (1382,432,'fave_property_bedrooms','3'); INSERT INTO `wpg3_postmeta` VALUES (1383,432,'fave_property_bathrooms','1'); INSERT INTO `wpg3_postmeta` VALUES (1384,432,'fave_property_garage','1'); INSERT INTO `wpg3_postmeta` VALUES (1385,432,'fave_property_garage_size','200 SqFt'); INSERT INTO `wpg3_postmeta` VALUES (1386,432,'fave_property_year','2016-01-09'); INSERT INTO `wpg3_postmeta` VALUES (1387,432,'fave_property_id','HZ11'); INSERT INTO `wpg3_postmeta` VALUES (1388,432,'fave_property_price','1900'); INSERT INTO `wpg3_postmeta` VALUES (1389,432,'fave_property_price_postfix','mo'); INSERT INTO `wpg3_postmeta` VALUES (1390,432,'fave_property_map','1'); INSERT INTO `wpg3_postmeta` VALUES (1391,432,'fave_property_map_address','598 NW 12th Ave, Fort Lauderdale, FL 33311, USA'); INSERT INTO `wpg3_postmeta` VALUES (1392,432,'fave_property_location','26.1293693,-80.1577742,14'); INSERT INTO `wpg3_postmeta` VALUES (1393,432,'fave_property_country','US'); INSERT INTO `wpg3_postmeta` VALUES (1394,432,'fave_agents','150'); INSERT INTO `wpg3_postmeta` VALUES (1395,432,'fave_additional_features_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (1396,432,'additional_features','a:6:{i:0;a:2:{s:29:\"fave_additional_feature_title\";s:7:\"Deposit\";s:29:\"fave_additional_feature_value\";s:3:\"20%\";}i:1;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Pool Size\";s:29:\"fave_additional_feature_value\";s:8:\"300 Sqft\";}i:2;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Last remodel year\";s:29:\"fave_additional_feature_value\";s:4:\"1987\";}i:3;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Amenities\";s:29:\"fave_additional_feature_value\";s:9:\"Clubhouse\";}i:4;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Additional Rooms:\";s:29:\"fave_additional_feature_value\";s:10:\"Guest Bath\";}i:5;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Equipment\";s:29:\"fave_additional_feature_value\";s:11:\"Grill - Gas\";}}'); INSERT INTO `wpg3_postmeta` VALUES (1397,432,'fave_floor_plans_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (1398,432,'floor_plans','a:2:{i:0;a:7:{s:15:\"fave_plan_title\";s:11:\"First Floor\";s:15:\"fave_plan_rooms\";s:8:\"670 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"530 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,650\";s:14:\"fave_plan_size\";s:9:\"1267 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-1.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}i:1;a:7:{s:15:\"fave_plan_title\";s:12:\"Second Floor\";s:15:\"fave_plan_rooms\";s:8:\"543 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"238 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,600\";s:14:\"fave_plan_size\";s:9:\"1345 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-2.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}}'); INSERT INTO `wpg3_postmeta` VALUES (1399,432,'fave_featured','0'); INSERT INTO `wpg3_postmeta` VALUES (1400,432,'fave_property_address','598 NW 12th Ave'); INSERT INTO `wpg3_postmeta` VALUES (1401,432,'fave_property_zip','33311'); INSERT INTO `wpg3_postmeta` VALUES (1402,432,'fave_multi_units','a:0:{}'); INSERT INTO `wpg3_postmeta` VALUES (1403,432,'fave_video_image','84'); INSERT INTO `wpg3_postmeta` VALUES (1404,432,'fave_video_url','https://www.youtube.com/watch?v=fafEHMnFe3g'); INSERT INTO `wpg3_postmeta` VALUES (1405,432,'fave_payment_status','not_paid'); INSERT INTO `wpg3_postmeta` VALUES (1406,432,'fave_property_map_street_view','show'); INSERT INTO `wpg3_postmeta` VALUES (1407,432,'_dp_original','429'); INSERT INTO `wpg3_postmeta` VALUES (1408,432,'houzez_total_property_views','736'); INSERT INTO `wpg3_postmeta` VALUES (1409,432,'houzez_views_by_date','a:61:{s:10:\"04-28-2017\";i:5;s:10:\"04-29-2017\";i:1;s:10:\"04-30-2017\";i:1;s:10:\"05-01-2017\";i:2;s:10:\"05-02-2017\";i:1;s:10:\"05-03-2017\";i:5;s:10:\"05-04-2017\";i:3;s:10:\"05-05-2017\";i:1;s:10:\"05-06-2017\";i:3;s:10:\"05-07-2017\";i:2;s:10:\"05-08-2017\";i:1;s:10:\"05-09-2017\";i:6;s:10:\"05-10-2017\";i:4;s:10:\"05-11-2017\";i:3;s:10:\"05-12-2017\";i:3;s:10:\"05-13-2017\";i:4;s:10:\"05-14-2017\";i:3;s:10:\"05-15-2017\";i:1;s:10:\"05-16-2017\";i:5;s:10:\"05-17-2017\";i:4;s:10:\"05-18-2017\";i:5;s:10:\"05-19-2017\";i:1;s:10:\"05-20-2017\";i:2;s:10:\"05-21-2017\";i:3;s:10:\"05-22-2017\";i:3;s:10:\"05-23-2017\";i:5;s:10:\"05-24-2017\";i:5;s:10:\"05-25-2017\";i:3;s:10:\"05-26-2017\";i:4;s:10:\"05-27-2017\";i:3;s:10:\"05-28-2017\";i:1;s:10:\"05-29-2017\";i:5;s:10:\"05-30-2017\";i:1;s:10:\"05-31-2017\";i:5;s:10:\"06-01-2017\";i:5;s:10:\"06-02-2017\";i:3;s:10:\"06-03-2017\";i:3;s:10:\"06-04-2017\";i:4;s:10:\"06-05-2017\";i:3;s:10:\"06-06-2017\";i:3;s:10:\"06-07-2017\";i:2;s:10:\"06-08-2017\";i:4;s:10:\"06-09-2017\";i:3;s:10:\"06-10-2017\";i:2;s:10:\"06-11-2017\";i:3;s:10:\"06-12-2017\";i:2;s:10:\"06-13-2017\";i:4;s:10:\"06-14-2017\";i:6;s:10:\"06-15-2017\";i:3;s:10:\"06-16-2017\";i:5;s:10:\"06-17-2017\";i:2;s:10:\"06-18-2017\";i:3;s:10:\"06-19-2017\";i:4;s:10:\"06-20-2017\";i:4;s:10:\"06-21-2017\";i:2;s:10:\"06-22-2017\";i:3;s:10:\"06-23-2017\";i:5;s:10:\"06-24-2017\";i:2;s:10:\"06-25-2017\";i:3;s:10:\"06-26-2017\";i:5;s:10:\"11-24-2017\";i:6;}'); INSERT INTO `wpg3_postmeta` VALUES (1410,432,'fave_multiunit_plans_enable','disable'); INSERT INTO `wpg3_postmeta` VALUES (1411,432,'fave_single_content_area','global'); INSERT INTO `wpg3_postmeta` VALUES (1412,432,'fave_single_top_area','global'); INSERT INTO `wpg3_postmeta` VALUES (1413,432,'houzez_recently_viewed','11-24-2017'); INSERT INTO `wpg3_postmeta` VALUES (1414,432,'houzez_geolocation_lat','26.1293693'); INSERT INTO `wpg3_postmeta` VALUES (1415,432,'houzez_geolocation_long','-80.1577742'); INSERT INTO `wpg3_postmeta` VALUES (1416,432,'fave_virtual_tour','<iframe width=\"853\" height=\"480\" src=\"https://my.matterport.com/show/?m=zEWsxhZpGba&play=1&qs=1\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>'); INSERT INTO `wpg3_postmeta` VALUES (1417,432,'fave_property_agency','2784'); INSERT INTO `wpg3_postmeta` VALUES (1418,432,'_thumbnail_id','7409'); INSERT INTO `wpg3_postmeta` VALUES (1419,432,'fave_property_images','7409'); INSERT INTO `wpg3_postmeta` VALUES (1420,432,'fave_agent_display_option','agent_info'); INSERT INTO `wpg3_postmeta` VALUES (4204,7681,'_menu_item_target',''); INSERT INTO `wpg3_postmeta` VALUES (4197,7680,'_menu_item_xfn',''); INSERT INTO `wpg3_postmeta` VALUES (1423,616,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (1424,616,'_thumbnail_id','7511'); INSERT INTO `wpg3_postmeta` VALUES (1425,616,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (1426,616,'fave_rating','a:1:{s:0:\"\";N;}'); INSERT INTO `wpg3_postmeta` VALUES (1429,618,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (1430,618,'_dp_original','616'); INSERT INTO `wpg3_postmeta` VALUES (1431,618,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (1432,618,'fave_rating','a:1:{s:0:\"\";N;}'); INSERT INTO `wpg3_postmeta` VALUES (1433,618,'_thumbnail_id','7422'); INSERT INTO `wpg3_postmeta` VALUES (4203,7681,'_menu_item_object','page'); INSERT INTO `wpg3_postmeta` VALUES (4196,7680,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'); INSERT INTO `wpg3_postmeta` VALUES (1436,623,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (1437,623,'_dp_original','618'); INSERT INTO `wpg3_postmeta` VALUES (1438,623,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (1439,623,'fave_rating','a:1:{s:0:\"\";N;}'); INSERT INTO `wpg3_postmeta` VALUES (1440,623,'_thumbnail_id','7420'); INSERT INTO `wpg3_postmeta` VALUES (4195,7680,'_menu_item_target',''); INSERT INTO `wpg3_postmeta` VALUES (1443,625,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (1444,625,'_dp_original','623'); INSERT INTO `wpg3_postmeta` VALUES (1445,625,'_thumbnail_id','7428'); INSERT INTO `wpg3_postmeta` VALUES (1446,625,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (1447,625,'fave_rating','a:1:{s:0:\"\";N;}'); INSERT INTO `wpg3_postmeta` VALUES (4202,7681,'_menu_item_object_id','692'); INSERT INTO `wpg3_postmeta` VALUES (1450,627,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (1451,627,'_dp_original','625'); INSERT INTO `wpg3_postmeta` VALUES (1452,627,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (1453,627,'_thumbnail_id','7418'); INSERT INTO `wpg3_postmeta` VALUES (1454,627,'fave_rating','a:1:{s:0:\"\";N;}'); INSERT INTO `wpg3_postmeta` VALUES (4194,7680,'_menu_item_object','page'); INSERT INTO `wpg3_postmeta` VALUES (1457,629,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (1458,629,'_dp_original','627'); INSERT INTO `wpg3_postmeta` VALUES (1459,629,'_thumbnail_id','7570'); INSERT INTO `wpg3_postmeta` VALUES (1460,629,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (1461,629,'fave_rating','a:1:{s:0:\"\";N;}'); INSERT INTO `wpg3_postmeta` VALUES (4201,7681,'_menu_item_menu_item_parent','0'); INSERT INTO `wpg3_postmeta` VALUES (1464,631,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (1465,631,'_dp_original','629'); INSERT INTO `wpg3_postmeta` VALUES (1466,631,'_thumbnail_id','7562'); INSERT INTO `wpg3_postmeta` VALUES (1467,631,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (1468,631,'fave_rating','a:1:{s:0:\"\";N;}'); INSERT INTO `wpg3_postmeta` VALUES (4193,7680,'_menu_item_object_id','194'); INSERT INTO `wpg3_postmeta` VALUES (1471,633,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (1472,633,'_dp_original','631'); INSERT INTO `wpg3_postmeta` VALUES (1473,633,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (1474,633,'fave_rating','a:1:{s:0:\"\";N;}'); INSERT INTO `wpg3_postmeta` VALUES (1475,633,'_thumbnail_id','7415'); INSERT INTO `wpg3_postmeta` VALUES (4200,7681,'_menu_item_type','post_type'); INSERT INTO `wpg3_postmeta` VALUES (1478,635,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (1479,635,'_dp_original','633'); INSERT INTO `wpg3_postmeta` VALUES (1480,635,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (1481,635,'fave_rating','a:1:{s:0:\"\";N;}'); INSERT INTO `wpg3_postmeta` VALUES (1482,635,'_thumbnail_id','7414'); INSERT INTO `wpg3_postmeta` VALUES (4192,7680,'_menu_item_menu_item_parent','0'); INSERT INTO `wpg3_postmeta` VALUES (1485,637,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (1486,637,'_dp_original','635'); INSERT INTO `wpg3_postmeta` VALUES (1487,637,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (1488,637,'_thumbnail_id','7412'); INSERT INTO `wpg3_postmeta` VALUES (1489,637,'fave_rating','a:1:{s:0:\"\";N;}'); INSERT INTO `wpg3_postmeta` VALUES (1492,1221,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (1493,1221,'_dp_original','635'); INSERT INTO `wpg3_postmeta` VALUES (1494,1221,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (1495,1221,'_thumbnail_id','7559'); INSERT INTO `wpg3_postmeta` VALUES (1496,1221,'fave_rating','a:1:{s:0:\"\";N;}'); INSERT INTO `wpg3_postmeta` VALUES (4198,7680,'_menu_item_url',''); INSERT INTO `wpg3_postmeta` VALUES (4191,7680,'_menu_item_type','post_type'); INSERT INTO `wpg3_postmeta` VALUES (1499,1222,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (1500,1222,'_dp_original','627'); INSERT INTO `wpg3_postmeta` VALUES (1501,1222,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (1502,1222,'_thumbnail_id','7512'); INSERT INTO `wpg3_postmeta` VALUES (1503,1222,'fave_rating','a:1:{s:0:\"\";N;}'); INSERT INTO `wpg3_postmeta` VALUES (1504,1673,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (1505,1673,'slide_template',''); INSERT INTO `wpg3_postmeta` VALUES (1506,1673,'_wp_desired_post_slug',''); INSERT INTO `wpg3_postmeta` VALUES (1507,7661,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (1508,7661,'_wp_page_template','template/property-listings-map.php'); INSERT INTO `wpg3_postmeta` VALUES (1509,7661,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (1510,7661,'_wpb_vc_js_status','false'); INSERT INTO `wpg3_postmeta` VALUES (1511,7661,'fave_default_view','list_view'); INSERT INTO `wpg3_postmeta` VALUES (1512,7661,'fave_properties_sort','d_date'); INSERT INTO `wpg3_postmeta` VALUES (1513,7661,'fave_listings_tabs','enable'); INSERT INTO `wpg3_postmeta` VALUES (1514,7661,'fave_listings_tab_1','for-rent'); INSERT INTO `wpg3_postmeta` VALUES (1515,7661,'fave_listings_tab_2','for-rent'); INSERT INTO `wpg3_postmeta` VALUES (1516,7661,'fave_featured_listing','enable'); INSERT INTO `wpg3_postmeta` VALUES (1517,7661,'fave_featured_prop_no','4'); INSERT INTO `wpg3_postmeta` VALUES (1518,7661,'fave_prop_no','9'); INSERT INTO `wpg3_postmeta` VALUES (1519,7661,'fave_prop_no_halfmap','50'); INSERT INTO `wpg3_postmeta` VALUES (1520,7661,'fave_properties_sort_halfmap','d_date'); INSERT INTO `wpg3_postmeta` VALUES (1521,7661,'fave_types','villa'); INSERT INTO `wpg3_postmeta` VALUES (1522,7661,'fave_agency_orderby','None'); INSERT INTO `wpg3_postmeta` VALUES (1523,7661,'fave_agency_order','ASC'); INSERT INTO `wpg3_postmeta` VALUES (1524,7661,'fave_agent_orderby','None'); INSERT INTO `wpg3_postmeta` VALUES (1525,7661,'fave_agent_order','ASC'); INSERT INTO `wpg3_postmeta` VALUES (1526,7661,'fave_page_title','show'); INSERT INTO `wpg3_postmeta` VALUES (1527,7661,'fave_page_breadcrumb','show'); INSERT INTO `wpg3_postmeta` VALUES (1528,7661,'fave_page_sidebar','right_sidebar'); INSERT INTO `wpg3_postmeta` VALUES (1529,7661,'fave_page_background','yes'); INSERT INTO `wpg3_postmeta` VALUES (1530,7661,'fave_header_type','none'); INSERT INTO `wpg3_postmeta` VALUES (1531,7661,'fave_header_full_screen','no'); INSERT INTO `wpg3_postmeta` VALUES (1532,7661,'fave_header_full_screen_type','screen_fix'); INSERT INTO `wpg3_postmeta` VALUES (1533,7661,'fave_page_header_search','no'); INSERT INTO `wpg3_postmeta` VALUES (1534,7661,'fave_page_header_image_opacity','0.5'); INSERT INTO `wpg3_postmeta` VALUES (1535,7661,'fave_page_header_video_overlay','yes'); INSERT INTO `wpg3_postmeta` VALUES (1536,7661,'fave_main_menu_trans','no'); INSERT INTO `wpg3_postmeta` VALUES (1537,7661,'fave_adv_search_enable','global'); INSERT INTO `wpg3_postmeta` VALUES (1538,7661,'fave_adv_search','hide'); INSERT INTO `wpg3_postmeta` VALUES (1539,7661,'fave_adv_search_pos','under_menu'); INSERT INTO `wpg3_postmeta` VALUES (1540,7661,'_houzez_sidebar_meta','a:2:{s:16:\"specific_sidebar\";s:2:\"no\";s:16:\"selected_sidebar\";s:15:\"default-sidebar\";}'); INSERT INTO `wpg3_postmeta` VALUES (1541,7663,'fave_prop_no_halfmap','9'); INSERT INTO `wpg3_postmeta` VALUES (1542,7663,'_houzez_sidebar_meta','a:2:{s:16:\"specific_sidebar\";s:2:\"no\";s:16:\"selected_sidebar\";s:15:\"default-sidebar\";}'); INSERT INTO `wpg3_postmeta` VALUES (1543,7663,'fave_adv_search_pos','under_menu'); INSERT INTO `wpg3_postmeta` VALUES (1544,7663,'fave_page_header_image_opacity','0.5'); INSERT INTO `wpg3_postmeta` VALUES (1545,7663,'fave_page_header_video_overlay','yes'); INSERT INTO `wpg3_postmeta` VALUES (1546,7663,'fave_main_menu_trans','no'); INSERT INTO `wpg3_postmeta` VALUES (1547,7663,'fave_adv_search_enable','global'); INSERT INTO `wpg3_postmeta` VALUES (1548,7663,'fave_adv_search','hide'); INSERT INTO `wpg3_postmeta` VALUES (1549,7663,'fave_page_header_search','no'); INSERT INTO `wpg3_postmeta` VALUES (1550,7663,'fave_header_full_screen_type','screen_fix'); INSERT INTO `wpg3_postmeta` VALUES (1551,7663,'fave_header_full_screen','no'); INSERT INTO `wpg3_postmeta` VALUES (1552,7663,'fave_header_type','none'); INSERT INTO `wpg3_postmeta` VALUES (1553,7663,'fave_page_background','yes'); INSERT INTO `wpg3_postmeta` VALUES (1554,7663,'fave_page_sidebar','right_sidebar'); INSERT INTO `wpg3_postmeta` VALUES (1555,7663,'fave_agency_orderby','None'); INSERT INTO `wpg3_postmeta` VALUES (1556,7663,'fave_agency_order','ASC'); INSERT INTO `wpg3_postmeta` VALUES (1557,7663,'fave_agent_orderby','None'); INSERT INTO `wpg3_postmeta` VALUES (1558,7663,'fave_agent_order','ASC'); INSERT INTO `wpg3_postmeta` VALUES (1559,7663,'fave_page_title','show'); INSERT INTO `wpg3_postmeta` VALUES (1560,7663,'fave_page_breadcrumb','show'); INSERT INTO `wpg3_postmeta` VALUES (1561,7663,'fave_properties_sort_halfmap','d_date'); INSERT INTO `wpg3_postmeta` VALUES (1562,7663,'fave_featured_prop_no','4'); INSERT INTO `wpg3_postmeta` VALUES (1563,7663,'fave_featured_listing','enable'); INSERT INTO `wpg3_postmeta` VALUES (1564,7663,'fave_listings_tab_2','for-rent'); INSERT INTO `wpg3_postmeta` VALUES (1565,7663,'fave_listings_tab_1','for-rent'); INSERT INTO `wpg3_postmeta` VALUES (1566,7663,'fave_listings_tabs','enable'); INSERT INTO `wpg3_postmeta` VALUES (1567,7663,'_wp_page_template','template/template-search.php'); INSERT INTO `wpg3_postmeta` VALUES (1568,7663,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (1569,7663,'_wpb_vc_js_status','false'); INSERT INTO `wpg3_postmeta` VALUES (1570,7663,'fave_default_view','list_view'); INSERT INTO `wpg3_postmeta` VALUES (1571,7663,'fave_properties_sort','d_date'); INSERT INTO `wpg3_postmeta` VALUES (1572,7663,'fave_prop_no','9'); INSERT INTO `wpg3_postmeta` VALUES (1573,7663,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (1574,31,'fave_property_size','1200'); INSERT INTO `wpg3_postmeta` VALUES (1575,31,'fave_property_size_prefix','Sq Ft'); INSERT INTO `wpg3_postmeta` VALUES (1576,31,'fave_property_bedrooms','4'); INSERT INTO `wpg3_postmeta` VALUES (1577,31,'fave_property_bathrooms','2'); INSERT INTO `wpg3_postmeta` VALUES (1578,31,'fave_property_garage','1'); INSERT INTO `wpg3_postmeta` VALUES (1579,31,'fave_property_garage_size','200 SqFt'); INSERT INTO `wpg3_postmeta` VALUES (1580,31,'fave_property_year','2016-01-09'); INSERT INTO `wpg3_postmeta` VALUES (1581,31,'fave_property_id','HZ51'); INSERT INTO `wpg3_postmeta` VALUES (1582,31,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (1583,31,'fave_property_price','1599000'); INSERT INTO `wpg3_postmeta` VALUES (1584,31,'fave_property_sec_price','15000'); INSERT INTO `wpg3_postmeta` VALUES (1585,31,'fave_property_price_postfix','sq ft'); INSERT INTO `wpg3_postmeta` VALUES (1586,31,'fave_property_map','0'); INSERT INTO `wpg3_postmeta` VALUES (1587,31,'fave_property_map_address','7601 E Treasure Dr, Miami Beach, FL 33141, Stati Uniti'); INSERT INTO `wpg3_postmeta` VALUES (1588,31,'fave_property_location','25.8477145,-80.145824,14'); INSERT INTO `wpg3_postmeta` VALUES (1589,31,'fave_property_country','US'); INSERT INTO `wpg3_postmeta` VALUES (1590,31,'fave_agents','156'); INSERT INTO `wpg3_postmeta` VALUES (1591,31,'fave_additional_features_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (1592,31,'additional_features','a:6:{i:0;a:2:{s:29:\"fave_additional_feature_title\";s:7:\"Deposit\";s:29:\"fave_additional_feature_value\";s:3:\"20%\";}i:1;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Pool Size\";s:29:\"fave_additional_feature_value\";s:8:\"300 Sqft\";}i:2;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Last remodel year\";s:29:\"fave_additional_feature_value\";s:4:\"1987\";}i:3;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Amenities\";s:29:\"fave_additional_feature_value\";s:9:\"Clubhouse\";}i:4;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Additional Rooms:\";s:29:\"fave_additional_feature_value\";s:10:\"Guest Bath\";}i:5;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Equipment\";s:29:\"fave_additional_feature_value\";s:11:\"Grill - Gas\";}}'); INSERT INTO `wpg3_postmeta` VALUES (1593,31,'fave_floor_plans_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (1594,31,'floor_plans','a:2:{i:0;a:7:{s:15:\"fave_plan_title\";s:11:\"First Floor\";s:15:\"fave_plan_rooms\";s:8:\"670 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"530 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,650\";s:14:\"fave_plan_size\";s:9:\"1267 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-1.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}i:1;a:7:{s:15:\"fave_plan_title\";s:12:\"Second Floor\";s:15:\"fave_plan_rooms\";s:8:\"543 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"238 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,600\";s:14:\"fave_plan_size\";s:9:\"1345 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-2.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}}'); INSERT INTO `wpg3_postmeta` VALUES (1595,31,'fave_property_images','7576'); INSERT INTO `wpg3_postmeta` VALUES (1596,31,'fave_featured','0'); INSERT INTO `wpg3_postmeta` VALUES (1597,31,'fave_video_url','https://www.youtube.com/watch?v=fafEHMnFe3g'); INSERT INTO `wpg3_postmeta` VALUES (1598,31,'fave_video_image','84'); INSERT INTO `wpg3_postmeta` VALUES (1599,31,'fave_property_address','7601 East Treasure Drive'); INSERT INTO `wpg3_postmeta` VALUES (1600,31,'fave_property_zip','33141'); INSERT INTO `wpg3_postmeta` VALUES (1601,31,'fave_agent_display_option','agent_info'); INSERT INTO `wpg3_postmeta` VALUES (1602,31,'fave_property_map_street_view','show'); INSERT INTO `wpg3_postmeta` VALUES (1603,31,'fave_payment_status','not_paid'); INSERT INTO `wpg3_postmeta` VALUES (1604,31,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (1605,31,'houzez_total_property_views','333'); INSERT INTO `wpg3_postmeta` VALUES (1606,31,'houzez_views_by_date','a:61:{s:10:\"04-05-2017\";i:1;s:10:\"04-06-2017\";i:1;s:10:\"04-07-2017\";i:2;s:10:\"04-09-2017\";i:1;s:10:\"04-10-2017\";i:1;s:10:\"04-11-2017\";i:1;s:10:\"04-12-2017\";i:2;s:10:\"04-15-2017\";i:1;s:10:\"04-16-2017\";i:3;s:10:\"04-17-2017\";i:2;s:10:\"04-18-2017\";i:2;s:10:\"04-19-2017\";i:1;s:10:\"04-20-2017\";i:1;s:10:\"04-23-2017\";i:2;s:10:\"04-24-2017\";i:3;s:10:\"04-25-2017\";i:1;s:10:\"04-27-2017\";i:1;s:10:\"04-28-2017\";i:4;s:10:\"05-01-2017\";i:2;s:10:\"05-03-2017\";i:1;s:10:\"05-04-2017\";i:4;s:10:\"05-05-2017\";i:2;s:10:\"05-06-2017\";i:2;s:10:\"05-07-2017\";i:1;s:10:\"05-08-2017\";i:1;s:10:\"05-09-2017\";i:2;s:10:\"05-10-2017\";i:1;s:10:\"05-11-2017\";i:1;s:10:\"05-12-2017\";i:1;s:10:\"05-14-2017\";i:1;s:10:\"05-15-2017\";i:1;s:10:\"05-19-2017\";i:2;s:10:\"05-21-2017\";i:1;s:10:\"05-22-2017\";i:3;s:10:\"05-23-2017\";i:2;s:10:\"05-24-2017\";i:1;s:10:\"05-25-2017\";i:1;s:10:\"05-26-2017\";i:1;s:10:\"05-27-2017\";i:1;s:10:\"05-29-2017\";i:1;s:10:\"05-30-2017\";i:1;s:10:\"05-31-2017\";i:1;s:10:\"06-01-2017\";i:3;s:10:\"06-02-2017\";i:1;s:10:\"06-03-2017\";i:1;s:10:\"06-04-2017\";i:1;s:10:\"06-06-2017\";i:1;s:10:\"06-08-2017\";i:2;s:10:\"06-12-2017\";i:1;s:10:\"06-13-2017\";i:1;s:10:\"06-14-2017\";i:2;s:10:\"06-15-2017\";i:2;s:10:\"06-16-2017\";i:1;s:10:\"06-18-2017\";i:2;s:10:\"06-19-2017\";i:1;s:10:\"06-20-2017\";i:1;s:10:\"06-21-2017\";i:2;s:10:\"06-23-2017\";i:1;s:10:\"06-25-2017\";i:1;s:10:\"06-26-2017\";i:3;s:10:\"11-24-2017\";i:1;}'); INSERT INTO `wpg3_postmeta` VALUES (1607,31,'fave_multiunit_plans_enable','disable'); INSERT INTO `wpg3_postmeta` VALUES (1608,31,'houzez_recently_viewed','11-24-2017'); INSERT INTO `wpg3_postmeta` VALUES (1609,31,'houzez_geolocation_lat','25.8477145'); INSERT INTO `wpg3_postmeta` VALUES (1610,31,'houzez_geolocation_long','-80.145824'); INSERT INTO `wpg3_postmeta` VALUES (1611,31,'fave_virtual_tour','<iframe width=\"853\" height=\"480\" src=\"https://my.matterport.com/show/?m=zEWsxhZpGba&play=1&qs=1\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>'); INSERT INTO `wpg3_postmeta` VALUES (1612,31,'fave_single_top_area','global'); INSERT INTO `wpg3_postmeta` VALUES (1613,31,'fave_single_content_area','global'); INSERT INTO `wpg3_postmeta` VALUES (1614,31,'houzez_manual_expire',''); INSERT INTO `wpg3_postmeta` VALUES (1615,31,'_houzez_expiration_date_status','saved'); INSERT INTO `wpg3_postmeta` VALUES (1616,31,'_thumbnail_id','7576'); INSERT INTO `wpg3_postmeta` VALUES (1617,31,'fave_multi_units','a:0:{}'); INSERT INTO `wpg3_postmeta` VALUES (1618,100,'fave_property_size','2170'); INSERT INTO `wpg3_postmeta` VALUES (1619,100,'fave_property_size_prefix','Sq Ft'); INSERT INTO `wpg3_postmeta` VALUES (1620,100,'fave_property_bedrooms','2'); INSERT INTO `wpg3_postmeta` VALUES (1621,100,'fave_property_bathrooms','2'); INSERT INTO `wpg3_postmeta` VALUES (1622,100,'fave_property_garage','1'); INSERT INTO `wpg3_postmeta` VALUES (1623,100,'fave_property_garage_size','200 SqFt'); INSERT INTO `wpg3_postmeta` VALUES (1624,100,'fave_property_year','2016-01-09'); INSERT INTO `wpg3_postmeta` VALUES (1625,100,'fave_property_id','HZ36'); INSERT INTO `wpg3_postmeta` VALUES (1626,100,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (1627,100,'fave_property_price','3700000'); INSERT INTO `wpg3_postmeta` VALUES (1628,100,'fave_property_sec_price','9900'); INSERT INTO `wpg3_postmeta` VALUES (1629,100,'fave_property_price_postfix','sq ft'); INSERT INTO `wpg3_postmeta` VALUES (1630,100,'fave_property_map','0'); INSERT INTO `wpg3_postmeta` VALUES (1631,100,'fave_property_map_address','5130 N Bay Rd, Miami Beach, FL 33140, Stati Uniti'); INSERT INTO `wpg3_postmeta` VALUES (1632,100,'fave_property_location','25.82881,-80.131797,14'); INSERT INTO `wpg3_postmeta` VALUES (1633,100,'fave_property_country','US'); INSERT INTO `wpg3_postmeta` VALUES (1634,100,'fave_agents','158'); INSERT INTO `wpg3_postmeta` VALUES (1635,100,'fave_additional_features_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (1636,100,'additional_features','a:6:{i:0;a:2:{s:29:\"fave_additional_feature_title\";s:7:\"Deposit\";s:29:\"fave_additional_feature_value\";s:3:\"20%\";}i:1;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Pool Size\";s:29:\"fave_additional_feature_value\";s:8:\"300 Sqft\";}i:2;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Last remodel year\";s:29:\"fave_additional_feature_value\";s:4:\"1987\";}i:3;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Amenities\";s:29:\"fave_additional_feature_value\";s:9:\"Clubhouse\";}i:4;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Additional Rooms:\";s:29:\"fave_additional_feature_value\";s:10:\"Guest Bath\";}i:5;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Equipment\";s:29:\"fave_additional_feature_value\";s:11:\"Grill - Gas\";}}'); INSERT INTO `wpg3_postmeta` VALUES (1637,100,'fave_floor_plans_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (1638,100,'floor_plans','a:2:{i:0;a:7:{s:15:\"fave_plan_title\";s:11:\"First Floor\";s:15:\"fave_plan_rooms\";s:8:\"670 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"530 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,650\";s:14:\"fave_plan_size\";s:9:\"1267 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-1.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}i:1;a:7:{s:15:\"fave_plan_title\";s:12:\"Second Floor\";s:15:\"fave_plan_rooms\";s:8:\"543 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"238 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,600\";s:14:\"fave_plan_size\";s:9:\"1345 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-2.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}}'); INSERT INTO `wpg3_postmeta` VALUES (1639,100,'fave_featured','0'); INSERT INTO `wpg3_postmeta` VALUES (1640,100,'fave_property_address','5130 N Bay Rd'); INSERT INTO `wpg3_postmeta` VALUES (1641,100,'fave_property_zip','33140'); INSERT INTO `wpg3_postmeta` VALUES (1642,100,'fave_agent_display_option','agent_info'); INSERT INTO `wpg3_postmeta` VALUES (1643,100,'fave_property_images','7575'); INSERT INTO `wpg3_postmeta` VALUES (1644,100,'fave_video_image','84'); INSERT INTO `wpg3_postmeta` VALUES (1645,100,'fave_video_url','https://www.youtube.com/watch?v=fafEHMnFe3g'); INSERT INTO `wpg3_postmeta` VALUES (1646,100,'_dp_original','31'); INSERT INTO `wpg3_postmeta` VALUES (1647,100,'fave_multi_units','a:0:{}'); INSERT INTO `wpg3_postmeta` VALUES (1648,100,'fave_property_map_street_view','show'); INSERT INTO `wpg3_postmeta` VALUES (1649,100,'fave_payment_status','not_paid'); INSERT INTO `wpg3_postmeta` VALUES (1650,100,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (1651,100,'houzez_total_property_views','360'); INSERT INTO `wpg3_postmeta` VALUES (1652,100,'houzez_views_by_date','a:61:{s:10:\"04-02-2017\";i:1;s:10:\"04-03-2017\";i:1;s:10:\"04-04-2017\";i:1;s:10:\"04-05-2017\";i:3;s:10:\"04-06-2017\";i:1;s:10:\"04-07-2017\";i:1;s:10:\"04-09-2017\";i:1;s:10:\"04-10-2017\";i:1;s:10:\"04-12-2017\";i:1;s:10:\"04-14-2017\";i:2;s:10:\"04-15-2017\";i:1;s:10:\"04-16-2017\";i:2;s:10:\"04-17-2017\";i:1;s:10:\"04-18-2017\";i:2;s:10:\"04-21-2017\";i:1;s:10:\"04-23-2017\";i:2;s:10:\"04-24-2017\";i:4;s:10:\"04-26-2017\";i:1;s:10:\"04-28-2017\";i:2;s:10:\"04-29-2017\";i:1;s:10:\"05-01-2017\";i:2;s:10:\"05-02-2017\";i:1;s:10:\"05-03-2017\";i:4;s:10:\"05-04-2017\";i:3;s:10:\"05-06-2017\";i:3;s:10:\"05-09-2017\";i:2;s:10:\"05-10-2017\";i:4;s:10:\"05-11-2017\";i:1;s:10:\"05-12-2017\";i:1;s:10:\"05-13-2017\";i:3;s:10:\"05-18-2017\";i:1;s:10:\"05-20-2017\";i:1;s:10:\"05-21-2017\";i:1;s:10:\"05-22-2017\";i:1;s:10:\"05-23-2017\";i:2;s:10:\"05-24-2017\";i:3;s:10:\"05-25-2017\";i:1;s:10:\"05-26-2017\";i:3;s:10:\"05-27-2017\";i:2;s:10:\"05-29-2017\";i:1;s:10:\"05-31-2017\";i:1;s:10:\"06-01-2017\";i:2;s:10:\"06-02-2017\";i:4;s:10:\"06-03-2017\";i:1;s:10:\"06-04-2017\";i:1;s:10:\"06-07-2017\";i:1;s:10:\"06-09-2017\";i:1;s:10:\"06-10-2017\";i:1;s:10:\"06-12-2017\";i:2;s:10:\"06-13-2017\";i:1;s:10:\"06-15-2017\";i:1;s:10:\"06-17-2017\";i:1;s:10:\"06-18-2017\";i:1;s:10:\"06-19-2017\";i:1;s:10:\"06-20-2017\";i:1;s:10:\"06-21-2017\";i:1;s:10:\"06-22-2017\";i:1;s:10:\"06-23-2017\";i:2;s:10:\"06-25-2017\";i:2;s:10:\"06-26-2017\";i:3;s:10:\"11-24-2017\";i:1;}'); INSERT INTO `wpg3_postmeta` VALUES (1653,100,'fave_multiunit_plans_enable','disable'); INSERT INTO `wpg3_postmeta` VALUES (1654,100,'houzez_recently_viewed','11-24-2017'); INSERT INTO `wpg3_postmeta` VALUES (1655,100,'houzez_geolocation_lat','25.82881'); INSERT INTO `wpg3_postmeta` VALUES (1656,100,'houzez_geolocation_long','-80.131797'); INSERT INTO `wpg3_postmeta` VALUES (1657,100,'fave_virtual_tour','<iframe width=\"853\" height=\"480\" src=\"https://my.matterport.com/show/?m=zEWsxhZpGba&play=1&qs=1\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>'); INSERT INTO `wpg3_postmeta` VALUES (1658,100,'fave_single_top_area','global'); INSERT INTO `wpg3_postmeta` VALUES (1659,100,'fave_single_content_area','global'); INSERT INTO `wpg3_postmeta` VALUES (1660,100,'houzez_manual_expire',''); INSERT INTO `wpg3_postmeta` VALUES (1661,100,'_houzez_expiration_date_status','saved'); INSERT INTO `wpg3_postmeta` VALUES (1662,100,'_thumbnail_id','7575'); INSERT INTO `wpg3_postmeta` VALUES (1663,103,'fave_property_size','4100'); INSERT INTO `wpg3_postmeta` VALUES (1664,103,'fave_property_size_prefix','Sq Ft'); INSERT INTO `wpg3_postmeta` VALUES (1665,103,'fave_property_bedrooms','4'); INSERT INTO `wpg3_postmeta` VALUES (1666,103,'fave_property_bathrooms','2'); INSERT INTO `wpg3_postmeta` VALUES (1667,103,'fave_property_garage','1'); INSERT INTO `wpg3_postmeta` VALUES (1668,103,'fave_property_garage_size','200 SqFt'); INSERT INTO `wpg3_postmeta` VALUES (1669,103,'fave_property_year','2016-01-09'); INSERT INTO `wpg3_postmeta` VALUES (1670,103,'fave_property_id','HZ49'); INSERT INTO `wpg3_postmeta` VALUES (1671,103,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (1672,103,'fave_property_price','1750000'); INSERT INTO `wpg3_postmeta` VALUES (1673,103,'fave_property_sec_price','7500'); INSERT INTO `wpg3_postmeta` VALUES (1674,103,'fave_property_price_postfix','sq ft'); INSERT INTO `wpg3_postmeta` VALUES (1675,103,'fave_property_map','0'); INSERT INTO `wpg3_postmeta` VALUES (1676,103,'fave_property_map_address','4981 Pine Tree Dr, Miami Beach, FL 33140'); INSERT INTO `wpg3_postmeta` VALUES (1677,103,'fave_property_location','25.8258627,-80.12472439999999,14'); INSERT INTO `wpg3_postmeta` VALUES (1678,103,'fave_property_country','US'); INSERT INTO `wpg3_postmeta` VALUES (1679,103,'fave_agents','72'); INSERT INTO `wpg3_postmeta` VALUES (1680,103,'fave_additional_features_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (1681,103,'additional_features','a:6:{i:0;a:2:{s:29:\"fave_additional_feature_title\";s:7:\"Deposit\";s:29:\"fave_additional_feature_value\";s:3:\"20%\";}i:1;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Pool Size\";s:29:\"fave_additional_feature_value\";s:8:\"300 Sqft\";}i:2;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Last remodel year\";s:29:\"fave_additional_feature_value\";s:4:\"1987\";}i:3;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Amenities\";s:29:\"fave_additional_feature_value\";s:9:\"Clubhouse\";}i:4;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Additional Rooms:\";s:29:\"fave_additional_feature_value\";s:10:\"Guest Bath\";}i:5;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Equipment\";s:29:\"fave_additional_feature_value\";s:11:\"Grill - Gas\";}}'); INSERT INTO `wpg3_postmeta` VALUES (1682,103,'fave_floor_plans_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (1683,103,'floor_plans','a:2:{i:0;a:7:{s:15:\"fave_plan_title\";s:11:\"First Floor\";s:15:\"fave_plan_rooms\";s:8:\"670 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"530 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,650\";s:14:\"fave_plan_size\";s:9:\"1267 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-1.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}i:1;a:7:{s:15:\"fave_plan_title\";s:12:\"Second Floor\";s:15:\"fave_plan_rooms\";s:8:\"543 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"238 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,600\";s:14:\"fave_plan_size\";s:9:\"1345 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-2.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}}'); INSERT INTO `wpg3_postmeta` VALUES (1684,103,'fave_featured','0'); INSERT INTO `wpg3_postmeta` VALUES (1685,103,'fave_property_address','4981 Pine Tree Dr'); INSERT INTO `wpg3_postmeta` VALUES (1686,103,'fave_property_zip','33140'); INSERT INTO `wpg3_postmeta` VALUES (1687,103,'fave_agent_display_option','agent_info'); INSERT INTO `wpg3_postmeta` VALUES (1688,103,'fave_property_images','7574'); INSERT INTO `wpg3_postmeta` VALUES (1689,103,'fave_video_image','84'); INSERT INTO `wpg3_postmeta` VALUES (1690,103,'fave_video_url','https://www.youtube.com/watch?v=fafEHMnFe3g'); INSERT INTO `wpg3_postmeta` VALUES (1691,103,'_dp_original','100'); INSERT INTO `wpg3_postmeta` VALUES (1692,103,'fave_property_map_street_view','show'); INSERT INTO `wpg3_postmeta` VALUES (1693,103,'fave_payment_status','not_paid'); INSERT INTO `wpg3_postmeta` VALUES (1694,103,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (1695,103,'houzez_total_property_views','336'); INSERT INTO `wpg3_postmeta` VALUES (1696,103,'houzez_views_by_date','a:61:{s:10:\"03-30-2017\";i:2;s:10:\"04-04-2017\";i:2;s:10:\"04-05-2017\";i:5;s:10:\"04-07-2017\";i:1;s:10:\"04-09-2017\";i:1;s:10:\"04-10-2017\";i:3;s:10:\"04-11-2017\";i:1;s:10:\"04-12-2017\";i:2;s:10:\"04-13-2017\";i:1;s:10:\"04-16-2017\";i:2;s:10:\"04-17-2017\";i:1;s:10:\"04-18-2017\";i:1;s:10:\"04-19-2017\";i:1;s:10:\"04-20-2017\";i:1;s:10:\"04-23-2017\";i:4;s:10:\"04-24-2017\";i:3;s:10:\"04-26-2017\";i:2;s:10:\"04-28-2017\";i:2;s:10:\"04-29-2017\";i:1;s:10:\"04-30-2017\";i:1;s:10:\"05-01-2017\";i:2;s:10:\"05-03-2017\";i:1;s:10:\"05-04-2017\";i:3;s:10:\"05-06-2017\";i:4;s:10:\"05-08-2017\";i:1;s:10:\"05-09-2017\";i:3;s:10:\"05-10-2017\";i:3;s:10:\"05-11-2017\";i:2;s:10:\"05-12-2017\";i:1;s:10:\"05-13-2017\";i:2;s:10:\"05-14-2017\";i:1;s:10:\"05-16-2017\";i:1;s:10:\"05-18-2017\";i:1;s:10:\"05-20-2017\";i:1;s:10:\"05-21-2017\";i:2;s:10:\"05-22-2017\";i:3;s:10:\"05-23-2017\";i:1;s:10:\"05-24-2017\";i:3;s:10:\"05-25-2017\";i:1;s:10:\"05-26-2017\";i:1;s:10:\"05-27-2017\";i:1;s:10:\"05-30-2017\";i:1;s:10:\"06-01-2017\";i:1;s:10:\"06-02-2017\";i:1;s:10:\"06-03-2017\";i:3;s:10:\"06-04-2017\";i:1;s:10:\"06-06-2017\";i:1;s:10:\"06-07-2017\";i:1;s:10:\"06-09-2017\";i:2;s:10:\"06-12-2017\";i:1;s:10:\"06-13-2017\";i:1;s:10:\"06-15-2017\";i:2;s:10:\"06-17-2017\";i:1;s:10:\"06-18-2017\";i:1;s:10:\"06-19-2017\";i:3;s:10:\"06-21-2017\";i:1;s:10:\"06-23-2017\";i:2;s:10:\"06-24-2017\";i:4;s:10:\"06-25-2017\";i:2;s:10:\"06-26-2017\";i:2;s:10:\"11-24-2017\";i:1;}'); INSERT INTO `wpg3_postmeta` VALUES (1697,103,'fave_multiunit_plans_enable','disable'); INSERT INTO `wpg3_postmeta` VALUES (1698,103,'houzez_recently_viewed','11-24-2017'); INSERT INTO `wpg3_postmeta` VALUES (1699,103,'houzez_geolocation_lat','25.8258627'); INSERT INTO `wpg3_postmeta` VALUES (1700,103,'houzez_geolocation_long','-80.12472439999999'); INSERT INTO `wpg3_postmeta` VALUES (1701,103,'fave_virtual_tour','<iframe width=\"853\" height=\"480\" src=\"https://my.matterport.com/show/?m=zEWsxhZpGba&play=1&qs=1\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>'); INSERT INTO `wpg3_postmeta` VALUES (1702,103,'fave_single_top_area','global'); INSERT INTO `wpg3_postmeta` VALUES (1703,103,'fave_single_content_area','global'); INSERT INTO `wpg3_postmeta` VALUES (1704,103,'houzez_manual_expire',''); INSERT INTO `wpg3_postmeta` VALUES (1705,103,'_houzez_expiration_date_status','saved'); INSERT INTO `wpg3_postmeta` VALUES (1706,103,'_thumbnail_id','7574'); INSERT INTO `wpg3_postmeta` VALUES (1707,103,'fave_multi_units','a:0:{}'); INSERT INTO `wpg3_postmeta` VALUES (1708,106,'fave_property_size','3450'); INSERT INTO `wpg3_postmeta` VALUES (1709,106,'fave_property_size_prefix','Sq Ft'); INSERT INTO `wpg3_postmeta` VALUES (1710,106,'fave_property_bedrooms','5'); INSERT INTO `wpg3_postmeta` VALUES (1711,106,'fave_property_bathrooms','2'); INSERT INTO `wpg3_postmeta` VALUES (1712,106,'fave_property_garage','1'); INSERT INTO `wpg3_postmeta` VALUES (1713,106,'fave_property_garage_size','200 SqFt'); INSERT INTO `wpg3_postmeta` VALUES (1714,106,'fave_property_year','2016-01-09'); INSERT INTO `wpg3_postmeta` VALUES (1715,106,'fave_property_id','HZ52'); INSERT INTO `wpg3_postmeta` VALUES (1716,106,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (1717,106,'fave_property_price','3900000'); INSERT INTO `wpg3_postmeta` VALUES (1718,106,'fave_property_sec_price','17500'); INSERT INTO `wpg3_postmeta` VALUES (1719,106,'fave_property_price_postfix','sq ft'); INSERT INTO `wpg3_postmeta` VALUES (1720,106,'fave_property_map','0'); INSERT INTO `wpg3_postmeta` VALUES (1721,106,'fave_property_map_address','162 NE 44th St, Miami, FL 33137, USA'); INSERT INTO `wpg3_postmeta` VALUES (1722,106,'fave_property_location','25.8162338,-80.19219199999998,14'); INSERT INTO `wpg3_postmeta` VALUES (1723,106,'fave_property_country','US'); INSERT INTO `wpg3_postmeta` VALUES (1724,106,'fave_agents','150'); INSERT INTO `wpg3_postmeta` VALUES (1725,106,'fave_additional_features_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (1726,106,'additional_features','a:6:{i:0;a:2:{s:29:\"fave_additional_feature_title\";s:7:\"Deposit\";s:29:\"fave_additional_feature_value\";s:3:\"20%\";}i:1;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Pool Size\";s:29:\"fave_additional_feature_value\";s:8:\"300 Sqft\";}i:2;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Last remodel year\";s:29:\"fave_additional_feature_value\";s:4:\"1987\";}i:3;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Amenities\";s:29:\"fave_additional_feature_value\";s:9:\"Clubhouse\";}i:4;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Additional Rooms:\";s:29:\"fave_additional_feature_value\";s:10:\"Guest Bath\";}i:5;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Equipment\";s:29:\"fave_additional_feature_value\";s:11:\"Grill - Gas\";}}'); INSERT INTO `wpg3_postmeta` VALUES (1727,106,'fave_floor_plans_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (1728,106,'floor_plans','a:2:{i:0;a:7:{s:15:\"fave_plan_title\";s:11:\"First Floor\";s:15:\"fave_plan_rooms\";s:8:\"670 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"530 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,650\";s:14:\"fave_plan_size\";s:9:\"1267 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-1.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}i:1;a:7:{s:15:\"fave_plan_title\";s:12:\"Second Floor\";s:15:\"fave_plan_rooms\";s:8:\"543 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"238 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,600\";s:14:\"fave_plan_size\";s:9:\"1345 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-2.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}}'); INSERT INTO `wpg3_postmeta` VALUES (1729,106,'fave_featured','0'); INSERT INTO `wpg3_postmeta` VALUES (1730,106,'fave_property_address','162 NE 44th St'); INSERT INTO `wpg3_postmeta` VALUES (1731,106,'fave_property_zip','33137'); INSERT INTO `wpg3_postmeta` VALUES (1732,106,'fave_agent_display_option','agent_info'); INSERT INTO `wpg3_postmeta` VALUES (1733,106,'fave_property_images','7557'); INSERT INTO `wpg3_postmeta` VALUES (1734,106,'fave_video_image','84'); INSERT INTO `wpg3_postmeta` VALUES (1735,106,'fave_video_url','https://www.youtube.com/watch?v=fafEHMnFe3g'); INSERT INTO `wpg3_postmeta` VALUES (1736,106,'_dp_original','103'); INSERT INTO `wpg3_postmeta` VALUES (1737,106,'fave_multi_units','a:0:{}'); INSERT INTO `wpg3_postmeta` VALUES (1738,106,'fave_property_map_street_view','show'); INSERT INTO `wpg3_postmeta` VALUES (1739,106,'fave_payment_status','not_paid'); INSERT INTO `wpg3_postmeta` VALUES (1740,106,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (1741,106,'houzez_total_property_views','364'); INSERT INTO `wpg3_postmeta` VALUES (1742,106,'houzez_views_by_date','a:61:{s:10:\"04-09-2017\";i:1;s:10:\"04-10-2017\";i:1;s:10:\"04-12-2017\";i:1;s:10:\"04-13-2017\";i:1;s:10:\"04-15-2017\";i:1;s:10:\"04-16-2017\";i:1;s:10:\"04-17-2017\";i:2;s:10:\"04-18-2017\";i:1;s:10:\"04-21-2017\";i:2;s:10:\"04-23-2017\";i:2;s:10:\"04-24-2017\";i:3;s:10:\"04-25-2017\";i:2;s:10:\"04-28-2017\";i:1;s:10:\"04-29-2017\";i:1;s:10:\"05-01-2017\";i:4;s:10:\"05-03-2017\";i:2;s:10:\"05-04-2017\";i:4;s:10:\"05-05-2017\";i:2;s:10:\"05-06-2017\";i:2;s:10:\"05-07-2017\";i:1;s:10:\"05-08-2017\";i:2;s:10:\"05-09-2017\";i:2;s:10:\"05-10-2017\";i:1;s:10:\"05-11-2017\";i:2;s:10:\"05-12-2017\";i:1;s:10:\"05-13-2017\";i:2;s:10:\"05-14-2017\";i:2;s:10:\"05-17-2017\";i:1;s:10:\"05-18-2017\";i:2;s:10:\"05-19-2017\";i:1;s:10:\"05-20-2017\";i:2;s:10:\"05-21-2017\";i:1;s:10:\"05-22-2017\";i:2;s:10:\"05-23-2017\";i:3;s:10:\"05-24-2017\";i:1;s:10:\"05-25-2017\";i:4;s:10:\"05-26-2017\";i:4;s:10:\"05-27-2017\";i:2;s:10:\"05-28-2017\";i:2;s:10:\"05-29-2017\";i:2;s:10:\"05-30-2017\";i:2;s:10:\"05-31-2017\";i:1;s:10:\"06-01-2017\";i:1;s:10:\"06-02-2017\";i:1;s:10:\"06-03-2017\";i:2;s:10:\"06-04-2017\";i:1;s:10:\"06-05-2017\";i:1;s:10:\"06-06-2017\";i:1;s:10:\"06-09-2017\";i:1;s:10:\"06-10-2017\";i:1;s:10:\"06-12-2017\";i:2;s:10:\"06-14-2017\";i:2;s:10:\"06-16-2017\";i:1;s:10:\"06-18-2017\";i:2;s:10:\"06-19-2017\";i:2;s:10:\"06-20-2017\";i:1;s:10:\"06-21-2017\";i:2;s:10:\"06-23-2017\";i:3;s:10:\"06-24-2017\";i:1;s:10:\"06-25-2017\";i:1;s:10:\"06-26-2017\";i:2;}'); INSERT INTO `wpg3_postmeta` VALUES (1743,106,'fave_multiunit_plans_enable','disable'); INSERT INTO `wpg3_postmeta` VALUES (1744,106,'houzez_recently_viewed','06-26-2017'); INSERT INTO `wpg3_postmeta` VALUES (1745,106,'houzez_geolocation_lat','25.8162338'); INSERT INTO `wpg3_postmeta` VALUES (1746,106,'houzez_geolocation_long','-80.19219199999998'); INSERT INTO `wpg3_postmeta` VALUES (1747,106,'fave_virtual_tour','<iframe width=\"853\" height=\"480\" src=\"https://my.matterport.com/show/?m=zEWsxhZpGba&play=1&qs=1\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>'); INSERT INTO `wpg3_postmeta` VALUES (1748,106,'fave_single_top_area','global'); INSERT INTO `wpg3_postmeta` VALUES (1749,106,'fave_single_content_area','global'); INSERT INTO `wpg3_postmeta` VALUES (1750,106,'houzez_manual_expire',''); INSERT INTO `wpg3_postmeta` VALUES (1751,106,'_houzez_expiration_date_status','saved'); INSERT INTO `wpg3_postmeta` VALUES (1752,106,'_thumbnail_id','7557'); INSERT INTO `wpg3_postmeta` VALUES (1753,109,'fave_property_size','2540'); INSERT INTO `wpg3_postmeta` VALUES (1754,109,'fave_property_size_prefix','Sq Ft'); INSERT INTO `wpg3_postmeta` VALUES (1755,109,'fave_property_bedrooms','3'); INSERT INTO `wpg3_postmeta` VALUES (1756,109,'fave_property_bathrooms','2'); INSERT INTO `wpg3_postmeta` VALUES (1757,109,'fave_property_garage','1'); INSERT INTO `wpg3_postmeta` VALUES (1758,109,'fave_property_garage_size','200 SqFt'); INSERT INTO `wpg3_postmeta` VALUES (1759,109,'fave_property_year','2016-01-09'); INSERT INTO `wpg3_postmeta` VALUES (1760,109,'fave_property_id','HZ50'); INSERT INTO `wpg3_postmeta` VALUES (1761,109,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (1762,109,'fave_property_price','7599000'); INSERT INTO `wpg3_postmeta` VALUES (1763,109,'fave_property_sec_price','18900'); INSERT INTO `wpg3_postmeta` VALUES (1764,109,'fave_property_price_postfix','sq ft'); INSERT INTO `wpg3_postmeta` VALUES (1765,109,'fave_property_map','0'); INSERT INTO `wpg3_postmeta` VALUES (1766,109,'fave_property_map_address','4545 Meridian Ave, Miami Beach, FL 33140, Stati Uniti'); INSERT INTO `wpg3_postmeta` VALUES (1767,109,'fave_property_location','25.81965,-80.13108999999997,14'); INSERT INTO `wpg3_postmeta` VALUES (1768,109,'fave_property_country','US'); INSERT INTO `wpg3_postmeta` VALUES (1769,109,'fave_agents','158'); INSERT INTO `wpg3_postmeta` VALUES (1770,109,'fave_additional_features_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (1771,109,'additional_features','a:6:{i:0;a:2:{s:29:\"fave_additional_feature_title\";s:7:\"Deposit\";s:29:\"fave_additional_feature_value\";s:3:\"20%\";}i:1;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Pool Size\";s:29:\"fave_additional_feature_value\";s:8:\"300 Sqft\";}i:2;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Last remodel year\";s:29:\"fave_additional_feature_value\";s:4:\"1987\";}i:3;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Amenities\";s:29:\"fave_additional_feature_value\";s:9:\"Clubhouse\";}i:4;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Additional Rooms:\";s:29:\"fave_additional_feature_value\";s:10:\"Guest Bath\";}i:5;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Equipment\";s:29:\"fave_additional_feature_value\";s:11:\"Grill - Gas\";}}'); INSERT INTO `wpg3_postmeta` VALUES (1772,109,'fave_floor_plans_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (1773,109,'floor_plans','a:2:{i:0;a:7:{s:15:\"fave_plan_title\";s:11:\"First Floor\";s:15:\"fave_plan_rooms\";s:8:\"670 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"530 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,650\";s:14:\"fave_plan_size\";s:9:\"1267 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-1.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}i:1;a:7:{s:15:\"fave_plan_title\";s:12:\"Second Floor\";s:15:\"fave_plan_rooms\";s:8:\"543 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"238 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,600\";s:14:\"fave_plan_size\";s:9:\"1345 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-2.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}}'); INSERT INTO `wpg3_postmeta` VALUES (1774,109,'fave_featured','0'); INSERT INTO `wpg3_postmeta` VALUES (1775,109,'fave_property_address','4545 Meridian Ave'); INSERT INTO `wpg3_postmeta` VALUES (1776,109,'fave_property_zip','33140'); INSERT INTO `wpg3_postmeta` VALUES (1777,109,'fave_agent_display_option','agent_info'); INSERT INTO `wpg3_postmeta` VALUES (1778,109,'fave_property_images','7564'); INSERT INTO `wpg3_postmeta` VALUES (1779,109,'fave_video_image','84'); INSERT INTO `wpg3_postmeta` VALUES (1780,109,'fave_video_url','https://www.youtube.com/watch?v=fafEHMnFe3g'); INSERT INTO `wpg3_postmeta` VALUES (1781,109,'_dp_original','106'); INSERT INTO `wpg3_postmeta` VALUES (1782,109,'fave_multi_units','a:0:{}'); INSERT INTO `wpg3_postmeta` VALUES (1783,109,'fave_property_map_street_view','show'); INSERT INTO `wpg3_postmeta` VALUES (1784,109,'fave_payment_status','not_paid'); INSERT INTO `wpg3_postmeta` VALUES (1785,109,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (1786,109,'houzez_total_property_views','328'); INSERT INTO `wpg3_postmeta` VALUES (1787,109,'houzez_views_by_date','a:61:{s:10:\"03-19-2017\";i:1;s:10:\"03-20-2017\";i:2;s:10:\"03-22-2017\";i:2;s:10:\"03-23-2017\";i:4;s:10:\"03-24-2017\";i:1;s:10:\"03-25-2017\";i:1;s:10:\"03-26-2017\";i:3;s:10:\"03-28-2017\";i:1;s:10:\"03-29-2017\";i:1;s:10:\"03-30-2017\";i:2;s:10:\"04-01-2017\";i:2;s:10:\"04-05-2017\";i:4;s:10:\"04-07-2017\";i:2;s:10:\"04-10-2017\";i:2;s:10:\"04-12-2017\";i:2;s:10:\"04-14-2017\";i:1;s:10:\"04-16-2017\";i:1;s:10:\"04-17-2017\";i:2;s:10:\"04-18-2017\";i:1;s:10:\"04-24-2017\";i:3;s:10:\"04-26-2017\";i:2;s:10:\"04-28-2017\";i:1;s:10:\"04-29-2017\";i:1;s:10:\"05-01-2017\";i:1;s:10:\"05-03-2017\";i:1;s:10:\"05-04-2017\";i:3;s:10:\"05-05-2017\";i:1;s:10:\"05-06-2017\";i:4;s:10:\"05-08-2017\";i:2;s:10:\"05-09-2017\";i:2;s:10:\"05-10-2017\";i:3;s:10:\"05-11-2017\";i:1;s:10:\"05-12-2017\";i:1;s:10:\"05-13-2017\";i:1;s:10:\"05-15-2017\";i:1;s:10:\"05-20-2017\";i:2;s:10:\"05-22-2017\";i:1;s:10:\"05-23-2017\";i:2;s:10:\"05-24-2017\";i:1;s:10:\"05-25-2017\";i:2;s:10:\"05-26-2017\";i:2;s:10:\"05-27-2017\";i:1;s:10:\"05-30-2017\";i:1;s:10:\"06-01-2017\";i:1;s:10:\"06-02-2017\";i:2;s:10:\"06-03-2017\";i:1;s:10:\"06-04-2017\";i:1;s:10:\"06-05-2017\";i:1;s:10:\"06-06-2017\";i:1;s:10:\"06-07-2017\";i:2;s:10:\"06-09-2017\";i:1;s:10:\"06-12-2017\";i:1;s:10:\"06-13-2017\";i:2;s:10:\"06-14-2017\";i:1;s:10:\"06-15-2017\";i:2;s:10:\"06-19-2017\";i:1;s:10:\"06-21-2017\";i:2;s:10:\"06-23-2017\";i:1;s:10:\"06-24-2017\";i:1;s:10:\"06-25-2017\";i:1;s:10:\"06-26-2017\";i:4;}'); INSERT INTO `wpg3_postmeta` VALUES (1788,109,'fave_multiunit_plans_enable','disable'); INSERT INTO `wpg3_postmeta` VALUES (1789,109,'houzez_recently_viewed','06-26-2017'); INSERT INTO `wpg3_postmeta` VALUES (1790,109,'houzez_geolocation_lat','25.81965'); INSERT INTO `wpg3_postmeta` VALUES (1791,109,'houzez_geolocation_long','-80.13108999999997'); INSERT INTO `wpg3_postmeta` VALUES (1792,109,'fave_virtual_tour','<iframe width=\"853\" height=\"480\" src=\"https://my.matterport.com/show/?m=zEWsxhZpGba&play=1&qs=1\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>'); INSERT INTO `wpg3_postmeta` VALUES (1793,109,'fave_single_top_area','global'); INSERT INTO `wpg3_postmeta` VALUES (1794,109,'fave_single_content_area','global'); INSERT INTO `wpg3_postmeta` VALUES (1795,109,'houzez_manual_expire',''); INSERT INTO `wpg3_postmeta` VALUES (1796,109,'_houzez_expiration_date_status','saved'); INSERT INTO `wpg3_postmeta` VALUES (1797,109,'_thumbnail_id','7558'); INSERT INTO `wpg3_postmeta` VALUES (1798,112,'fave_property_size','3450'); INSERT INTO `wpg3_postmeta` VALUES (1799,112,'fave_property_size_prefix','Sq Ft'); INSERT INTO `wpg3_postmeta` VALUES (1800,112,'fave_property_bedrooms','5'); INSERT INTO `wpg3_postmeta` VALUES (1801,112,'fave_property_bathrooms','3'); INSERT INTO `wpg3_postmeta` VALUES (1802,112,'fave_property_garage','1'); INSERT INTO `wpg3_postmeta` VALUES (1803,112,'fave_property_garage_size','200 SqFt'); INSERT INTO `wpg3_postmeta` VALUES (1804,112,'fave_property_year','2016-01-09'); INSERT INTO `wpg3_postmeta` VALUES (1805,112,'fave_property_id','HZ30'); INSERT INTO `wpg3_postmeta` VALUES (1806,112,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (1807,112,'fave_property_price','5600'); INSERT INTO `wpg3_postmeta` VALUES (1808,112,'fave_property_price_postfix','mo'); INSERT INTO `wpg3_postmeta` VALUES (1809,112,'fave_property_map','1'); INSERT INTO `wpg3_postmeta` VALUES (1810,112,'fave_property_map_address','34th St, Miami Beach, FL 33140, Stati Uniti'); INSERT INTO `wpg3_postmeta` VALUES (1811,112,'fave_property_location','25.8083499,-80.12377709999998,16'); INSERT INTO `wpg3_postmeta` VALUES (1812,112,'fave_property_country','US'); INSERT INTO `wpg3_postmeta` VALUES (1813,112,'fave_agents','150'); INSERT INTO `wpg3_postmeta` VALUES (1814,112,'fave_additional_features_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (1815,112,'additional_features','a:6:{i:0;a:2:{s:29:\"fave_additional_feature_title\";s:7:\"Deposit\";s:29:\"fave_additional_feature_value\";s:3:\"20%\";}i:1;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Pool Size\";s:29:\"fave_additional_feature_value\";s:8:\"300 Sqft\";}i:2;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Last remodel year\";s:29:\"fave_additional_feature_value\";s:4:\"1987\";}i:3;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Amenities\";s:29:\"fave_additional_feature_value\";s:9:\"Clubhouse\";}i:4;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Additional Rooms:\";s:29:\"fave_additional_feature_value\";s:10:\"Guest Bath\";}i:5;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Equipment\";s:29:\"fave_additional_feature_value\";s:11:\"Grill - Gas\";}}'); INSERT INTO `wpg3_postmeta` VALUES (1816,112,'fave_floor_plans_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (1817,112,'floor_plans','a:2:{i:0;a:7:{s:15:\"fave_plan_title\";s:11:\"First Floor\";s:15:\"fave_plan_rooms\";s:8:\"670 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"530 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,650\";s:14:\"fave_plan_size\";s:9:\"1267 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-1.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}i:1;a:7:{s:15:\"fave_plan_title\";s:12:\"Second Floor\";s:15:\"fave_plan_rooms\";s:8:\"543 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"238 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,600\";s:14:\"fave_plan_size\";s:9:\"1345 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-2.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}}'); INSERT INTO `wpg3_postmeta` VALUES (1818,112,'fave_featured','0'); INSERT INTO `wpg3_postmeta` VALUES (1819,112,'fave_property_address','34th Street'); INSERT INTO `wpg3_postmeta` VALUES (1820,112,'fave_property_zip','33140'); INSERT INTO `wpg3_postmeta` VALUES (1821,112,'fave_agent_display_option','agent_info'); INSERT INTO `wpg3_postmeta` VALUES (1822,112,'fave_property_images','7419'); INSERT INTO `wpg3_postmeta` VALUES (1823,112,'fave_video_url','https://www.youtube.com/watch?v=fafEHMnFe3g'); INSERT INTO `wpg3_postmeta` VALUES (1824,112,'_dp_original','109'); INSERT INTO `wpg3_postmeta` VALUES (1825,112,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (1826,112,'fave_property_map_street_view','show'); INSERT INTO `wpg3_postmeta` VALUES (1827,112,'fave_payment_status','not_paid'); INSERT INTO `wpg3_postmeta` VALUES (1828,112,'fave_multi_units','a:1:{i:0;a:8:{s:13:\"fave_mu_title\";s:10:\"Unit #1390\";s:13:\"fave_mu_price\";s:9:\"$1,550/mo\";s:12:\"fave_mu_beds\";s:1:\"2\";s:13:\"fave_mu_baths\";s:1:\"1\";s:12:\"fave_mu_size\";s:5:\"1,190\";s:20:\"fave_mu_size_postfix\";s:5:\"Sq Ft\";s:12:\"fave_mu_type\";s:9:\"Apartment\";s:25:\"fave_mu_availability_date\";s:21:\"Call for availability\";}}'); INSERT INTO `wpg3_postmeta` VALUES (1829,112,'houzez_total_property_views','4720'); INSERT INTO `wpg3_postmeta` VALUES (1830,112,'houzez_views_by_date','a:61:{s:10:\"04-27-2017\";i:27;s:10:\"04-28-2017\";i:29;s:10:\"04-29-2017\";i:26;s:10:\"04-30-2017\";i:21;s:10:\"05-01-2017\";i:30;s:10:\"05-02-2017\";i:23;s:10:\"05-03-2017\";i:30;s:10:\"05-04-2017\";i:38;s:10:\"05-05-2017\";i:34;s:10:\"05-06-2017\";i:23;s:10:\"05-07-2017\";i:21;s:10:\"05-08-2017\";i:28;s:10:\"05-09-2017\";i:31;s:10:\"05-10-2017\";i:7;s:10:\"05-11-2017\";i:5;s:10:\"05-12-2017\";i:7;s:10:\"05-13-2017\";i:7;s:10:\"05-14-2017\";i:4;s:10:\"05-15-2017\";i:9;s:10:\"05-16-2017\";i:9;s:10:\"05-17-2017\";i:11;s:10:\"05-18-2017\";i:11;s:10:\"05-19-2017\";i:11;s:10:\"05-20-2017\";i:9;s:10:\"05-21-2017\";i:8;s:10:\"05-22-2017\";i:9;s:10:\"05-23-2017\";i:8;s:10:\"05-24-2017\";i:7;s:10:\"05-25-2017\";i:11;s:10:\"05-26-2017\";i:7;s:10:\"05-27-2017\";i:4;s:10:\"05-28-2017\";i:7;s:10:\"05-29-2017\";i:7;s:10:\"05-30-2017\";i:6;s:10:\"05-31-2017\";i:8;s:10:\"06-01-2017\";i:11;s:10:\"06-02-2017\";i:7;s:10:\"06-03-2017\";i:7;s:10:\"06-04-2017\";i:7;s:10:\"06-05-2017\";i:9;s:10:\"06-06-2017\";i:10;s:10:\"06-07-2017\";i:5;s:10:\"06-08-2017\";i:5;s:10:\"06-09-2017\";i:10;s:10:\"06-10-2017\";i:9;s:10:\"06-11-2017\";i:8;s:10:\"06-12-2017\";i:10;s:10:\"06-13-2017\";i:7;s:10:\"06-14-2017\";i:8;s:10:\"06-15-2017\";i:9;s:10:\"06-16-2017\";i:10;s:10:\"06-17-2017\";i:11;s:10:\"06-18-2017\";i:10;s:10:\"06-19-2017\";i:7;s:10:\"06-20-2017\";i:6;s:10:\"06-21-2017\";i:10;s:10:\"06-22-2017\";i:11;s:10:\"06-23-2017\";i:6;s:10:\"06-24-2017\";i:7;s:10:\"06-25-2017\";i:5;s:10:\"06-26-2017\";i:7;}'); INSERT INTO `wpg3_postmeta` VALUES (1831,112,'fave_multiunit_plans_enable','disable'); INSERT INTO `wpg3_postmeta` VALUES (1832,112,'houzez_recently_viewed','06-26-2017'); INSERT INTO `wpg3_postmeta` VALUES (1833,112,'houzez_geolocation_lat','25.8083499'); INSERT INTO `wpg3_postmeta` VALUES (1834,112,'houzez_geolocation_long','-80.12377709999998'); INSERT INTO `wpg3_postmeta` VALUES (1835,112,'fave_rating','a:6:{i:1;i:0;i:2;i:0;i:3;i:0;i:4;i:0;i:5;i:-1;s:0:\"\";N;}'); INSERT INTO `wpg3_postmeta` VALUES (1836,112,'fave_virtual_tour','<iframe width=\"853\" height=\"480\" src=\"https://my.matterport.com/show/?m=zEWsxhZpGba&play=1&qs=1\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>'); INSERT INTO `wpg3_postmeta` VALUES (1837,112,'fave_single_top_area','global'); INSERT INTO `wpg3_postmeta` VALUES (1838,112,'fave_single_content_area','global'); INSERT INTO `wpg3_postmeta` VALUES (1839,112,'houzez_manual_expire',''); INSERT INTO `wpg3_postmeta` VALUES (1840,112,'_houzez_expiration_date_status','saved'); INSERT INTO `wpg3_postmeta` VALUES (1841,112,'_thumbnail_id','7510'); INSERT INTO `wpg3_postmeta` VALUES (1842,115,'fave_property_size','1200'); INSERT INTO `wpg3_postmeta` VALUES (1843,115,'fave_property_size_prefix','Sq Ft'); INSERT INTO `wpg3_postmeta` VALUES (1844,115,'fave_property_bedrooms','4'); INSERT INTO `wpg3_postmeta` VALUES (1845,115,'fave_property_bathrooms','2'); INSERT INTO `wpg3_postmeta` VALUES (1846,115,'fave_property_garage','1'); INSERT INTO `wpg3_postmeta` VALUES (1847,115,'fave_property_garage_size','200 SqFt'); INSERT INTO `wpg3_postmeta` VALUES (1848,115,'fave_property_year','2016-01-09'); INSERT INTO `wpg3_postmeta` VALUES (1849,115,'fave_property_id','HZ40'); INSERT INTO `wpg3_postmeta` VALUES (1850,115,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (1851,115,'fave_property_price','4500'); INSERT INTO `wpg3_postmeta` VALUES (1852,115,'fave_property_price_postfix','mo'); INSERT INTO `wpg3_postmeta` VALUES (1853,115,'fave_property_map','1'); INSERT INTO `wpg3_postmeta` VALUES (1854,115,'fave_property_map_address','5875 Collins Ave, Miami Beach, FL 33140, Stati Uniti'); INSERT INTO `wpg3_postmeta` VALUES (1855,115,'fave_property_location','25.840883,-80.12054899999998,14'); INSERT INTO `wpg3_postmeta` VALUES (1856,115,'fave_property_country','US'); INSERT INTO `wpg3_postmeta` VALUES (1857,115,'fave_agents','156'); INSERT INTO `wpg3_postmeta` VALUES (1858,115,'fave_additional_features_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (1859,115,'additional_features','a:6:{i:0;a:2:{s:29:\"fave_additional_feature_title\";s:7:\"Deposit\";s:29:\"fave_additional_feature_value\";s:3:\"20%\";}i:1;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Pool Size\";s:29:\"fave_additional_feature_value\";s:8:\"300 Sqft\";}i:2;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Last remodel year\";s:29:\"fave_additional_feature_value\";s:4:\"1987\";}i:3;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Amenities\";s:29:\"fave_additional_feature_value\";s:9:\"Clubhouse\";}i:4;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Additional Rooms:\";s:29:\"fave_additional_feature_value\";s:10:\"Guest Bath\";}i:5;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Equipment\";s:29:\"fave_additional_feature_value\";s:11:\"Grill - Gas\";}}'); INSERT INTO `wpg3_postmeta` VALUES (1860,115,'fave_floor_plans_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (1861,115,'floor_plans','a:2:{i:0;a:7:{s:15:\"fave_plan_title\";s:11:\"First Floor\";s:15:\"fave_plan_rooms\";s:8:\"670 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"530 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,650\";s:14:\"fave_plan_size\";s:9:\"1267 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-1.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}i:1;a:7:{s:15:\"fave_plan_title\";s:12:\"Second Floor\";s:15:\"fave_plan_rooms\";s:8:\"543 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"238 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,600\";s:14:\"fave_plan_size\";s:9:\"1345 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-2.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}}'); INSERT INTO `wpg3_postmeta` VALUES (1862,115,'fave_featured','1'); INSERT INTO `wpg3_postmeta` VALUES (1863,115,'fave_property_address','5875 Collins Ave'); INSERT INTO `wpg3_postmeta` VALUES (1864,115,'fave_property_zip','33140'); INSERT INTO `wpg3_postmeta` VALUES (1865,115,'fave_agent_display_option','agent_info'); INSERT INTO `wpg3_postmeta` VALUES (1866,115,'fave_property_images','7424'); INSERT INTO `wpg3_postmeta` VALUES (1867,115,'fave_video_image','84'); INSERT INTO `wpg3_postmeta` VALUES (1868,115,'fave_video_url','https://www.youtube.com/watch?v=fafEHMnFe3g'); INSERT INTO `wpg3_postmeta` VALUES (1869,115,'_dp_original','112'); INSERT INTO `wpg3_postmeta` VALUES (1870,115,'fave_payment_status','not_paid'); INSERT INTO `wpg3_postmeta` VALUES (1871,115,'fave_property_map_street_view','show'); INSERT INTO `wpg3_postmeta` VALUES (1872,115,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (1873,115,'houzez_views_by_date','a:61:{s:10:\"04-15-2017\";i:1;s:10:\"04-16-2017\";i:5;s:10:\"04-17-2017\";i:5;s:10:\"04-19-2017\";i:2;s:10:\"04-20-2017\";i:5;s:10:\"04-21-2017\";i:2;s:10:\"04-22-2017\";i:2;s:10:\"04-23-2017\";i:3;s:10:\"04-24-2017\";i:8;s:10:\"04-25-2017\";i:1;s:10:\"04-26-2017\";i:4;s:10:\"04-27-2017\";i:1;s:10:\"04-28-2017\";i:5;s:10:\"04-29-2017\";i:1;s:10:\"04-30-2017\";i:6;s:10:\"05-01-2017\";i:8;s:10:\"05-02-2017\";i:1;s:10:\"05-03-2017\";i:4;s:10:\"05-04-2017\";i:5;s:10:\"05-05-2017\";i:6;s:10:\"05-06-2017\";i:6;s:10:\"05-07-2017\";i:4;s:10:\"05-08-2017\";i:3;s:10:\"05-09-2017\";i:5;s:10:\"05-10-2017\";i:1;s:10:\"05-12-2017\";i:1;s:10:\"05-13-2017\";i:4;s:10:\"05-14-2017\";i:2;s:10:\"05-20-2017\";i:1;s:10:\"05-22-2017\";i:2;s:10:\"05-23-2017\";i:3;s:10:\"05-24-2017\";i:2;s:10:\"05-25-2017\";i:2;s:10:\"05-26-2017\";i:2;s:10:\"05-27-2017\";i:1;s:10:\"05-29-2017\";i:1;s:10:\"05-30-2017\";i:1;s:10:\"05-31-2017\";i:2;s:10:\"06-01-2017\";i:2;s:10:\"06-02-2017\";i:1;s:10:\"06-03-2017\";i:2;s:10:\"06-04-2017\";i:1;s:10:\"06-05-2017\";i:1;s:10:\"06-06-2017\";i:1;s:10:\"06-07-2017\";i:2;s:10:\"06-08-2017\";i:1;s:10:\"06-09-2017\";i:3;s:10:\"06-11-2017\";i:1;s:10:\"06-12-2017\";i:1;s:10:\"06-13-2017\";i:1;s:10:\"06-14-2017\";i:3;s:10:\"06-15-2017\";i:1;s:10:\"06-17-2017\";i:1;s:10:\"06-18-2017\";i:2;s:10:\"06-19-2017\";i:1;s:10:\"06-20-2017\";i:2;s:10:\"06-21-2017\";i:3;s:10:\"06-22-2017\";i:1;s:10:\"06-23-2017\";i:3;s:10:\"06-24-2017\";i:1;s:10:\"06-26-2017\";i:2;}'); INSERT INTO `wpg3_postmeta` VALUES (1874,115,'fave_multiunit_plans_enable','disable'); INSERT INTO `wpg3_postmeta` VALUES (1875,115,'houzez_total_property_views','876'); INSERT INTO `wpg3_postmeta` VALUES (1876,115,'houzez_recently_viewed','06-26-2017'); INSERT INTO `wpg3_postmeta` VALUES (1877,115,'houzez_geolocation_lat','25.840883'); INSERT INTO `wpg3_postmeta` VALUES (1878,115,'houzez_geolocation_long','-80.12054899999998'); INSERT INTO `wpg3_postmeta` VALUES (1879,115,'fave_virtual_tour','<iframe width=\"853\" height=\"480\" src=\"https://my.matterport.com/show/?m=zEWsxhZpGba&play=1&qs=1\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>'); INSERT INTO `wpg3_postmeta` VALUES (1880,115,'fave_single_top_area','global'); INSERT INTO `wpg3_postmeta` VALUES (1881,115,'fave_single_content_area','global'); INSERT INTO `wpg3_postmeta` VALUES (1882,115,'houzez_manual_expire',''); INSERT INTO `wpg3_postmeta` VALUES (1883,115,'_houzez_expiration_date_status','saved'); INSERT INTO `wpg3_postmeta` VALUES (1884,115,'_thumbnail_id','7513'); INSERT INTO `wpg3_postmeta` VALUES (1885,115,'fave_multi_units','a:0:{}'); INSERT INTO `wpg3_postmeta` VALUES (1886,123,'fave_property_size','1760'); INSERT INTO `wpg3_postmeta` VALUES (1887,123,'fave_property_size_prefix','Sq Ft'); INSERT INTO `wpg3_postmeta` VALUES (1888,123,'fave_property_bedrooms','1'); INSERT INTO `wpg3_postmeta` VALUES (1889,123,'fave_property_bathrooms','1'); INSERT INTO `wpg3_postmeta` VALUES (1890,123,'fave_property_garage','1'); INSERT INTO `wpg3_postmeta` VALUES (1891,123,'fave_property_garage_size','200 SqFt'); INSERT INTO `wpg3_postmeta` VALUES (1892,123,'fave_property_year','2016-01-09'); INSERT INTO `wpg3_postmeta` VALUES (1893,123,'fave_property_id','HZ09'); INSERT INTO `wpg3_postmeta` VALUES (1894,123,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (1895,123,'fave_property_price','3500'); INSERT INTO `wpg3_postmeta` VALUES (1896,123,'fave_property_price_postfix','mo'); INSERT INTO `wpg3_postmeta` VALUES (1897,123,'fave_property_map','0'); INSERT INTO `wpg3_postmeta` VALUES (1898,123,'fave_property_map_address','436 NE 34th St, Miami, FL 33137, USA'); INSERT INTO `wpg3_postmeta` VALUES (1899,123,'fave_property_location','25.8085097,-80.18791349999998,14'); INSERT INTO `wpg3_postmeta` VALUES (1900,123,'fave_property_country','US'); INSERT INTO `wpg3_postmeta` VALUES (1901,123,'fave_agents','150'); INSERT INTO `wpg3_postmeta` VALUES (1902,123,'fave_additional_features_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (1903,123,'additional_features','a:6:{i:0;a:2:{s:29:\"fave_additional_feature_title\";s:7:\"Deposit\";s:29:\"fave_additional_feature_value\";s:3:\"20%\";}i:1;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Pool Size\";s:29:\"fave_additional_feature_value\";s:8:\"300 Sqft\";}i:2;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Last remodel year\";s:29:\"fave_additional_feature_value\";s:4:\"1987\";}i:3;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Amenities\";s:29:\"fave_additional_feature_value\";s:9:\"Clubhouse\";}i:4;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Additional Rooms:\";s:29:\"fave_additional_feature_value\";s:10:\"Guest Bath\";}i:5;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Equipment\";s:29:\"fave_additional_feature_value\";s:11:\"Grill - Gas\";}}'); INSERT INTO `wpg3_postmeta` VALUES (1904,123,'fave_floor_plans_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (1905,123,'floor_plans','a:2:{i:0;a:7:{s:15:\"fave_plan_title\";s:11:\"First Floor\";s:15:\"fave_plan_rooms\";s:8:\"670 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"530 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,650\";s:14:\"fave_plan_size\";s:9:\"1267 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-1.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}i:1;a:7:{s:15:\"fave_plan_title\";s:12:\"Second Floor\";s:15:\"fave_plan_rooms\";s:8:\"543 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"238 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,600\";s:14:\"fave_plan_size\";s:9:\"1345 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-2.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}}'); INSERT INTO `wpg3_postmeta` VALUES (1906,123,'fave_featured','0'); INSERT INTO `wpg3_postmeta` VALUES (1907,123,'fave_property_address','436 NE 34th St'); INSERT INTO `wpg3_postmeta` VALUES (1908,123,'fave_property_zip','33137'); INSERT INTO `wpg3_postmeta` VALUES (1909,123,'fave_agent_display_option','agent_info'); INSERT INTO `wpg3_postmeta` VALUES (1910,123,'fave_property_images','7512'); INSERT INTO `wpg3_postmeta` VALUES (1911,123,'fave_video_image','84'); INSERT INTO `wpg3_postmeta` VALUES (1912,123,'fave_video_url','https://www.youtube.com/watch?v=fafEHMnFe3g'); INSERT INTO `wpg3_postmeta` VALUES (1913,123,'_dp_original','115'); INSERT INTO `wpg3_postmeta` VALUES (1914,123,'_thumbnail_id','7512'); INSERT INTO `wpg3_postmeta` VALUES (1915,123,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (1916,123,'fave_property_map_street_view','show'); INSERT INTO `wpg3_postmeta` VALUES (1917,123,'fave_payment_status','not_paid'); INSERT INTO `wpg3_postmeta` VALUES (1918,123,'houzez_recently_viewed','06-26-2017'); INSERT INTO `wpg3_postmeta` VALUES (1919,123,'houzez_total_property_views','431'); INSERT INTO `wpg3_postmeta` VALUES (1920,123,'houzez_views_by_date','a:61:{s:10:\"04-04-2017\";i:1;s:10:\"04-05-2017\";i:2;s:10:\"04-07-2017\";i:1;s:10:\"04-08-2017\";i:2;s:10:\"04-09-2017\";i:1;s:10:\"04-10-2017\";i:1;s:10:\"04-12-2017\";i:2;s:10:\"04-14-2017\";i:1;s:10:\"04-16-2017\";i:3;s:10:\"04-17-2017\";i:3;s:10:\"04-18-2017\";i:3;s:10:\"04-20-2017\";i:1;s:10:\"04-21-2017\";i:6;s:10:\"04-23-2017\";i:11;s:10:\"04-24-2017\";i:7;s:10:\"04-26-2017\";i:4;s:10:\"04-27-2017\";i:1;s:10:\"04-28-2017\";i:1;s:10:\"04-29-2017\";i:1;s:10:\"04-30-2017\";i:1;s:10:\"05-01-2017\";i:2;s:10:\"05-02-2017\";i:1;s:10:\"05-03-2017\";i:1;s:10:\"05-04-2017\";i:2;s:10:\"05-05-2017\";i:2;s:10:\"05-06-2017\";i:5;s:10:\"05-08-2017\";i:1;s:10:\"05-09-2017\";i:3;s:10:\"05-10-2017\";i:1;s:10:\"05-11-2017\";i:1;s:10:\"05-12-2017\";i:2;s:10:\"05-13-2017\";i:1;s:10:\"05-14-2017\";i:1;s:10:\"05-19-2017\";i:1;s:10:\"05-20-2017\";i:4;s:10:\"05-21-2017\";i:2;s:10:\"05-22-2017\";i:2;s:10:\"05-23-2017\";i:2;s:10:\"05-24-2017\";i:2;s:10:\"05-25-2017\";i:1;s:10:\"05-26-2017\";i:1;s:10:\"05-27-2017\";i:1;s:10:\"05-29-2017\";i:1;s:10:\"05-31-2017\";i:2;s:10:\"06-01-2017\";i:2;s:10:\"06-03-2017\";i:2;s:10:\"06-04-2017\";i:2;s:10:\"06-08-2017\";i:2;s:10:\"06-09-2017\";i:1;s:10:\"06-11-2017\";i:1;s:10:\"06-12-2017\";i:4;s:10:\"06-14-2017\";i:2;s:10:\"06-15-2017\";i:1;s:10:\"06-16-2017\";i:1;s:10:\"06-18-2017\";i:2;s:10:\"06-20-2017\";i:2;s:10:\"06-21-2017\";i:4;s:10:\"06-23-2017\";i:3;s:10:\"06-24-2017\";i:2;s:10:\"06-25-2017\";i:1;s:10:\"06-26-2017\";i:4;}'); INSERT INTO `wpg3_postmeta` VALUES (1921,123,'fave_multiunit_plans_enable','disable'); INSERT INTO `wpg3_postmeta` VALUES (1922,123,'houzez_geolocation_lat','25.8085097'); INSERT INTO `wpg3_postmeta` VALUES (1923,123,'houzez_geolocation_long','-80.18791349999998'); INSERT INTO `wpg3_postmeta` VALUES (1924,123,'fave_virtual_tour','<iframe width=\"853\" height=\"480\" src=\"https://my.matterport.com/show/?m=zEWsxhZpGba&play=1&qs=1\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>'); INSERT INTO `wpg3_postmeta` VALUES (1925,123,'fave_single_top_area','global'); INSERT INTO `wpg3_postmeta` VALUES (1926,123,'fave_single_content_area','global'); INSERT INTO `wpg3_postmeta` VALUES (1927,123,'houzez_manual_expire',''); INSERT INTO `wpg3_postmeta` VALUES (1928,123,'_houzez_expiration_date_status','saved'); INSERT INTO `wpg3_postmeta` VALUES (1929,123,'fave_multi_units','a:0:{}'); INSERT INTO `wpg3_postmeta` VALUES (1930,125,'fave_property_size','1678'); INSERT INTO `wpg3_postmeta` VALUES (1931,125,'fave_property_size_prefix','Sq Ft'); INSERT INTO `wpg3_postmeta` VALUES (1932,125,'fave_property_bedrooms','1'); INSERT INTO `wpg3_postmeta` VALUES (1933,125,'fave_property_bathrooms','1'); INSERT INTO `wpg3_postmeta` VALUES (1934,125,'fave_property_garage','1'); INSERT INTO `wpg3_postmeta` VALUES (1935,125,'fave_property_garage_size','200 SqFt'); INSERT INTO `wpg3_postmeta` VALUES (1936,125,'fave_property_year','2016-01-09'); INSERT INTO `wpg3_postmeta` VALUES (1937,125,'fave_property_id','HZ42'); INSERT INTO `wpg3_postmeta` VALUES (1938,125,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (1939,125,'fave_property_price','3750'); INSERT INTO `wpg3_postmeta` VALUES (1940,125,'fave_property_price_postfix','mo'); INSERT INTO `wpg3_postmeta` VALUES (1941,125,'fave_property_map','1'); INSERT INTO `wpg3_postmeta` VALUES (1942,125,'fave_property_map_address','2100 NE 2nd Ave, Miami, FL 33137, USA'); INSERT INTO `wpg3_postmeta` VALUES (1943,125,'fave_property_location','25.7973635,-80.19101799999999,14'); INSERT INTO `wpg3_postmeta` VALUES (1944,125,'fave_property_country','US'); INSERT INTO `wpg3_postmeta` VALUES (1945,125,'fave_agents','150'); INSERT INTO `wpg3_postmeta` VALUES (1946,125,'fave_additional_features_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (1947,125,'additional_features','a:6:{i:0;a:2:{s:29:\"fave_additional_feature_title\";s:7:\"Deposit\";s:29:\"fave_additional_feature_value\";s:3:\"20%\";}i:1;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Pool Size\";s:29:\"fave_additional_feature_value\";s:8:\"300 Sqft\";}i:2;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Last remodel year\";s:29:\"fave_additional_feature_value\";s:4:\"1987\";}i:3;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Amenities\";s:29:\"fave_additional_feature_value\";s:9:\"Clubhouse\";}i:4;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Additional Rooms:\";s:29:\"fave_additional_feature_value\";s:10:\"Guest Bath\";}i:5;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Equipment\";s:29:\"fave_additional_feature_value\";s:11:\"Grill - Gas\";}}'); INSERT INTO `wpg3_postmeta` VALUES (1948,125,'fave_floor_plans_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (1949,125,'floor_plans','a:2:{i:0;a:7:{s:15:\"fave_plan_title\";s:11:\"First Floor\";s:15:\"fave_plan_rooms\";s:8:\"670 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"530 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,650\";s:14:\"fave_plan_size\";s:9:\"1267 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-1.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}i:1;a:7:{s:15:\"fave_plan_title\";s:12:\"Second Floor\";s:15:\"fave_plan_rooms\";s:8:\"543 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"238 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,600\";s:14:\"fave_plan_size\";s:9:\"1345 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-2.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}}'); INSERT INTO `wpg3_postmeta` VALUES (1950,125,'fave_featured','1'); INSERT INTO `wpg3_postmeta` VALUES (1951,125,'fave_property_address','2100 NE 2nd Ave'); INSERT INTO `wpg3_postmeta` VALUES (1952,125,'fave_property_zip','33137'); INSERT INTO `wpg3_postmeta` VALUES (1953,125,'fave_agent_display_option','agent_info'); INSERT INTO `wpg3_postmeta` VALUES (1954,125,'fave_property_images','7416'); INSERT INTO `wpg3_postmeta` VALUES (1955,125,'fave_video_image','84'); INSERT INTO `wpg3_postmeta` VALUES (1956,125,'fave_video_url','https://www.youtube.com/watch?v=fafEHMnFe3g'); INSERT INTO `wpg3_postmeta` VALUES (1957,125,'_dp_original','123'); INSERT INTO `wpg3_postmeta` VALUES (1958,125,'_thumbnail_id','7431'); INSERT INTO `wpg3_postmeta` VALUES (1959,125,'fave_multi_units','a:0:{}'); INSERT INTO `wpg3_postmeta` VALUES (1960,125,'fave_property_map_street_view','show'); INSERT INTO `wpg3_postmeta` VALUES (1961,125,'fave_payment_status','not_paid'); INSERT INTO `wpg3_postmeta` VALUES (1962,125,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (1963,125,'houzez_total_property_views','643'); INSERT INTO `wpg3_postmeta` VALUES (1964,125,'houzez_views_by_date','a:61:{s:10:\"04-16-2017\";i:4;s:10:\"04-17-2017\";i:6;s:10:\"04-18-2017\";i:1;s:10:\"04-19-2017\";i:7;s:10:\"04-20-2017\";i:4;s:10:\"04-21-2017\";i:1;s:10:\"04-22-2017\";i:3;s:10:\"04-23-2017\";i:4;s:10:\"04-24-2017\";i:7;s:10:\"04-25-2017\";i:2;s:10:\"04-26-2017\";i:6;s:10:\"04-28-2017\";i:7;s:10:\"04-29-2017\";i:4;s:10:\"04-30-2017\";i:3;s:10:\"05-01-2017\";i:4;s:10:\"05-02-2017\";i:1;s:10:\"05-03-2017\";i:5;s:10:\"05-04-2017\";i:4;s:10:\"05-05-2017\";i:5;s:10:\"05-06-2017\";i:3;s:10:\"05-07-2017\";i:2;s:10:\"05-08-2017\";i:4;s:10:\"05-09-2017\";i:6;s:10:\"05-10-2017\";i:1;s:10:\"05-11-2017\";i:1;s:10:\"05-12-2017\";i:2;s:10:\"05-13-2017\";i:2;s:10:\"05-14-2017\";i:1;s:10:\"05-15-2017\";i:1;s:10:\"05-20-2017\";i:2;s:10:\"05-21-2017\";i:1;s:10:\"05-22-2017\";i:1;s:10:\"05-23-2017\";i:3;s:10:\"05-24-2017\";i:2;s:10:\"05-25-2017\";i:1;s:10:\"05-26-2017\";i:1;s:10:\"05-27-2017\";i:1;s:10:\"05-29-2017\";i:1;s:10:\"05-30-2017\";i:1;s:10:\"05-31-2017\";i:1;s:10:\"06-02-2017\";i:2;s:10:\"06-03-2017\";i:1;s:10:\"06-04-2017\";i:2;s:10:\"06-05-2017\";i:1;s:10:\"06-09-2017\";i:1;s:10:\"06-10-2017\";i:1;s:10:\"06-11-2017\";i:1;s:10:\"06-12-2017\";i:4;s:10:\"06-13-2017\";i:1;s:10:\"06-14-2017\";i:2;s:10:\"06-15-2017\";i:2;s:10:\"06-16-2017\";i:1;s:10:\"06-17-2017\";i:2;s:10:\"06-18-2017\";i:1;s:10:\"06-19-2017\";i:3;s:10:\"06-20-2017\";i:3;s:10:\"06-21-2017\";i:4;s:10:\"06-23-2017\";i:3;s:10:\"06-24-2017\";i:1;s:10:\"06-25-2017\";i:1;s:10:\"06-26-2017\";i:3;}'); INSERT INTO `wpg3_postmeta` VALUES (1965,125,'fave_multiunit_plans_enable','disable'); INSERT INTO `wpg3_postmeta` VALUES (1966,125,'houzez_recently_viewed','06-26-2017'); INSERT INTO `wpg3_postmeta` VALUES (1967,125,'houzez_geolocation_lat','25.7973635'); INSERT INTO `wpg3_postmeta` VALUES (1968,125,'houzez_geolocation_long','-80.19101799999999'); INSERT INTO `wpg3_postmeta` VALUES (1969,125,'fave_virtual_tour','<iframe width=\"853\" height=\"480\" src=\"https://my.matterport.com/show/?m=zEWsxhZpGba&play=1&qs=1\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>'); INSERT INTO `wpg3_postmeta` VALUES (1970,125,'fave_single_top_area','global'); INSERT INTO `wpg3_postmeta` VALUES (1971,125,'fave_single_content_area','global'); INSERT INTO `wpg3_postmeta` VALUES (1972,125,'houzez_manual_expire',''); INSERT INTO `wpg3_postmeta` VALUES (1973,125,'_houzez_expiration_date_status','saved'); INSERT INTO `wpg3_postmeta` VALUES (1974,127,'fave_property_size','1320'); INSERT INTO `wpg3_postmeta` VALUES (1975,127,'fave_property_size_prefix','Sq Ft'); INSERT INTO `wpg3_postmeta` VALUES (1976,127,'fave_property_bedrooms','2'); INSERT INTO `wpg3_postmeta` VALUES (1977,127,'fave_property_bathrooms','2'); INSERT INTO `wpg3_postmeta` VALUES (1978,127,'fave_property_garage','1'); INSERT INTO `wpg3_postmeta` VALUES (1979,127,'fave_property_garage_size','200 SqFt'); INSERT INTO `wpg3_postmeta` VALUES (1980,127,'fave_property_year','2016-01-09'); INSERT INTO `wpg3_postmeta` VALUES (1981,127,'fave_property_id','HZ03'); INSERT INTO `wpg3_postmeta` VALUES (1982,127,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (1983,127,'fave_property_price','1890'); INSERT INTO `wpg3_postmeta` VALUES (1984,127,'fave_property_price_postfix','mo'); INSERT INTO `wpg3_postmeta` VALUES (1985,127,'fave_property_map','0'); INSERT INTO `wpg3_postmeta` VALUES (1986,127,'fave_property_map_address','99 NW 8th St, Miami, FL 33030, USA'); INSERT INTO `wpg3_postmeta` VALUES (1987,127,'fave_property_location','25.7818073,-80.19583599999999,14'); INSERT INTO `wpg3_postmeta` VALUES (1988,127,'fave_property_country','US'); INSERT INTO `wpg3_postmeta` VALUES (1989,127,'fave_agents','156'); INSERT INTO `wpg3_postmeta` VALUES (1990,127,'fave_additional_features_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (1991,127,'additional_features','a:6:{i:0;a:2:{s:29:\"fave_additional_feature_title\";s:7:\"Deposit\";s:29:\"fave_additional_feature_value\";s:3:\"20%\";}i:1;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Pool Size\";s:29:\"fave_additional_feature_value\";s:8:\"300 Sqft\";}i:2;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Last remodel year\";s:29:\"fave_additional_feature_value\";s:4:\"1987\";}i:3;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Amenities\";s:29:\"fave_additional_feature_value\";s:9:\"Clubhouse\";}i:4;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Additional Rooms:\";s:29:\"fave_additional_feature_value\";s:10:\"Guest Bath\";}i:5;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Equipment\";s:29:\"fave_additional_feature_value\";s:11:\"Grill - Gas\";}}'); INSERT INTO `wpg3_postmeta` VALUES (1992,127,'fave_floor_plans_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (1993,127,'floor_plans','a:2:{i:0;a:7:{s:15:\"fave_plan_title\";s:11:\"First Floor\";s:15:\"fave_plan_rooms\";s:8:\"670 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"530 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,650\";s:14:\"fave_plan_size\";s:9:\"1267 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-1.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}i:1;a:7:{s:15:\"fave_plan_title\";s:12:\"Second Floor\";s:15:\"fave_plan_rooms\";s:8:\"543 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"238 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,600\";s:14:\"fave_plan_size\";s:9:\"1345 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-2.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}}'); INSERT INTO `wpg3_postmeta` VALUES (1994,127,'fave_featured','1'); INSERT INTO `wpg3_postmeta` VALUES (1995,127,'fave_property_address','99 NW 8th St'); INSERT INTO `wpg3_postmeta` VALUES (1996,127,'fave_property_zip','33030'); INSERT INTO `wpg3_postmeta` VALUES (1997,127,'fave_agent_display_option','agent_info'); INSERT INTO `wpg3_postmeta` VALUES (1998,127,'fave_property_images','7417'); INSERT INTO `wpg3_postmeta` VALUES (1999,127,'fave_video_image','84'); INSERT INTO `wpg3_postmeta` VALUES (2000,127,'fave_video_url','https://www.youtube.com/watch?v=fafEHMnFe3g'); INSERT INTO `wpg3_postmeta` VALUES (2001,127,'_dp_original','125'); INSERT INTO `wpg3_postmeta` VALUES (2002,127,'fave_payment_status','not_paid'); INSERT INTO `wpg3_postmeta` VALUES (2003,127,'_thumbnail_id','7559'); INSERT INTO `wpg3_postmeta` VALUES (2004,127,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (2005,127,'fave_multi_units','a:0:{}'); INSERT INTO `wpg3_postmeta` VALUES (2006,127,'fave_property_map_street_view','show'); INSERT INTO `wpg3_postmeta` VALUES (2007,127,'houzez_views_by_date','a:61:{s:10:\"04-19-2017\";i:4;s:10:\"04-20-2017\";i:2;s:10:\"04-21-2017\";i:1;s:10:\"04-22-2017\";i:2;s:10:\"04-23-2017\";i:3;s:10:\"04-24-2017\";i:9;s:10:\"04-25-2017\";i:3;s:10:\"04-26-2017\";i:5;s:10:\"04-27-2017\";i:1;s:10:\"04-28-2017\";i:5;s:10:\"04-29-2017\";i:3;s:10:\"04-30-2017\";i:3;s:10:\"05-01-2017\";i:4;s:10:\"05-02-2017\";i:3;s:10:\"05-03-2017\";i:4;s:10:\"05-04-2017\";i:5;s:10:\"05-05-2017\";i:6;s:10:\"05-06-2017\";i:7;s:10:\"05-07-2017\";i:2;s:10:\"05-08-2017\";i:9;s:10:\"05-09-2017\";i:5;s:10:\"05-10-2017\";i:1;s:10:\"05-11-2017\";i:1;s:10:\"05-12-2017\";i:1;s:10:\"05-13-2017\";i:4;s:10:\"05-14-2017\";i:1;s:10:\"05-15-2017\";i:1;s:10:\"05-17-2017\";i:2;s:10:\"05-18-2017\";i:1;s:10:\"05-20-2017\";i:2;s:10:\"05-21-2017\";i:2;s:10:\"05-22-2017\";i:1;s:10:\"05-23-2017\";i:3;s:10:\"05-24-2017\";i:1;s:10:\"05-25-2017\";i:1;s:10:\"05-26-2017\";i:1;s:10:\"05-27-2017\";i:2;s:10:\"05-28-2017\";i:1;s:10:\"05-29-2017\";i:2;s:10:\"05-31-2017\";i:1;s:10:\"06-01-2017\";i:1;s:10:\"06-02-2017\";i:2;s:10:\"06-03-2017\";i:1;s:10:\"06-04-2017\";i:1;s:10:\"06-05-2017\";i:1;s:10:\"06-06-2017\";i:1;s:10:\"06-07-2017\";i:1;s:10:\"06-09-2017\";i:1;s:10:\"06-11-2017\";i:1;s:10:\"06-12-2017\";i:1;s:10:\"06-13-2017\";i:2;s:10:\"06-14-2017\";i:2;s:10:\"06-15-2017\";i:2;s:10:\"06-16-2017\";i:1;s:10:\"06-18-2017\";i:3;s:10:\"06-19-2017\";i:3;s:10:\"06-20-2017\";i:1;s:10:\"06-21-2017\";i:3;s:10:\"06-22-2017\";i:1;s:10:\"06-23-2017\";i:5;s:10:\"06-26-2017\";i:2;}'); INSERT INTO `wpg3_postmeta` VALUES (2008,127,'houzez_total_property_views','698'); INSERT INTO `wpg3_postmeta` VALUES (2009,127,'fave_multiunit_plans_enable','disable'); INSERT INTO `wpg3_postmeta` VALUES (2010,127,'houzez_recently_viewed','06-26-2017'); INSERT INTO `wpg3_postmeta` VALUES (2011,127,'houzez_geolocation_lat','25.7818073'); INSERT INTO `wpg3_postmeta` VALUES (2012,127,'houzez_geolocation_long','-80.19583599999999'); INSERT INTO `wpg3_postmeta` VALUES (2013,127,'fave_virtual_tour','<iframe width=\"853\" height=\"480\" src=\"https://my.matterport.com/show/?m=zEWsxhZpGba&play=1&qs=1\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>'); INSERT INTO `wpg3_postmeta` VALUES (2014,127,'fave_single_top_area','global'); INSERT INTO `wpg3_postmeta` VALUES (2015,127,'fave_single_content_area','global'); INSERT INTO `wpg3_postmeta` VALUES (2016,127,'houzez_manual_expire',''); INSERT INTO `wpg3_postmeta` VALUES (2017,127,'_houzez_expiration_date_status','saved'); INSERT INTO `wpg3_postmeta` VALUES (2018,135,'fave_property_size','5400'); INSERT INTO `wpg3_postmeta` VALUES (2019,135,'fave_property_size_prefix','Sq Ft'); INSERT INTO `wpg3_postmeta` VALUES (2020,135,'fave_property_bedrooms','5'); INSERT INTO `wpg3_postmeta` VALUES (2021,135,'fave_property_bathrooms','2'); INSERT INTO `wpg3_postmeta` VALUES (2022,135,'fave_property_garage','1'); INSERT INTO `wpg3_postmeta` VALUES (2023,135,'fave_property_garage_size','200 SqFt'); INSERT INTO `wpg3_postmeta` VALUES (2024,135,'fave_property_year','2016-01-09'); INSERT INTO `wpg3_postmeta` VALUES (2025,135,'fave_property_id','HZ22'); INSERT INTO `wpg3_postmeta` VALUES (2026,135,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (2027,135,'fave_property_price','3550000'); INSERT INTO `wpg3_postmeta` VALUES (2028,135,'fave_property_price_postfix','sq ft'); INSERT INTO `wpg3_postmeta` VALUES (2029,135,'fave_property_map','0'); INSERT INTO `wpg3_postmeta` VALUES (2030,135,'fave_property_map_address','8535 Byron Ave, Miami Beach, FL 33141, Stati Uniti'); INSERT INTO `wpg3_postmeta` VALUES (2031,135,'fave_property_location','25.870384,-80.12350200000003,14'); INSERT INTO `wpg3_postmeta` VALUES (2032,135,'fave_property_country','US'); INSERT INTO `wpg3_postmeta` VALUES (2033,135,'fave_agents','158'); INSERT INTO `wpg3_postmeta` VALUES (2034,135,'fave_additional_features_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (2035,135,'additional_features','a:6:{i:0;a:2:{s:29:\"fave_additional_feature_title\";s:7:\"Deposit\";s:29:\"fave_additional_feature_value\";s:3:\"20%\";}i:1;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Pool Size\";s:29:\"fave_additional_feature_value\";s:8:\"300 Sqft\";}i:2;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Last remodel year\";s:29:\"fave_additional_feature_value\";s:4:\"1987\";}i:3;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Amenities\";s:29:\"fave_additional_feature_value\";s:9:\"Clubhouse\";}i:4;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Additional Rooms:\";s:29:\"fave_additional_feature_value\";s:10:\"Guest Bath\";}i:5;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Equipment\";s:29:\"fave_additional_feature_value\";s:11:\"Grill - Gas\";}}'); INSERT INTO `wpg3_postmeta` VALUES (2036,135,'fave_floor_plans_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (2037,135,'floor_plans','a:2:{i:0;a:7:{s:15:\"fave_plan_title\";s:11:\"First Floor\";s:15:\"fave_plan_rooms\";s:8:\"670 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"530 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,650\";s:14:\"fave_plan_size\";s:9:\"1267 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-1.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}i:1;a:7:{s:15:\"fave_plan_title\";s:12:\"Second Floor\";s:15:\"fave_plan_rooms\";s:8:\"543 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"238 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,600\";s:14:\"fave_plan_size\";s:9:\"1345 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-2.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}}'); INSERT INTO `wpg3_postmeta` VALUES (2038,135,'fave_featured','0'); INSERT INTO `wpg3_postmeta` VALUES (2039,135,'fave_property_address','8535 Byron Ave'); INSERT INTO `wpg3_postmeta` VALUES (2040,135,'fave_property_zip','33140'); INSERT INTO `wpg3_postmeta` VALUES (2041,135,'fave_agent_display_option','agent_info'); INSERT INTO `wpg3_postmeta` VALUES (2042,135,'fave_property_images','7422'); INSERT INTO `wpg3_postmeta` VALUES (2043,135,'fave_video_image','84'); INSERT INTO `wpg3_postmeta` VALUES (2044,135,'fave_video_url','https://www.youtube.com/watch?v=fafEHMnFe3g'); INSERT INTO `wpg3_postmeta` VALUES (2045,135,'_dp_original','127'); INSERT INTO `wpg3_postmeta` VALUES (2046,135,'fave_property_sec_price','2560'); INSERT INTO `wpg3_postmeta` VALUES (2047,135,'fave_multi_units','a:0:{}'); INSERT INTO `wpg3_postmeta` VALUES (2048,135,'fave_property_map_street_view','show'); INSERT INTO `wpg3_postmeta` VALUES (2049,135,'fave_payment_status','not_paid'); INSERT INTO `wpg3_postmeta` VALUES (2050,135,'_thumbnail_id','7423'); INSERT INTO `wpg3_postmeta` VALUES (2051,135,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (2052,135,'houzez_total_property_views','477'); INSERT INTO `wpg3_postmeta` VALUES (2053,135,'houzez_views_by_date','a:61:{s:10:\"04-02-2017\";i:2;s:10:\"04-03-2017\";i:3;s:10:\"04-04-2017\";i:2;s:10:\"04-05-2017\";i:4;s:10:\"04-07-2017\";i:1;s:10:\"04-09-2017\";i:1;s:10:\"04-11-2017\";i:2;s:10:\"04-12-2017\";i:1;s:10:\"04-16-2017\";i:2;s:10:\"04-17-2017\";i:2;s:10:\"04-18-2017\";i:2;s:10:\"04-19-2017\";i:1;s:10:\"04-20-2017\";i:2;s:10:\"04-21-2017\";i:1;s:10:\"04-22-2017\";i:2;s:10:\"04-23-2017\";i:3;s:10:\"04-24-2017\";i:2;s:10:\"04-25-2017\";i:1;s:10:\"04-28-2017\";i:2;s:10:\"04-29-2017\";i:1;s:10:\"05-01-2017\";i:2;s:10:\"05-02-2017\";i:1;s:10:\"05-03-2017\";i:2;s:10:\"05-04-2017\";i:2;s:10:\"05-05-2017\";i:2;s:10:\"05-06-2017\";i:5;s:10:\"05-09-2017\";i:4;s:10:\"05-12-2017\";i:3;s:10:\"05-13-2017\";i:3;s:10:\"05-14-2017\";i:1;s:10:\"05-15-2017\";i:2;s:10:\"05-20-2017\";i:2;s:10:\"05-21-2017\";i:1;s:10:\"05-22-2017\";i:2;s:10:\"05-23-2017\";i:3;s:10:\"05-24-2017\";i:2;s:10:\"05-25-2017\";i:1;s:10:\"05-26-2017\";i:1;s:10:\"05-27-2017\";i:2;s:10:\"05-29-2017\";i:2;s:10:\"06-01-2017\";i:2;s:10:\"06-02-2017\";i:1;s:10:\"06-03-2017\";i:3;s:10:\"06-05-2017\";i:1;s:10:\"06-06-2017\";i:1;s:10:\"06-07-2017\";i:1;s:10:\"06-08-2017\";i:1;s:10:\"06-09-2017\";i:2;s:10:\"06-10-2017\";i:1;s:10:\"06-11-2017\";i:2;s:10:\"06-12-2017\";i:2;s:10:\"06-13-2017\";i:1;s:10:\"06-15-2017\";i:2;s:10:\"06-18-2017\";i:3;s:10:\"06-20-2017\";i:2;s:10:\"06-21-2017\";i:3;s:10:\"06-22-2017\";i:1;s:10:\"06-23-2017\";i:3;s:10:\"06-24-2017\";i:1;s:10:\"06-26-2017\";i:3;s:10:\"11-24-2017\";i:1;}'); INSERT INTO `wpg3_postmeta` VALUES (2054,135,'fave_multiunit_plans_enable','disable'); INSERT INTO `wpg3_postmeta` VALUES (2055,135,'houzez_recently_viewed','11-24-2017'); INSERT INTO `wpg3_postmeta` VALUES (2056,135,'houzez_geolocation_lat','25.870384'); INSERT INTO `wpg3_postmeta` VALUES (2057,135,'houzez_geolocation_long','-80.12350200000003'); INSERT INTO `wpg3_postmeta` VALUES (2058,135,'fave_virtual_tour','<iframe width=\"853\" height=\"480\" src=\"https://my.matterport.com/show/?m=zEWsxhZpGba&play=1&qs=1\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>'); INSERT INTO `wpg3_postmeta` VALUES (2059,135,'fave_single_top_area','global'); INSERT INTO `wpg3_postmeta` VALUES (2060,135,'fave_single_content_area','global'); INSERT INTO `wpg3_postmeta` VALUES (2061,135,'houzez_manual_expire',''); INSERT INTO `wpg3_postmeta` VALUES (2062,135,'_houzez_expiration_date_status','saved'); INSERT INTO `wpg3_postmeta` VALUES (2063,137,'fave_property_country','US'); INSERT INTO `wpg3_postmeta` VALUES (2064,137,'fave_agents','72'); INSERT INTO `wpg3_postmeta` VALUES (2065,137,'fave_additional_features_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (2066,137,'additional_features','a:6:{i:0;a:2:{s:29:\"fave_additional_feature_title\";s:7:\"Deposit\";s:29:\"fave_additional_feature_value\";s:3:\"20%\";}i:1;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Pool Size\";s:29:\"fave_additional_feature_value\";s:8:\"300 Sqft\";}i:2;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Last remodel year\";s:29:\"fave_additional_feature_value\";s:4:\"1987\";}i:3;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Amenities\";s:29:\"fave_additional_feature_value\";s:9:\"Clubhouse\";}i:4;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Additional Rooms:\";s:29:\"fave_additional_feature_value\";s:10:\"Guest Bath\";}i:5;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Equipment\";s:29:\"fave_additional_feature_value\";s:11:\"Grill - Gas\";}}'); INSERT INTO `wpg3_postmeta` VALUES (2067,137,'fave_floor_plans_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (2068,137,'floor_plans','a:2:{i:0;a:7:{s:15:\"fave_plan_title\";s:11:\"First Floor\";s:15:\"fave_plan_rooms\";s:8:\"670 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"530 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,650\";s:14:\"fave_plan_size\";s:9:\"1267 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-1.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}i:1;a:7:{s:15:\"fave_plan_title\";s:12:\"Second Floor\";s:15:\"fave_plan_rooms\";s:8:\"543 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"238 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,600\";s:14:\"fave_plan_size\";s:9:\"1345 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-2.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}}'); INSERT INTO `wpg3_postmeta` VALUES (2069,137,'fave_featured','0'); INSERT INTO `wpg3_postmeta` VALUES (2070,137,'fave_property_address','408 91st St'); INSERT INTO `wpg3_postmeta` VALUES (2071,137,'fave_property_zip','33140'); INSERT INTO `wpg3_postmeta` VALUES (2072,137,'fave_agent_display_option','agent_info'); INSERT INTO `wpg3_postmeta` VALUES (2073,137,'fave_property_images','7420'); INSERT INTO `wpg3_postmeta` VALUES (2074,137,'fave_video_image','84'); INSERT INTO `wpg3_postmeta` VALUES (2075,137,'fave_video_url','https://www.youtube.com/watch?v=fafEHMnFe3g'); INSERT INTO `wpg3_postmeta` VALUES (2076,137,'_dp_original','135'); INSERT INTO `wpg3_postmeta` VALUES (2077,137,'fave_property_sec_price','3690'); INSERT INTO `wpg3_postmeta` VALUES (2078,137,'fave_property_location','25.877738,-80.123963,14'); INSERT INTO `wpg3_postmeta` VALUES (2079,137,'fave_property_size','2150'); INSERT INTO `wpg3_postmeta` VALUES (2080,137,'fave_property_size_prefix','Sq Ft'); INSERT INTO `wpg3_postmeta` VALUES (2081,137,'fave_property_bedrooms','3'); INSERT INTO `wpg3_postmeta` VALUES (2082,137,'fave_property_bathrooms','2'); INSERT INTO `wpg3_postmeta` VALUES (2083,137,'fave_property_garage','1'); INSERT INTO `wpg3_postmeta` VALUES (2084,137,'fave_property_garage_size','200 SqFt'); INSERT INTO `wpg3_postmeta` VALUES (2085,137,'fave_property_year','2016-01-09'); INSERT INTO `wpg3_postmeta` VALUES (2086,137,'fave_property_id','HZ20'); INSERT INTO `wpg3_postmeta` VALUES (2087,137,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (2088,137,'fave_property_price','758000'); INSERT INTO `wpg3_postmeta` VALUES (2089,137,'fave_property_price_postfix','sq ft'); INSERT INTO `wpg3_postmeta` VALUES (2090,137,'fave_property_map','0'); INSERT INTO `wpg3_postmeta` VALUES (2091,137,'fave_property_map_address','408 91st St, Surfside, FL 33154, Stati Uniti'); INSERT INTO `wpg3_postmeta` VALUES (2092,137,'_thumbnail_id','7427'); INSERT INTO `wpg3_postmeta` VALUES (2093,137,'fave_property_map_street_view','show'); INSERT INTO `wpg3_postmeta` VALUES (2094,137,'fave_payment_status','not_paid'); INSERT INTO `wpg3_postmeta` VALUES (2095,137,'fave_multi_units','a:0:{}'); INSERT INTO `wpg3_postmeta` VALUES (2096,137,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (2097,137,'houzez_recently_viewed','06-26-2017'); INSERT INTO `wpg3_postmeta` VALUES (2098,137,'houzez_total_property_views','413'); INSERT INTO `wpg3_postmeta` VALUES (2099,137,'houzez_views_by_date','a:61:{s:10:\"04-03-2017\";i:1;s:10:\"04-04-2017\";i:3;s:10:\"04-05-2017\";i:2;s:10:\"04-07-2017\";i:1;s:10:\"04-10-2017\";i:1;s:10:\"04-11-2017\";i:1;s:10:\"04-12-2017\";i:3;s:10:\"04-13-2017\";i:1;s:10:\"04-14-2017\";i:2;s:10:\"04-15-2017\";i:1;s:10:\"04-16-2017\";i:1;s:10:\"04-17-2017\";i:1;s:10:\"04-18-2017\";i:1;s:10:\"04-19-2017\";i:3;s:10:\"04-22-2017\";i:2;s:10:\"04-23-2017\";i:4;s:10:\"04-24-2017\";i:2;s:10:\"04-26-2017\";i:1;s:10:\"04-28-2017\";i:1;s:10:\"04-29-2017\";i:1;s:10:\"05-01-2017\";i:1;s:10:\"05-02-2017\";i:3;s:10:\"05-03-2017\";i:1;s:10:\"05-04-2017\";i:4;s:10:\"05-05-2017\";i:2;s:10:\"05-06-2017\";i:2;s:10:\"05-08-2017\";i:2;s:10:\"05-09-2017\";i:2;s:10:\"05-11-2017\";i:1;s:10:\"05-12-2017\";i:2;s:10:\"05-13-2017\";i:3;s:10:\"05-14-2017\";i:1;s:10:\"05-16-2017\";i:1;s:10:\"05-20-2017\";i:1;s:10:\"05-21-2017\";i:4;s:10:\"05-22-2017\";i:3;s:10:\"05-23-2017\";i:1;s:10:\"05-24-2017\";i:3;s:10:\"05-25-2017\";i:1;s:10:\"05-26-2017\";i:1;s:10:\"05-27-2017\";i:2;s:10:\"05-29-2017\";i:1;s:10:\"05-30-2017\";i:1;s:10:\"05-31-2017\";i:1;s:10:\"06-01-2017\";i:1;s:10:\"06-02-2017\";i:2;s:10:\"06-03-2017\";i:2;s:10:\"06-06-2017\";i:1;s:10:\"06-07-2017\";i:1;s:10:\"06-09-2017\";i:1;s:10:\"06-11-2017\";i:1;s:10:\"06-12-2017\";i:1;s:10:\"06-14-2017\";i:2;s:10:\"06-15-2017\";i:1;s:10:\"06-18-2017\";i:1;s:10:\"06-19-2017\";i:1;s:10:\"06-20-2017\";i:2;s:10:\"06-21-2017\";i:3;s:10:\"06-23-2017\";i:3;s:10:\"06-25-2017\";i:1;s:10:\"06-26-2017\";i:3;}'); INSERT INTO `wpg3_postmeta` VALUES (2100,137,'fave_multiunit_plans_enable','disable'); INSERT INTO `wpg3_postmeta` VALUES (2101,137,'houzez_geolocation_lat','25.877738'); INSERT INTO `wpg3_postmeta` VALUES (2102,137,'houzez_geolocation_long','-80.123963'); INSERT INTO `wpg3_postmeta` VALUES (2103,137,'fave_virtual_tour','<iframe width=\"853\" height=\"480\" src=\"https://my.matterport.com/show/?m=zEWsxhZpGba&play=1&qs=1\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>'); INSERT INTO `wpg3_postmeta` VALUES (2104,137,'fave_single_top_area','global'); INSERT INTO `wpg3_postmeta` VALUES (2105,137,'fave_single_content_area','global'); INSERT INTO `wpg3_postmeta` VALUES (2106,137,'houzez_manual_expire',''); INSERT INTO `wpg3_postmeta` VALUES (2107,137,'_houzez_expiration_date_status','saved'); INSERT INTO `wpg3_postmeta` VALUES (2108,144,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (2109,144,'fave_property_size','1450'); INSERT INTO `wpg3_postmeta` VALUES (2110,144,'fave_property_size_prefix','Sq Ft'); INSERT INTO `wpg3_postmeta` VALUES (2111,144,'fave_property_bedrooms','3'); INSERT INTO `wpg3_postmeta` VALUES (2112,144,'fave_property_bathrooms','2'); INSERT INTO `wpg3_postmeta` VALUES (2113,144,'fave_property_garage','1'); INSERT INTO `wpg3_postmeta` VALUES (2114,144,'fave_property_garage_size','200 SqFt'); INSERT INTO `wpg3_postmeta` VALUES (2115,144,'fave_property_year','2016-01-09'); INSERT INTO `wpg3_postmeta` VALUES (2116,144,'fave_property_id','HZ02'); INSERT INTO `wpg3_postmeta` VALUES (2117,144,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (2118,144,'fave_property_price','890000'); INSERT INTO `wpg3_postmeta` VALUES (2119,144,'fave_property_price_postfix','sq ft'); INSERT INTO `wpg3_postmeta` VALUES (2120,144,'fave_property_map','0'); INSERT INTO `wpg3_postmeta` VALUES (2121,144,'fave_property_map_address','1001 91st St, Bay Harbor Islands, FL 33154, Stati Uniti'); INSERT INTO `wpg3_postmeta` VALUES (2122,144,'fave_property_location','25.8821734,-80.1300521,14'); INSERT INTO `wpg3_postmeta` VALUES (2123,144,'fave_property_country','US'); INSERT INTO `wpg3_postmeta` VALUES (2124,144,'fave_agents','150'); INSERT INTO `wpg3_postmeta` VALUES (2125,144,'fave_additional_features_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (2126,144,'additional_features','a:6:{i:0;a:2:{s:29:\"fave_additional_feature_title\";s:7:\"Deposit\";s:29:\"fave_additional_feature_value\";s:3:\"20%\";}i:1;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Pool Size\";s:29:\"fave_additional_feature_value\";s:8:\"300 Sqft\";}i:2;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Last remodel year\";s:29:\"fave_additional_feature_value\";s:4:\"1987\";}i:3;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Amenities\";s:29:\"fave_additional_feature_value\";s:9:\"Clubhouse\";}i:4;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Additional Rooms:\";s:29:\"fave_additional_feature_value\";s:10:\"Guest Bath\";}i:5;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Equipment\";s:29:\"fave_additional_feature_value\";s:11:\"Grill - Gas\";}}'); INSERT INTO `wpg3_postmeta` VALUES (2127,144,'fave_floor_plans_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (2128,144,'floor_plans','a:2:{i:0;a:7:{s:15:\"fave_plan_title\";s:11:\"First Floor\";s:15:\"fave_plan_rooms\";s:8:\"670 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"530 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,650\";s:14:\"fave_plan_size\";s:9:\"1267 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-1.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}i:1;a:7:{s:15:\"fave_plan_title\";s:12:\"Second Floor\";s:15:\"fave_plan_rooms\";s:8:\"543 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"238 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,600\";s:14:\"fave_plan_size\";s:9:\"1345 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-2.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}}'); INSERT INTO `wpg3_postmeta` VALUES (2129,144,'fave_featured','0'); INSERT INTO `wpg3_postmeta` VALUES (2130,144,'fave_property_address','1001 91st St'); INSERT INTO `wpg3_postmeta` VALUES (2131,144,'fave_property_zip','33140'); INSERT INTO `wpg3_postmeta` VALUES (2132,144,'fave_agent_display_option','agent_info'); INSERT INTO `wpg3_postmeta` VALUES (2133,144,'fave_property_images','7422'); INSERT INTO `wpg3_postmeta` VALUES (2134,144,'fave_video_image','84'); INSERT INTO `wpg3_postmeta` VALUES (2135,144,'fave_video_url','https://www.youtube.com/watch?v=fafEHMnFe3g'); INSERT INTO `wpg3_postmeta` VALUES (2136,144,'fave_property_sec_price','3690'); INSERT INTO `wpg3_postmeta` VALUES (2137,144,'_dp_original','137'); INSERT INTO `wpg3_postmeta` VALUES (2138,144,'fave_payment_status','not_paid'); INSERT INTO `wpg3_postmeta` VALUES (2139,144,'fave_property_map_street_view','show'); INSERT INTO `wpg3_postmeta` VALUES (2140,144,'fave_prop_homeslider','yes'); INSERT INTO `wpg3_postmeta` VALUES (2141,144,'fave_prop_slider_image','487'); INSERT INTO `wpg3_postmeta` VALUES (2142,144,'fave_multi_units','a:0:{}'); INSERT INTO `wpg3_postmeta` VALUES (2143,144,'_thumbnail_id','7426'); INSERT INTO `wpg3_postmeta` VALUES (2144,144,'houzez_views_by_date','a:61:{s:10:\"04-18-2017\";i:2;s:10:\"04-19-2017\";i:3;s:10:\"04-20-2017\";i:1;s:10:\"04-23-2017\";i:3;s:10:\"04-24-2017\";i:3;s:10:\"04-25-2017\";i:1;s:10:\"04-26-2017\";i:4;s:10:\"04-28-2017\";i:2;s:10:\"04-29-2017\";i:2;s:10:\"04-30-2017\";i:1;s:10:\"05-01-2017\";i:2;s:10:\"05-02-2017\";i:1;s:10:\"05-03-2017\";i:1;s:10:\"05-04-2017\";i:4;s:10:\"05-05-2017\";i:1;s:10:\"05-06-2017\";i:3;s:10:\"05-09-2017\";i:3;s:10:\"05-10-2017\";i:1;s:10:\"05-11-2017\";i:1;s:10:\"05-12-2017\";i:2;s:10:\"05-13-2017\";i:4;s:10:\"05-14-2017\";i:1;s:10:\"05-15-2017\";i:2;s:10:\"05-16-2017\";i:3;s:10:\"05-17-2017\";i:1;s:10:\"05-18-2017\";i:1;s:10:\"05-19-2017\";i:2;s:10:\"05-20-2017\";i:2;s:10:\"05-21-2017\";i:1;s:10:\"05-22-2017\";i:1;s:10:\"05-23-2017\";i:4;s:10:\"05-24-2017\";i:1;s:10:\"05-25-2017\";i:2;s:10:\"05-26-2017\";i:3;s:10:\"05-27-2017\";i:3;s:10:\"05-28-2017\";i:1;s:10:\"05-29-2017\";i:2;s:10:\"05-30-2017\";i:1;s:10:\"05-31-2017\";i:2;s:10:\"06-01-2017\";i:1;s:10:\"06-02-2017\";i:2;s:10:\"06-03-2017\";i:2;s:10:\"06-04-2017\";i:1;s:10:\"06-06-2017\";i:2;s:10:\"06-07-2017\";i:1;s:10:\"06-08-2017\";i:2;s:10:\"06-09-2017\";i:2;s:10:\"06-10-2017\";i:1;s:10:\"06-11-2017\";i:1;s:10:\"06-12-2017\";i:2;s:10:\"06-13-2017\";i:2;s:10:\"06-14-2017\";i:1;s:10:\"06-16-2017\";i:2;s:10:\"06-17-2017\";i:1;s:10:\"06-18-2017\";i:1;s:10:\"06-20-2017\";i:1;s:10:\"06-21-2017\";i:3;s:10:\"06-22-2017\";i:1;s:10:\"06-23-2017\";i:2;s:10:\"06-25-2017\";i:3;s:10:\"06-26-2017\";i:3;}'); INSERT INTO `wpg3_postmeta` VALUES (2145,144,'houzez_total_property_views','528'); INSERT INTO `wpg3_postmeta` VALUES (2146,144,'fave_multiunit_plans_enable','disable'); INSERT INTO `wpg3_postmeta` VALUES (2147,144,'houzez_recently_viewed','06-26-2017'); INSERT INTO `wpg3_postmeta` VALUES (2148,144,'houzez_geolocation_lat','25.8821734'); INSERT INTO `wpg3_postmeta` VALUES (2149,144,'houzez_geolocation_long','-80.1300521'); INSERT INTO `wpg3_postmeta` VALUES (2150,144,'fave_virtual_tour','<iframe width=\"853\" height=\"480\" src=\"https://my.matterport.com/show/?m=zEWsxhZpGba&play=1&qs=1\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>'); INSERT INTO `wpg3_postmeta` VALUES (2151,144,'fave_single_top_area','global'); INSERT INTO `wpg3_postmeta` VALUES (2152,144,'fave_single_content_area','global'); INSERT INTO `wpg3_postmeta` VALUES (2153,144,'houzez_manual_expire',''); INSERT INTO `wpg3_postmeta` VALUES (2154,144,'_houzez_expiration_date_status','saved'); INSERT INTO `wpg3_postmeta` VALUES (2155,146,'fave_property_size','1200'); INSERT INTO `wpg3_postmeta` VALUES (2156,146,'fave_property_size_prefix','Sq Ft'); INSERT INTO `wpg3_postmeta` VALUES (2157,146,'fave_property_bedrooms','4'); INSERT INTO `wpg3_postmeta` VALUES (2158,146,'fave_property_bathrooms','2'); INSERT INTO `wpg3_postmeta` VALUES (2159,146,'fave_property_garage','1'); INSERT INTO `wpg3_postmeta` VALUES (2160,146,'fave_property_garage_size','200 SqFt'); INSERT INTO `wpg3_postmeta` VALUES (2161,146,'fave_property_year','2016-01-09'); INSERT INTO `wpg3_postmeta` VALUES (2162,146,'fave_property_id','HZ34'); INSERT INTO `wpg3_postmeta` VALUES (2163,146,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (2164,146,'fave_property_price','459000'); INSERT INTO `wpg3_postmeta` VALUES (2165,146,'fave_property_price_postfix','sq ft'); INSERT INTO `wpg3_postmeta` VALUES (2166,146,'fave_property_map','0'); INSERT INTO `wpg3_postmeta` VALUES (2167,146,'fave_property_map_address','9400 E Broadview Dr, Bay Harbor Islands, FL 33154, Stati Uniti'); INSERT INTO `wpg3_postmeta` VALUES (2168,146,'fave_property_location','25.885116,-80.13492099999996,14'); INSERT INTO `wpg3_postmeta` VALUES (2169,146,'fave_property_country','US'); INSERT INTO `wpg3_postmeta` VALUES (2170,146,'fave_agents','72'); INSERT INTO `wpg3_postmeta` VALUES (2171,146,'fave_additional_features_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (2172,146,'additional_features','a:6:{i:0;a:2:{s:29:\"fave_additional_feature_title\";s:7:\"Deposit\";s:29:\"fave_additional_feature_value\";s:3:\"20%\";}i:1;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Pool Size\";s:29:\"fave_additional_feature_value\";s:8:\"300 Sqft\";}i:2;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Last remodel year\";s:29:\"fave_additional_feature_value\";s:4:\"1987\";}i:3;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Amenities\";s:29:\"fave_additional_feature_value\";s:9:\"Clubhouse\";}i:4;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Additional Rooms:\";s:29:\"fave_additional_feature_value\";s:10:\"Guest Bath\";}i:5;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Equipment\";s:29:\"fave_additional_feature_value\";s:11:\"Grill - Gas\";}}'); INSERT INTO `wpg3_postmeta` VALUES (2173,146,'fave_floor_plans_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (2174,146,'floor_plans','a:2:{i:0;a:7:{s:15:\"fave_plan_title\";s:11:\"First Floor\";s:15:\"fave_plan_rooms\";s:8:\"670 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"530 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,650\";s:14:\"fave_plan_size\";s:9:\"1267 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-1.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}i:1;a:7:{s:15:\"fave_plan_title\";s:12:\"Second Floor\";s:15:\"fave_plan_rooms\";s:8:\"543 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"238 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,600\";s:14:\"fave_plan_size\";s:9:\"1345 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-2.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}}'); INSERT INTO `wpg3_postmeta` VALUES (2175,146,'fave_featured','0'); INSERT INTO `wpg3_postmeta` VALUES (2176,146,'fave_property_address','9400 E Broadview Dr'); INSERT INTO `wpg3_postmeta` VALUES (2177,146,'fave_property_zip','33140'); INSERT INTO `wpg3_postmeta` VALUES (2178,146,'fave_agent_display_option','agent_info'); INSERT INTO `wpg3_postmeta` VALUES (2179,146,'fave_property_images','7414'); INSERT INTO `wpg3_postmeta` VALUES (2180,146,'fave_video_image','84'); INSERT INTO `wpg3_postmeta` VALUES (2181,146,'fave_video_url','https://www.youtube.com/watch?v=-NInBEdSvp8'); INSERT INTO `wpg3_postmeta` VALUES (2182,146,'fave_property_sec_price','2560'); INSERT INTO `wpg3_postmeta` VALUES (2183,146,'_dp_original','144'); INSERT INTO `wpg3_postmeta` VALUES (2184,146,'fave_property_map_street_view','show'); INSERT INTO `wpg3_postmeta` VALUES (2185,146,'fave_payment_status','not_paid'); INSERT INTO `wpg3_postmeta` VALUES (2186,146,'fave_multi_units','a:0:{}'); INSERT INTO `wpg3_postmeta` VALUES (2187,146,'_thumbnail_id','7429'); INSERT INTO `wpg3_postmeta` VALUES (2188,146,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (2189,146,'houzez_views_by_date','a:61:{s:10:\"04-12-2017\";i:1;s:10:\"04-14-2017\";i:2;s:10:\"04-16-2017\";i:2;s:10:\"04-17-2017\";i:2;s:10:\"04-19-2017\";i:1;s:10:\"04-20-2017\";i:2;s:10:\"04-22-2017\";i:2;s:10:\"04-23-2017\";i:6;s:10:\"04-24-2017\";i:2;s:10:\"04-25-2017\";i:1;s:10:\"04-26-2017\";i:2;s:10:\"04-28-2017\";i:1;s:10:\"04-29-2017\";i:1;s:10:\"05-01-2017\";i:1;s:10:\"05-02-2017\";i:2;s:10:\"05-03-2017\";i:3;s:10:\"05-04-2017\";i:2;s:10:\"05-05-2017\";i:2;s:10:\"05-06-2017\";i:4;s:10:\"05-08-2017\";i:2;s:10:\"05-09-2017\";i:2;s:10:\"05-10-2017\";i:2;s:10:\"05-11-2017\";i:2;s:10:\"05-12-2017\";i:2;s:10:\"05-13-2017\";i:2;s:10:\"05-14-2017\";i:1;s:10:\"05-15-2017\";i:1;s:10:\"05-16-2017\";i:1;s:10:\"05-17-2017\";i:1;s:10:\"05-19-2017\";i:2;s:10:\"05-20-2017\";i:3;s:10:\"05-21-2017\";i:2;s:10:\"05-22-2017\";i:3;s:10:\"05-23-2017\";i:6;s:10:\"05-24-2017\";i:4;s:10:\"05-25-2017\";i:1;s:10:\"05-27-2017\";i:2;s:10:\"05-28-2017\";i:1;s:10:\"05-29-2017\";i:1;s:10:\"05-30-2017\";i:2;s:10:\"05-31-2017\";i:1;s:10:\"06-01-2017\";i:2;s:10:\"06-02-2017\";i:3;s:10:\"06-03-2017\";i:2;s:10:\"06-04-2017\";i:1;s:10:\"06-05-2017\";i:2;s:10:\"06-06-2017\";i:2;s:10:\"06-07-2017\";i:1;s:10:\"06-08-2017\";i:1;s:10:\"06-09-2017\";i:2;s:10:\"06-11-2017\";i:1;s:10:\"06-12-2017\";i:2;s:10:\"06-13-2017\";i:1;s:10:\"06-15-2017\";i:1;s:10:\"06-17-2017\";i:1;s:10:\"06-19-2017\";i:1;s:10:\"06-20-2017\";i:3;s:10:\"06-21-2017\";i:3;s:10:\"06-23-2017\";i:1;s:10:\"06-25-2017\";i:2;s:10:\"06-26-2017\";i:4;}'); INSERT INTO `wpg3_postmeta` VALUES (2190,146,'houzez_total_property_views','558'); INSERT INTO `wpg3_postmeta` VALUES (2191,146,'fave_multiunit_plans_enable','disable'); INSERT INTO `wpg3_postmeta` VALUES (2192,146,'houzez_recently_viewed','06-26-2017'); INSERT INTO `wpg3_postmeta` VALUES (2193,146,'houzez_geolocation_lat','25.885116'); INSERT INTO `wpg3_postmeta` VALUES (2194,146,'houzez_geolocation_long','-80.13492099999996'); INSERT INTO `wpg3_postmeta` VALUES (2195,146,'fave_virtual_tour','<iframe width=\"853\" height=\"480\" src=\"https://my.matterport.com/show/?m=zEWsxhZpGba&play=1&qs=1\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>'); INSERT INTO `wpg3_postmeta` VALUES (2196,146,'fave_single_top_area','global'); INSERT INTO `wpg3_postmeta` VALUES (2197,146,'fave_single_content_area','global'); INSERT INTO `wpg3_postmeta` VALUES (2198,146,'houzez_manual_expire',''); INSERT INTO `wpg3_postmeta` VALUES (2199,146,'_houzez_expiration_date_status','saved'); INSERT INTO `wpg3_postmeta` VALUES (2200,148,'fave_property_size','3410'); INSERT INTO `wpg3_postmeta` VALUES (2201,148,'fave_property_size_prefix','Sq Ft'); INSERT INTO `wpg3_postmeta` VALUES (2202,148,'fave_property_bedrooms','3'); INSERT INTO `wpg3_postmeta` VALUES (2203,148,'fave_property_bathrooms','2'); INSERT INTO `wpg3_postmeta` VALUES (2204,148,'fave_property_garage','1'); INSERT INTO `wpg3_postmeta` VALUES (2205,148,'fave_property_garage_size','200 SqFt'); INSERT INTO `wpg3_postmeta` VALUES (2206,148,'fave_property_year','2016-01-09'); INSERT INTO `wpg3_postmeta` VALUES (2207,148,'fave_property_id','HZ26'); INSERT INTO `wpg3_postmeta` VALUES (2208,148,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (2209,148,'fave_property_price','590000'); INSERT INTO `wpg3_postmeta` VALUES (2210,148,'fave_property_price_postfix','sq ft'); INSERT INTO `wpg3_postmeta` VALUES (2211,148,'fave_property_map','0'); INSERT INTO `wpg3_postmeta` VALUES (2212,148,'fave_property_map_address','9701 W Broadview Dr, Bay Harbor Islands, FL 33154, Stati Uniti'); INSERT INTO `wpg3_postmeta` VALUES (2213,148,'fave_property_location','25.887529,-80.13854200000003,14'); INSERT INTO `wpg3_postmeta` VALUES (2214,148,'fave_property_country','US'); INSERT INTO `wpg3_postmeta` VALUES (2215,148,'fave_agents','156'); INSERT INTO `wpg3_postmeta` VALUES (2216,148,'fave_additional_features_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (2217,148,'additional_features','a:6:{i:0;a:2:{s:29:\"fave_additional_feature_title\";s:7:\"Deposit\";s:29:\"fave_additional_feature_value\";s:3:\"20%\";}i:1;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Pool Size\";s:29:\"fave_additional_feature_value\";s:8:\"300 Sqft\";}i:2;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Last remodel year\";s:29:\"fave_additional_feature_value\";s:4:\"1987\";}i:3;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Amenities\";s:29:\"fave_additional_feature_value\";s:9:\"Clubhouse\";}i:4;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Additional Rooms:\";s:29:\"fave_additional_feature_value\";s:10:\"Guest Bath\";}i:5;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Equipment\";s:29:\"fave_additional_feature_value\";s:11:\"Grill - Gas\";}}'); INSERT INTO `wpg3_postmeta` VALUES (2218,148,'fave_floor_plans_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (2219,148,'floor_plans','a:2:{i:0;a:7:{s:15:\"fave_plan_title\";s:11:\"First Floor\";s:15:\"fave_plan_rooms\";s:8:\"670 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"530 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,650\";s:14:\"fave_plan_size\";s:9:\"1267 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-1.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}i:1;a:7:{s:15:\"fave_plan_title\";s:12:\"Second Floor\";s:15:\"fave_plan_rooms\";s:8:\"543 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"238 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,600\";s:14:\"fave_plan_size\";s:9:\"1345 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-2.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}}'); INSERT INTO `wpg3_postmeta` VALUES (2220,148,'fave_featured','1'); INSERT INTO `wpg3_postmeta` VALUES (2221,148,'fave_property_address','9701 W Broadview Dr'); INSERT INTO `wpg3_postmeta` VALUES (2222,148,'fave_property_zip','33140'); INSERT INTO `wpg3_postmeta` VALUES (2223,148,'fave_agent_display_option','agent_info'); INSERT INTO `wpg3_postmeta` VALUES (2224,148,'fave_property_images','7418'); INSERT INTO `wpg3_postmeta` VALUES (2225,148,'fave_video_image','84'); INSERT INTO `wpg3_postmeta` VALUES (2226,148,'fave_video_url','https://www.youtube.com/watch?v=fafEHMnFe3g'); INSERT INTO `wpg3_postmeta` VALUES (2227,148,'fave_property_sec_price','3500'); INSERT INTO `wpg3_postmeta` VALUES (2228,148,'_dp_original','146'); INSERT INTO `wpg3_postmeta` VALUES (2229,148,'fave_payment_status','not_paid'); INSERT INTO `wpg3_postmeta` VALUES (2230,148,'_thumbnail_id','7430'); INSERT INTO `wpg3_postmeta` VALUES (2231,148,'fave_property_map_street_view','show'); INSERT INTO `wpg3_postmeta` VALUES (2232,148,'fave_multi_units','a:0:{}'); INSERT INTO `wpg3_postmeta` VALUES (2233,148,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (2234,148,'houzez_views_by_date','a:61:{s:10:\"04-24-2017\";i:12;s:10:\"04-25-2017\";i:4;s:10:\"04-26-2017\";i:4;s:10:\"04-27-2017\";i:4;s:10:\"04-28-2017\";i:10;s:10:\"04-29-2017\";i:6;s:10:\"04-30-2017\";i:10;s:10:\"05-01-2017\";i:7;s:10:\"05-02-2017\";i:7;s:10:\"05-03-2017\";i:10;s:10:\"05-04-2017\";i:8;s:10:\"05-05-2017\";i:5;s:10:\"05-06-2017\";i:8;s:10:\"05-07-2017\";i:6;s:10:\"05-08-2017\";i:6;s:10:\"05-09-2017\";i:4;s:10:\"05-11-2017\";i:1;s:10:\"05-12-2017\";i:3;s:10:\"05-13-2017\";i:3;s:10:\"05-14-2017\";i:2;s:10:\"05-15-2017\";i:3;s:10:\"05-16-2017\";i:1;s:10:\"05-17-2017\";i:2;s:10:\"05-18-2017\";i:2;s:10:\"05-19-2017\";i:3;s:10:\"05-20-2017\";i:4;s:10:\"05-21-2017\";i:3;s:10:\"05-22-2017\";i:4;s:10:\"05-23-2017\";i:4;s:10:\"05-24-2017\";i:3;s:10:\"05-25-2017\";i:4;s:10:\"05-26-2017\";i:5;s:10:\"05-27-2017\";i:2;s:10:\"05-28-2017\";i:2;s:10:\"05-29-2017\";i:1;s:10:\"05-30-2017\";i:1;s:10:\"05-31-2017\";i:2;s:10:\"06-01-2017\";i:2;s:10:\"06-02-2017\";i:5;s:10:\"06-03-2017\";i:3;s:10:\"06-04-2017\";i:2;s:10:\"06-05-2017\";i:4;s:10:\"06-06-2017\";i:2;s:10:\"06-07-2017\";i:2;s:10:\"06-09-2017\";i:2;s:10:\"06-10-2017\";i:2;s:10:\"06-11-2017\";i:1;s:10:\"06-12-2017\";i:2;s:10:\"06-13-2017\";i:4;s:10:\"06-14-2017\";i:2;s:10:\"06-15-2017\";i:2;s:10:\"06-16-2017\";i:1;s:10:\"06-17-2017\";i:2;s:10:\"06-18-2017\";i:2;s:10:\"06-19-2017\";i:2;s:10:\"06-20-2017\";i:3;s:10:\"06-21-2017\";i:3;s:10:\"06-22-2017\";i:1;s:10:\"06-23-2017\";i:4;s:10:\"06-24-2017\";i:2;s:10:\"06-26-2017\";i:4;}'); INSERT INTO `wpg3_postmeta` VALUES (2235,148,'houzez_total_property_views','1169'); INSERT INTO `wpg3_postmeta` VALUES (2236,148,'fave_multiunit_plans_enable','disable'); INSERT INTO `wpg3_postmeta` VALUES (2237,148,'houzez_recently_viewed','06-26-2017'); INSERT INTO `wpg3_postmeta` VALUES (2238,148,'houzez_geolocation_lat','25.887529'); INSERT INTO `wpg3_postmeta` VALUES (2239,148,'houzez_geolocation_long','-80.13854200000003'); INSERT INTO `wpg3_postmeta` VALUES (2240,148,'fave_virtual_tour','<iframe width=\"853\" height=\"480\" src=\"https://my.matterport.com/show/?m=zEWsxhZpGba&play=1&qs=1\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>'); INSERT INTO `wpg3_postmeta` VALUES (2241,148,'fave_single_top_area','global'); INSERT INTO `wpg3_postmeta` VALUES (2242,148,'fave_single_content_area','global'); INSERT INTO `wpg3_postmeta` VALUES (2243,148,'houzez_manual_expire',''); INSERT INTO `wpg3_postmeta` VALUES (2244,148,'_houzez_expiration_date_status','saved'); INSERT INTO `wpg3_postmeta` VALUES (2245,361,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (2246,361,'fave_property_images','7412'); INSERT INTO `wpg3_postmeta` VALUES (2247,361,'_thumbnail_id','7515'); INSERT INTO `wpg3_postmeta` VALUES (2248,361,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (2249,361,'fave_property_size','1200'); INSERT INTO `wpg3_postmeta` VALUES (2250,361,'fave_property_size_prefix','Sq Ft'); INSERT INTO `wpg3_postmeta` VALUES (2251,361,'fave_property_bedrooms','4'); INSERT INTO `wpg3_postmeta` VALUES (2252,361,'fave_property_bathrooms','2'); INSERT INTO `wpg3_postmeta` VALUES (2253,361,'fave_property_garage','1'); INSERT INTO `wpg3_postmeta` VALUES (2254,361,'fave_property_garage_size','200 SqFt'); INSERT INTO `wpg3_postmeta` VALUES (2255,361,'fave_property_year','2016-01-09'); INSERT INTO `wpg3_postmeta` VALUES (2256,361,'fave_property_id','HZ33'); INSERT INTO `wpg3_postmeta` VALUES (2257,361,'fave_property_price','670000'); INSERT INTO `wpg3_postmeta` VALUES (2258,361,'fave_property_price_postfix','mo'); INSERT INTO `wpg3_postmeta` VALUES (2259,361,'fave_property_map','1'); INSERT INTO `wpg3_postmeta` VALUES (2260,361,'fave_property_map_address','3516 N 10th St, Tampa, FL 33605'); INSERT INTO `wpg3_postmeta` VALUES (2261,361,'fave_property_location','27.9772712,-82.44975549999998,14'); INSERT INTO `wpg3_postmeta` VALUES (2262,361,'fave_property_country','US'); INSERT INTO `wpg3_postmeta` VALUES (2263,361,'fave_agents','158'); INSERT INTO `wpg3_postmeta` VALUES (2264,361,'fave_additional_features_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (2265,361,'additional_features','a:6:{i:0;a:2:{s:29:\"fave_additional_feature_title\";s:7:\"Deposit\";s:29:\"fave_additional_feature_value\";s:3:\"20%\";}i:1;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Pool Size\";s:29:\"fave_additional_feature_value\";s:8:\"300 Sqft\";}i:2;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Last remodel year\";s:29:\"fave_additional_feature_value\";s:4:\"1987\";}i:3;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Amenities\";s:29:\"fave_additional_feature_value\";s:9:\"Clubhouse\";}i:4;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Additional Rooms:\";s:29:\"fave_additional_feature_value\";s:10:\"Guest Bath\";}i:5;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Equipment\";s:29:\"fave_additional_feature_value\";s:11:\"Grill - Gas\";}}'); INSERT INTO `wpg3_postmeta` VALUES (2266,361,'fave_floor_plans_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (2267,361,'floor_plans','a:2:{i:0;a:7:{s:15:\"fave_plan_title\";s:11:\"First Floor\";s:15:\"fave_plan_rooms\";s:8:\"670 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"530 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,650\";s:14:\"fave_plan_size\";s:9:\"1267 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-1.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}i:1;a:7:{s:15:\"fave_plan_title\";s:12:\"Second Floor\";s:15:\"fave_plan_rooms\";s:8:\"543 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"238 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,600\";s:14:\"fave_plan_size\";s:9:\"1345 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-2.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}}'); INSERT INTO `wpg3_postmeta` VALUES (2268,361,'fave_featured','0'); INSERT INTO `wpg3_postmeta` VALUES (2269,361,'fave_property_address','3516 N 10th St'); INSERT INTO `wpg3_postmeta` VALUES (2270,361,'fave_property_zip','33605'); INSERT INTO `wpg3_postmeta` VALUES (2271,361,'fave_multi_units','a:0:{}'); INSERT INTO `wpg3_postmeta` VALUES (2272,361,'fave_video_url','https://www.youtube.com/watch?v=fafEHMnFe3g'); INSERT INTO `wpg3_postmeta` VALUES (2273,361,'fave_payment_status','not_paid'); INSERT INTO `wpg3_postmeta` VALUES (2274,361,'fave_property_map_street_view','show'); INSERT INTO `wpg3_postmeta` VALUES (2275,361,'_dp_original','357'); INSERT INTO `wpg3_postmeta` VALUES (2276,361,'fave_property_sec_price','1300'); INSERT INTO `wpg3_postmeta` VALUES (2277,361,'houzez_total_property_views','4791'); INSERT INTO `wpg3_postmeta` VALUES (2278,361,'fave_multiunit_plans_enable','disable'); INSERT INTO `wpg3_postmeta` VALUES (2279,361,'houzez_views_by_date','a:61:{s:10:\"04-29-2017\";i:14;s:10:\"04-30-2017\";i:7;s:10:\"05-01-2017\";i:9;s:10:\"05-02-2017\";i:8;s:10:\"05-03-2017\";i:20;s:10:\"05-04-2017\";i:14;s:10:\"05-05-2017\";i:12;s:10:\"05-06-2017\";i:16;s:10:\"05-07-2017\";i:9;s:10:\"05-08-2017\";i:18;s:10:\"05-09-2017\";i:16;s:10:\"05-10-2017\";i:11;s:10:\"05-11-2017\";i:11;s:10:\"05-12-2017\";i:8;s:10:\"05-13-2017\";i:12;s:10:\"05-14-2017\";i:9;s:10:\"05-15-2017\";i:11;s:10:\"05-16-2017\";i:14;s:10:\"05-17-2017\";i:13;s:10:\"05-18-2017\";i:8;s:10:\"05-19-2017\";i:7;s:10:\"05-20-2017\";i:9;s:10:\"05-21-2017\";i:8;s:10:\"05-22-2017\";i:8;s:10:\"05-23-2017\";i:12;s:10:\"05-24-2017\";i:16;s:10:\"05-25-2017\";i:10;s:10:\"05-26-2017\";i:14;s:10:\"05-27-2017\";i:10;s:10:\"05-28-2017\";i:11;s:10:\"05-29-2017\";i:15;s:10:\"05-30-2017\";i:8;s:10:\"05-31-2017\";i:8;s:10:\"06-01-2017\";i:7;s:10:\"06-02-2017\";i:6;s:10:\"06-03-2017\";i:7;s:10:\"06-04-2017\";i:7;s:10:\"06-05-2017\";i:9;s:10:\"06-06-2017\";i:9;s:10:\"06-07-2017\";i:11;s:10:\"06-08-2017\";i:9;s:10:\"06-09-2017\";i:9;s:10:\"06-10-2017\";i:6;s:10:\"06-11-2017\";i:8;s:10:\"06-12-2017\";i:12;s:10:\"06-13-2017\";i:8;s:10:\"06-14-2017\";i:10;s:10:\"06-15-2017\";i:10;s:10:\"06-16-2017\";i:11;s:10:\"06-17-2017\";i:12;s:10:\"06-18-2017\";i:7;s:10:\"06-19-2017\";i:13;s:10:\"06-20-2017\";i:10;s:10:\"06-21-2017\";i:12;s:10:\"06-22-2017\";i:10;s:10:\"06-23-2017\";i:8;s:10:\"06-24-2017\";i:6;s:10:\"06-25-2017\";i:8;s:10:\"06-26-2017\";i:8;s:10:\"11-24-2017\";i:2;s:10:\"11-27-2017\";i:2;}'); INSERT INTO `wpg3_postmeta` VALUES (2280,361,'fave_video_image','280'); INSERT INTO `wpg3_postmeta` VALUES (2281,361,'houzez_recently_viewed','11-27-2017'); INSERT INTO `wpg3_postmeta` VALUES (2282,361,'houzez_geolocation_lat','27.9772712'); INSERT INTO `wpg3_postmeta` VALUES (2283,361,'houzez_geolocation_long','-82.44975549999998'); INSERT INTO `wpg3_postmeta` VALUES (2284,361,'fave_virtual_tour','<iframe width=\"853\" height=\"480\" src=\"https://my.matterport.com/show/?m=zEWsxhZpGba&play=1&qs=1\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>'); INSERT INTO `wpg3_postmeta` VALUES (2285,361,'fave_single_top_area','global'); INSERT INTO `wpg3_postmeta` VALUES (2286,361,'fave_single_content_area','global'); INSERT INTO `wpg3_postmeta` VALUES (2287,361,'fave_agent_display_option','agent_info'); INSERT INTO `wpg3_postmeta` VALUES (2288,361,'fave_attachments','6288'); INSERT INTO `wpg3_postmeta` VALUES (2289,361,'fave_property_agency','2777'); INSERT INTO `wpg3_postmeta` VALUES (2290,437,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (2291,437,'fave_agent_display_option','agent_info'); INSERT INTO `wpg3_postmeta` VALUES (2292,437,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (2293,437,'fave_property_size','1500'); INSERT INTO `wpg3_postmeta` VALUES (2294,437,'fave_property_size_prefix','Sq Ft'); INSERT INTO `wpg3_postmeta` VALUES (2295,437,'fave_property_bedrooms','3'); INSERT INTO `wpg3_postmeta` VALUES (2296,437,'fave_property_bathrooms','2'); INSERT INTO `wpg3_postmeta` VALUES (2297,437,'fave_property_garage','1'); INSERT INTO `wpg3_postmeta` VALUES (2298,437,'fave_property_garage_size','200 SqFt'); INSERT INTO `wpg3_postmeta` VALUES (2299,437,'fave_property_year','2016-01-09'); INSERT INTO `wpg3_postmeta` VALUES (2300,437,'fave_property_id','HZ48'); INSERT INTO `wpg3_postmeta` VALUES (2301,437,'fave_property_price','2200'); INSERT INTO `wpg3_postmeta` VALUES (2302,437,'fave_property_price_postfix','mo'); INSERT INTO `wpg3_postmeta` VALUES (2303,437,'fave_property_map','1'); INSERT INTO `wpg3_postmeta` VALUES (2304,437,'fave_property_map_address','720 SE 12th Ct, Fort Lauderdale, FL 33316, USA'); INSERT INTO `wpg3_postmeta` VALUES (2305,437,'fave_property_location','26.106618,-80.13513599999999,14'); INSERT INTO `wpg3_postmeta` VALUES (2306,437,'fave_property_country','US'); INSERT INTO `wpg3_postmeta` VALUES (2307,437,'fave_agents','156'); INSERT INTO `wpg3_postmeta` VALUES (2308,437,'fave_additional_features_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (2309,437,'additional_features','a:6:{i:0;a:2:{s:29:\"fave_additional_feature_title\";s:7:\"Deposit\";s:29:\"fave_additional_feature_value\";s:3:\"20%\";}i:1;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Pool Size\";s:29:\"fave_additional_feature_value\";s:8:\"300 Sqft\";}i:2;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Last remodel year\";s:29:\"fave_additional_feature_value\";s:4:\"1987\";}i:3;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Amenities\";s:29:\"fave_additional_feature_value\";s:9:\"Clubhouse\";}i:4;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Additional Rooms:\";s:29:\"fave_additional_feature_value\";s:10:\"Guest Bath\";}i:5;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Equipment\";s:29:\"fave_additional_feature_value\";s:11:\"Grill - Gas\";}}'); INSERT INTO `wpg3_postmeta` VALUES (2310,437,'fave_floor_plans_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (2311,437,'floor_plans','a:2:{i:0;a:7:{s:15:\"fave_plan_title\";s:11:\"First Floor\";s:15:\"fave_plan_rooms\";s:8:\"670 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"530 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,650\";s:14:\"fave_plan_size\";s:9:\"1267 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-1.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}i:1;a:7:{s:15:\"fave_plan_title\";s:12:\"Second Floor\";s:15:\"fave_plan_rooms\";s:8:\"543 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"238 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,600\";s:14:\"fave_plan_size\";s:9:\"1345 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-2.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}}'); INSERT INTO `wpg3_postmeta` VALUES (2312,437,'fave_featured','0'); INSERT INTO `wpg3_postmeta` VALUES (2313,437,'fave_property_address','720 SE 12th Ct'); INSERT INTO `wpg3_postmeta` VALUES (2314,437,'fave_property_zip','33316'); INSERT INTO `wpg3_postmeta` VALUES (2315,437,'fave_multi_units','a:0:{}'); INSERT INTO `wpg3_postmeta` VALUES (2316,437,'fave_property_images','7506'); INSERT INTO `wpg3_postmeta` VALUES (2317,437,'fave_video_image','84'); INSERT INTO `wpg3_postmeta` VALUES (2318,437,'fave_video_url','https://www.youtube.com/watch?v=fafEHMnFe3g'); INSERT INTO `wpg3_postmeta` VALUES (2319,437,'fave_payment_status','not_paid'); INSERT INTO `wpg3_postmeta` VALUES (2320,437,'fave_property_map_street_view','show'); INSERT INTO `wpg3_postmeta` VALUES (2321,437,'_dp_original','432'); INSERT INTO `wpg3_postmeta` VALUES (2322,437,'houzez_recently_viewed','11-24-2017'); INSERT INTO `wpg3_postmeta` VALUES (2323,437,'fave_multiunit_plans_enable','disable'); INSERT INTO `wpg3_postmeta` VALUES (2324,437,'houzez_total_property_views','1074'); INSERT INTO `wpg3_postmeta` VALUES (2325,437,'houzez_views_by_date','a:61:{s:10:\"04-29-2017\";i:2;s:10:\"04-30-2017\";i:2;s:10:\"05-01-2017\";i:4;s:10:\"05-02-2017\";i:1;s:10:\"05-03-2017\";i:1;s:10:\"05-04-2017\";i:4;s:10:\"05-05-2017\";i:16;s:10:\"05-06-2017\";i:3;s:10:\"05-07-2017\";i:8;s:10:\"05-08-2017\";i:1;s:10:\"05-09-2017\";i:18;s:10:\"05-10-2017\";i:7;s:10:\"05-11-2017\";i:1;s:10:\"05-12-2017\";i:5;s:10:\"05-13-2017\";i:4;s:10:\"05-14-2017\";i:4;s:10:\"05-15-2017\";i:3;s:10:\"05-16-2017\";i:3;s:10:\"05-17-2017\";i:8;s:10:\"05-18-2017\";i:4;s:10:\"05-19-2017\";i:5;s:10:\"05-20-2017\";i:2;s:10:\"05-21-2017\";i:4;s:10:\"05-22-2017\";i:4;s:10:\"05-23-2017\";i:6;s:10:\"05-24-2017\";i:4;s:10:\"05-25-2017\";i:5;s:10:\"05-26-2017\";i:3;s:10:\"05-27-2017\";i:4;s:10:\"05-28-2017\";i:5;s:10:\"05-29-2017\";i:6;s:10:\"05-30-2017\";i:4;s:10:\"05-31-2017\";i:4;s:10:\"06-01-2017\";i:10;s:10:\"06-02-2017\";i:9;s:10:\"06-03-2017\";i:17;s:10:\"06-04-2017\";i:15;s:10:\"06-05-2017\";i:8;s:10:\"06-06-2017\";i:6;s:10:\"06-07-2017\";i:8;s:10:\"06-08-2017\";i:3;s:10:\"06-09-2017\";i:6;s:10:\"06-10-2017\";i:7;s:10:\"06-11-2017\";i:3;s:10:\"06-12-2017\";i:3;s:10:\"06-13-2017\";i:4;s:10:\"06-14-2017\";i:6;s:10:\"06-15-2017\";i:6;s:10:\"06-16-2017\";i:4;s:10:\"06-17-2017\";i:3;s:10:\"06-18-2017\";i:4;s:10:\"06-19-2017\";i:6;s:10:\"06-20-2017\";i:5;s:10:\"06-21-2017\";i:4;s:10:\"06-22-2017\";i:3;s:10:\"06-23-2017\";i:7;s:10:\"06-24-2017\";i:11;s:10:\"06-25-2017\";i:7;s:10:\"06-26-2017\";i:7;s:10:\"11-22-2017\";i:2;s:10:\"11-24-2017\";i:1;}'); INSERT INTO `wpg3_postmeta` VALUES (2326,437,'houzez_geolocation_lat','26.106618'); INSERT INTO `wpg3_postmeta` VALUES (2327,437,'houzez_geolocation_long','-80.13513599999999'); INSERT INTO `wpg3_postmeta` VALUES (2328,437,'fave_virtual_tour','<iframe width=\"853\" height=\"480\" src=\"https://my.matterport.com/show/?m=zEWsxhZpGba&play=1&qs=1\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>'); INSERT INTO `wpg3_postmeta` VALUES (2329,437,'fave_single_top_area','global'); INSERT INTO `wpg3_postmeta` VALUES (2330,437,'fave_single_content_area','global'); INSERT INTO `wpg3_postmeta` VALUES (2331,437,'fave_property_agency','2784'); INSERT INTO `wpg3_postmeta` VALUES (2332,437,'_thumbnail_id','7412'); INSERT INTO `wpg3_postmeta` VALUES (2333,445,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (2334,445,'fave_property_images','7567'); INSERT INTO `wpg3_postmeta` VALUES (2335,445,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (2336,445,'fave_property_size','1749'); INSERT INTO `wpg3_postmeta` VALUES (2337,445,'fave_property_size_prefix','Sq Ft'); INSERT INTO `wpg3_postmeta` VALUES (2338,445,'fave_property_bedrooms','1'); INSERT INTO `wpg3_postmeta` VALUES (2339,445,'fave_property_bathrooms','2'); INSERT INTO `wpg3_postmeta` VALUES (2340,445,'fave_property_garage','1'); INSERT INTO `wpg3_postmeta` VALUES (2341,445,'fave_property_garage_size','200 SqFt'); INSERT INTO `wpg3_postmeta` VALUES (2342,445,'fave_property_year','2016-01-09'); INSERT INTO `wpg3_postmeta` VALUES (2343,445,'fave_property_id','HZ29'); INSERT INTO `wpg3_postmeta` VALUES (2344,445,'fave_property_price','899000'); INSERT INTO `wpg3_postmeta` VALUES (2345,445,'fave_property_price_postfix','sq ft'); INSERT INTO `wpg3_postmeta` VALUES (2346,445,'fave_property_map','1'); INSERT INTO `wpg3_postmeta` VALUES (2347,445,'fave_property_map_address','1137 NW 15th St, Fort Lauderdale, FL 33311'); INSERT INTO `wpg3_postmeta` VALUES (2348,445,'fave_property_location','26.1451665,-80.15769929999999,14'); INSERT INTO `wpg3_postmeta` VALUES (2349,445,'fave_property_country','US'); INSERT INTO `wpg3_postmeta` VALUES (2350,445,'fave_agents','158'); INSERT INTO `wpg3_postmeta` VALUES (2351,445,'fave_additional_features_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (2352,445,'additional_features','a:6:{i:0;a:2:{s:29:\"fave_additional_feature_title\";s:7:\"Deposit\";s:29:\"fave_additional_feature_value\";s:3:\"20%\";}i:1;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Pool Size\";s:29:\"fave_additional_feature_value\";s:8:\"300 Sqft\";}i:2;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Last remodel year\";s:29:\"fave_additional_feature_value\";s:4:\"1987\";}i:3;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Amenities\";s:29:\"fave_additional_feature_value\";s:9:\"Clubhouse\";}i:4;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Additional Rooms:\";s:29:\"fave_additional_feature_value\";s:10:\"Guest Bath\";}i:5;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Equipment\";s:29:\"fave_additional_feature_value\";s:11:\"Grill - Gas\";}}'); INSERT INTO `wpg3_postmeta` VALUES (2353,445,'fave_floor_plans_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (2354,445,'floor_plans','a:2:{i:0;a:7:{s:15:\"fave_plan_title\";s:11:\"First Floor\";s:15:\"fave_plan_rooms\";s:8:\"670 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"530 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,650\";s:14:\"fave_plan_size\";s:9:\"1267 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-1.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}i:1;a:7:{s:15:\"fave_plan_title\";s:12:\"Second Floor\";s:15:\"fave_plan_rooms\";s:8:\"543 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"238 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,600\";s:14:\"fave_plan_size\";s:9:\"1345 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-2.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}}'); INSERT INTO `wpg3_postmeta` VALUES (2355,445,'fave_featured','0'); INSERT INTO `wpg3_postmeta` VALUES (2356,445,'fave_property_address','1137 NW 15th St'); INSERT INTO `wpg3_postmeta` VALUES (2357,445,'fave_property_zip','33311'); INSERT INTO `wpg3_postmeta` VALUES (2358,445,'fave_multi_units','a:0:{}'); INSERT INTO `wpg3_postmeta` VALUES (2359,445,'fave_video_image','84'); INSERT INTO `wpg3_postmeta` VALUES (2360,445,'fave_video_url','https://www.youtube.com/watch?v=fafEHMnFe3g'); INSERT INTO `wpg3_postmeta` VALUES (2361,445,'fave_payment_status','not_paid'); INSERT INTO `wpg3_postmeta` VALUES (2362,445,'fave_property_map_street_view','show'); INSERT INTO `wpg3_postmeta` VALUES (2363,445,'_dp_original','437'); INSERT INTO `wpg3_postmeta` VALUES (2364,445,'fave_property_sec_price','7600'); INSERT INTO `wpg3_postmeta` VALUES (2365,445,'houzez_recently_viewed','11-24-2017'); INSERT INTO `wpg3_postmeta` VALUES (2366,445,'houzez_views_by_date','a:61:{s:10:\"04-26-2017\";i:3;s:10:\"04-27-2017\";i:5;s:10:\"04-28-2017\";i:7;s:10:\"05-01-2017\";i:2;s:10:\"05-02-2017\";i:2;s:10:\"05-03-2017\";i:2;s:10:\"05-04-2017\";i:3;s:10:\"05-05-2017\";i:2;s:10:\"05-06-2017\";i:6;s:10:\"05-07-2017\";i:4;s:10:\"05-08-2017\";i:5;s:10:\"05-09-2017\";i:4;s:10:\"05-10-2017\";i:9;s:10:\"05-11-2017\";i:7;s:10:\"05-12-2017\";i:6;s:10:\"05-13-2017\";i:5;s:10:\"05-14-2017\";i:4;s:10:\"05-15-2017\";i:9;s:10:\"05-16-2017\";i:7;s:10:\"05-17-2017\";i:7;s:10:\"05-18-2017\";i:7;s:10:\"05-19-2017\";i:10;s:10:\"05-20-2017\";i:9;s:10:\"05-21-2017\";i:6;s:10:\"05-22-2017\";i:10;s:10:\"05-23-2017\";i:9;s:10:\"05-24-2017\";i:8;s:10:\"05-25-2017\";i:7;s:10:\"05-26-2017\";i:8;s:10:\"05-27-2017\";i:5;s:10:\"05-28-2017\";i:10;s:10:\"05-29-2017\";i:7;s:10:\"05-30-2017\";i:5;s:10:\"05-31-2017\";i:13;s:10:\"06-01-2017\";i:5;s:10:\"06-02-2017\";i:7;s:10:\"06-03-2017\";i:6;s:10:\"06-04-2017\";i:6;s:10:\"06-05-2017\";i:8;s:10:\"06-06-2017\";i:6;s:10:\"06-07-2017\";i:6;s:10:\"06-08-2017\";i:5;s:10:\"06-09-2017\";i:7;s:10:\"06-10-2017\";i:7;s:10:\"06-11-2017\";i:7;s:10:\"06-12-2017\";i:8;s:10:\"06-13-2017\";i:9;s:10:\"06-14-2017\";i:13;s:10:\"06-15-2017\";i:9;s:10:\"06-16-2017\";i:7;s:10:\"06-17-2017\";i:5;s:10:\"06-18-2017\";i:6;s:10:\"06-19-2017\";i:8;s:10:\"06-20-2017\";i:8;s:10:\"06-21-2017\";i:7;s:10:\"06-22-2017\";i:6;s:10:\"06-23-2017\";i:8;s:10:\"06-24-2017\";i:8;s:10:\"06-25-2017\";i:6;s:10:\"06-26-2017\";i:6;s:10:\"11-24-2017\";i:1;}'); INSERT INTO `wpg3_postmeta` VALUES (2367,445,'houzez_total_property_views','1130'); INSERT INTO `wpg3_postmeta` VALUES (2368,445,'fave_multiunit_plans_enable','disable'); INSERT INTO `wpg3_postmeta` VALUES (2369,445,'houzez_geolocation_lat','26.1451665'); INSERT INTO `wpg3_postmeta` VALUES (2370,445,'houzez_geolocation_long','-80.15769929999999'); INSERT INTO `wpg3_postmeta` VALUES (2371,445,'fave_virtual_tour','<iframe width=\"853\" height=\"480\" src=\"https://my.matterport.com/show/?m=zEWsxhZpGba&play=1&qs=1\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>'); INSERT INTO `wpg3_postmeta` VALUES (2372,445,'fave_single_top_area','global'); INSERT INTO `wpg3_postmeta` VALUES (2373,445,'fave_single_content_area','global'); INSERT INTO `wpg3_postmeta` VALUES (2374,445,'fave_agent_display_option','agent_info'); INSERT INTO `wpg3_postmeta` VALUES (2375,445,'fave_property_agency','2784'); INSERT INTO `wpg3_postmeta` VALUES (2376,445,'_thumbnail_id','7572'); INSERT INTO `wpg3_postmeta` VALUES (2377,448,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (2378,448,'fave_property_images','7517'); INSERT INTO `wpg3_postmeta` VALUES (2379,448,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (2380,448,'fave_property_size','2300'); INSERT INTO `wpg3_postmeta` VALUES (2381,448,'fave_property_size_prefix','Sq Ft'); INSERT INTO `wpg3_postmeta` VALUES (2382,448,'fave_property_bedrooms','2'); INSERT INTO `wpg3_postmeta` VALUES (2383,448,'fave_property_bathrooms','1'); INSERT INTO `wpg3_postmeta` VALUES (2384,448,'fave_property_garage','1'); INSERT INTO `wpg3_postmeta` VALUES (2385,448,'fave_property_garage_size','200 SqFt'); INSERT INTO `wpg3_postmeta` VALUES (2386,448,'fave_property_year','2016-01-09'); INSERT INTO `wpg3_postmeta` VALUES (2387,448,'fave_property_id','HZ05'); INSERT INTO `wpg3_postmeta` VALUES (2388,448,'fave_property_price','1900'); INSERT INTO `wpg3_postmeta` VALUES (2389,448,'fave_property_price_postfix','mo'); INSERT INTO `wpg3_postmeta` VALUES (2390,448,'fave_property_map','1'); INSERT INTO `wpg3_postmeta` VALUES (2391,448,'fave_property_map_address','1629 Miami Rd, Fort Lauderdale, FL 33316, USA'); INSERT INTO `wpg3_postmeta` VALUES (2392,448,'fave_property_location','26.101025,-80.1345,14'); INSERT INTO `wpg3_postmeta` VALUES (2393,448,'fave_property_country','US'); INSERT INTO `wpg3_postmeta` VALUES (2394,448,'fave_agents','72'); INSERT INTO `wpg3_postmeta` VALUES (2395,448,'fave_additional_features_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (2396,448,'additional_features','a:6:{i:0;a:2:{s:29:\"fave_additional_feature_title\";s:7:\"Deposit\";s:29:\"fave_additional_feature_value\";s:3:\"20%\";}i:1;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Pool Size\";s:29:\"fave_additional_feature_value\";s:8:\"300 Sqft\";}i:2;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Last remodel year\";s:29:\"fave_additional_feature_value\";s:4:\"1987\";}i:3;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Amenities\";s:29:\"fave_additional_feature_value\";s:9:\"Clubhouse\";}i:4;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Additional Rooms:\";s:29:\"fave_additional_feature_value\";s:10:\"Guest Bath\";}i:5;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Equipment\";s:29:\"fave_additional_feature_value\";s:11:\"Grill - Gas\";}}'); INSERT INTO `wpg3_postmeta` VALUES (2397,448,'fave_floor_plans_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (2398,448,'floor_plans','a:2:{i:0;a:7:{s:15:\"fave_plan_title\";s:11:\"First Floor\";s:15:\"fave_plan_rooms\";s:8:\"670 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"530 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,650\";s:14:\"fave_plan_size\";s:9:\"1267 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-1.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}i:1;a:7:{s:15:\"fave_plan_title\";s:12:\"Second Floor\";s:15:\"fave_plan_rooms\";s:8:\"543 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"238 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,600\";s:14:\"fave_plan_size\";s:9:\"1345 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-2.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}}'); INSERT INTO `wpg3_postmeta` VALUES (2399,448,'fave_featured','0'); INSERT INTO `wpg3_postmeta` VALUES (2400,448,'fave_property_address','1629 Miami Rd'); INSERT INTO `wpg3_postmeta` VALUES (2401,448,'fave_property_zip','33316'); INSERT INTO `wpg3_postmeta` VALUES (2402,448,'fave_multi_units','a:0:{}'); INSERT INTO `wpg3_postmeta` VALUES (2403,448,'fave_video_image','84'); INSERT INTO `wpg3_postmeta` VALUES (2404,448,'fave_video_url','https://www.youtube.com/watch?v=fafEHMnFe3g'); INSERT INTO `wpg3_postmeta` VALUES (2405,448,'fave_payment_status','not_paid'); INSERT INTO `wpg3_postmeta` VALUES (2406,448,'fave_property_map_street_view','show'); INSERT INTO `wpg3_postmeta` VALUES (2407,448,'_dp_original','445'); INSERT INTO `wpg3_postmeta` VALUES (2408,448,'houzez_views_by_date','a:61:{s:10:\"04-29-2017\";i:4;s:10:\"04-30-2017\";i:1;s:10:\"05-01-2017\";i:6;s:10:\"05-03-2017\";i:2;s:10:\"05-04-2017\";i:3;s:10:\"05-05-2017\";i:3;s:10:\"05-06-2017\";i:5;s:10:\"05-07-2017\";i:3;s:10:\"05-08-2017\";i:3;s:10:\"05-09-2017\";i:4;s:10:\"05-10-2017\";i:7;s:10:\"05-11-2017\";i:5;s:10:\"05-12-2017\";i:4;s:10:\"05-13-2017\";i:4;s:10:\"05-14-2017\";i:5;s:10:\"05-15-2017\";i:2;s:10:\"05-16-2017\";i:5;s:10:\"05-17-2017\";i:4;s:10:\"05-18-2017\";i:7;s:10:\"05-19-2017\";i:4;s:10:\"05-20-2017\";i:4;s:10:\"05-21-2017\";i:1;s:10:\"05-22-2017\";i:5;s:10:\"05-23-2017\";i:9;s:10:\"05-24-2017\";i:4;s:10:\"05-25-2017\";i:6;s:10:\"05-26-2017\";i:5;s:10:\"05-27-2017\";i:3;s:10:\"05-28-2017\";i:7;s:10:\"05-29-2017\";i:5;s:10:\"05-30-2017\";i:2;s:10:\"05-31-2017\";i:9;s:10:\"06-01-2017\";i:5;s:10:\"06-02-2017\";i:2;s:10:\"06-03-2017\";i:5;s:10:\"06-04-2017\";i:4;s:10:\"06-05-2017\";i:5;s:10:\"06-06-2017\";i:5;s:10:\"06-07-2017\";i:3;s:10:\"06-08-2017\";i:4;s:10:\"06-09-2017\";i:6;s:10:\"06-10-2017\";i:5;s:10:\"06-11-2017\";i:4;s:10:\"06-12-2017\";i:5;s:10:\"06-13-2017\";i:5;s:10:\"06-14-2017\";i:8;s:10:\"06-15-2017\";i:6;s:10:\"06-16-2017\";i:4;s:10:\"06-17-2017\";i:7;s:10:\"06-18-2017\";i:8;s:10:\"06-19-2017\";i:6;s:10:\"06-20-2017\";i:3;s:10:\"06-21-2017\";i:5;s:10:\"06-22-2017\";i:4;s:10:\"06-23-2017\";i:9;s:10:\"06-24-2017\";i:6;s:10:\"06-25-2017\";i:3;s:10:\"06-26-2017\";i:6;s:10:\"11-22-2017\";i:5;s:10:\"11-23-2017\";i:1;s:10:\"11-24-2017\";i:2;}'); INSERT INTO `wpg3_postmeta` VALUES (2409,448,'houzez_total_property_views','1078'); INSERT INTO `wpg3_postmeta` VALUES (2410,448,'fave_multiunit_plans_enable','disable'); INSERT INTO `wpg3_postmeta` VALUES (2411,448,'fave_rating','a:6:{i:1;i:-1;i:2;i:0;i:3;i:0;i:4;i:0;i:5;i:0;s:0:\"\";N;}'); INSERT INTO `wpg3_postmeta` VALUES (2412,448,'houzez_recently_viewed','11-24-2017'); INSERT INTO `wpg3_postmeta` VALUES (2413,448,'houzez_geolocation_lat','26.101025'); INSERT INTO `wpg3_postmeta` VALUES (2414,448,'houzez_geolocation_long','-80.1345'); INSERT INTO `wpg3_postmeta` VALUES (2415,448,'fave_virtual_tour','<iframe width=\"853\" height=\"480\" src=\"https://my.matterport.com/show/?m=zEWsxhZpGba&play=1&qs=1\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>'); INSERT INTO `wpg3_postmeta` VALUES (2416,448,'fave_single_top_area','global'); INSERT INTO `wpg3_postmeta` VALUES (2417,448,'fave_single_content_area','global'); INSERT INTO `wpg3_postmeta` VALUES (2418,448,'fave_agent_display_option','agent_info'); INSERT INTO `wpg3_postmeta` VALUES (2419,448,'fave_property_agency','2777'); INSERT INTO `wpg3_postmeta` VALUES (2420,448,'_thumbnail_id','7411'); INSERT INTO `wpg3_postmeta` VALUES (2421,451,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (2422,451,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (2423,451,'fave_property_size','2450'); INSERT INTO `wpg3_postmeta` VALUES (2424,451,'fave_property_size_prefix','Sq Ft'); INSERT INTO `wpg3_postmeta` VALUES (2425,451,'fave_property_bedrooms','3'); INSERT INTO `wpg3_postmeta` VALUES (2426,451,'fave_property_bathrooms','1'); INSERT INTO `wpg3_postmeta` VALUES (2427,451,'fave_property_garage','1'); INSERT INTO `wpg3_postmeta` VALUES (2428,451,'fave_property_garage_size','200 SqFt'); INSERT INTO `wpg3_postmeta` VALUES (2429,451,'fave_property_year','2016-01-09'); INSERT INTO `wpg3_postmeta` VALUES (2430,451,'fave_property_id','HZ08'); INSERT INTO `wpg3_postmeta` VALUES (2431,451,'fave_property_price','2500'); INSERT INTO `wpg3_postmeta` VALUES (2432,451,'fave_property_price_postfix','mo'); INSERT INTO `wpg3_postmeta` VALUES (2433,451,'fave_property_map','1'); INSERT INTO `wpg3_postmeta` VALUES (2434,451,'fave_property_map_address','2621 NE 17th St, Fort Lauderdale, FL 33305'); INSERT INTO `wpg3_postmeta` VALUES (2435,451,'fave_property_location','26.1490611,-80.11224349999998,14'); INSERT INTO `wpg3_postmeta` VALUES (2436,451,'fave_property_country','US'); INSERT INTO `wpg3_postmeta` VALUES (2437,451,'fave_agents','150'); INSERT INTO `wpg3_postmeta` VALUES (2438,451,'fave_additional_features_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (2439,451,'additional_features','a:6:{i:0;a:2:{s:29:\"fave_additional_feature_title\";s:7:\"Deposit\";s:29:\"fave_additional_feature_value\";s:3:\"20%\";}i:1;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Pool Size\";s:29:\"fave_additional_feature_value\";s:8:\"300 Sqft\";}i:2;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Last remodel year\";s:29:\"fave_additional_feature_value\";s:4:\"1987\";}i:3;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Amenities\";s:29:\"fave_additional_feature_value\";s:9:\"Clubhouse\";}i:4;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Additional Rooms:\";s:29:\"fave_additional_feature_value\";s:10:\"Guest Bath\";}i:5;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Equipment\";s:29:\"fave_additional_feature_value\";s:11:\"Grill - Gas\";}}'); INSERT INTO `wpg3_postmeta` VALUES (2440,451,'fave_floor_plans_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (2441,451,'floor_plans','a:2:{i:0;a:7:{s:15:\"fave_plan_title\";s:11:\"First Floor\";s:15:\"fave_plan_rooms\";s:8:\"670 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"530 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,650\";s:14:\"fave_plan_size\";s:9:\"1267 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-1.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}i:1;a:7:{s:15:\"fave_plan_title\";s:12:\"Second Floor\";s:15:\"fave_plan_rooms\";s:8:\"543 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"238 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,600\";s:14:\"fave_plan_size\";s:9:\"1345 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-2.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}}'); INSERT INTO `wpg3_postmeta` VALUES (2442,451,'fave_featured','0'); INSERT INTO `wpg3_postmeta` VALUES (2443,451,'fave_property_address','2621 NE 17th St'); INSERT INTO `wpg3_postmeta` VALUES (2444,451,'fave_property_zip','33305'); INSERT INTO `wpg3_postmeta` VALUES (2445,451,'fave_multi_units','a:0:{}'); INSERT INTO `wpg3_postmeta` VALUES (2446,451,'fave_property_images','7568'); INSERT INTO `wpg3_postmeta` VALUES (2447,451,'fave_video_image','84'); INSERT INTO `wpg3_postmeta` VALUES (2448,451,'fave_video_url','https://www.youtube.com/watch?v=fafEHMnFe3g'); INSERT INTO `wpg3_postmeta` VALUES (2449,451,'fave_payment_status','not_paid'); INSERT INTO `wpg3_postmeta` VALUES (2450,451,'fave_property_map_street_view','show'); INSERT INTO `wpg3_postmeta` VALUES (2451,451,'_dp_original','448'); INSERT INTO `wpg3_postmeta` VALUES (2452,451,'fave_agent_display_option','agent_info'); INSERT INTO `wpg3_postmeta` VALUES (2453,451,'houzez_views_by_date','a:61:{s:10:\"04-30-2017\";i:1;s:10:\"05-01-2017\";i:4;s:10:\"05-02-2017\";i:4;s:10:\"05-03-2017\";i:6;s:10:\"05-04-2017\";i:9;s:10:\"05-05-2017\";i:6;s:10:\"05-06-2017\";i:5;s:10:\"05-07-2017\";i:2;s:10:\"05-08-2017\";i:6;s:10:\"05-09-2017\";i:3;s:10:\"05-10-2017\";i:7;s:10:\"05-11-2017\";i:5;s:10:\"05-12-2017\";i:5;s:10:\"05-13-2017\";i:5;s:10:\"05-14-2017\";i:5;s:10:\"05-15-2017\";i:4;s:10:\"05-16-2017\";i:8;s:10:\"05-17-2017\";i:4;s:10:\"05-18-2017\";i:7;s:10:\"05-19-2017\";i:4;s:10:\"05-20-2017\";i:5;s:10:\"05-21-2017\";i:5;s:10:\"05-22-2017\";i:7;s:10:\"05-23-2017\";i:8;s:10:\"05-24-2017\";i:5;s:10:\"05-25-2017\";i:5;s:10:\"05-26-2017\";i:7;s:10:\"05-27-2017\";i:5;s:10:\"05-28-2017\";i:7;s:10:\"05-29-2017\";i:5;s:10:\"05-30-2017\";i:3;s:10:\"05-31-2017\";i:8;s:10:\"06-01-2017\";i:5;s:10:\"06-02-2017\";i:4;s:10:\"06-03-2017\";i:5;s:10:\"06-04-2017\";i:5;s:10:\"06-05-2017\";i:7;s:10:\"06-06-2017\";i:5;s:10:\"06-07-2017\";i:4;s:10:\"06-08-2017\";i:7;s:10:\"06-09-2017\";i:6;s:10:\"06-10-2017\";i:3;s:10:\"06-11-2017\";i:4;s:10:\"06-12-2017\";i:5;s:10:\"06-13-2017\";i:6;s:10:\"06-14-2017\";i:6;s:10:\"06-15-2017\";i:7;s:10:\"06-16-2017\";i:4;s:10:\"06-17-2017\";i:5;s:10:\"06-18-2017\";i:5;s:10:\"06-19-2017\";i:8;s:10:\"06-20-2017\";i:5;s:10:\"06-21-2017\";i:5;s:10:\"06-22-2017\";i:3;s:10:\"06-23-2017\";i:9;s:10:\"06-24-2017\";i:3;s:10:\"06-25-2017\";i:3;s:10:\"06-26-2017\";i:7;s:10:\"11-22-2017\";i:2;s:10:\"11-24-2017\";i:1;s:10:\"11-27-2017\";i:2;}'); INSERT INTO `wpg3_postmeta` VALUES (2454,451,'houzez_total_property_views','1588'); INSERT INTO `wpg3_postmeta` VALUES (2455,451,'fave_multiunit_plans_enable','disable'); INSERT INTO `wpg3_postmeta` VALUES (2456,451,'houzez_recently_viewed','11-27-2017'); INSERT INTO `wpg3_postmeta` VALUES (2457,451,'houzez_geolocation_lat','26.1490611'); INSERT INTO `wpg3_postmeta` VALUES (2458,451,'houzez_geolocation_long','-80.11224349999998'); INSERT INTO `wpg3_postmeta` VALUES (2459,451,'fave_virtual_tour','<iframe width=\"853\" height=\"480\" src=\"https://my.matterport.com/show/?m=zEWsxhZpGba&play=1&qs=1\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>'); INSERT INTO `wpg3_postmeta` VALUES (2460,451,'fave_single_top_area','global'); INSERT INTO `wpg3_postmeta` VALUES (2461,451,'fave_single_content_area','global'); INSERT INTO `wpg3_postmeta` VALUES (2462,451,'fave_property_agency','2777'); INSERT INTO `wpg3_postmeta` VALUES (2463,451,'_thumbnail_id','7573'); INSERT INTO `wpg3_postmeta` VALUES (2464,271,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (2465,271,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (2466,271,'fave_property_size','1200'); INSERT INTO `wpg3_postmeta` VALUES (2467,271,'fave_property_size_prefix','Sq Ft'); INSERT INTO `wpg3_postmeta` VALUES (2468,271,'fave_property_bedrooms','4'); INSERT INTO `wpg3_postmeta` VALUES (2469,271,'fave_property_bathrooms','2'); INSERT INTO `wpg3_postmeta` VALUES (2470,271,'fave_property_garage','1'); INSERT INTO `wpg3_postmeta` VALUES (2471,271,'fave_property_garage_size','200 SqFt'); INSERT INTO `wpg3_postmeta` VALUES (2472,271,'fave_property_year','2016-01-09'); INSERT INTO `wpg3_postmeta` VALUES (2473,271,'fave_property_id','HZ01'); INSERT INTO `wpg3_postmeta` VALUES (2474,271,'fave_property_price','890000'); INSERT INTO `wpg3_postmeta` VALUES (2475,271,'fave_property_price_postfix','sq ft'); INSERT INTO `wpg3_postmeta` VALUES (2476,271,'fave_property_map','1'); INSERT INTO `wpg3_postmeta` VALUES (2477,271,'fave_property_map_address','305 Summerlin Rd, Fort Myers, FL 33919, USA'); INSERT INTO `wpg3_postmeta` VALUES (2478,271,'fave_property_location','26.5755132,-81.8844125,14'); INSERT INTO `wpg3_postmeta` VALUES (2479,271,'fave_property_country','US'); INSERT INTO `wpg3_postmeta` VALUES (2480,271,'fave_agents','158'); INSERT INTO `wpg3_postmeta` VALUES (2481,271,'fave_additional_features_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (2482,271,'additional_features','a:6:{i:0;a:2:{s:29:\"fave_additional_feature_title\";s:7:\"Deposit\";s:29:\"fave_additional_feature_value\";s:3:\"20%\";}i:1;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Pool Size\";s:29:\"fave_additional_feature_value\";s:8:\"300 Sqft\";}i:2;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Last remodel year\";s:29:\"fave_additional_feature_value\";s:4:\"1987\";}i:3;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Amenities\";s:29:\"fave_additional_feature_value\";s:9:\"Clubhouse\";}i:4;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Additional Rooms:\";s:29:\"fave_additional_feature_value\";s:10:\"Guest Bath\";}i:5;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Equipment\";s:29:\"fave_additional_feature_value\";s:11:\"Grill - Gas\";}}'); INSERT INTO `wpg3_postmeta` VALUES (2483,271,'fave_floor_plans_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (2484,271,'floor_plans','a:2:{i:0;a:7:{s:15:\"fave_plan_title\";s:11:\"First Floor\";s:15:\"fave_plan_rooms\";s:8:\"670 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"530 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,650\";s:14:\"fave_plan_size\";s:9:\"1267 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-1.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}i:1;a:7:{s:15:\"fave_plan_title\";s:12:\"Second Floor\";s:15:\"fave_plan_rooms\";s:8:\"543 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"238 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,600\";s:14:\"fave_plan_size\";s:9:\"1345 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-2.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}}'); INSERT INTO `wpg3_postmeta` VALUES (2485,271,'fave_featured','0'); INSERT INTO `wpg3_postmeta` VALUES (2486,271,'fave_property_address','305 Summerlin Rd'); INSERT INTO `wpg3_postmeta` VALUES (2487,271,'fave_property_zip','33919'); INSERT INTO `wpg3_postmeta` VALUES (2488,271,'fave_agent_display_option','agent_info'); INSERT INTO `wpg3_postmeta` VALUES (2489,271,'fave_property_images','7416'); INSERT INTO `wpg3_postmeta` VALUES (2490,271,'fave_video_image','84'); INSERT INTO `wpg3_postmeta` VALUES (2491,271,'fave_video_url','https://www.youtube.com/watch?v=fafEHMnFe3g'); INSERT INTO `wpg3_postmeta` VALUES (2492,271,'fave_property_sec_price','3690'); INSERT INTO `wpg3_postmeta` VALUES (2493,271,'fave_property_map_street_view','show'); INSERT INTO `wpg3_postmeta` VALUES (2494,271,'_dp_original','144'); INSERT INTO `wpg3_postmeta` VALUES (2495,271,'fave_payment_status','not_paid'); INSERT INTO `wpg3_postmeta` VALUES (2496,271,'houzez_views_by_date','a:61:{s:10:\"04-27-2017\";i:6;s:10:\"04-28-2017\";i:11;s:10:\"04-29-2017\";i:3;s:10:\"04-30-2017\";i:6;s:10:\"05-01-2017\";i:8;s:10:\"05-02-2017\";i:2;s:10:\"05-03-2017\";i:6;s:10:\"05-04-2017\";i:6;s:10:\"05-05-2017\";i:5;s:10:\"05-06-2017\";i:7;s:10:\"05-07-2017\";i:7;s:10:\"05-08-2017\";i:10;s:10:\"05-09-2017\";i:8;s:10:\"05-10-2017\";i:5;s:10:\"05-11-2017\";i:4;s:10:\"05-12-2017\";i:5;s:10:\"05-13-2017\";i:3;s:10:\"05-14-2017\";i:4;s:10:\"05-15-2017\";i:4;s:10:\"05-16-2017\";i:4;s:10:\"05-17-2017\";i:6;s:10:\"05-18-2017\";i:6;s:10:\"05-19-2017\";i:3;s:10:\"05-20-2017\";i:3;s:10:\"05-21-2017\";i:3;s:10:\"05-22-2017\";i:4;s:10:\"05-23-2017\";i:5;s:10:\"05-24-2017\";i:3;s:10:\"05-25-2017\";i:6;s:10:\"05-26-2017\";i:6;s:10:\"05-27-2017\";i:5;s:10:\"05-28-2017\";i:4;s:10:\"05-29-2017\";i:6;s:10:\"05-30-2017\";i:2;s:10:\"05-31-2017\";i:3;s:10:\"06-01-2017\";i:4;s:10:\"06-02-2017\";i:4;s:10:\"06-03-2017\";i:4;s:10:\"06-04-2017\";i:5;s:10:\"06-05-2017\";i:6;s:10:\"06-06-2017\";i:6;s:10:\"06-07-2017\";i:8;s:10:\"06-08-2017\";i:5;s:10:\"06-09-2017\";i:3;s:10:\"06-10-2017\";i:2;s:10:\"06-11-2017\";i:4;s:10:\"06-12-2017\";i:5;s:10:\"06-13-2017\";i:4;s:10:\"06-14-2017\";i:5;s:10:\"06-15-2017\";i:7;s:10:\"06-16-2017\";i:2;s:10:\"06-17-2017\";i:5;s:10:\"06-18-2017\";i:4;s:10:\"06-19-2017\";i:4;s:10:\"06-20-2017\";i:9;s:10:\"06-21-2017\";i:6;s:10:\"06-22-2017\";i:3;s:10:\"06-23-2017\";i:5;s:10:\"06-24-2017\";i:6;s:10:\"06-25-2017\";i:3;s:10:\"06-26-2017\";i:6;}'); INSERT INTO `wpg3_postmeta` VALUES (2497,271,'houzez_total_property_views','1632'); INSERT INTO `wpg3_postmeta` VALUES (2498,271,'fave_multiunit_plans_enable','disable'); INSERT INTO `wpg3_postmeta` VALUES (2499,271,'houzez_recently_viewed','06-26-2017'); INSERT INTO `wpg3_postmeta` VALUES (2500,271,'houzez_geolocation_long','-81.8844125'); INSERT INTO `wpg3_postmeta` VALUES (2501,271,'houzez_geolocation_lat','26.5755132'); INSERT INTO `wpg3_postmeta` VALUES (2502,271,'fave_virtual_tour','<iframe width=\"853\" height=\"480\" src=\"https://my.matterport.com/show/?m=zEWsxhZpGba&play=1&qs=1\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>'); INSERT INTO `wpg3_postmeta` VALUES (2503,271,'fave_single_top_area','global'); INSERT INTO `wpg3_postmeta` VALUES (2504,271,'fave_single_content_area','global'); INSERT INTO `wpg3_postmeta` VALUES (2505,271,'houzez_manual_expire',''); INSERT INTO `wpg3_postmeta` VALUES (2506,271,'_houzez_expiration_date_status','saved'); INSERT INTO `wpg3_postmeta` VALUES (2507,271,'fave_multi_units','a:0:{}'); INSERT INTO `wpg3_postmeta` VALUES (2508,271,'_thumbnail_id','7425'); INSERT INTO `wpg3_postmeta` VALUES (2509,271,'fave_rating','a:6:{i:1;i:0;i:2;i:0;i:3;i:0;i:4;i:-1;i:5;i:0;s:0:\"\";N;}'); INSERT INTO `wpg3_postmeta` VALUES (2510,276,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (2511,276,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (2512,276,'fave_property_size','1340'); INSERT INTO `wpg3_postmeta` VALUES (2513,276,'fave_property_size_prefix','Sq Ft'); INSERT INTO `wpg3_postmeta` VALUES (2514,276,'fave_property_bedrooms','1'); INSERT INTO `wpg3_postmeta` VALUES (2515,276,'fave_property_bathrooms','1'); INSERT INTO `wpg3_postmeta` VALUES (2516,276,'fave_property_garage','1'); INSERT INTO `wpg3_postmeta` VALUES (2517,276,'fave_property_garage_size','200 SqFt'); INSERT INTO `wpg3_postmeta` VALUES (2518,276,'fave_property_year','2016-01-09'); INSERT INTO `wpg3_postmeta` VALUES (2519,276,'fave_property_id','HZ38'); INSERT INTO `wpg3_postmeta` VALUES (2520,276,'fave_property_price','1790'); INSERT INTO `wpg3_postmeta` VALUES (2521,276,'fave_property_price_postfix','mo'); INSERT INTO `wpg3_postmeta` VALUES (2522,276,'fave_property_map','1'); INSERT INTO `wpg3_postmeta` VALUES (2523,276,'fave_property_map_address','7398 Popham Dr, Fort Myers, FL 33919, USA'); INSERT INTO `wpg3_postmeta` VALUES (2524,276,'fave_property_location','26.5280801,-81.8989755,14'); INSERT INTO `wpg3_postmeta` VALUES (2525,276,'fave_property_country','US'); INSERT INTO `wpg3_postmeta` VALUES (2526,276,'fave_agents','158'); INSERT INTO `wpg3_postmeta` VALUES (2527,276,'fave_additional_features_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (2528,276,'additional_features','a:6:{i:0;a:2:{s:29:\"fave_additional_feature_title\";s:7:\"Deposit\";s:29:\"fave_additional_feature_value\";s:3:\"20%\";}i:1;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Pool Size\";s:29:\"fave_additional_feature_value\";s:8:\"300 Sqft\";}i:2;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Last remodel year\";s:29:\"fave_additional_feature_value\";s:4:\"1987\";}i:3;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Amenities\";s:29:\"fave_additional_feature_value\";s:9:\"Clubhouse\";}i:4;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Additional Rooms:\";s:29:\"fave_additional_feature_value\";s:10:\"Guest Bath\";}i:5;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Equipment\";s:29:\"fave_additional_feature_value\";s:11:\"Grill - Gas\";}}'); INSERT INTO `wpg3_postmeta` VALUES (2529,276,'fave_floor_plans_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (2530,276,'floor_plans','a:2:{i:0;a:7:{s:15:\"fave_plan_title\";s:11:\"First Floor\";s:15:\"fave_plan_rooms\";s:8:\"670 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"530 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,650\";s:14:\"fave_plan_size\";s:9:\"1267 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-1.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}i:1;a:7:{s:15:\"fave_plan_title\";s:12:\"Second Floor\";s:15:\"fave_plan_rooms\";s:8:\"543 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"238 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,600\";s:14:\"fave_plan_size\";s:9:\"1345 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-2.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}}'); INSERT INTO `wpg3_postmeta` VALUES (2531,276,'fave_featured','0'); INSERT INTO `wpg3_postmeta` VALUES (2532,276,'fave_property_address','7398 Popham Dr'); INSERT INTO `wpg3_postmeta` VALUES (2533,276,'fave_property_zip','33919'); INSERT INTO `wpg3_postmeta` VALUES (2534,276,'fave_agent_display_option','agent_info'); INSERT INTO `wpg3_postmeta` VALUES (2535,276,'fave_property_images','7415'); INSERT INTO `wpg3_postmeta` VALUES (2536,276,'fave_video_image','84'); INSERT INTO `wpg3_postmeta` VALUES (2537,276,'fave_video_url','https://www.youtube.com/watch?v=fafEHMnFe3g'); INSERT INTO `wpg3_postmeta` VALUES (2538,276,'fave_payment_status','not_paid'); INSERT INTO `wpg3_postmeta` VALUES (2539,276,'_dp_original','271'); INSERT INTO `wpg3_postmeta` VALUES (2540,276,'fave_property_map_street_view','show'); INSERT INTO `wpg3_postmeta` VALUES (2541,276,'fave_multiunit_plans_enable','disable'); INSERT INTO `wpg3_postmeta` VALUES (2542,276,'houzez_total_property_views','1213'); INSERT INTO `wpg3_postmeta` VALUES (2543,276,'houzez_views_by_date','a:61:{s:10:\"06-23-2017\";i:4;s:10:\"06-24-2017\";i:2;s:10:\"06-25-2017\";i:2;s:10:\"06-26-2017\";i:3;s:10:\"11-22-2017\";i:1;s:10:\"08-05-2021\";i:2;s:10:\"08-12-2021\";i:2;s:10:\"08-13-2021\";i:1;s:10:\"08-15-2021\";i:1;s:10:\"08-17-2021\";i:1;s:10:\"08-18-2021\";i:1;s:10:\"08-19-2021\";i:1;s:10:\"08-22-2021\";i:1;s:10:\"08-23-2021\";i:1;s:10:\"08-26-2021\";i:1;s:10:\"09-02-2021\";i:1;s:10:\"09-11-2021\";i:2;s:10:\"09-17-2021\";i:1;s:10:\"09-22-2021\";i:1;s:10:\"09-26-2021\";i:1;s:10:\"09-30-2021\";i:2;s:10:\"10-01-2021\";i:1;s:10:\"10-07-2021\";i:2;s:10:\"10-12-2021\";i:2;s:10:\"10-17-2021\";i:2;s:10:\"10-18-2021\";i:1;s:10:\"10-19-2021\";i:1;s:10:\"10-20-2021\";i:2;s:10:\"10-22-2021\";i:1;s:10:\"10-24-2021\";i:1;s:10:\"10-27-2021\";i:1;s:10:\"10-31-2021\";i:2;s:10:\"11-01-2021\";i:1;s:10:\"11-02-2021\";i:3;s:10:\"11-03-2021\";i:2;s:10:\"11-07-2021\";i:1;s:10:\"11-08-2021\";i:1;s:10:\"11-10-2021\";i:1;s:10:\"11-14-2021\";i:2;s:10:\"11-17-2021\";i:1;s:10:\"11-30-2021\";i:2;s:10:\"12-01-2021\";i:1;s:10:\"12-06-2021\";i:2;s:10:\"12-07-2021\";i:2;s:10:\"12-10-2021\";i:1;s:10:\"12-11-2021\";i:1;s:10:\"12-15-2021\";i:1;s:10:\"12-16-2021\";i:2;s:10:\"12-31-2021\";i:1;s:10:\"01-01-2022\";i:2;s:10:\"01-03-2022\";i:1;s:10:\"01-04-2022\";i:1;s:10:\"01-08-2022\";i:1;s:10:\"01-19-2022\";i:1;s:10:\"01-23-2022\";i:2;s:10:\"02-10-2022\";i:1;s:10:\"02-11-2022\";i:2;s:10:\"02-12-2022\";i:1;s:10:\"03-08-2022\";i:1;s:10:\"03-09-2022\";i:1;s:10:\"03-16-2022\";i:2;}'); INSERT INTO `wpg3_postmeta` VALUES (2544,276,'houzez_recently_viewed','03-16-2022 10:45:37'); INSERT INTO `wpg3_postmeta` VALUES (2545,276,'houzez_geolocation_lat','26.5280801'); INSERT INTO `wpg3_postmeta` VALUES (2546,276,'houzez_geolocation_long','-81.8989755'); INSERT INTO `wpg3_postmeta` VALUES (2547,276,'fave_virtual_tour','<iframe width=\"853\" height=\"480\" src=\"https://my.matterport.com/show/?m=zEWsxhZpGba&play=1&qs=1\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>'); INSERT INTO `wpg3_postmeta` VALUES (2548,276,'fave_single_top_area','global'); INSERT INTO `wpg3_postmeta` VALUES (2549,276,'fave_single_content_area','global'); INSERT INTO `wpg3_postmeta` VALUES (2550,276,'houzez_manual_expire',''); INSERT INTO `wpg3_postmeta` VALUES (2551,276,'_houzez_expiration_date_status','saved'); INSERT INTO `wpg3_postmeta` VALUES (2552,276,'fave_multi_units','a:0:{}'); INSERT INTO `wpg3_postmeta` VALUES (2553,276,'_thumbnail_id','7424'); INSERT INTO `wpg3_postmeta` VALUES (2554,279,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (2555,279,'fave_property_size','2350'); INSERT INTO `wpg3_postmeta` VALUES (2556,279,'fave_property_size_prefix','Sq Ft'); INSERT INTO `wpg3_postmeta` VALUES (2557,279,'fave_property_bedrooms','2'); INSERT INTO `wpg3_postmeta` VALUES (2558,279,'fave_property_bathrooms','2'); INSERT INTO `wpg3_postmeta` VALUES (2559,279,'fave_property_garage','1'); INSERT INTO `wpg3_postmeta` VALUES (2560,279,'fave_property_garage_size','200 SqFt'); INSERT INTO `wpg3_postmeta` VALUES (2561,279,'fave_property_year','2016-01-09'); INSERT INTO `wpg3_postmeta` VALUES (2562,279,'fave_property_id','HZ15'); INSERT INTO `wpg3_postmeta` VALUES (2563,279,'fave_property_price','3600'); INSERT INTO `wpg3_postmeta` VALUES (2564,279,'fave_property_price_postfix','mo'); INSERT INTO `wpg3_postmeta` VALUES (2565,279,'fave_property_map','1'); INSERT INTO `wpg3_postmeta` VALUES (2566,279,'fave_property_map_address','9321 Cypress Lake Dr, Fort Myers, FL 33919, USA'); INSERT INTO `wpg3_postmeta` VALUES (2567,279,'fave_property_location','26.544657,-81.909156,14'); INSERT INTO `wpg3_postmeta` VALUES (2568,279,'fave_property_country','US'); INSERT INTO `wpg3_postmeta` VALUES (2569,279,'fave_agents','158'); INSERT INTO `wpg3_postmeta` VALUES (2570,279,'fave_additional_features_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (2571,279,'additional_features','a:6:{i:0;a:2:{s:29:\"fave_additional_feature_title\";s:7:\"Deposit\";s:29:\"fave_additional_feature_value\";s:3:\"20%\";}i:1;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Pool Size\";s:29:\"fave_additional_feature_value\";s:8:\"300 Sqft\";}i:2;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Last remodel year\";s:29:\"fave_additional_feature_value\";s:4:\"1987\";}i:3;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Amenities\";s:29:\"fave_additional_feature_value\";s:9:\"Clubhouse\";}i:4;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Additional Rooms:\";s:29:\"fave_additional_feature_value\";s:10:\"Guest Bath\";}i:5;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Equipment\";s:29:\"fave_additional_feature_value\";s:11:\"Grill - Gas\";}}'); INSERT INTO `wpg3_postmeta` VALUES (2572,279,'fave_floor_plans_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (2573,279,'floor_plans','a:2:{i:0;a:7:{s:15:\"fave_plan_title\";s:11:\"First Floor\";s:15:\"fave_plan_rooms\";s:8:\"670 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"530 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,650\";s:14:\"fave_plan_size\";s:9:\"1267 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-1.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}i:1;a:7:{s:15:\"fave_plan_title\";s:12:\"Second Floor\";s:15:\"fave_plan_rooms\";s:8:\"543 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"238 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,600\";s:14:\"fave_plan_size\";s:9:\"1345 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-2.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}}'); INSERT INTO `wpg3_postmeta` VALUES (2574,279,'fave_featured','1'); INSERT INTO `wpg3_postmeta` VALUES (2575,279,'fave_property_address','9321 Cypress Lake Dr'); INSERT INTO `wpg3_postmeta` VALUES (2576,279,'fave_property_zip','33919'); INSERT INTO `wpg3_postmeta` VALUES (2577,279,'fave_agent_display_option','agent_info'); INSERT INTO `wpg3_postmeta` VALUES (2578,279,'fave_property_images','7419'); INSERT INTO `wpg3_postmeta` VALUES (2579,279,'fave_video_image','84'); INSERT INTO `wpg3_postmeta` VALUES (2580,279,'fave_video_url','https://www.youtube.com/watch?v=fafEHMnFe3g'); INSERT INTO `wpg3_postmeta` VALUES (2581,279,'fave_payment_status','not_paid'); INSERT INTO `wpg3_postmeta` VALUES (2582,279,'fave_property_map_street_view','show'); INSERT INTO `wpg3_postmeta` VALUES (2583,279,'_dp_original','276'); INSERT INTO `wpg3_postmeta` VALUES (2584,279,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (2585,279,'houzez_views_by_date','a:61:{s:10:\"04-24-2017\";i:6;s:10:\"04-26-2017\";i:6;s:10:\"04-27-2017\";i:3;s:10:\"04-28-2017\";i:9;s:10:\"04-29-2017\";i:4;s:10:\"04-30-2017\";i:4;s:10:\"05-01-2017\";i:4;s:10:\"05-02-2017\";i:9;s:10:\"05-03-2017\";i:4;s:10:\"05-04-2017\";i:4;s:10:\"05-05-2017\";i:8;s:10:\"05-06-2017\";i:8;s:10:\"05-07-2017\";i:3;s:10:\"05-08-2017\";i:7;s:10:\"05-09-2017\";i:10;s:10:\"05-10-2017\";i:4;s:10:\"05-11-2017\";i:2;s:10:\"05-12-2017\";i:1;s:10:\"05-13-2017\";i:5;s:10:\"05-14-2017\";i:2;s:10:\"05-15-2017\";i:2;s:10:\"05-17-2017\";i:3;s:10:\"05-18-2017\";i:3;s:10:\"05-19-2017\";i:3;s:10:\"05-20-2017\";i:3;s:10:\"05-21-2017\";i:3;s:10:\"05-22-2017\";i:5;s:10:\"05-23-2017\";i:6;s:10:\"05-24-2017\";i:5;s:10:\"05-25-2017\";i:4;s:10:\"05-26-2017\";i:1;s:10:\"05-27-2017\";i:2;s:10:\"05-28-2017\";i:2;s:10:\"05-29-2017\";i:1;s:10:\"05-30-2017\";i:2;s:10:\"05-31-2017\";i:1;s:10:\"06-01-2017\";i:5;s:10:\"06-02-2017\";i:4;s:10:\"06-03-2017\";i:4;s:10:\"06-04-2017\";i:1;s:10:\"06-05-2017\";i:2;s:10:\"06-06-2017\";i:3;s:10:\"06-07-2017\";i:2;s:10:\"06-08-2017\";i:2;s:10:\"06-09-2017\";i:3;s:10:\"06-10-2017\";i:2;s:10:\"06-11-2017\";i:1;s:10:\"06-12-2017\";i:2;s:10:\"06-13-2017\";i:1;s:10:\"06-14-2017\";i:5;s:10:\"06-15-2017\";i:4;s:10:\"06-16-2017\";i:1;s:10:\"06-17-2017\";i:2;s:10:\"06-18-2017\";i:2;s:10:\"06-19-2017\";i:2;s:10:\"06-20-2017\";i:2;s:10:\"06-21-2017\";i:3;s:10:\"06-22-2017\";i:3;s:10:\"06-23-2017\";i:3;s:10:\"06-25-2017\";i:1;s:10:\"06-26-2017\";i:3;}'); INSERT INTO `wpg3_postmeta` VALUES (2586,279,'houzez_total_property_views','1339'); INSERT INTO `wpg3_postmeta` VALUES (2587,279,'fave_multiunit_plans_enable','disable'); INSERT INTO `wpg3_postmeta` VALUES (2588,279,'houzez_recently_viewed','06-26-2017'); INSERT INTO `wpg3_postmeta` VALUES (2589,279,'houzez_geolocation_lat','26.544657'); INSERT INTO `wpg3_postmeta` VALUES (2590,279,'houzez_geolocation_long','-81.909156'); INSERT INTO `wpg3_postmeta` VALUES (2591,279,'fave_virtual_tour','<iframe width=\"853\" height=\"480\" src=\"https://my.matterport.com/show/?m=zEWsxhZpGba&play=1&qs=1\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>'); INSERT INTO `wpg3_postmeta` VALUES (2592,279,'fave_single_top_area','global'); INSERT INTO `wpg3_postmeta` VALUES (2593,279,'fave_single_content_area','global'); INSERT INTO `wpg3_postmeta` VALUES (2594,279,'houzez_manual_expire',''); INSERT INTO `wpg3_postmeta` VALUES (2595,279,'_houzez_expiration_date_status','saved'); INSERT INTO `wpg3_postmeta` VALUES (2596,279,'fave_multi_units','a:0:{}'); INSERT INTO `wpg3_postmeta` VALUES (2597,279,'_thumbnail_id','7423'); INSERT INTO `wpg3_postmeta` VALUES (2598,282,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (2599,282,'fave_property_size','1200'); INSERT INTO `wpg3_postmeta` VALUES (2600,282,'fave_property_size_prefix','Sq Ft'); INSERT INTO `wpg3_postmeta` VALUES (2601,282,'fave_property_bedrooms','4'); INSERT INTO `wpg3_postmeta` VALUES (2602,282,'fave_property_bathrooms','2'); INSERT INTO `wpg3_postmeta` VALUES (2603,282,'fave_property_garage','1'); INSERT INTO `wpg3_postmeta` VALUES (2604,282,'fave_property_garage_size','200 SqFt'); INSERT INTO `wpg3_postmeta` VALUES (2605,282,'fave_property_year','2016-01-09'); INSERT INTO `wpg3_postmeta` VALUES (2606,282,'fave_property_id','HZ47'); INSERT INTO `wpg3_postmeta` VALUES (2607,282,'fave_property_price','540000'); INSERT INTO `wpg3_postmeta` VALUES (2608,282,'fave_property_price_postfix','sq ft'); INSERT INTO `wpg3_postmeta` VALUES (2609,282,'fave_property_map','1'); INSERT INTO `wpg3_postmeta` VALUES (2610,282,'fave_property_map_address','3385 Hanson St, Fort Myers, FL 33916, USA'); INSERT INTO `wpg3_postmeta` VALUES (2611,282,'fave_property_location','26.623056,-81.84395840000002,14'); INSERT INTO `wpg3_postmeta` VALUES (2612,282,'fave_property_country','US'); INSERT INTO `wpg3_postmeta` VALUES (2613,282,'fave_agents','72'); INSERT INTO `wpg3_postmeta` VALUES (2614,282,'fave_additional_features_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (2615,282,'additional_features','a:6:{i:0;a:2:{s:29:\"fave_additional_feature_title\";s:7:\"Deposit\";s:29:\"fave_additional_feature_value\";s:3:\"20%\";}i:1;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Pool Size\";s:29:\"fave_additional_feature_value\";s:8:\"300 Sqft\";}i:2;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Last remodel year\";s:29:\"fave_additional_feature_value\";s:4:\"1987\";}i:3;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Amenities\";s:29:\"fave_additional_feature_value\";s:9:\"Clubhouse\";}i:4;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Additional Rooms:\";s:29:\"fave_additional_feature_value\";s:10:\"Guest Bath\";}i:5;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Equipment\";s:29:\"fave_additional_feature_value\";s:11:\"Grill - Gas\";}}'); INSERT INTO `wpg3_postmeta` VALUES (2616,282,'fave_floor_plans_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (2617,282,'floor_plans','a:2:{i:0;a:7:{s:15:\"fave_plan_title\";s:11:\"First Floor\";s:15:\"fave_plan_rooms\";s:8:\"670 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"530 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,650\";s:14:\"fave_plan_size\";s:9:\"1267 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-1.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}i:1;a:7:{s:15:\"fave_plan_title\";s:12:\"Second Floor\";s:15:\"fave_plan_rooms\";s:8:\"543 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"238 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,600\";s:14:\"fave_plan_size\";s:9:\"1345 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-2.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}}'); INSERT INTO `wpg3_postmeta` VALUES (2618,282,'fave_featured','1'); INSERT INTO `wpg3_postmeta` VALUES (2619,282,'fave_property_address','3385 Hanson St'); INSERT INTO `wpg3_postmeta` VALUES (2620,282,'fave_property_zip','33916'); INSERT INTO `wpg3_postmeta` VALUES (2621,282,'fave_agent_display_option','agent_info'); INSERT INTO `wpg3_postmeta` VALUES (2622,282,'fave_property_images','7411'); INSERT INTO `wpg3_postmeta` VALUES (2623,282,'fave_video_image','84'); INSERT INTO `wpg3_postmeta` VALUES (2624,282,'fave_video_url','https://www.youtube.com/watch?v=fafEHMnFe3g'); INSERT INTO `wpg3_postmeta` VALUES (2625,282,'fave_property_sec_price','3700'); INSERT INTO `wpg3_postmeta` VALUES (2626,282,'fave_payment_status','not_paid'); INSERT INTO `wpg3_postmeta` VALUES (2627,282,'fave_property_map_street_view','show'); INSERT INTO `wpg3_postmeta` VALUES (2628,282,'_dp_original','279'); INSERT INTO `wpg3_postmeta` VALUES (2629,282,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (2630,282,'fave_multiunit_plans_enable','disable'); INSERT INTO `wpg3_postmeta` VALUES (2631,282,'houzez_total_property_views','1121'); INSERT INTO `wpg3_postmeta` VALUES (2632,282,'houzez_views_by_date','a:61:{s:10:\"04-24-2017\";i:7;s:10:\"04-25-2017\";i:6;s:10:\"04-26-2017\";i:8;s:10:\"04-27-2017\";i:3;s:10:\"04-28-2017\";i:6;s:10:\"04-29-2017\";i:1;s:10:\"04-30-2017\";i:5;s:10:\"05-01-2017\";i:7;s:10:\"05-02-2017\";i:4;s:10:\"05-03-2017\";i:5;s:10:\"05-04-2017\";i:4;s:10:\"05-05-2017\";i:7;s:10:\"05-06-2017\";i:7;s:10:\"05-07-2017\";i:3;s:10:\"05-08-2017\";i:8;s:10:\"05-09-2017\";i:8;s:10:\"05-10-2017\";i:3;s:10:\"05-11-2017\";i:3;s:10:\"05-12-2017\";i:2;s:10:\"05-13-2017\";i:3;s:10:\"05-14-2017\";i:4;s:10:\"05-15-2017\";i:2;s:10:\"05-16-2017\";i:1;s:10:\"05-17-2017\";i:3;s:10:\"05-18-2017\";i:4;s:10:\"05-19-2017\";i:4;s:10:\"05-20-2017\";i:2;s:10:\"05-21-2017\";i:3;s:10:\"05-22-2017\";i:2;s:10:\"05-23-2017\";i:7;s:10:\"05-24-2017\";i:4;s:10:\"05-25-2017\";i:1;s:10:\"05-26-2017\";i:3;s:10:\"05-27-2017\";i:2;s:10:\"05-28-2017\";i:2;s:10:\"05-29-2017\";i:4;s:10:\"05-30-2017\";i:4;s:10:\"05-31-2017\";i:2;s:10:\"06-01-2017\";i:3;s:10:\"06-02-2017\";i:2;s:10:\"06-03-2017\";i:2;s:10:\"06-04-2017\";i:1;s:10:\"06-05-2017\";i:3;s:10:\"06-06-2017\";i:3;s:10:\"06-07-2017\";i:1;s:10:\"06-08-2017\";i:2;s:10:\"06-09-2017\";i:2;s:10:\"06-10-2017\";i:1;s:10:\"06-11-2017\";i:1;s:10:\"06-12-2017\";i:1;s:10:\"06-13-2017\";i:2;s:10:\"06-14-2017\";i:2;s:10:\"06-15-2017\";i:3;s:10:\"06-16-2017\";i:1;s:10:\"06-18-2017\";i:2;s:10:\"06-19-2017\";i:2;s:10:\"06-20-2017\";i:4;s:10:\"06-21-2017\";i:3;s:10:\"06-23-2017\";i:3;s:10:\"06-24-2017\";i:2;s:10:\"06-26-2017\";i:3;}'); INSERT INTO `wpg3_postmeta` VALUES (2633,282,'houzez_recently_viewed','06-26-2017'); INSERT INTO `wpg3_postmeta` VALUES (2634,282,'houzez_geolocation_lat','26.623056'); INSERT INTO `wpg3_postmeta` VALUES (2635,282,'houzez_geolocation_long','-81.84395840000002'); INSERT INTO `wpg3_postmeta` VALUES (2636,282,'fave_virtual_tour','<iframe width=\"853\" height=\"480\" src=\"https://my.matterport.com/show/?m=zEWsxhZpGba&play=1&qs=1\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>'); INSERT INTO `wpg3_postmeta` VALUES (2637,282,'fave_single_top_area','global'); INSERT INTO `wpg3_postmeta` VALUES (2638,282,'fave_single_content_area','global'); INSERT INTO `wpg3_postmeta` VALUES (2639,282,'houzez_manual_expire',''); INSERT INTO `wpg3_postmeta` VALUES (2640,282,'_houzez_expiration_date_status','saved'); INSERT INTO `wpg3_postmeta` VALUES (2641,282,'_thumbnail_id','7422'); INSERT INTO `wpg3_postmeta` VALUES (2642,282,'fave_multi_units','a:0:{}'); INSERT INTO `wpg3_postmeta` VALUES (2643,285,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (2644,285,'fave_property_size','1900'); INSERT INTO `wpg3_postmeta` VALUES (2645,285,'fave_property_size_prefix','Sq Ft'); INSERT INTO `wpg3_postmeta` VALUES (2646,285,'fave_property_bedrooms','1'); INSERT INTO `wpg3_postmeta` VALUES (2647,285,'fave_property_bathrooms','2'); INSERT INTO `wpg3_postmeta` VALUES (2648,285,'fave_property_garage','1'); INSERT INTO `wpg3_postmeta` VALUES (2649,285,'fave_property_garage_size','200 SqFt'); INSERT INTO `wpg3_postmeta` VALUES (2650,285,'fave_property_year','2016-01-09'); INSERT INTO `wpg3_postmeta` VALUES (2651,285,'fave_property_id','HZ13'); INSERT INTO `wpg3_postmeta` VALUES (2652,285,'fave_property_price','3700'); INSERT INTO `wpg3_postmeta` VALUES (2653,285,'fave_property_price_postfix','mo'); INSERT INTO `wpg3_postmeta` VALUES (2654,285,'fave_property_map','1'); INSERT INTO `wpg3_postmeta` VALUES (2655,285,'fave_property_map_address','1848 Cranford Ave, Fort Myers, FL 33916, USA'); INSERT INTO `wpg3_postmeta` VALUES (2656,285,'fave_property_location','26.6440615,-81.85836269999999,14'); INSERT INTO `wpg3_postmeta` VALUES (2657,285,'fave_property_country','US'); INSERT INTO `wpg3_postmeta` VALUES (2658,285,'fave_agents','150'); INSERT INTO `wpg3_postmeta` VALUES (2659,285,'fave_additional_features_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (2660,285,'additional_features','a:6:{i:0;a:2:{s:29:\"fave_additional_feature_title\";s:7:\"Deposit\";s:29:\"fave_additional_feature_value\";s:3:\"20%\";}i:1;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Pool Size\";s:29:\"fave_additional_feature_value\";s:8:\"300 Sqft\";}i:2;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Last remodel year\";s:29:\"fave_additional_feature_value\";s:4:\"1987\";}i:3;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Amenities\";s:29:\"fave_additional_feature_value\";s:9:\"Clubhouse\";}i:4;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Additional Rooms:\";s:29:\"fave_additional_feature_value\";s:10:\"Guest Bath\";}i:5;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Equipment\";s:29:\"fave_additional_feature_value\";s:11:\"Grill - Gas\";}}'); INSERT INTO `wpg3_postmeta` VALUES (2661,285,'fave_floor_plans_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (2662,285,'floor_plans','a:2:{i:0;a:7:{s:15:\"fave_plan_title\";s:11:\"First Floor\";s:15:\"fave_plan_rooms\";s:8:\"670 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"530 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,650\";s:14:\"fave_plan_size\";s:9:\"1267 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-1.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}i:1;a:7:{s:15:\"fave_plan_title\";s:12:\"Second Floor\";s:15:\"fave_plan_rooms\";s:8:\"543 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"238 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,600\";s:14:\"fave_plan_size\";s:9:\"1345 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-2.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}}'); INSERT INTO `wpg3_postmeta` VALUES (2663,285,'fave_featured','0'); INSERT INTO `wpg3_postmeta` VALUES (2664,285,'fave_property_address','1848 Cranford Ave'); INSERT INTO `wpg3_postmeta` VALUES (2665,285,'fave_property_zip','33916'); INSERT INTO `wpg3_postmeta` VALUES (2666,285,'fave_agent_display_option','agent_info'); INSERT INTO `wpg3_postmeta` VALUES (2667,285,'fave_property_images','7411'); INSERT INTO `wpg3_postmeta` VALUES (2668,285,'fave_video_image','84'); INSERT INTO `wpg3_postmeta` VALUES (2669,285,'fave_video_url','https://www.youtube.com/watch?v=fafEHMnFe3g'); INSERT INTO `wpg3_postmeta` VALUES (2670,285,'fave_payment_status','not_paid'); INSERT INTO `wpg3_postmeta` VALUES (2671,285,'fave_property_map_street_view','show'); INSERT INTO `wpg3_postmeta` VALUES (2672,285,'_dp_original','282'); INSERT INTO `wpg3_postmeta` VALUES (2673,285,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (2674,285,'houzez_recently_viewed','06-26-2017'); INSERT INTO `wpg3_postmeta` VALUES (2675,285,'houzez_views_by_date','a:61:{s:10:\"04-22-2017\";i:1;s:10:\"04-23-2017\";i:5;s:10:\"04-24-2017\";i:8;s:10:\"04-26-2017\";i:4;s:10:\"04-27-2017\";i:6;s:10:\"04-28-2017\";i:5;s:10:\"04-29-2017\";i:2;s:10:\"05-01-2017\";i:4;s:10:\"05-02-2017\";i:2;s:10:\"05-03-2017\";i:5;s:10:\"05-04-2017\";i:4;s:10:\"05-05-2017\";i:1;s:10:\"05-06-2017\";i:5;s:10:\"05-07-2017\";i:3;s:10:\"05-08-2017\";i:5;s:10:\"05-09-2017\";i:6;s:10:\"05-10-2017\";i:2;s:10:\"05-11-2017\";i:4;s:10:\"05-12-2017\";i:1;s:10:\"05-13-2017\";i:4;s:10:\"05-14-2017\";i:4;s:10:\"05-15-2017\";i:3;s:10:\"05-16-2017\";i:4;s:10:\"05-17-2017\";i:3;s:10:\"05-18-2017\";i:3;s:10:\"05-20-2017\";i:1;s:10:\"05-21-2017\";i:2;s:10:\"05-22-2017\";i:2;s:10:\"05-23-2017\";i:4;s:10:\"05-24-2017\";i:2;s:10:\"05-25-2017\";i:2;s:10:\"05-26-2017\";i:2;s:10:\"05-27-2017\";i:1;s:10:\"05-28-2017\";i:1;s:10:\"05-29-2017\";i:1;s:10:\"05-30-2017\";i:3;s:10:\"05-31-2017\";i:1;s:10:\"06-01-2017\";i:4;s:10:\"06-02-2017\";i:4;s:10:\"06-03-2017\";i:3;s:10:\"06-04-2017\";i:2;s:10:\"06-05-2017\";i:1;s:10:\"06-06-2017\";i:1;s:10:\"06-07-2017\";i:2;s:10:\"06-09-2017\";i:1;s:10:\"06-10-2017\";i:1;s:10:\"06-11-2017\";i:2;s:10:\"06-12-2017\";i:4;s:10:\"06-13-2017\";i:2;s:10:\"06-14-2017\";i:5;s:10:\"06-15-2017\";i:3;s:10:\"06-16-2017\";i:3;s:10:\"06-17-2017\";i:1;s:10:\"06-18-2017\";i:5;s:10:\"06-19-2017\";i:4;s:10:\"06-20-2017\";i:3;s:10:\"06-21-2017\";i:2;s:10:\"06-22-2017\";i:2;s:10:\"06-23-2017\";i:2;s:10:\"06-25-2017\";i:2;s:10:\"06-26-2017\";i:5;}'); INSERT INTO `wpg3_postmeta` VALUES (2676,285,'houzez_total_property_views','1069'); INSERT INTO `wpg3_postmeta` VALUES (2677,285,'fave_multiunit_plans_enable','disable'); INSERT INTO `wpg3_postmeta` VALUES (2678,285,'_thumbnail_id','7501'); INSERT INTO `wpg3_postmeta` VALUES (2679,285,'fave_rating','a:6:{i:1;i:0;i:2;i:0;i:3;i:0;i:4;i:0;i:5;i:-1;s:0:\"\";N;}'); INSERT INTO `wpg3_postmeta` VALUES (2680,285,'houzez_geolocation_lat','26.6440615'); INSERT INTO `wpg3_postmeta` VALUES (2681,285,'houzez_geolocation_long','-81.85836269999999'); INSERT INTO `wpg3_postmeta` VALUES (2682,285,'fave_virtual_tour','<iframe width=\"853\" height=\"480\" src=\"https://my.matterport.com/show/?m=zEWsxhZpGba&play=1&qs=1\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>'); INSERT INTO `wpg3_postmeta` VALUES (2683,285,'fave_single_top_area','global'); INSERT INTO `wpg3_postmeta` VALUES (2684,285,'fave_single_content_area','global'); INSERT INTO `wpg3_postmeta` VALUES (2685,285,'houzez_manual_expire',''); INSERT INTO `wpg3_postmeta` VALUES (2686,285,'_houzez_expiration_date_status','saved'); INSERT INTO `wpg3_postmeta` VALUES (2687,285,'fave_multi_units','a:0:{}'); INSERT INTO `wpg3_postmeta` VALUES (2688,288,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (2689,288,'fave_property_size','1560'); INSERT INTO `wpg3_postmeta` VALUES (2690,288,'fave_property_size_prefix','Sq Ft'); INSERT INTO `wpg3_postmeta` VALUES (2691,288,'fave_property_bedrooms','3'); INSERT INTO `wpg3_postmeta` VALUES (2692,288,'fave_property_bathrooms','2'); INSERT INTO `wpg3_postmeta` VALUES (2693,288,'fave_property_garage','1'); INSERT INTO `wpg3_postmeta` VALUES (2694,288,'fave_property_garage_size','200 SqFt'); INSERT INTO `wpg3_postmeta` VALUES (2695,288,'fave_property_year','2016-01-09'); INSERT INTO `wpg3_postmeta` VALUES (2696,288,'fave_property_id','HZ06'); INSERT INTO `wpg3_postmeta` VALUES (2697,288,'fave_property_price','456000'); INSERT INTO `wpg3_postmeta` VALUES (2698,288,'fave_property_price_postfix','sq ft'); INSERT INTO `wpg3_postmeta` VALUES (2699,288,'fave_property_map','1'); INSERT INTO `wpg3_postmeta` VALUES (2700,288,'fave_property_map_address','2220 Liberty St, Fort Myers, FL 33901, USA'); INSERT INTO `wpg3_postmeta` VALUES (2701,288,'fave_property_location','26.637771,-81.86823249999998,14'); INSERT INTO `wpg3_postmeta` VALUES (2702,288,'fave_property_country','US'); INSERT INTO `wpg3_postmeta` VALUES (2703,288,'fave_agents','156'); INSERT INTO `wpg3_postmeta` VALUES (2704,288,'fave_additional_features_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (2705,288,'additional_features','a:6:{i:0;a:2:{s:29:\"fave_additional_feature_title\";s:7:\"Deposit\";s:29:\"fave_additional_feature_value\";s:3:\"20%\";}i:1;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Pool Size\";s:29:\"fave_additional_feature_value\";s:8:\"300 Sqft\";}i:2;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Last remodel year\";s:29:\"fave_additional_feature_value\";s:4:\"1987\";}i:3;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Amenities\";s:29:\"fave_additional_feature_value\";s:9:\"Clubhouse\";}i:4;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Additional Rooms:\";s:29:\"fave_additional_feature_value\";s:10:\"Guest Bath\";}i:5;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Equipment\";s:29:\"fave_additional_feature_value\";s:11:\"Grill - Gas\";}}'); INSERT INTO `wpg3_postmeta` VALUES (2706,288,'fave_floor_plans_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (2707,288,'floor_plans','a:2:{i:0;a:7:{s:15:\"fave_plan_title\";s:11:\"First Floor\";s:15:\"fave_plan_rooms\";s:8:\"670 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"530 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,650\";s:14:\"fave_plan_size\";s:9:\"1267 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-1.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}i:1;a:7:{s:15:\"fave_plan_title\";s:12:\"Second Floor\";s:15:\"fave_plan_rooms\";s:8:\"543 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"238 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,600\";s:14:\"fave_plan_size\";s:9:\"1345 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-2.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}}'); INSERT INTO `wpg3_postmeta` VALUES (2708,288,'fave_featured','0'); INSERT INTO `wpg3_postmeta` VALUES (2709,288,'fave_property_address','2220 Liberty St'); INSERT INTO `wpg3_postmeta` VALUES (2710,288,'fave_property_zip','33901'); INSERT INTO `wpg3_postmeta` VALUES (2711,288,'fave_agent_display_option','agent_info'); INSERT INTO `wpg3_postmeta` VALUES (2712,288,'fave_property_images','7415'); INSERT INTO `wpg3_postmeta` VALUES (2713,288,'fave_video_image','84'); INSERT INTO `wpg3_postmeta` VALUES (2714,288,'fave_video_url','https://www.youtube.com/watch?v=fafEHMnFe3g'); INSERT INTO `wpg3_postmeta` VALUES (2715,288,'fave_property_sec_price','2900'); INSERT INTO `wpg3_postmeta` VALUES (2716,288,'fave_payment_status','not_paid'); INSERT INTO `wpg3_postmeta` VALUES (2717,288,'fave_property_map_street_view','show'); INSERT INTO `wpg3_postmeta` VALUES (2718,288,'_dp_original','285'); INSERT INTO `wpg3_postmeta` VALUES (2719,288,'_thumbnail_id','7420'); INSERT INTO `wpg3_postmeta` VALUES (2720,288,'fave_multi_units','a:0:{}'); INSERT INTO `wpg3_postmeta` VALUES (2721,288,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (2722,288,'houzez_total_property_views','679'); INSERT INTO `wpg3_postmeta` VALUES (2723,288,'houzez_views_by_date','a:61:{s:10:\"04-16-2017\";i:2;s:10:\"04-17-2017\";i:4;s:10:\"04-18-2017\";i:1;s:10:\"04-19-2017\";i:2;s:10:\"04-21-2017\";i:2;s:10:\"04-22-2017\";i:1;s:10:\"04-23-2017\";i:4;s:10:\"04-24-2017\";i:2;s:10:\"04-25-2017\";i:1;s:10:\"04-26-2017\";i:4;s:10:\"04-27-2017\";i:1;s:10:\"04-28-2017\";i:2;s:10:\"04-29-2017\";i:2;s:10:\"04-30-2017\";i:2;s:10:\"05-01-2017\";i:4;s:10:\"05-02-2017\";i:2;s:10:\"05-03-2017\";i:1;s:10:\"05-04-2017\";i:3;s:10:\"05-06-2017\";i:6;s:10:\"05-07-2017\";i:1;s:10:\"05-08-2017\";i:6;s:10:\"05-09-2017\";i:4;s:10:\"05-10-2017\";i:1;s:10:\"05-11-2017\";i:2;s:10:\"05-12-2017\";i:2;s:10:\"05-13-2017\";i:3;s:10:\"05-16-2017\";i:1;s:10:\"05-17-2017\";i:2;s:10:\"05-19-2017\";i:2;s:10:\"05-20-2017\";i:1;s:10:\"05-21-2017\";i:2;s:10:\"05-22-2017\";i:3;s:10:\"05-23-2017\";i:2;s:10:\"05-24-2017\";i:3;s:10:\"05-25-2017\";i:2;s:10:\"05-26-2017\";i:2;s:10:\"05-27-2017\";i:1;s:10:\"05-28-2017\";i:1;s:10:\"05-29-2017\";i:3;s:10:\"05-31-2017\";i:1;s:10:\"06-02-2017\";i:3;s:10:\"06-03-2017\";i:4;s:10:\"06-05-2017\";i:1;s:10:\"06-06-2017\";i:1;s:10:\"06-07-2017\";i:2;s:10:\"06-08-2017\";i:1;s:10:\"06-09-2017\";i:1;s:10:\"06-10-2017\";i:2;s:10:\"06-12-2017\";i:1;s:10:\"06-13-2017\";i:2;s:10:\"06-15-2017\";i:3;s:10:\"06-17-2017\";i:3;s:10:\"06-18-2017\";i:2;s:10:\"06-19-2017\";i:3;s:10:\"06-20-2017\";i:1;s:10:\"06-21-2017\";i:2;s:10:\"06-22-2017\";i:1;s:10:\"06-23-2017\";i:2;s:10:\"06-24-2017\";i:1;s:10:\"06-25-2017\";i:1;s:10:\"06-26-2017\";i:4;}'); INSERT INTO `wpg3_postmeta` VALUES (2724,288,'fave_multiunit_plans_enable','disable'); INSERT INTO `wpg3_postmeta` VALUES (2725,288,'houzez_recently_viewed','06-26-2017'); INSERT INTO `wpg3_postmeta` VALUES (2726,288,'houzez_geolocation_lat','26.637771'); INSERT INTO `wpg3_postmeta` VALUES (2727,288,'houzez_geolocation_long','-81.86823249999998'); INSERT INTO `wpg3_postmeta` VALUES (2728,288,'fave_virtual_tour','<iframe width=\"853\" height=\"480\" src=\"https://my.matterport.com/show/?m=zEWsxhZpGba&play=1&qs=1\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>'); INSERT INTO `wpg3_postmeta` VALUES (2729,288,'fave_single_top_area','global'); INSERT INTO `wpg3_postmeta` VALUES (2730,288,'fave_single_content_area','global'); INSERT INTO `wpg3_postmeta` VALUES (2731,288,'houzez_manual_expire',''); INSERT INTO `wpg3_postmeta` VALUES (2732,288,'_houzez_expiration_date_status','saved'); INSERT INTO `wpg3_postmeta` VALUES (2733,291,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (2734,291,'fave_property_size','2360'); INSERT INTO `wpg3_postmeta` VALUES (2735,291,'fave_property_size_prefix','Sq Ft'); INSERT INTO `wpg3_postmeta` VALUES (2736,291,'fave_property_bedrooms','1'); INSERT INTO `wpg3_postmeta` VALUES (2737,291,'fave_property_bathrooms','1'); INSERT INTO `wpg3_postmeta` VALUES (2738,291,'fave_property_garage','1'); INSERT INTO `wpg3_postmeta` VALUES (2739,291,'fave_property_garage_size','200 SqFt'); INSERT INTO `wpg3_postmeta` VALUES (2740,291,'fave_property_year','2016-01-09'); INSERT INTO `wpg3_postmeta` VALUES (2741,291,'fave_property_id','HZ45'); INSERT INTO `wpg3_postmeta` VALUES (2742,291,'fave_property_price','2800'); INSERT INTO `wpg3_postmeta` VALUES (2743,291,'fave_property_price_postfix','mo'); INSERT INTO `wpg3_postmeta` VALUES (2744,291,'fave_property_map','1'); INSERT INTO `wpg3_postmeta` VALUES (2745,291,'fave_property_map_address','1243 Walden Dr, Fort Myers, FL 33901, USA'); INSERT INTO `wpg3_postmeta` VALUES (2746,291,'fave_property_location','26.60129,-81.89193499999999,14'); INSERT INTO `wpg3_postmeta` VALUES (2747,291,'fave_property_country','US'); INSERT INTO `wpg3_postmeta` VALUES (2748,291,'fave_agents','158'); INSERT INTO `wpg3_postmeta` VALUES (2749,291,'fave_additional_features_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (2750,291,'additional_features','a:6:{i:0;a:2:{s:29:\"fave_additional_feature_title\";s:7:\"Deposit\";s:29:\"fave_additional_feature_value\";s:3:\"20%\";}i:1;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Pool Size\";s:29:\"fave_additional_feature_value\";s:8:\"300 Sqft\";}i:2;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Last remodel year\";s:29:\"fave_additional_feature_value\";s:4:\"1987\";}i:3;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Amenities\";s:29:\"fave_additional_feature_value\";s:9:\"Clubhouse\";}i:4;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Additional Rooms:\";s:29:\"fave_additional_feature_value\";s:10:\"Guest Bath\";}i:5;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Equipment\";s:29:\"fave_additional_feature_value\";s:11:\"Grill - Gas\";}}'); INSERT INTO `wpg3_postmeta` VALUES (2751,291,'fave_floor_plans_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (2752,291,'floor_plans','a:2:{i:0;a:7:{s:15:\"fave_plan_title\";s:11:\"First Floor\";s:15:\"fave_plan_rooms\";s:8:\"670 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"530 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,650\";s:14:\"fave_plan_size\";s:9:\"1267 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-1.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}i:1;a:7:{s:15:\"fave_plan_title\";s:12:\"Second Floor\";s:15:\"fave_plan_rooms\";s:8:\"543 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"238 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,600\";s:14:\"fave_plan_size\";s:9:\"1345 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-2.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}}'); INSERT INTO `wpg3_postmeta` VALUES (2753,291,'fave_featured','1'); INSERT INTO `wpg3_postmeta` VALUES (2754,291,'fave_property_address','1243 Walden Dr'); INSERT INTO `wpg3_postmeta` VALUES (2755,291,'fave_property_zip','33901'); INSERT INTO `wpg3_postmeta` VALUES (2756,291,'fave_agent_display_option','agent_info'); INSERT INTO `wpg3_postmeta` VALUES (2757,291,'fave_property_images','7564'); INSERT INTO `wpg3_postmeta` VALUES (2758,291,'fave_video_image','84'); INSERT INTO `wpg3_postmeta` VALUES (2759,291,'fave_video_url','https://www.youtube.com/watch?v=fafEHMnFe3g'); INSERT INTO `wpg3_postmeta` VALUES (2760,291,'fave_payment_status','not_paid'); INSERT INTO `wpg3_postmeta` VALUES (2761,291,'fave_property_map_street_view','show'); INSERT INTO `wpg3_postmeta` VALUES (2762,291,'_dp_original','288'); INSERT INTO `wpg3_postmeta` VALUES (2763,291,'fave_multi_units','a:0:{}'); INSERT INTO `wpg3_postmeta` VALUES (2764,291,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (2765,291,'houzez_views_by_date','a:61:{s:10:\"04-28-2017\";i:18;s:10:\"04-29-2017\";i:14;s:10:\"04-30-2017\";i:11;s:10:\"05-01-2017\";i:11;s:10:\"05-02-2017\";i:19;s:10:\"05-03-2017\";i:19;s:10:\"05-04-2017\";i:26;s:10:\"05-05-2017\";i:22;s:10:\"05-06-2017\";i:16;s:10:\"05-07-2017\";i:15;s:10:\"05-08-2017\";i:30;s:10:\"05-09-2017\";i:20;s:10:\"05-10-2017\";i:7;s:10:\"05-11-2017\";i:7;s:10:\"05-12-2017\";i:6;s:10:\"05-13-2017\";i:4;s:10:\"05-14-2017\";i:5;s:10:\"05-15-2017\";i:6;s:10:\"05-16-2017\";i:7;s:10:\"05-17-2017\";i:6;s:10:\"05-18-2017\";i:6;s:10:\"05-19-2017\";i:6;s:10:\"05-20-2017\";i:6;s:10:\"05-21-2017\";i:7;s:10:\"05-22-2017\";i:11;s:10:\"05-23-2017\";i:11;s:10:\"05-24-2017\";i:12;s:10:\"05-25-2017\";i:5;s:10:\"05-26-2017\";i:9;s:10:\"05-27-2017\";i:4;s:10:\"05-28-2017\";i:8;s:10:\"05-29-2017\";i:6;s:10:\"05-30-2017\";i:6;s:10:\"05-31-2017\";i:6;s:10:\"06-01-2017\";i:9;s:10:\"06-02-2017\";i:5;s:10:\"06-03-2017\";i:6;s:10:\"06-04-2017\";i:6;s:10:\"06-05-2017\";i:9;s:10:\"06-06-2017\";i:8;s:10:\"06-07-2017\";i:6;s:10:\"06-08-2017\";i:5;s:10:\"06-09-2017\";i:4;s:10:\"06-10-2017\";i:8;s:10:\"06-11-2017\";i:4;s:10:\"06-12-2017\";i:5;s:10:\"06-13-2017\";i:8;s:10:\"06-14-2017\";i:6;s:10:\"06-15-2017\";i:6;s:10:\"06-16-2017\";i:5;s:10:\"06-17-2017\";i:6;s:10:\"06-18-2017\";i:9;s:10:\"06-19-2017\";i:6;s:10:\"06-20-2017\";i:7;s:10:\"06-21-2017\";i:6;s:10:\"06-22-2017\";i:6;s:10:\"06-23-2017\";i:9;s:10:\"06-24-2017\";i:5;s:10:\"06-25-2017\";i:4;s:10:\"06-26-2017\";i:7;s:10:\"11-24-2017\";i:1;}'); INSERT INTO `wpg3_postmeta` VALUES (2766,291,'houzez_total_property_views','3681'); INSERT INTO `wpg3_postmeta` VALUES (2767,291,'fave_multiunit_plans_enable','disable'); INSERT INTO `wpg3_postmeta` VALUES (2768,291,'fave_single_top_area','v2'); INSERT INTO `wpg3_postmeta` VALUES (2769,291,'fave_single_content_area','v2'); INSERT INTO `wpg3_postmeta` VALUES (2770,291,'houzez_recently_viewed','11-24-2017'); INSERT INTO `wpg3_postmeta` VALUES (2771,291,'houzez_geolocation_lat','26.60129'); INSERT INTO `wpg3_postmeta` VALUES (2772,291,'houzez_geolocation_long','-81.89193499999999'); INSERT INTO `wpg3_postmeta` VALUES (2773,291,'fave_virtual_tour','<iframe width=\"853\" height=\"480\" src=\"https://my.matterport.com/show/?m=zEWsxhZpGba&play=1&qs=1\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>'); INSERT INTO `wpg3_postmeta` VALUES (2774,291,'houzez_manual_expire',''); INSERT INTO `wpg3_postmeta` VALUES (2775,291,'_houzez_expiration_date_status','saved'); INSERT INTO `wpg3_postmeta` VALUES (2776,291,'_thumbnail_id','7564'); INSERT INTO `wpg3_postmeta` VALUES (2777,294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (2778,294,'fave_property_size','2560'); INSERT INTO `wpg3_postmeta` VALUES (2779,294,'fave_property_size_prefix','Sq Ft'); INSERT INTO `wpg3_postmeta` VALUES (2780,294,'fave_property_bedrooms','3'); INSERT INTO `wpg3_postmeta` VALUES (2781,294,'fave_property_bathrooms','2'); INSERT INTO `wpg3_postmeta` VALUES (2782,294,'fave_property_garage','1'); INSERT INTO `wpg3_postmeta` VALUES (2783,294,'fave_property_garage_size','200 SqFt'); INSERT INTO `wpg3_postmeta` VALUES (2784,294,'fave_property_year','2016-01-09'); INSERT INTO `wpg3_postmeta` VALUES (2785,294,'fave_property_id','HZ43'); INSERT INTO `wpg3_postmeta` VALUES (2786,294,'fave_property_price','876000'); INSERT INTO `wpg3_postmeta` VALUES (2787,294,'fave_property_price_postfix','sq ft'); INSERT INTO `wpg3_postmeta` VALUES (2788,294,'fave_property_map','1'); INSERT INTO `wpg3_postmeta` VALUES (2789,294,'fave_property_map_address','1341 Coconut Dr, Fort Myers, FL 33901, USA'); INSERT INTO `wpg3_postmeta` VALUES (2790,294,'fave_property_location','26.6212336,-81.88530459999998,14'); INSERT INTO `wpg3_postmeta` VALUES (2791,294,'fave_property_country','US'); INSERT INTO `wpg3_postmeta` VALUES (2792,294,'fave_agents','156'); INSERT INTO `wpg3_postmeta` VALUES (2793,294,'fave_additional_features_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (2794,294,'additional_features','a:6:{i:0;a:2:{s:29:\"fave_additional_feature_title\";s:7:\"Deposit\";s:29:\"fave_additional_feature_value\";s:3:\"20%\";}i:1;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Pool Size\";s:29:\"fave_additional_feature_value\";s:8:\"300 Sqft\";}i:2;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Last remodel year\";s:29:\"fave_additional_feature_value\";s:4:\"1987\";}i:3;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Amenities\";s:29:\"fave_additional_feature_value\";s:9:\"Clubhouse\";}i:4;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Additional Rooms:\";s:29:\"fave_additional_feature_value\";s:10:\"Guest Bath\";}i:5;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Equipment\";s:29:\"fave_additional_feature_value\";s:11:\"Grill - Gas\";}}'); INSERT INTO `wpg3_postmeta` VALUES (2795,294,'fave_floor_plans_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (2796,294,'floor_plans','a:2:{i:0;a:7:{s:15:\"fave_plan_title\";s:11:\"First Floor\";s:15:\"fave_plan_rooms\";s:8:\"670 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"530 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,650\";s:14:\"fave_plan_size\";s:9:\"1267 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-1.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}i:1;a:7:{s:15:\"fave_plan_title\";s:12:\"Second Floor\";s:15:\"fave_plan_rooms\";s:8:\"543 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"238 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,600\";s:14:\"fave_plan_size\";s:9:\"1345 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-2.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}}'); INSERT INTO `wpg3_postmeta` VALUES (2797,294,'fave_featured','1'); INSERT INTO `wpg3_postmeta` VALUES (2798,294,'fave_property_address','1341 Coconut Dr'); INSERT INTO `wpg3_postmeta` VALUES (2799,294,'fave_property_zip','33901'); INSERT INTO `wpg3_postmeta` VALUES (2800,294,'fave_agent_display_option','agent_info'); INSERT INTO `wpg3_postmeta` VALUES (2801,294,'fave_property_images','7415'); INSERT INTO `wpg3_postmeta` VALUES (2802,294,'fave_video_image','84'); INSERT INTO `wpg3_postmeta` VALUES (2803,294,'fave_video_url','https://www.youtube.com/watch?v=fafEHMnFe3g'); INSERT INTO `wpg3_postmeta` VALUES (2804,294,'fave_property_sec_price','7600'); INSERT INTO `wpg3_postmeta` VALUES (2805,294,'fave_payment_status','not_paid'); INSERT INTO `wpg3_postmeta` VALUES (2806,294,'fave_property_map_street_view','show'); INSERT INTO `wpg3_postmeta` VALUES (2807,294,'_dp_original','291'); INSERT INTO `wpg3_postmeta` VALUES (2808,294,'_thumbnail_id','7419'); INSERT INTO `wpg3_postmeta` VALUES (2809,294,'fave_multi_units','a:0:{}'); INSERT INTO `wpg3_postmeta` VALUES (2810,294,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (2811,294,'houzez_views_by_date','a:61:{s:10:\"04-26-2017\";i:7;s:10:\"04-27-2017\";i:2;s:10:\"04-28-2017\";i:8;s:10:\"04-29-2017\";i:1;s:10:\"04-30-2017\";i:6;s:10:\"05-01-2017\";i:7;s:10:\"05-02-2017\";i:4;s:10:\"05-03-2017\";i:8;s:10:\"05-04-2017\";i:7;s:10:\"05-05-2017\";i:6;s:10:\"05-06-2017\";i:3;s:10:\"05-07-2017\";i:4;s:10:\"05-08-2017\";i:6;s:10:\"05-09-2017\";i:9;s:10:\"05-10-2017\";i:2;s:10:\"05-11-2017\";i:2;s:10:\"05-12-2017\";i:5;s:10:\"05-13-2017\";i:3;s:10:\"05-15-2017\";i:4;s:10:\"05-16-2017\";i:2;s:10:\"05-17-2017\";i:3;s:10:\"05-19-2017\";i:3;s:10:\"05-20-2017\";i:3;s:10:\"05-21-2017\";i:1;s:10:\"05-22-2017\";i:3;s:10:\"05-23-2017\";i:5;s:10:\"05-24-2017\";i:2;s:10:\"05-25-2017\";i:2;s:10:\"05-26-2017\";i:3;s:10:\"05-27-2017\";i:1;s:10:\"05-28-2017\";i:1;s:10:\"05-29-2017\";i:2;s:10:\"05-30-2017\";i:2;s:10:\"06-01-2017\";i:1;s:10:\"06-02-2017\";i:2;s:10:\"06-03-2017\";i:1;s:10:\"06-04-2017\";i:2;s:10:\"06-05-2017\";i:3;s:10:\"06-06-2017\";i:3;s:10:\"06-07-2017\";i:2;s:10:\"06-08-2017\";i:2;s:10:\"06-09-2017\";i:2;s:10:\"06-10-2017\";i:1;s:10:\"06-12-2017\";i:3;s:10:\"06-13-2017\";i:3;s:10:\"06-14-2017\";i:4;s:10:\"06-15-2017\";i:1;s:10:\"06-16-2017\";i:3;s:10:\"06-17-2017\";i:1;s:10:\"06-18-2017\";i:2;s:10:\"06-20-2017\";i:3;s:10:\"06-21-2017\";i:3;s:10:\"06-22-2017\";i:5;s:10:\"06-23-2017\";i:2;s:10:\"06-24-2017\";i:1;s:10:\"06-25-2017\";i:2;s:10:\"06-26-2017\";i:3;s:10:\"04-23-2018\";i:1;s:10:\"04-24-2018\";i:1;s:10:\"04-26-2018\";i:1;s:10:\"04-29-2018\";i:1;}'); INSERT INTO `wpg3_postmeta` VALUES (2812,294,'houzez_total_property_views','1118'); INSERT INTO `wpg3_postmeta` VALUES (2813,294,'fave_multiunit_plans_enable','disable'); INSERT INTO `wpg3_postmeta` VALUES (2814,294,'houzez_recently_viewed','04-29-2018'); INSERT INTO `wpg3_postmeta` VALUES (2815,294,'houzez_geolocation_lat','26.6212336'); INSERT INTO `wpg3_postmeta` VALUES (2816,294,'houzez_geolocation_long','-81.88530459999998'); INSERT INTO `wpg3_postmeta` VALUES (2817,294,'fave_virtual_tour','<iframe width=\"853\" height=\"480\" src=\"https://my.matterport.com/show/?m=zEWsxhZpGba&play=1&qs=1\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>'); INSERT INTO `wpg3_postmeta` VALUES (2818,294,'fave_single_top_area','global'); INSERT INTO `wpg3_postmeta` VALUES (2819,294,'fave_single_content_area','global'); INSERT INTO `wpg3_postmeta` VALUES (2820,294,'houzez_manual_expire',''); INSERT INTO `wpg3_postmeta` VALUES (2821,294,'_houzez_expiration_date_status','saved'); INSERT INTO `wpg3_postmeta` VALUES (2822,297,'fave_property_images','7565'); INSERT INTO `wpg3_postmeta` VALUES (2823,297,'_thumbnail_id','7565'); INSERT INTO `wpg3_postmeta` VALUES (2824,297,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (2825,297,'fave_property_size','4300'); INSERT INTO `wpg3_postmeta` VALUES (2826,297,'fave_property_size_prefix','Sq Ft'); INSERT INTO `wpg3_postmeta` VALUES (2827,297,'fave_property_bedrooms','4'); INSERT INTO `wpg3_postmeta` VALUES (2828,297,'fave_property_bathrooms','2'); INSERT INTO `wpg3_postmeta` VALUES (2829,297,'fave_property_garage','1'); INSERT INTO `wpg3_postmeta` VALUES (2830,297,'fave_property_garage_size','200 SqFt'); INSERT INTO `wpg3_postmeta` VALUES (2831,297,'fave_property_year','2016-01-09'); INSERT INTO `wpg3_postmeta` VALUES (2832,297,'fave_property_id','HZ13'); INSERT INTO `wpg3_postmeta` VALUES (2833,297,'fave_property_price','1600'); INSERT INTO `wpg3_postmeta` VALUES (2834,297,'fave_property_map','1'); INSERT INTO `wpg3_postmeta` VALUES (2835,297,'fave_property_map_address','3739 Lake St, Fort Myers, FL 33901'); INSERT INTO `wpg3_postmeta` VALUES (2836,297,'fave_property_location','26.6080167,-81.87590310000002,14'); INSERT INTO `wpg3_postmeta` VALUES (2837,297,'fave_property_country','US'); INSERT INTO `wpg3_postmeta` VALUES (2838,297,'fave_agents','150'); INSERT INTO `wpg3_postmeta` VALUES (2839,297,'fave_additional_features_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (2840,297,'additional_features','a:6:{i:0;a:2:{s:29:\"fave_additional_feature_title\";s:7:\"Deposit\";s:29:\"fave_additional_feature_value\";s:3:\"20%\";}i:1;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Pool Size\";s:29:\"fave_additional_feature_value\";s:8:\"300 Sqft\";}i:2;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Last remodel year\";s:29:\"fave_additional_feature_value\";s:4:\"1987\";}i:3;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Amenities\";s:29:\"fave_additional_feature_value\";s:9:\"Clubhouse\";}i:4;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Additional Rooms:\";s:29:\"fave_additional_feature_value\";s:10:\"Guest Bath\";}i:5;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Equipment\";s:29:\"fave_additional_feature_value\";s:11:\"Grill - Gas\";}}'); INSERT INTO `wpg3_postmeta` VALUES (2841,297,'fave_floor_plans_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (2842,297,'floor_plans','a:2:{i:0;a:7:{s:15:\"fave_plan_title\";s:11:\"First Floor\";s:15:\"fave_plan_rooms\";s:8:\"670 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"530 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,650\";s:14:\"fave_plan_size\";s:9:\"1267 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-1.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}i:1;a:7:{s:15:\"fave_plan_title\";s:12:\"Second Floor\";s:15:\"fave_plan_rooms\";s:8:\"543 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"238 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,600\";s:14:\"fave_plan_size\";s:9:\"1345 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-2.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}}'); INSERT INTO `wpg3_postmeta` VALUES (2843,297,'fave_featured','1'); INSERT INTO `wpg3_postmeta` VALUES (2844,297,'fave_property_address','3739 Lake St'); INSERT INTO `wpg3_postmeta` VALUES (2845,297,'fave_property_zip','33901'); INSERT INTO `wpg3_postmeta` VALUES (2846,297,'fave_agent_display_option','agent_info'); INSERT INTO `wpg3_postmeta` VALUES (2847,297,'fave_video_image','84'); INSERT INTO `wpg3_postmeta` VALUES (2848,297,'fave_video_url','https://www.youtube.com/watch?v=fafEHMnFe3g'); INSERT INTO `wpg3_postmeta` VALUES (2849,297,'fave_payment_status','not_paid'); INSERT INTO `wpg3_postmeta` VALUES (2850,297,'fave_property_map_street_view','show'); INSERT INTO `wpg3_postmeta` VALUES (2851,297,'_dp_original','294'); INSERT INTO `wpg3_postmeta` VALUES (2852,297,'fave_multi_units','a:0:{}'); INSERT INTO `wpg3_postmeta` VALUES (2853,297,'fave_property_price_postfix','mo'); INSERT INTO `wpg3_postmeta` VALUES (2854,297,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (2855,297,'houzez_total_property_views','1241'); INSERT INTO `wpg3_postmeta` VALUES (2856,297,'houzez_views_by_date','a:61:{s:10:\"04-20-2017\";i:5;s:10:\"04-21-2017\";i:5;s:10:\"04-22-2017\";i:4;s:10:\"04-23-2017\";i:6;s:10:\"04-24-2017\";i:8;s:10:\"04-25-2017\";i:7;s:10:\"04-26-2017\";i:9;s:10:\"04-27-2017\";i:2;s:10:\"04-28-2017\";i:8;s:10:\"04-29-2017\";i:5;s:10:\"04-30-2017\";i:5;s:10:\"05-01-2017\";i:9;s:10:\"05-02-2017\";i:2;s:10:\"05-03-2017\";i:7;s:10:\"05-04-2017\";i:4;s:10:\"05-05-2017\";i:9;s:10:\"05-06-2017\";i:7;s:10:\"05-07-2017\";i:5;s:10:\"05-08-2017\";i:5;s:10:\"05-09-2017\";i:7;s:10:\"05-10-2017\";i:2;s:10:\"05-11-2017\";i:4;s:10:\"05-12-2017\";i:1;s:10:\"05-13-2017\";i:2;s:10:\"05-14-2017\";i:4;s:10:\"05-15-2017\";i:2;s:10:\"05-16-2017\";i:2;s:10:\"05-17-2017\";i:3;s:10:\"05-18-2017\";i:2;s:10:\"05-19-2017\";i:2;s:10:\"05-20-2017\";i:1;s:10:\"05-22-2017\";i:3;s:10:\"05-23-2017\";i:4;s:10:\"05-24-2017\";i:2;s:10:\"05-25-2017\";i:5;s:10:\"05-26-2017\";i:2;s:10:\"05-27-2017\";i:2;s:10:\"05-28-2017\";i:2;s:10:\"05-29-2017\";i:2;s:10:\"05-30-2017\";i:2;s:10:\"05-31-2017\";i:1;s:10:\"06-01-2017\";i:4;s:10:\"06-02-2017\";i:3;s:10:\"06-03-2017\";i:1;s:10:\"06-06-2017\";i:2;s:10:\"06-07-2017\";i:2;s:10:\"06-08-2017\";i:2;s:10:\"06-09-2017\";i:1;s:10:\"06-12-2017\";i:2;s:10:\"06-13-2017\";i:1;s:10:\"06-14-2017\";i:1;s:10:\"06-15-2017\";i:3;s:10:\"06-16-2017\";i:2;s:10:\"06-17-2017\";i:4;s:10:\"06-18-2017\";i:3;s:10:\"06-19-2017\";i:4;s:10:\"06-20-2017\";i:2;s:10:\"06-21-2017\";i:2;s:10:\"06-23-2017\";i:5;s:10:\"06-25-2017\";i:1;s:10:\"06-26-2017\";i:4;}'); INSERT INTO `wpg3_postmeta` VALUES (2857,297,'fave_multiunit_plans_enable','disable'); INSERT INTO `wpg3_postmeta` VALUES (2858,297,'houzez_recently_viewed','06-26-2017'); INSERT INTO `wpg3_postmeta` VALUES (2859,297,'houzez_geolocation_lat','26.6080167'); INSERT INTO `wpg3_postmeta` VALUES (2860,297,'houzez_geolocation_long','-81.87590310000002'); INSERT INTO `wpg3_postmeta` VALUES (2861,297,'fave_virtual_tour','<iframe width=\"853\" height=\"480\" src=\"https://my.matterport.com/show/?m=zEWsxhZpGba&play=1&qs=1\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>'); INSERT INTO `wpg3_postmeta` VALUES (2862,297,'fave_single_top_area','global'); INSERT INTO `wpg3_postmeta` VALUES (2863,297,'fave_single_content_area','global'); INSERT INTO `wpg3_postmeta` VALUES (2864,297,'houzez_manual_expire',''); INSERT INTO `wpg3_postmeta` VALUES (2865,297,'_houzez_expiration_date_status','saved'); INSERT INTO `wpg3_postmeta` VALUES (2866,300,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (2867,300,'fave_property_size','3890'); INSERT INTO `wpg3_postmeta` VALUES (2868,300,'fave_property_size_prefix','Sq Ft'); INSERT INTO `wpg3_postmeta` VALUES (2869,300,'fave_property_bedrooms','5'); INSERT INTO `wpg3_postmeta` VALUES (2870,300,'fave_property_bathrooms','3'); INSERT INTO `wpg3_postmeta` VALUES (2871,300,'fave_property_garage','1'); INSERT INTO `wpg3_postmeta` VALUES (2872,300,'fave_property_garage_size','200 SqFt'); INSERT INTO `wpg3_postmeta` VALUES (2873,300,'fave_property_year','2016-01-09'); INSERT INTO `wpg3_postmeta` VALUES (2874,300,'fave_property_id','HZ18'); INSERT INTO `wpg3_postmeta` VALUES (2875,300,'fave_property_price','967000'); INSERT INTO `wpg3_postmeta` VALUES (2876,300,'fave_property_price_postfix','sq ft'); INSERT INTO `wpg3_postmeta` VALUES (2877,300,'fave_property_map','1'); INSERT INTO `wpg3_postmeta` VALUES (2878,300,'fave_property_map_address','2724 Royal Palm Ave, Fort Myers, FL 33901, USA'); INSERT INTO `wpg3_postmeta` VALUES (2879,300,'fave_property_location','26.6277199,-81.8635845,15'); INSERT INTO `wpg3_postmeta` VALUES (2880,300,'fave_property_country','US'); INSERT INTO `wpg3_postmeta` VALUES (2881,300,'fave_agents','72'); INSERT INTO `wpg3_postmeta` VALUES (2882,300,'fave_additional_features_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (2883,300,'additional_features','a:6:{i:0;a:2:{s:29:\"fave_additional_feature_title\";s:7:\"Deposit\";s:29:\"fave_additional_feature_value\";s:3:\"20%\";}i:1;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Pool Size\";s:29:\"fave_additional_feature_value\";s:8:\"300 Sqft\";}i:2;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Last remodel year\";s:29:\"fave_additional_feature_value\";s:4:\"1987\";}i:3;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Amenities\";s:29:\"fave_additional_feature_value\";s:9:\"Clubhouse\";}i:4;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Additional Rooms:\";s:29:\"fave_additional_feature_value\";s:10:\"Guest Bath\";}i:5;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Equipment\";s:29:\"fave_additional_feature_value\";s:11:\"Grill - Gas\";}}'); INSERT INTO `wpg3_postmeta` VALUES (2884,300,'fave_floor_plans_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (2885,300,'floor_plans','a:2:{i:0;a:7:{s:15:\"fave_plan_title\";s:11:\"First Floor\";s:15:\"fave_plan_rooms\";s:8:\"670 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"530 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,650\";s:14:\"fave_plan_size\";s:9:\"1267 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-1.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}i:1;a:7:{s:15:\"fave_plan_title\";s:12:\"Second Floor\";s:15:\"fave_plan_rooms\";s:8:\"543 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"238 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,600\";s:14:\"fave_plan_size\";s:9:\"1345 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-2.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}}'); INSERT INTO `wpg3_postmeta` VALUES (2886,300,'fave_featured','1'); INSERT INTO `wpg3_postmeta` VALUES (2887,300,'fave_property_address','2724 Royal Palm Ave'); INSERT INTO `wpg3_postmeta` VALUES (2888,300,'fave_property_zip','33901'); INSERT INTO `wpg3_postmeta` VALUES (2889,300,'fave_agent_display_option','agent_info'); INSERT INTO `wpg3_postmeta` VALUES (2890,300,'fave_property_images','7414'); INSERT INTO `wpg3_postmeta` VALUES (2891,300,'fave_video_image','84'); INSERT INTO `wpg3_postmeta` VALUES (2892,300,'fave_video_url','https://www.youtube.com/watch?v=fafEHMnFe3g'); INSERT INTO `wpg3_postmeta` VALUES (2893,300,'fave_property_sec_price','9800'); INSERT INTO `wpg3_postmeta` VALUES (2894,300,'fave_payment_status','not_paid'); INSERT INTO `wpg3_postmeta` VALUES (2895,300,'fave_property_map_street_view','show'); INSERT INTO `wpg3_postmeta` VALUES (2896,300,'_dp_original','297'); INSERT INTO `wpg3_postmeta` VALUES (2897,300,'_thumbnail_id','7418'); INSERT INTO `wpg3_postmeta` VALUES (2898,300,'fave_multi_units','a:0:{}'); INSERT INTO `wpg3_postmeta` VALUES (2899,300,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (2900,300,'houzez_views_by_date','a:61:{s:10:\"04-26-2017\";i:8;s:10:\"04-27-2017\";i:1;s:10:\"04-28-2017\";i:9;s:10:\"04-29-2017\";i:1;s:10:\"04-30-2017\";i:4;s:10:\"05-01-2017\";i:4;s:10:\"05-02-2017\";i:6;s:10:\"05-03-2017\";i:3;s:10:\"05-04-2017\";i:7;s:10:\"05-05-2017\";i:5;s:10:\"05-06-2017\";i:6;s:10:\"05-07-2017\";i:3;s:10:\"05-08-2017\";i:5;s:10:\"05-09-2017\";i:6;s:10:\"05-10-2017\";i:2;s:10:\"05-11-2017\";i:4;s:10:\"05-12-2017\";i:5;s:10:\"05-13-2017\";i:2;s:10:\"05-14-2017\";i:4;s:10:\"05-15-2017\";i:2;s:10:\"05-16-2017\";i:1;s:10:\"05-17-2017\";i:2;s:10:\"05-18-2017\";i:2;s:10:\"05-19-2017\";i:1;s:10:\"05-20-2017\";i:4;s:10:\"05-21-2017\";i:4;s:10:\"05-22-2017\";i:3;s:10:\"05-23-2017\";i:5;s:10:\"05-24-2017\";i:5;s:10:\"05-25-2017\";i:5;s:10:\"05-26-2017\";i:1;s:10:\"05-27-2017\";i:3;s:10:\"05-28-2017\";i:2;s:10:\"05-29-2017\";i:4;s:10:\"05-30-2017\";i:1;s:10:\"05-31-2017\";i:2;s:10:\"06-01-2017\";i:1;s:10:\"06-02-2017\";i:3;s:10:\"06-03-2017\";i:1;s:10:\"06-04-2017\";i:2;s:10:\"06-06-2017\";i:4;s:10:\"06-07-2017\";i:2;s:10:\"06-08-2017\";i:1;s:10:\"06-09-2017\";i:1;s:10:\"06-10-2017\";i:3;s:10:\"06-11-2017\";i:2;s:10:\"06-12-2017\";i:3;s:10:\"06-13-2017\";i:3;s:10:\"06-14-2017\";i:1;s:10:\"06-15-2017\";i:4;s:10:\"06-16-2017\";i:1;s:10:\"06-17-2017\";i:1;s:10:\"06-18-2017\";i:1;s:10:\"06-19-2017\";i:2;s:10:\"06-20-2017\";i:2;s:10:\"06-21-2017\";i:2;s:10:\"06-22-2017\";i:4;s:10:\"06-23-2017\";i:2;s:10:\"06-24-2017\";i:1;s:10:\"06-25-2017\";i:1;s:10:\"06-26-2017\";i:3;}'); INSERT INTO `wpg3_postmeta` VALUES (2901,300,'fave_multiunit_plans_enable','disable'); INSERT INTO `wpg3_postmeta` VALUES (2902,300,'houzez_total_property_views','1239'); INSERT INTO `wpg3_postmeta` VALUES (2903,300,'houzez_recently_viewed','06-26-2017'); INSERT INTO `wpg3_postmeta` VALUES (2904,300,'houzez_geolocation_lat','26.6277199'); INSERT INTO `wpg3_postmeta` VALUES (2905,300,'houzez_geolocation_long','-81.8635845'); INSERT INTO `wpg3_postmeta` VALUES (2906,300,'fave_rating','a:6:{i:1;i:0;i:2;i:0;i:3;i:-1;i:4;i:0;i:5;i:0;s:0:\"\";N;}'); INSERT INTO `wpg3_postmeta` VALUES (2907,300,'fave_virtual_tour','<iframe width=\"853\" height=\"480\" src=\"https://my.matterport.com/show/?m=zEWsxhZpGba&play=1&qs=1\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>'); INSERT INTO `wpg3_postmeta` VALUES (2908,300,'fave_single_top_area','global'); INSERT INTO `wpg3_postmeta` VALUES (2909,300,'fave_single_content_area','global'); INSERT INTO `wpg3_postmeta` VALUES (2910,300,'houzez_manual_expire',''); INSERT INTO `wpg3_postmeta` VALUES (2911,300,'_houzez_expiration_date_status','saved'); INSERT INTO `wpg3_postmeta` VALUES (2912,341,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (2913,341,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (2914,341,'fave_property_size','1560'); INSERT INTO `wpg3_postmeta` VALUES (2915,341,'fave_property_size_prefix','Sq Ft'); INSERT INTO `wpg3_postmeta` VALUES (2916,341,'fave_property_bedrooms','1'); INSERT INTO `wpg3_postmeta` VALUES (2917,341,'fave_property_bathrooms','2'); INSERT INTO `wpg3_postmeta` VALUES (2918,341,'fave_property_garage','1'); INSERT INTO `wpg3_postmeta` VALUES (2919,341,'fave_property_garage_size','200 SqFt'); INSERT INTO `wpg3_postmeta` VALUES (2920,341,'fave_property_year','2016-01-09'); INSERT INTO `wpg3_postmeta` VALUES (2921,341,'fave_property_id','HZ27'); INSERT INTO `wpg3_postmeta` VALUES (2922,341,'fave_property_price','97000'); INSERT INTO `wpg3_postmeta` VALUES (2923,341,'fave_property_price_postfix','sq ft'); INSERT INTO `wpg3_postmeta` VALUES (2924,341,'fave_property_map','1'); INSERT INTO `wpg3_postmeta` VALUES (2925,341,'fave_property_map_address','4599 N Lois Ave, Tampa, FL 33614, USA'); INSERT INTO `wpg3_postmeta` VALUES (2926,341,'fave_property_location','27.9840187,-82.51359330000003,12'); INSERT INTO `wpg3_postmeta` VALUES (2927,341,'fave_property_country','US'); INSERT INTO `wpg3_postmeta` VALUES (2928,341,'fave_agents','150'); INSERT INTO `wpg3_postmeta` VALUES (2929,341,'fave_additional_features_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (2930,341,'additional_features','a:6:{i:0;a:2:{s:29:\"fave_additional_feature_title\";s:7:\"Deposit\";s:29:\"fave_additional_feature_value\";s:3:\"20%\";}i:1;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Pool Size\";s:29:\"fave_additional_feature_value\";s:8:\"300 Sqft\";}i:2;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Last remodel year\";s:29:\"fave_additional_feature_value\";s:4:\"1987\";}i:3;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Amenities\";s:29:\"fave_additional_feature_value\";s:9:\"Clubhouse\";}i:4;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Additional Rooms:\";s:29:\"fave_additional_feature_value\";s:10:\"Guest Bath\";}i:5;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Equipment\";s:29:\"fave_additional_feature_value\";s:11:\"Grill - Gas\";}}'); INSERT INTO `wpg3_postmeta` VALUES (2931,341,'fave_floor_plans_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (2932,341,'floor_plans','a:2:{i:0;a:7:{s:15:\"fave_plan_title\";s:11:\"First Floor\";s:15:\"fave_plan_rooms\";s:8:\"670 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"530 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,650\";s:14:\"fave_plan_size\";s:9:\"1267 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-1.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}i:1;a:7:{s:15:\"fave_plan_title\";s:12:\"Second Floor\";s:15:\"fave_plan_rooms\";s:8:\"543 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"238 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,600\";s:14:\"fave_plan_size\";s:9:\"1345 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-2.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}}'); INSERT INTO `wpg3_postmeta` VALUES (2933,341,'fave_featured','1'); INSERT INTO `wpg3_postmeta` VALUES (2934,341,'fave_property_address','4599 N Lois Ave'); INSERT INTO `wpg3_postmeta` VALUES (2935,341,'fave_property_zip','33614'); INSERT INTO `wpg3_postmeta` VALUES (2936,341,'fave_agent_display_option','agent_info'); INSERT INTO `wpg3_postmeta` VALUES (2937,341,'fave_video_image','84'); INSERT INTO `wpg3_postmeta` VALUES (2938,341,'fave_video_url','https://www.youtube.com/watch?v=fafEHMnFe3g'); INSERT INTO `wpg3_postmeta` VALUES (2939,341,'fave_payment_status','not_paid'); INSERT INTO `wpg3_postmeta` VALUES (2940,341,'fave_property_map_street_view','show'); INSERT INTO `wpg3_postmeta` VALUES (2941,341,'_dp_original','291'); INSERT INTO `wpg3_postmeta` VALUES (2942,341,'fave_property_sec_price','6350'); INSERT INTO `wpg3_postmeta` VALUES (2943,341,'fave_prop_homeslider','yes'); INSERT INTO `wpg3_postmeta` VALUES (2944,341,'_thumbnail_id','7417'); INSERT INTO `wpg3_postmeta` VALUES (2945,341,'fave_property_images','7417'); INSERT INTO `wpg3_postmeta` VALUES (2946,341,'fave_prop_slider_image','486'); INSERT INTO `wpg3_postmeta` VALUES (2947,341,'fave_multi_units','a:0:{}'); INSERT INTO `wpg3_postmeta` VALUES (2948,341,'houzez_total_property_views','26213'); INSERT INTO `wpg3_postmeta` VALUES (2949,341,'houzez_views_by_date','a:61:{s:10:\"05-03-2017\";i:126;s:10:\"05-04-2017\";i:170;s:10:\"05-05-2017\";i:86;s:10:\"05-06-2017\";i:107;s:10:\"05-07-2017\";i:75;s:10:\"05-08-2017\";i:140;s:10:\"05-09-2017\";i:152;s:10:\"05-10-2017\";i:63;s:10:\"05-11-2017\";i:40;s:10:\"05-12-2017\";i:43;s:10:\"05-13-2017\";i:35;s:10:\"05-14-2017\";i:35;s:10:\"05-15-2017\";i:45;s:10:\"05-16-2017\";i:39;s:10:\"05-17-2017\";i:43;s:10:\"05-18-2017\";i:46;s:10:\"05-19-2017\";i:47;s:10:\"05-20-2017\";i:53;s:10:\"05-21-2017\";i:56;s:10:\"05-22-2017\";i:38;s:10:\"05-23-2017\";i:45;s:10:\"05-24-2017\";i:55;s:10:\"05-25-2017\";i:41;s:10:\"05-26-2017\";i:66;s:10:\"05-27-2017\";i:35;s:10:\"05-28-2017\";i:47;s:10:\"05-29-2017\";i:52;s:10:\"05-30-2017\";i:40;s:10:\"05-31-2017\";i:41;s:10:\"06-01-2017\";i:48;s:10:\"06-02-2017\";i:46;s:10:\"06-03-2017\";i:50;s:10:\"06-04-2017\";i:36;s:10:\"06-05-2017\";i:55;s:10:\"06-06-2017\";i:51;s:10:\"06-07-2017\";i:50;s:10:\"06-08-2017\";i:50;s:10:\"06-09-2017\";i:48;s:10:\"06-10-2017\";i:30;s:10:\"06-11-2017\";i:31;s:10:\"06-12-2017\";i:57;s:10:\"06-13-2017\";i:38;s:10:\"06-14-2017\";i:47;s:10:\"06-15-2017\";i:56;s:10:\"06-16-2017\";i:44;s:10:\"06-17-2017\";i:43;s:10:\"06-18-2017\";i:39;s:10:\"06-19-2017\";i:54;s:10:\"06-20-2017\";i:51;s:10:\"06-21-2017\";i:47;s:10:\"06-22-2017\";i:44;s:10:\"06-23-2017\";i:40;s:10:\"06-24-2017\";i:29;s:10:\"06-25-2017\";i:30;s:10:\"06-26-2017\";i:43;s:10:\"11-27-2017\";i:1;s:10:\"12-05-2017\";i:2;s:10:\"04-22-2018\";i:1;s:10:\"04-24-2018\";i:1;s:10:\"04-25-2018\";i:1;s:10:\"04-27-2018\";i:1;}'); INSERT INTO `wpg3_postmeta` VALUES (2950,341,'fave_multiunit_plans_enable','disable'); INSERT INTO `wpg3_postmeta` VALUES (2951,341,'fave_rating','a:6:{i:1;i:0;i:2;i:0;i:3;i:0;i:4;i:-1;i:5;i:-1;s:0:\"\";N;}'); INSERT INTO `wpg3_postmeta` VALUES (2952,341,'houzez_recently_viewed','04-27-2018'); INSERT INTO `wpg3_postmeta` VALUES (2953,341,'houzez_geolocation_lat','27.9840187'); INSERT INTO `wpg3_postmeta` VALUES (2954,341,'houzez_geolocation_long','-82.51359330000003'); INSERT INTO `wpg3_postmeta` VALUES (2955,341,'fave_virtual_tour','<iframe width=\"853\" height=\"480\" src=\"https://my.matterport.com/show/?m=zEWsxhZpGba&play=1&qs=1\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>'); INSERT INTO `wpg3_postmeta` VALUES (2956,341,'fave_single_top_area','global'); INSERT INTO `wpg3_postmeta` VALUES (2957,341,'fave_single_content_area','global'); INSERT INTO `wpg3_postmeta` VALUES (2958,341,'houzez_manual_expire',''); INSERT INTO `wpg3_postmeta` VALUES (2959,341,'_houzez_expiration_date_status','saved'); INSERT INTO `wpg3_postmeta` VALUES (2960,344,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (2961,344,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (2962,344,'fave_property_size','1789'); INSERT INTO `wpg3_postmeta` VALUES (2963,344,'fave_property_size_prefix','Sq Ft'); INSERT INTO `wpg3_postmeta` VALUES (2964,344,'fave_property_bedrooms','3'); INSERT INTO `wpg3_postmeta` VALUES (2965,344,'fave_property_bathrooms','1'); INSERT INTO `wpg3_postmeta` VALUES (2966,344,'fave_property_garage','1'); INSERT INTO `wpg3_postmeta` VALUES (2967,344,'fave_property_garage_size','200 SqFt'); INSERT INTO `wpg3_postmeta` VALUES (2968,344,'fave_property_year','2016-01-09'); INSERT INTO `wpg3_postmeta` VALUES (2969,344,'fave_property_id','HZ28'); INSERT INTO `wpg3_postmeta` VALUES (2970,344,'fave_property_price','11000'); INSERT INTO `wpg3_postmeta` VALUES (2971,344,'fave_property_price_postfix','mo'); INSERT INTO `wpg3_postmeta` VALUES (2972,344,'fave_property_map','1'); INSERT INTO `wpg3_postmeta` VALUES (2973,344,'fave_property_map_address','487 Suwanee Cir, Tampa, FL 33606, USA'); INSERT INTO `wpg3_postmeta` VALUES (2974,344,'fave_property_location','27.9183213,-82.45608429999999,14'); INSERT INTO `wpg3_postmeta` VALUES (2975,344,'fave_property_country','US'); INSERT INTO `wpg3_postmeta` VALUES (2976,344,'fave_agents','158'); INSERT INTO `wpg3_postmeta` VALUES (2977,344,'fave_additional_features_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (2978,344,'additional_features','a:6:{i:0;a:2:{s:29:\"fave_additional_feature_title\";s:7:\"Deposit\";s:29:\"fave_additional_feature_value\";s:3:\"20%\";}i:1;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Pool Size\";s:29:\"fave_additional_feature_value\";s:8:\"300 Sqft\";}i:2;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Last remodel year\";s:29:\"fave_additional_feature_value\";s:4:\"1987\";}i:3;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Amenities\";s:29:\"fave_additional_feature_value\";s:9:\"Clubhouse\";}i:4;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Additional Rooms:\";s:29:\"fave_additional_feature_value\";s:10:\"Guest Bath\";}i:5;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Equipment\";s:29:\"fave_additional_feature_value\";s:11:\"Grill - Gas\";}}'); INSERT INTO `wpg3_postmeta` VALUES (2979,344,'fave_floor_plans_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (2980,344,'floor_plans','a:2:{i:0;a:7:{s:15:\"fave_plan_title\";s:11:\"First Floor\";s:15:\"fave_plan_rooms\";s:8:\"670 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"530 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,650\";s:14:\"fave_plan_size\";s:9:\"1267 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-1.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}i:1;a:7:{s:15:\"fave_plan_title\";s:12:\"Second Floor\";s:15:\"fave_plan_rooms\";s:8:\"543 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"238 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,600\";s:14:\"fave_plan_size\";s:9:\"1345 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-2.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}}'); INSERT INTO `wpg3_postmeta` VALUES (2981,344,'fave_featured','0'); INSERT INTO `wpg3_postmeta` VALUES (2982,344,'fave_property_address','487 Suwanee Cir'); INSERT INTO `wpg3_postmeta` VALUES (2983,344,'fave_property_zip','33606'); INSERT INTO `wpg3_postmeta` VALUES (2984,344,'fave_agent_display_option','agent_info'); INSERT INTO `wpg3_postmeta` VALUES (2985,344,'fave_video_image','84'); INSERT INTO `wpg3_postmeta` VALUES (2986,344,'fave_video_url','https://www.youtube.com/watch?v=fafEHMnFe3g'); INSERT INTO `wpg3_postmeta` VALUES (2987,344,'fave_payment_status','not_paid'); INSERT INTO `wpg3_postmeta` VALUES (2988,344,'fave_property_map_street_view','show'); INSERT INTO `wpg3_postmeta` VALUES (2989,344,'_dp_original','341'); INSERT INTO `wpg3_postmeta` VALUES (2990,344,'fave_multi_units','a:0:{}'); INSERT INTO `wpg3_postmeta` VALUES (2991,344,'fave_property_images','7511'); INSERT INTO `wpg3_postmeta` VALUES (2992,344,'_thumbnail_id','7510'); INSERT INTO `wpg3_postmeta` VALUES (2993,344,'fave_multiunit_plans_enable','disable'); INSERT INTO `wpg3_postmeta` VALUES (2994,344,'houzez_views_by_date','a:61:{s:10:\"05-09-2017\";i:2;s:10:\"05-10-2017\";i:2;s:10:\"05-11-2017\";i:2;s:10:\"05-12-2017\";i:1;s:10:\"05-13-2017\";i:2;s:10:\"05-14-2017\";i:2;s:10:\"05-16-2017\";i:1;s:10:\"05-17-2017\";i:2;s:10:\"05-18-2017\";i:2;s:10:\"05-19-2017\";i:2;s:10:\"05-20-2017\";i:2;s:10:\"05-21-2017\";i:3;s:10:\"05-22-2017\";i:3;s:10:\"05-23-2017\";i:3;s:10:\"05-24-2017\";i:3;s:10:\"05-25-2017\";i:2;s:10:\"05-26-2017\";i:9;s:10:\"05-27-2017\";i:3;s:10:\"05-29-2017\";i:3;s:10:\"05-30-2017\";i:5;s:10:\"05-31-2017\";i:5;s:10:\"06-02-2017\";i:1;s:10:\"06-03-2017\";i:2;s:10:\"06-05-2017\";i:2;s:10:\"06-06-2017\";i:1;s:10:\"06-07-2017\";i:3;s:10:\"06-08-2017\";i:2;s:10:\"06-09-2017\";i:1;s:10:\"06-10-2017\";i:2;s:10:\"06-11-2017\";i:2;s:10:\"06-12-2017\";i:3;s:10:\"06-13-2017\";i:1;s:10:\"06-14-2017\";i:2;s:10:\"06-15-2017\";i:2;s:10:\"06-16-2017\";i:2;s:10:\"06-18-2017\";i:2;s:10:\"06-19-2017\";i:1;s:10:\"06-20-2017\";i:3;s:10:\"06-21-2017\";i:3;s:10:\"06-22-2017\";i:2;s:10:\"06-23-2017\";i:2;s:10:\"06-24-2017\";i:3;s:10:\"06-25-2017\";i:2;s:10:\"06-26-2017\";i:3;s:10:\"11-24-2017\";i:1;s:10:\"11-27-2017\";i:1;s:10:\"04-13-2018\";i:1;s:10:\"04-18-2018\";i:2;s:10:\"04-19-2018\";i:1;s:10:\"04-22-2018\";i:1;s:10:\"04-23-2018\";i:1;s:10:\"04-25-2018\";i:2;s:10:\"04-26-2018\";i:2;s:10:\"04-28-2018\";i:1;s:10:\"04-29-2018\";i:1;s:10:\"04-30-2018\";i:1;s:10:\"05-02-2018\";i:1;s:10:\"05-03-2018\";i:2;s:10:\"05-04-2018\";i:1;s:10:\"05-07-2018\";i:1;s:10:\"05-08-2018\";i:1;}'); INSERT INTO `wpg3_postmeta` VALUES (2995,344,'houzez_total_property_views','1481'); INSERT INTO `wpg3_postmeta` VALUES (2996,344,'houzez_recently_viewed','05-08-2018'); INSERT INTO `wpg3_postmeta` VALUES (2997,344,'houzez_geolocation_lat','27.9183213'); INSERT INTO `wpg3_postmeta` VALUES (2998,344,'houzez_geolocation_long','-82.45608429999999'); INSERT INTO `wpg3_postmeta` VALUES (2999,344,'fave_virtual_tour','<iframe width=\"853\" height=\"480\" src=\"https://my.matterport.com/show/?m=zEWsxhZpGba&play=1&qs=1\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>'); INSERT INTO `wpg3_postmeta` VALUES (3000,344,'fave_single_top_area','global'); INSERT INTO `wpg3_postmeta` VALUES (3001,344,'fave_single_content_area','global'); INSERT INTO `wpg3_postmeta` VALUES (3002,344,'houzez_manual_expire',''); INSERT INTO `wpg3_postmeta` VALUES (3003,344,'_houzez_expiration_date_status','saved'); INSERT INTO `wpg3_postmeta` VALUES (3004,350,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (3005,350,'fave_property_size','3170'); INSERT INTO `wpg3_postmeta` VALUES (3006,350,'fave_property_size_prefix','Sq Ft'); INSERT INTO `wpg3_postmeta` VALUES (3007,350,'fave_property_bedrooms','5'); INSERT INTO `wpg3_postmeta` VALUES (3008,350,'fave_property_bathrooms','3'); INSERT INTO `wpg3_postmeta` VALUES (3009,350,'fave_property_garage','1'); INSERT INTO `wpg3_postmeta` VALUES (3010,350,'fave_property_garage_size','200 SqFt'); INSERT INTO `wpg3_postmeta` VALUES (3011,350,'fave_property_year','2016-01-09'); INSERT INTO `wpg3_postmeta` VALUES (3012,350,'fave_property_id','HZ31'); INSERT INTO `wpg3_postmeta` VALUES (3013,350,'fave_property_price','870000'); INSERT INTO `wpg3_postmeta` VALUES (3014,350,'fave_property_price_postfix','sq ft'); INSERT INTO `wpg3_postmeta` VALUES (3015,350,'fave_property_map','1'); INSERT INTO `wpg3_postmeta` VALUES (3016,350,'fave_property_map_address','3201 S Omar Ave, Tampa, FL 33629, USA'); INSERT INTO `wpg3_postmeta` VALUES (3017,350,'fave_property_location','27.9160146,-82.52784099999997,14'); INSERT INTO `wpg3_postmeta` VALUES (3018,350,'fave_property_country','US'); INSERT INTO `wpg3_postmeta` VALUES (3019,350,'fave_agents','72'); INSERT INTO `wpg3_postmeta` VALUES (3020,350,'fave_additional_features_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (3021,350,'additional_features','a:6:{i:0;a:2:{s:29:\"fave_additional_feature_title\";s:7:\"Deposit\";s:29:\"fave_additional_feature_value\";s:3:\"20%\";}i:1;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Pool Size\";s:29:\"fave_additional_feature_value\";s:8:\"300 Sqft\";}i:2;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Last remodel year\";s:29:\"fave_additional_feature_value\";s:4:\"1987\";}i:3;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Amenities\";s:29:\"fave_additional_feature_value\";s:9:\"Clubhouse\";}i:4;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Additional Rooms:\";s:29:\"fave_additional_feature_value\";s:10:\"Guest Bath\";}i:5;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Equipment\";s:29:\"fave_additional_feature_value\";s:11:\"Grill - Gas\";}}'); INSERT INTO `wpg3_postmeta` VALUES (3022,350,'fave_floor_plans_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (3023,350,'floor_plans','a:2:{i:0;a:7:{s:15:\"fave_plan_title\";s:11:\"First Floor\";s:15:\"fave_plan_rooms\";s:8:\"670 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"530 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,650\";s:14:\"fave_plan_size\";s:9:\"1267 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-1.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}i:1;a:7:{s:15:\"fave_plan_title\";s:12:\"Second Floor\";s:15:\"fave_plan_rooms\";s:8:\"543 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"238 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,600\";s:14:\"fave_plan_size\";s:9:\"1345 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-2.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}}'); INSERT INTO `wpg3_postmeta` VALUES (3024,350,'fave_featured','0'); INSERT INTO `wpg3_postmeta` VALUES (3025,350,'fave_property_address','3201 S Omar Ave'); INSERT INTO `wpg3_postmeta` VALUES (3026,350,'fave_property_zip','33629'); INSERT INTO `wpg3_postmeta` VALUES (3027,350,'fave_agent_display_option','agent_info'); INSERT INTO `wpg3_postmeta` VALUES (3028,350,'fave_property_images','7417'); INSERT INTO `wpg3_postmeta` VALUES (3029,350,'fave_video_image','84'); INSERT INTO `wpg3_postmeta` VALUES (3030,350,'fave_video_url','https://www.youtube.com/watch?v=fafEHMnFe3g'); INSERT INTO `wpg3_postmeta` VALUES (3031,350,'fave_payment_status','not_paid'); INSERT INTO `wpg3_postmeta` VALUES (3032,350,'fave_property_map_street_view','show'); INSERT INTO `wpg3_postmeta` VALUES (3033,350,'_dp_original','344'); INSERT INTO `wpg3_postmeta` VALUES (3034,350,'fave_property_sec_price','8500'); INSERT INTO `wpg3_postmeta` VALUES (3035,350,'fave_multi_units','a:0:{}'); INSERT INTO `wpg3_postmeta` VALUES (3036,350,'_thumbnail_id','7432'); INSERT INTO `wpg3_postmeta` VALUES (3037,350,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (3038,350,'houzez_total_property_views','383'); INSERT INTO `wpg3_postmeta` VALUES (3039,350,'houzez_views_by_date','a:61:{s:10:\"03-29-2017\";i:1;s:10:\"03-30-2017\";i:2;s:10:\"04-02-2017\";i:1;s:10:\"04-04-2017\";i:1;s:10:\"04-05-2017\";i:2;s:10:\"04-06-2017\";i:1;s:10:\"04-07-2017\";i:1;s:10:\"04-08-2017\";i:2;s:10:\"04-09-2017\";i:1;s:10:\"04-10-2017\";i:2;s:10:\"04-11-2017\";i:1;s:10:\"04-12-2017\";i:1;s:10:\"04-14-2017\";i:2;s:10:\"04-16-2017\";i:1;s:10:\"04-17-2017\";i:2;s:10:\"04-22-2017\";i:1;s:10:\"04-23-2017\";i:3;s:10:\"04-24-2017\";i:3;s:10:\"04-26-2017\";i:1;s:10:\"04-28-2017\";i:4;s:10:\"04-29-2017\";i:1;s:10:\"05-01-2017\";i:1;s:10:\"05-03-2017\";i:2;s:10:\"05-04-2017\";i:3;s:10:\"05-06-2017\";i:2;s:10:\"05-08-2017\";i:2;s:10:\"05-09-2017\";i:4;s:10:\"05-10-2017\";i:1;s:10:\"05-12-2017\";i:1;s:10:\"05-13-2017\";i:2;s:10:\"05-15-2017\";i:1;s:10:\"05-17-2017\";i:1;s:10:\"05-20-2017\";i:1;s:10:\"05-22-2017\";i:2;s:10:\"05-23-2017\";i:1;s:10:\"05-24-2017\";i:1;s:10:\"05-25-2017\";i:2;s:10:\"05-26-2017\";i:2;s:10:\"05-27-2017\";i:2;s:10:\"05-28-2017\";i:1;s:10:\"05-29-2017\";i:2;s:10:\"06-01-2017\";i:1;s:10:\"06-02-2017\";i:2;s:10:\"06-03-2017\";i:2;s:10:\"06-04-2017\";i:1;s:10:\"06-05-2017\";i:2;s:10:\"06-06-2017\";i:2;s:10:\"06-08-2017\";i:1;s:10:\"06-09-2017\";i:3;s:10:\"06-11-2017\";i:1;s:10:\"06-12-2017\";i:2;s:10:\"06-13-2017\";i:2;s:10:\"06-17-2017\";i:1;s:10:\"06-19-2017\";i:1;s:10:\"06-20-2017\";i:3;s:10:\"06-21-2017\";i:3;s:10:\"06-22-2017\";i:2;s:10:\"06-23-2017\";i:3;s:10:\"06-24-2017\";i:2;s:10:\"06-26-2017\";i:3;s:10:\"04-13-2018\";i:1;}'); INSERT INTO `wpg3_postmeta` VALUES (3040,350,'fave_multiunit_plans_enable','disable'); INSERT INTO `wpg3_postmeta` VALUES (3041,350,'houzez_recently_viewed','04-13-2018'); INSERT INTO `wpg3_postmeta` VALUES (3042,350,'houzez_geolocation_lat','27.9160146'); INSERT INTO `wpg3_postmeta` VALUES (3043,350,'houzez_geolocation_long','-82.52784099999997'); INSERT INTO `wpg3_postmeta` VALUES (3044,350,'fave_virtual_tour','<iframe width=\"853\" height=\"480\" src=\"https://my.matterport.com/show/?m=zEWsxhZpGba&play=1&qs=1\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>'); INSERT INTO `wpg3_postmeta` VALUES (3045,350,'fave_single_top_area','global'); INSERT INTO `wpg3_postmeta` VALUES (3046,350,'fave_single_content_area','global'); INSERT INTO `wpg3_postmeta` VALUES (3047,350,'houzez_manual_expire',''); INSERT INTO `wpg3_postmeta` VALUES (3048,350,'_houzez_expiration_date_status','saved'); INSERT INTO `wpg3_postmeta` VALUES (3049,354,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (3050,354,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (3051,354,'fave_property_size','2700'); INSERT INTO `wpg3_postmeta` VALUES (3052,354,'fave_property_size_prefix','Sq Ft'); INSERT INTO `wpg3_postmeta` VALUES (3053,354,'fave_property_bedrooms','3'); INSERT INTO `wpg3_postmeta` VALUES (3054,354,'fave_property_bathrooms','3'); INSERT INTO `wpg3_postmeta` VALUES (3055,354,'fave_property_garage','1'); INSERT INTO `wpg3_postmeta` VALUES (3056,354,'fave_property_garage_size','200 SqFt'); INSERT INTO `wpg3_postmeta` VALUES (3057,354,'fave_property_year','2016-01-09'); INSERT INTO `wpg3_postmeta` VALUES (3058,354,'fave_property_id','HZ16'); INSERT INTO `wpg3_postmeta` VALUES (3059,354,'fave_property_price','16000'); INSERT INTO `wpg3_postmeta` VALUES (3060,354,'fave_property_price_postfix','mo'); INSERT INTO `wpg3_postmeta` VALUES (3061,354,'fave_property_map','1'); INSERT INTO `wpg3_postmeta` VALUES (3062,354,'fave_property_map_address','2711 N Macdill Ave, Tampa, FL 33607, USA'); INSERT INTO `wpg3_postmeta` VALUES (3063,354,'fave_property_location','27.9652642,-82.4924464,14'); INSERT INTO `wpg3_postmeta` VALUES (3064,354,'fave_property_country','US'); INSERT INTO `wpg3_postmeta` VALUES (3065,354,'fave_agents','156'); INSERT INTO `wpg3_postmeta` VALUES (3066,354,'fave_additional_features_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (3067,354,'additional_features','a:6:{i:0;a:2:{s:29:\"fave_additional_feature_title\";s:7:\"Deposit\";s:29:\"fave_additional_feature_value\";s:3:\"20%\";}i:1;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Pool Size\";s:29:\"fave_additional_feature_value\";s:8:\"300 Sqft\";}i:2;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Last remodel year\";s:29:\"fave_additional_feature_value\";s:4:\"1987\";}i:3;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Amenities\";s:29:\"fave_additional_feature_value\";s:9:\"Clubhouse\";}i:4;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Additional Rooms:\";s:29:\"fave_additional_feature_value\";s:10:\"Guest Bath\";}i:5;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Equipment\";s:29:\"fave_additional_feature_value\";s:11:\"Grill - Gas\";}}'); INSERT INTO `wpg3_postmeta` VALUES (3068,354,'fave_floor_plans_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (3069,354,'floor_plans','a:2:{i:0;a:7:{s:15:\"fave_plan_title\";s:11:\"First Floor\";s:15:\"fave_plan_rooms\";s:8:\"670 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"530 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,650\";s:14:\"fave_plan_size\";s:9:\"1267 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-1.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}i:1;a:7:{s:15:\"fave_plan_title\";s:12:\"Second Floor\";s:15:\"fave_plan_rooms\";s:8:\"543 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"238 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,600\";s:14:\"fave_plan_size\";s:9:\"1345 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-2.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}}'); INSERT INTO `wpg3_postmeta` VALUES (3070,354,'fave_featured','0'); INSERT INTO `wpg3_postmeta` VALUES (3071,354,'fave_property_address','2711 N Macdill Ave'); INSERT INTO `wpg3_postmeta` VALUES (3072,354,'fave_property_zip','33607'); INSERT INTO `wpg3_postmeta` VALUES (3073,354,'fave_agent_display_option','agent_info'); INSERT INTO `wpg3_postmeta` VALUES (3074,354,'fave_property_images','7417'); INSERT INTO `wpg3_postmeta` VALUES (3075,354,'fave_video_image','84'); INSERT INTO `wpg3_postmeta` VALUES (3076,354,'fave_video_url','https://www.youtube.com/watch?v=fafEHMnFe3g'); INSERT INTO `wpg3_postmeta` VALUES (3077,354,'fave_payment_status','not_paid'); INSERT INTO `wpg3_postmeta` VALUES (3078,354,'fave_property_map_street_view','hide'); INSERT INTO `wpg3_postmeta` VALUES (3079,354,'_dp_original','350'); INSERT INTO `wpg3_postmeta` VALUES (3080,354,'_thumbnail_id','7416'); INSERT INTO `wpg3_postmeta` VALUES (3081,354,'fave_multi_units','a:0:{}'); INSERT INTO `wpg3_postmeta` VALUES (3082,354,'houzez_total_property_views','411'); INSERT INTO `wpg3_postmeta` VALUES (3083,354,'houzez_views_by_date','a:61:{s:10:\"03-28-2017\";i:2;s:10:\"03-30-2017\";i:3;s:10:\"03-31-2017\";i:3;s:10:\"04-01-2017\";i:2;s:10:\"04-04-2017\";i:1;s:10:\"04-05-2017\";i:4;s:10:\"04-06-2017\";i:3;s:10:\"04-07-2017\";i:2;s:10:\"04-08-2017\";i:2;s:10:\"04-09-2017\";i:1;s:10:\"04-11-2017\";i:1;s:10:\"04-12-2017\";i:3;s:10:\"04-16-2017\";i:1;s:10:\"04-17-2017\";i:1;s:10:\"04-18-2017\";i:1;s:10:\"04-19-2017\";i:1;s:10:\"04-23-2017\";i:5;s:10:\"04-24-2017\";i:3;s:10:\"04-25-2017\";i:1;s:10:\"04-26-2017\";i:1;s:10:\"04-27-2017\";i:1;s:10:\"04-28-2017\";i:3;s:10:\"04-29-2017\";i:2;s:10:\"05-01-2017\";i:3;s:10:\"05-02-2017\";i:1;s:10:\"05-03-2017\";i:1;s:10:\"05-04-2017\";i:2;s:10:\"05-05-2017\";i:1;s:10:\"05-06-2017\";i:5;s:10:\"05-08-2017\";i:4;s:10:\"05-09-2017\";i:2;s:10:\"05-10-2017\";i:2;s:10:\"05-11-2017\";i:1;s:10:\"05-12-2017\";i:1;s:10:\"05-13-2017\";i:2;s:10:\"05-14-2017\";i:1;s:10:\"05-20-2017\";i:1;s:10:\"05-21-2017\";i:3;s:10:\"05-22-2017\";i:2;s:10:\"05-23-2017\";i:2;s:10:\"05-24-2017\";i:3;s:10:\"05-25-2017\";i:1;s:10:\"05-27-2017\";i:1;s:10:\"05-29-2017\";i:3;s:10:\"06-03-2017\";i:3;s:10:\"06-04-2017\";i:1;s:10:\"06-05-2017\";i:2;s:10:\"06-07-2017\";i:2;s:10:\"06-08-2017\";i:1;s:10:\"06-09-2017\";i:1;s:10:\"06-11-2017\";i:2;s:10:\"06-12-2017\";i:2;s:10:\"06-13-2017\";i:1;s:10:\"06-14-2017\";i:1;s:10:\"06-18-2017\";i:2;s:10:\"06-20-2017\";i:1;s:10:\"06-21-2017\";i:2;s:10:\"06-22-2017\";i:1;s:10:\"06-23-2017\";i:1;s:10:\"06-24-2017\";i:1;s:10:\"06-26-2017\";i:3;}'); INSERT INTO `wpg3_postmeta` VALUES (3084,354,'houzez_recently_viewed','06-26-2017'); INSERT INTO `wpg3_postmeta` VALUES (3085,354,'fave_multiunit_plans_enable','disable'); INSERT INTO `wpg3_postmeta` VALUES (3086,354,'fave_rating','a:6:{i:1;i:0;i:2;i:0;i:3;i:0;i:4;i:0;i:5;i:-1;s:0:\"\";N;}'); INSERT INTO `wpg3_postmeta` VALUES (3087,354,'houzez_geolocation_lat','27.9652642'); INSERT INTO `wpg3_postmeta` VALUES (3088,354,'houzez_geolocation_long','-82.4924464'); INSERT INTO `wpg3_postmeta` VALUES (3089,354,'fave_virtual_tour','<iframe width=\"853\" height=\"480\" src=\"https://my.matterport.com/show/?m=zEWsxhZpGba&play=1&qs=1\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>'); INSERT INTO `wpg3_postmeta` VALUES (3090,354,'fave_single_top_area','global'); INSERT INTO `wpg3_postmeta` VALUES (3091,354,'fave_single_content_area','global'); INSERT INTO `wpg3_postmeta` VALUES (3092,354,'houzez_manual_expire',''); INSERT INTO `wpg3_postmeta` VALUES (3093,354,'_houzez_expiration_date_status','saved'); INSERT INTO `wpg3_postmeta` VALUES (3094,357,'_thumbnail_id','7502'); INSERT INTO `wpg3_postmeta` VALUES (3095,357,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (3096,357,'fave_property_size','1200'); INSERT INTO `wpg3_postmeta` VALUES (3097,357,'fave_property_size_prefix','Sq Ft'); INSERT INTO `wpg3_postmeta` VALUES (3098,357,'fave_property_bedrooms','4'); INSERT INTO `wpg3_postmeta` VALUES (3099,357,'fave_property_bathrooms','2'); INSERT INTO `wpg3_postmeta` VALUES (3100,357,'fave_property_garage','1'); INSERT INTO `wpg3_postmeta` VALUES (3101,357,'fave_property_garage_size','200 SqFt'); INSERT INTO `wpg3_postmeta` VALUES (3102,357,'fave_property_year','2016-01-09'); INSERT INTO `wpg3_postmeta` VALUES (3103,357,'fave_property_id','HZ32'); INSERT INTO `wpg3_postmeta` VALUES (3104,357,'fave_property_price','670000'); INSERT INTO `wpg3_postmeta` VALUES (3105,357,'fave_property_price_postfix','sq ft'); INSERT INTO `wpg3_postmeta` VALUES (3106,357,'fave_property_map','1'); INSERT INTO `wpg3_postmeta` VALUES (3107,357,'fave_property_map_address','671 Geneva Pl, Tampa, FL 33606'); INSERT INTO `wpg3_postmeta` VALUES (3108,357,'fave_property_location','27.9169911,-82.45495970000002,14'); INSERT INTO `wpg3_postmeta` VALUES (3109,357,'fave_property_country','US'); INSERT INTO `wpg3_postmeta` VALUES (3110,357,'fave_agents','150'); INSERT INTO `wpg3_postmeta` VALUES (3111,357,'fave_additional_features_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (3112,357,'additional_features','a:6:{i:0;a:2:{s:29:\"fave_additional_feature_title\";s:7:\"Deposit\";s:29:\"fave_additional_feature_value\";s:3:\"20%\";}i:1;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Pool Size\";s:29:\"fave_additional_feature_value\";s:8:\"300 Sqft\";}i:2;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Last remodel year\";s:29:\"fave_additional_feature_value\";s:4:\"1987\";}i:3;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Amenities\";s:29:\"fave_additional_feature_value\";s:9:\"Clubhouse\";}i:4;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Additional Rooms:\";s:29:\"fave_additional_feature_value\";s:10:\"Guest Bath\";}i:5;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Equipment\";s:29:\"fave_additional_feature_value\";s:11:\"Grill - Gas\";}}'); INSERT INTO `wpg3_postmeta` VALUES (3113,357,'fave_floor_plans_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (3114,357,'floor_plans','a:2:{i:0;a:7:{s:15:\"fave_plan_title\";s:11:\"First Floor\";s:15:\"fave_plan_rooms\";s:8:\"670 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"530 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,650\";s:14:\"fave_plan_size\";s:9:\"1267 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-1.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}i:1;a:7:{s:15:\"fave_plan_title\";s:12:\"Second Floor\";s:15:\"fave_plan_rooms\";s:8:\"543 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"238 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,600\";s:14:\"fave_plan_size\";s:9:\"1345 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-2.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}}'); INSERT INTO `wpg3_postmeta` VALUES (3115,357,'fave_featured','0'); INSERT INTO `wpg3_postmeta` VALUES (3116,357,'fave_property_address','671 Geneva Pl'); INSERT INTO `wpg3_postmeta` VALUES (3117,357,'fave_property_zip','33606'); INSERT INTO `wpg3_postmeta` VALUES (3118,357,'fave_agent_display_option','agent_info'); INSERT INTO `wpg3_postmeta` VALUES (3119,357,'fave_property_images','7512'); INSERT INTO `wpg3_postmeta` VALUES (3120,357,'fave_video_image','84'); INSERT INTO `wpg3_postmeta` VALUES (3121,357,'fave_video_url','https://www.youtube.com/watch?v=fafEHMnFe3g'); INSERT INTO `wpg3_postmeta` VALUES (3122,357,'fave_payment_status','not_paid'); INSERT INTO `wpg3_postmeta` VALUES (3123,357,'fave_property_map_street_view','show'); INSERT INTO `wpg3_postmeta` VALUES (3124,357,'_dp_original','354'); INSERT INTO `wpg3_postmeta` VALUES (3125,357,'fave_property_sec_price','6500'); INSERT INTO `wpg3_postmeta` VALUES (3126,357,'fave_multi_units','a:0:{}'); INSERT INTO `wpg3_postmeta` VALUES (3127,357,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (3128,357,'houzez_views_by_date','a:61:{s:10:\"04-04-2017\";i:5;s:10:\"04-05-2017\";i:4;s:10:\"04-07-2017\";i:1;s:10:\"04-08-2017\";i:2;s:10:\"04-09-2017\";i:1;s:10:\"04-12-2017\";i:1;s:10:\"04-13-2017\";i:1;s:10:\"04-16-2017\";i:1;s:10:\"04-17-2017\";i:1;s:10:\"04-19-2017\";i:2;s:10:\"04-21-2017\";i:1;s:10:\"04-22-2017\";i:1;s:10:\"04-23-2017\";i:2;s:10:\"04-24-2017\";i:5;s:10:\"04-25-2017\";i:1;s:10:\"04-28-2017\";i:1;s:10:\"04-29-2017\";i:2;s:10:\"04-30-2017\";i:1;s:10:\"05-01-2017\";i:1;s:10:\"05-03-2017\";i:1;s:10:\"05-04-2017\";i:2;s:10:\"05-05-2017\";i:3;s:10:\"05-06-2017\";i:2;s:10:\"05-08-2017\";i:1;s:10:\"05-09-2017\";i:3;s:10:\"05-10-2017\";i:2;s:10:\"05-11-2017\";i:1;s:10:\"05-12-2017\";i:1;s:10:\"05-13-2017\";i:2;s:10:\"05-15-2017\";i:2;s:10:\"05-16-2017\";i:2;s:10:\"05-17-2017\";i:2;s:10:\"05-19-2017\";i:2;s:10:\"05-20-2017\";i:3;s:10:\"05-21-2017\";i:2;s:10:\"05-22-2017\";i:4;s:10:\"05-23-2017\";i:2;s:10:\"05-24-2017\";i:1;s:10:\"05-25-2017\";i:2;s:10:\"05-27-2017\";i:1;s:10:\"05-29-2017\";i:2;s:10:\"05-30-2017\";i:1;s:10:\"05-31-2017\";i:1;s:10:\"06-01-2017\";i:2;s:10:\"06-02-2017\";i:2;s:10:\"06-03-2017\";i:2;s:10:\"06-05-2017\";i:1;s:10:\"06-06-2017\";i:1;s:10:\"06-07-2017\";i:1;s:10:\"06-08-2017\";i:2;s:10:\"06-09-2017\";i:1;s:10:\"06-10-2017\";i:2;s:10:\"06-12-2017\";i:2;s:10:\"06-14-2017\";i:1;s:10:\"06-15-2017\";i:1;s:10:\"06-18-2017\";i:3;s:10:\"06-20-2017\";i:2;s:10:\"06-21-2017\";i:2;s:10:\"06-23-2017\";i:2;s:10:\"06-24-2017\";i:1;s:10:\"06-26-2017\";i:3;}'); INSERT INTO `wpg3_postmeta` VALUES (3129,357,'houzez_total_property_views','371'); INSERT INTO `wpg3_postmeta` VALUES (3130,357,'houzez_recently_viewed','06-26-2017'); INSERT INTO `wpg3_postmeta` VALUES (3131,357,'fave_multiunit_plans_enable','disable'); INSERT INTO `wpg3_postmeta` VALUES (3132,357,'houzez_geolocation_lat','27.9169911'); INSERT INTO `wpg3_postmeta` VALUES (3133,357,'houzez_geolocation_long','-82.45495970000002'); INSERT INTO `wpg3_postmeta` VALUES (3134,357,'fave_virtual_tour','<iframe width=\"853\" height=\"480\" src=\"https://my.matterport.com/show/?m=zEWsxhZpGba&play=1&qs=1\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>'); INSERT INTO `wpg3_postmeta` VALUES (3135,357,'fave_single_top_area','global'); INSERT INTO `wpg3_postmeta` VALUES (3136,357,'fave_single_content_area','global'); INSERT INTO `wpg3_postmeta` VALUES (3137,357,'houzez_manual_expire',''); INSERT INTO `wpg3_postmeta` VALUES (3138,357,'_houzez_expiration_date_status','saved'); INSERT INTO `wpg3_postmeta` VALUES (3139,365,'fave_multi_units','a:0:{}'); INSERT INTO `wpg3_postmeta` VALUES (3140,365,'fave_property_images','7503'); INSERT INTO `wpg3_postmeta` VALUES (3141,365,'_thumbnail_id','7503'); INSERT INTO `wpg3_postmeta` VALUES (3142,365,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (3143,365,'fave_property_size','2760'); INSERT INTO `wpg3_postmeta` VALUES (3144,365,'fave_property_size_prefix','Sq Ft'); INSERT INTO `wpg3_postmeta` VALUES (3145,365,'fave_property_bedrooms','2'); INSERT INTO `wpg3_postmeta` VALUES (3146,365,'fave_property_bathrooms','2'); INSERT INTO `wpg3_postmeta` VALUES (3147,365,'fave_property_garage','1'); INSERT INTO `wpg3_postmeta` VALUES (3148,365,'fave_property_garage_size','200 SqFt'); INSERT INTO `wpg3_postmeta` VALUES (3149,365,'fave_property_year','2016-01-09'); INSERT INTO `wpg3_postmeta` VALUES (3150,365,'fave_property_id','HZ12'); INSERT INTO `wpg3_postmeta` VALUES (3151,365,'fave_property_price','550000'); INSERT INTO `wpg3_postmeta` VALUES (3152,365,'fave_property_price_postfix','sq ft'); INSERT INTO `wpg3_postmeta` VALUES (3153,365,'fave_property_map','1'); INSERT INTO `wpg3_postmeta` VALUES (3154,365,'fave_property_map_address','1815 W Jetton Ave, Tampa, FL 33606'); INSERT INTO `wpg3_postmeta` VALUES (3155,365,'fave_property_location','27.933095,-82.480436,14'); INSERT INTO `wpg3_postmeta` VALUES (3156,365,'fave_property_country','US'); INSERT INTO `wpg3_postmeta` VALUES (3157,365,'fave_agents','158'); INSERT INTO `wpg3_postmeta` VALUES (3158,365,'fave_additional_features_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (3159,365,'additional_features','a:6:{i:0;a:2:{s:29:\"fave_additional_feature_title\";s:7:\"Deposit\";s:29:\"fave_additional_feature_value\";s:3:\"20%\";}i:1;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Pool Size\";s:29:\"fave_additional_feature_value\";s:8:\"300 Sqft\";}i:2;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Last remodel year\";s:29:\"fave_additional_feature_value\";s:4:\"1987\";}i:3;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Amenities\";s:29:\"fave_additional_feature_value\";s:9:\"Clubhouse\";}i:4;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Additional Rooms:\";s:29:\"fave_additional_feature_value\";s:10:\"Guest Bath\";}i:5;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Equipment\";s:29:\"fave_additional_feature_value\";s:11:\"Grill - Gas\";}}'); INSERT INTO `wpg3_postmeta` VALUES (3160,365,'fave_floor_plans_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (3161,365,'floor_plans','a:2:{i:0;a:7:{s:15:\"fave_plan_title\";s:11:\"First Floor\";s:15:\"fave_plan_rooms\";s:8:\"670 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"530 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,650\";s:14:\"fave_plan_size\";s:9:\"1267 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-1.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}i:1;a:7:{s:15:\"fave_plan_title\";s:12:\"Second Floor\";s:15:\"fave_plan_rooms\";s:8:\"543 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"238 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,600\";s:14:\"fave_plan_size\";s:9:\"1345 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-2.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}}'); INSERT INTO `wpg3_postmeta` VALUES (3162,365,'fave_featured','0'); INSERT INTO `wpg3_postmeta` VALUES (3163,365,'fave_property_address','1815 W Jetton Ave'); INSERT INTO `wpg3_postmeta` VALUES (3164,365,'fave_property_zip','33606'); INSERT INTO `wpg3_postmeta` VALUES (3165,365,'fave_agent_display_option','agent_info'); INSERT INTO `wpg3_postmeta` VALUES (3166,365,'fave_video_image','84'); INSERT INTO `wpg3_postmeta` VALUES (3167,365,'fave_video_url','https://www.youtube.com/watch?v=fafEHMnFe3g'); INSERT INTO `wpg3_postmeta` VALUES (3168,365,'fave_payment_status','not_paid'); INSERT INTO `wpg3_postmeta` VALUES (3169,365,'fave_property_map_street_view','show'); INSERT INTO `wpg3_postmeta` VALUES (3170,365,'fave_property_sec_price','2300'); INSERT INTO `wpg3_postmeta` VALUES (3171,365,'_dp_original','362'); INSERT INTO `wpg3_postmeta` VALUES (3172,365,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (3173,365,'houzez_total_property_views','396'); INSERT INTO `wpg3_postmeta` VALUES (3174,365,'houzez_views_by_date','a:61:{s:10:\"04-14-2017\";i:1;s:10:\"04-15-2017\";i:1;s:10:\"04-16-2017\";i:1;s:10:\"04-17-2017\";i:1;s:10:\"04-18-2017\";i:1;s:10:\"04-19-2017\";i:1;s:10:\"04-20-2017\";i:1;s:10:\"04-21-2017\";i:1;s:10:\"04-23-2017\";i:4;s:10:\"04-24-2017\";i:4;s:10:\"04-25-2017\";i:1;s:10:\"04-26-2017\";i:1;s:10:\"04-28-2017\";i:1;s:10:\"04-29-2017\";i:1;s:10:\"05-01-2017\";i:2;s:10:\"05-03-2017\";i:1;s:10:\"05-04-2017\";i:2;s:10:\"05-06-2017\";i:2;s:10:\"05-08-2017\";i:2;s:10:\"05-09-2017\";i:4;s:10:\"05-10-2017\";i:1;s:10:\"05-11-2017\";i:2;s:10:\"05-12-2017\";i:2;s:10:\"05-13-2017\";i:2;s:10:\"05-14-2017\";i:2;s:10:\"05-15-2017\";i:2;s:10:\"05-16-2017\";i:1;s:10:\"05-17-2017\";i:2;s:10:\"05-18-2017\";i:1;s:10:\"05-19-2017\";i:3;s:10:\"05-20-2017\";i:1;s:10:\"05-21-2017\";i:1;s:10:\"05-22-2017\";i:3;s:10:\"05-23-2017\";i:2;s:10:\"05-24-2017\";i:3;s:10:\"05-25-2017\";i:3;s:10:\"05-26-2017\";i:2;s:10:\"05-27-2017\";i:1;s:10:\"05-29-2017\";i:1;s:10:\"05-30-2017\";i:1;s:10:\"05-31-2017\";i:1;s:10:\"06-01-2017\";i:1;s:10:\"06-02-2017\";i:1;s:10:\"06-03-2017\";i:2;s:10:\"06-04-2017\";i:1;s:10:\"06-05-2017\";i:1;s:10:\"06-06-2017\";i:1;s:10:\"06-09-2017\";i:1;s:10:\"06-10-2017\";i:1;s:10:\"06-11-2017\";i:1;s:10:\"06-12-2017\";i:1;s:10:\"06-13-2017\";i:1;s:10:\"06-14-2017\";i:1;s:10:\"06-18-2017\";i:2;s:10:\"06-19-2017\";i:2;s:10:\"06-20-2017\";i:1;s:10:\"06-21-2017\";i:2;s:10:\"06-22-2017\";i:1;s:10:\"06-23-2017\";i:2;s:10:\"06-24-2017\";i:1;s:10:\"06-26-2017\";i:3;}'); INSERT INTO `wpg3_postmeta` VALUES (3175,365,'fave_multiunit_plans_enable','disable'); INSERT INTO `wpg3_postmeta` VALUES (3176,365,'houzez_recently_viewed','06-26-2017'); INSERT INTO `wpg3_postmeta` VALUES (3177,365,'houzez_geolocation_lat','27.933095'); INSERT INTO `wpg3_postmeta` VALUES (3178,365,'houzez_geolocation_long','-82.480436'); INSERT INTO `wpg3_postmeta` VALUES (3179,365,'fave_virtual_tour','<iframe width=\"853\" height=\"480\" src=\"https://my.matterport.com/show/?m=zEWsxhZpGba&play=1&qs=1\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>'); INSERT INTO `wpg3_postmeta` VALUES (3180,365,'fave_single_top_area','global'); INSERT INTO `wpg3_postmeta` VALUES (3181,365,'fave_single_content_area','global'); INSERT INTO `wpg3_postmeta` VALUES (3182,365,'houzez_manual_expire',''); INSERT INTO `wpg3_postmeta` VALUES (3183,365,'_houzez_expiration_date_status','saved'); INSERT INTO `wpg3_postmeta` VALUES (3184,368,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (3185,368,'fave_property_size','4300'); INSERT INTO `wpg3_postmeta` VALUES (3186,368,'fave_property_size_prefix','Sq Ft'); INSERT INTO `wpg3_postmeta` VALUES (3187,368,'fave_property_bedrooms','6'); INSERT INTO `wpg3_postmeta` VALUES (3188,368,'fave_property_bathrooms','3'); INSERT INTO `wpg3_postmeta` VALUES (3189,368,'fave_property_garage','1'); INSERT INTO `wpg3_postmeta` VALUES (3190,368,'fave_property_garage_size','200 SqFt'); INSERT INTO `wpg3_postmeta` VALUES (3191,368,'fave_property_year','2016-01-09'); INSERT INTO `wpg3_postmeta` VALUES (3192,368,'fave_property_id','HZ23'); INSERT INTO `wpg3_postmeta` VALUES (3193,368,'fave_property_price','25000'); INSERT INTO `wpg3_postmeta` VALUES (3194,368,'fave_property_price_postfix','mo'); INSERT INTO `wpg3_postmeta` VALUES (3195,368,'fave_property_map','1'); INSERT INTO `wpg3_postmeta` VALUES (3196,368,'fave_property_map_address','5098 N Hale Ave, Tampa, FL 33614, USA'); INSERT INTO `wpg3_postmeta` VALUES (3197,368,'fave_property_location','27.9938619,-82.51080379999996,14'); INSERT INTO `wpg3_postmeta` VALUES (3198,368,'fave_property_country','US'); INSERT INTO `wpg3_postmeta` VALUES (3199,368,'fave_agents','72'); INSERT INTO `wpg3_postmeta` VALUES (3200,368,'fave_additional_features_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (3201,368,'additional_features','a:6:{i:0;a:2:{s:29:\"fave_additional_feature_title\";s:7:\"Deposit\";s:29:\"fave_additional_feature_value\";s:3:\"20%\";}i:1;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Pool Size\";s:29:\"fave_additional_feature_value\";s:8:\"300 Sqft\";}i:2;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Last remodel year\";s:29:\"fave_additional_feature_value\";s:4:\"1987\";}i:3;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Amenities\";s:29:\"fave_additional_feature_value\";s:9:\"Clubhouse\";}i:4;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Additional Rooms:\";s:29:\"fave_additional_feature_value\";s:10:\"Guest Bath\";}i:5;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Equipment\";s:29:\"fave_additional_feature_value\";s:11:\"Grill - Gas\";}}'); INSERT INTO `wpg3_postmeta` VALUES (3202,368,'fave_floor_plans_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (3203,368,'floor_plans','a:2:{i:0;a:7:{s:15:\"fave_plan_title\";s:11:\"First Floor\";s:15:\"fave_plan_rooms\";s:8:\"670 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"530 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,650\";s:14:\"fave_plan_size\";s:9:\"1267 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-1.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}i:1;a:7:{s:15:\"fave_plan_title\";s:12:\"Second Floor\";s:15:\"fave_plan_rooms\";s:8:\"543 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"238 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,600\";s:14:\"fave_plan_size\";s:9:\"1345 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-2.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}}'); INSERT INTO `wpg3_postmeta` VALUES (3204,368,'fave_featured','0'); INSERT INTO `wpg3_postmeta` VALUES (3205,368,'fave_property_address','5098 N Hale Ave'); INSERT INTO `wpg3_postmeta` VALUES (3206,368,'fave_property_zip','33614'); INSERT INTO `wpg3_postmeta` VALUES (3207,368,'fave_agent_display_option','agent_info'); INSERT INTO `wpg3_postmeta` VALUES (3208,368,'fave_video_image','84'); INSERT INTO `wpg3_postmeta` VALUES (3209,368,'fave_video_url','https://www.youtube.com/watch?v=fafEHMnFe3g'); INSERT INTO `wpg3_postmeta` VALUES (3210,368,'fave_payment_status','not_paid'); INSERT INTO `wpg3_postmeta` VALUES (3211,368,'fave_property_map_street_view','show'); INSERT INTO `wpg3_postmeta` VALUES (3212,368,'_dp_original','365'); INSERT INTO `wpg3_postmeta` VALUES (3213,368,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (3214,368,'fave_multi_units','a:0:{}'); INSERT INTO `wpg3_postmeta` VALUES (3215,368,'fave_multiunit_plans_enable','disable'); INSERT INTO `wpg3_postmeta` VALUES (3216,368,'houzez_views_by_date','a:61:{s:10:\"04-01-2017\";i:1;s:10:\"04-03-2017\";i:1;s:10:\"04-04-2017\";i:2;s:10:\"04-05-2017\";i:2;s:10:\"04-06-2017\";i:2;s:10:\"04-07-2017\";i:3;s:10:\"04-09-2017\";i:1;s:10:\"04-10-2017\";i:2;s:10:\"04-11-2017\";i:1;s:10:\"04-12-2017\";i:2;s:10:\"04-16-2017\";i:1;s:10:\"04-17-2017\";i:1;s:10:\"04-19-2017\";i:2;s:10:\"04-22-2017\";i:1;s:10:\"04-23-2017\";i:4;s:10:\"04-24-2017\";i:3;s:10:\"04-26-2017\";i:1;s:10:\"04-27-2017\";i:2;s:10:\"04-28-2017\";i:2;s:10:\"04-29-2017\";i:2;s:10:\"05-01-2017\";i:2;s:10:\"05-03-2017\";i:1;s:10:\"05-04-2017\";i:2;s:10:\"05-05-2017\";i:3;s:10:\"05-06-2017\";i:2;s:10:\"05-07-2017\";i:3;s:10:\"05-08-2017\";i:4;s:10:\"05-09-2017\";i:2;s:10:\"05-10-2017\";i:1;s:10:\"05-11-2017\";i:1;s:10:\"05-12-2017\";i:1;s:10:\"05-13-2017\";i:2;s:10:\"05-15-2017\";i:2;s:10:\"05-19-2017\";i:1;s:10:\"05-20-2017\";i:2;s:10:\"05-21-2017\";i:2;s:10:\"05-22-2017\";i:3;s:10:\"05-23-2017\";i:1;s:10:\"05-24-2017\";i:2;s:10:\"05-25-2017\";i:1;s:10:\"05-27-2017\";i:1;s:10:\"05-29-2017\";i:1;s:10:\"05-30-2017\";i:1;s:10:\"05-31-2017\";i:2;s:10:\"06-01-2017\";i:2;s:10:\"06-02-2017\";i:2;s:10:\"06-03-2017\";i:2;s:10:\"06-04-2017\";i:1;s:10:\"06-06-2017\";i:2;s:10:\"06-07-2017\";i:1;s:10:\"06-08-2017\";i:1;s:10:\"06-09-2017\";i:2;s:10:\"06-12-2017\";i:1;s:10:\"06-14-2017\";i:1;s:10:\"06-18-2017\";i:2;s:10:\"06-19-2017\";i:2;s:10:\"06-21-2017\";i:2;s:10:\"06-22-2017\";i:2;s:10:\"06-23-2017\";i:3;s:10:\"06-25-2017\";i:2;s:10:\"06-26-2017\";i:2;}'); INSERT INTO `wpg3_postmeta` VALUES (3217,368,'houzez_total_property_views','377'); INSERT INTO `wpg3_postmeta` VALUES (3218,368,'fave_property_images','7566'); INSERT INTO `wpg3_postmeta` VALUES (3219,368,'houzez_recently_viewed','06-26-2017'); INSERT INTO `wpg3_postmeta` VALUES (3220,368,'houzez_geolocation_lat','27.9938619'); INSERT INTO `wpg3_postmeta` VALUES (3221,368,'houzez_geolocation_long','-82.51080379999996'); INSERT INTO `wpg3_postmeta` VALUES (3222,368,'fave_virtual_tour','<iframe width=\"853\" height=\"480\" src=\"https://my.matterport.com/show/?m=zEWsxhZpGba&play=1&qs=1\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>'); INSERT INTO `wpg3_postmeta` VALUES (3223,368,'fave_single_top_area','global'); INSERT INTO `wpg3_postmeta` VALUES (3224,368,'fave_single_content_area','global'); INSERT INTO `wpg3_postmeta` VALUES (3225,368,'houzez_manual_expire',''); INSERT INTO `wpg3_postmeta` VALUES (3226,368,'_houzez_expiration_date_status','saved'); INSERT INTO `wpg3_postmeta` VALUES (3227,368,'_thumbnail_id','7571'); INSERT INTO `wpg3_postmeta` VALUES (3228,373,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (3229,373,'fave_property_size','2200'); INSERT INTO `wpg3_postmeta` VALUES (3230,373,'fave_property_size_prefix','Sq Ft'); INSERT INTO `wpg3_postmeta` VALUES (3231,373,'fave_property_bedrooms','4'); INSERT INTO `wpg3_postmeta` VALUES (3232,373,'fave_property_bathrooms','3'); INSERT INTO `wpg3_postmeta` VALUES (3233,373,'fave_property_garage','1'); INSERT INTO `wpg3_postmeta` VALUES (3234,373,'fave_property_garage_size','200 SqFt'); INSERT INTO `wpg3_postmeta` VALUES (3235,373,'fave_property_year','2016-01-09'); INSERT INTO `wpg3_postmeta` VALUES (3236,373,'fave_property_id','HZ04'); INSERT INTO `wpg3_postmeta` VALUES (3237,373,'fave_property_price','990000'); INSERT INTO `wpg3_postmeta` VALUES (3238,373,'fave_property_price_postfix','sq ft'); INSERT INTO `wpg3_postmeta` VALUES (3239,373,'fave_property_map','1'); INSERT INTO `wpg3_postmeta` VALUES (3240,373,'fave_property_map_address','8031 N Ola Ave, Tampa, FL 33604, USA'); INSERT INTO `wpg3_postmeta` VALUES (3241,373,'fave_property_location','28.0207096,-82.4644657,14'); INSERT INTO `wpg3_postmeta` VALUES (3242,373,'fave_property_country','US'); INSERT INTO `wpg3_postmeta` VALUES (3243,373,'fave_agents','150'); INSERT INTO `wpg3_postmeta` VALUES (3244,373,'fave_additional_features_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (3245,373,'additional_features','a:6:{i:0;a:2:{s:29:\"fave_additional_feature_title\";s:7:\"Deposit\";s:29:\"fave_additional_feature_value\";s:3:\"20%\";}i:1;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Pool Size\";s:29:\"fave_additional_feature_value\";s:8:\"300 Sqft\";}i:2;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Last remodel year\";s:29:\"fave_additional_feature_value\";s:4:\"1987\";}i:3;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Amenities\";s:29:\"fave_additional_feature_value\";s:9:\"Clubhouse\";}i:4;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Additional Rooms:\";s:29:\"fave_additional_feature_value\";s:10:\"Guest Bath\";}i:5;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Equipment\";s:29:\"fave_additional_feature_value\";s:11:\"Grill - Gas\";}}'); INSERT INTO `wpg3_postmeta` VALUES (3246,373,'fave_floor_plans_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (3247,373,'floor_plans','a:2:{i:0;a:7:{s:15:\"fave_plan_title\";s:11:\"First Floor\";s:15:\"fave_plan_rooms\";s:8:\"670 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"530 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,650\";s:14:\"fave_plan_size\";s:9:\"1267 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-1.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}i:1;a:7:{s:15:\"fave_plan_title\";s:12:\"Second Floor\";s:15:\"fave_plan_rooms\";s:8:\"543 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"238 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,600\";s:14:\"fave_plan_size\";s:9:\"1345 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-2.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}}'); INSERT INTO `wpg3_postmeta` VALUES (3248,373,'fave_featured','0'); INSERT INTO `wpg3_postmeta` VALUES (3249,373,'fave_property_address','8031 N Ola Ave'); INSERT INTO `wpg3_postmeta` VALUES (3250,373,'fave_property_zip','33604'); INSERT INTO `wpg3_postmeta` VALUES (3251,373,'fave_agent_display_option','agent_info'); INSERT INTO `wpg3_postmeta` VALUES (3252,373,'fave_property_images','7557'); INSERT INTO `wpg3_postmeta` VALUES (3253,373,'fave_video_image','84'); INSERT INTO `wpg3_postmeta` VALUES (3254,373,'fave_video_url','https://www.youtube.com/watch?v=fafEHMnFe3g'); INSERT INTO `wpg3_postmeta` VALUES (3255,373,'fave_payment_status','not_paid'); INSERT INTO `wpg3_postmeta` VALUES (3256,373,'fave_property_map_street_view','show'); INSERT INTO `wpg3_postmeta` VALUES (3257,373,'_dp_original','368'); INSERT INTO `wpg3_postmeta` VALUES (3258,373,'fave_property_sec_price','31000'); INSERT INTO `wpg3_postmeta` VALUES (3259,373,'fave_multi_units','a:0:{}'); INSERT INTO `wpg3_postmeta` VALUES (3260,373,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (3261,373,'houzez_total_property_views','396'); INSERT INTO `wpg3_postmeta` VALUES (3262,373,'houzez_views_by_date','a:61:{s:10:\"04-03-2017\";i:1;s:10:\"04-04-2017\";i:2;s:10:\"04-05-2017\";i:2;s:10:\"04-07-2017\";i:2;s:10:\"04-09-2017\";i:3;s:10:\"04-10-2017\";i:1;s:10:\"04-11-2017\";i:1;s:10:\"04-12-2017\";i:1;s:10:\"04-14-2017\";i:1;s:10:\"04-16-2017\";i:1;s:10:\"04-17-2017\";i:2;s:10:\"04-18-2017\";i:1;s:10:\"04-19-2017\";i:3;s:10:\"04-20-2017\";i:1;s:10:\"04-23-2017\";i:4;s:10:\"04-24-2017\";i:4;s:10:\"04-27-2017\";i:1;s:10:\"04-28-2017\";i:1;s:10:\"04-29-2017\";i:1;s:10:\"05-01-2017\";i:1;s:10:\"05-02-2017\";i:2;s:10:\"05-03-2017\";i:1;s:10:\"05-04-2017\";i:2;s:10:\"05-05-2017\";i:2;s:10:\"05-06-2017\";i:4;s:10:\"05-07-2017\";i:4;s:10:\"05-08-2017\";i:4;s:10:\"05-09-2017\";i:4;s:10:\"05-10-2017\";i:2;s:10:\"05-12-2017\";i:1;s:10:\"05-13-2017\";i:2;s:10:\"05-15-2017\";i:2;s:10:\"05-20-2017\";i:1;s:10:\"05-21-2017\";i:2;s:10:\"05-22-2017\";i:1;s:10:\"05-23-2017\";i:3;s:10:\"05-24-2017\";i:1;s:10:\"05-25-2017\";i:1;s:10:\"05-26-2017\";i:2;s:10:\"05-27-2017\";i:2;s:10:\"05-28-2017\";i:1;s:10:\"05-29-2017\";i:1;s:10:\"05-30-2017\";i:1;s:10:\"05-31-2017\";i:1;s:10:\"06-01-2017\";i:1;s:10:\"06-02-2017\";i:1;s:10:\"06-03-2017\";i:1;s:10:\"06-07-2017\";i:2;s:10:\"06-09-2017\";i:1;s:10:\"06-10-2017\";i:1;s:10:\"06-12-2017\";i:1;s:10:\"06-15-2017\";i:2;s:10:\"06-16-2017\";i:2;s:10:\"06-18-2017\";i:1;s:10:\"06-19-2017\";i:1;s:10:\"06-20-2017\";i:1;s:10:\"06-21-2017\";i:4;s:10:\"06-22-2017\";i:3;s:10:\"06-23-2017\";i:3;s:10:\"06-24-2017\";i:1;s:10:\"06-26-2017\";i:3;}'); INSERT INTO `wpg3_postmeta` VALUES (3263,373,'fave_multiunit_plans_enable','disable'); INSERT INTO `wpg3_postmeta` VALUES (3264,373,'houzez_recently_viewed','06-26-2017'); INSERT INTO `wpg3_postmeta` VALUES (3265,373,'houzez_geolocation_lat','28.0207096'); INSERT INTO `wpg3_postmeta` VALUES (3266,373,'houzez_geolocation_long','-82.4644657'); INSERT INTO `wpg3_postmeta` VALUES (3267,373,'fave_virtual_tour','<iframe width=\"853\" height=\"480\" src=\"https://my.matterport.com/show/?m=zEWsxhZpGba&play=1&qs=1\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>'); INSERT INTO `wpg3_postmeta` VALUES (3268,373,'fave_single_top_area','global'); INSERT INTO `wpg3_postmeta` VALUES (3269,373,'fave_single_content_area','global'); INSERT INTO `wpg3_postmeta` VALUES (3270,373,'houzez_manual_expire',''); INSERT INTO `wpg3_postmeta` VALUES (3271,373,'_houzez_expiration_date_status','saved'); INSERT INTO `wpg3_postmeta` VALUES (3272,373,'_thumbnail_id','7559'); INSERT INTO `wpg3_postmeta` VALUES (3273,376,'_thumbnail_id','7566'); INSERT INTO `wpg3_postmeta` VALUES (3274,376,'fave_property_images','7565'); INSERT INTO `wpg3_postmeta` VALUES (3275,376,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (3276,376,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (3277,376,'fave_property_size','3780'); INSERT INTO `wpg3_postmeta` VALUES (3278,376,'fave_property_size_prefix','Sq Ft'); INSERT INTO `wpg3_postmeta` VALUES (3279,376,'fave_property_bedrooms','2'); INSERT INTO `wpg3_postmeta` VALUES (3280,376,'fave_property_bathrooms','1'); INSERT INTO `wpg3_postmeta` VALUES (3281,376,'fave_property_garage','1'); INSERT INTO `wpg3_postmeta` VALUES (3282,376,'fave_property_garage_size','200 SqFt'); INSERT INTO `wpg3_postmeta` VALUES (3283,376,'fave_property_year','2016-01-09'); INSERT INTO `wpg3_postmeta` VALUES (3284,376,'fave_property_id','HZ21'); INSERT INTO `wpg3_postmeta` VALUES (3285,376,'fave_property_price','12000'); INSERT INTO `wpg3_postmeta` VALUES (3286,376,'fave_property_price_postfix','mo'); INSERT INTO `wpg3_postmeta` VALUES (3287,376,'fave_property_map','1'); INSERT INTO `wpg3_postmeta` VALUES (3288,376,'fave_property_map_address','9998 N 29th St, Tampa, FL 33612, USA'); INSERT INTO `wpg3_postmeta` VALUES (3289,376,'fave_property_location','28.03989,-82.42768360000002,14'); INSERT INTO `wpg3_postmeta` VALUES (3290,376,'fave_property_country','US'); INSERT INTO `wpg3_postmeta` VALUES (3291,376,'fave_agents','156'); INSERT INTO `wpg3_postmeta` VALUES (3292,376,'fave_additional_features_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (3293,376,'additional_features','a:6:{i:0;a:2:{s:29:\"fave_additional_feature_title\";s:7:\"Deposit\";s:29:\"fave_additional_feature_value\";s:3:\"20%\";}i:1;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Pool Size\";s:29:\"fave_additional_feature_value\";s:8:\"300 Sqft\";}i:2;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Last remodel year\";s:29:\"fave_additional_feature_value\";s:4:\"1987\";}i:3;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Amenities\";s:29:\"fave_additional_feature_value\";s:9:\"Clubhouse\";}i:4;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Additional Rooms:\";s:29:\"fave_additional_feature_value\";s:10:\"Guest Bath\";}i:5;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Equipment\";s:29:\"fave_additional_feature_value\";s:11:\"Grill - Gas\";}}'); INSERT INTO `wpg3_postmeta` VALUES (3294,376,'fave_floor_plans_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (3295,376,'floor_plans','a:2:{i:0;a:7:{s:15:\"fave_plan_title\";s:11:\"First Floor\";s:15:\"fave_plan_rooms\";s:8:\"670 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"530 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,650\";s:14:\"fave_plan_size\";s:9:\"1267 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-1.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}i:1;a:7:{s:15:\"fave_plan_title\";s:12:\"Second Floor\";s:15:\"fave_plan_rooms\";s:8:\"543 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"238 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,600\";s:14:\"fave_plan_size\";s:9:\"1345 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-2.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}}'); INSERT INTO `wpg3_postmeta` VALUES (3296,376,'fave_featured','0'); INSERT INTO `wpg3_postmeta` VALUES (3297,376,'fave_property_address','9998 N 29th St'); INSERT INTO `wpg3_postmeta` VALUES (3298,376,'fave_property_zip','33612'); INSERT INTO `wpg3_postmeta` VALUES (3299,376,'fave_agent_display_option','agent_info'); INSERT INTO `wpg3_postmeta` VALUES (3300,376,'fave_video_image','84'); INSERT INTO `wpg3_postmeta` VALUES (3301,376,'fave_video_url','https://www.youtube.com/watch?v=fafEHMnFe3g'); INSERT INTO `wpg3_postmeta` VALUES (3302,376,'fave_payment_status','not_paid'); INSERT INTO `wpg3_postmeta` VALUES (3303,376,'fave_property_map_street_view','show'); INSERT INTO `wpg3_postmeta` VALUES (3304,376,'_dp_original','373'); INSERT INTO `wpg3_postmeta` VALUES (3305,376,'fave_multi_units','a:0:{}'); INSERT INTO `wpg3_postmeta` VALUES (3306,376,'houzez_views_by_date','a:61:{s:10:\"04-20-2017\";i:2;s:10:\"04-23-2017\";i:4;s:10:\"04-24-2017\";i:4;s:10:\"04-26-2017\";i:1;s:10:\"04-28-2017\";i:2;s:10:\"04-29-2017\";i:4;s:10:\"04-30-2017\";i:2;s:10:\"05-01-2017\";i:1;s:10:\"05-02-2017\";i:1;s:10:\"05-03-2017\";i:1;s:10:\"05-04-2017\";i:3;s:10:\"05-05-2017\";i:2;s:10:\"05-06-2017\";i:2;s:10:\"05-07-2017\";i:2;s:10:\"05-09-2017\";i:5;s:10:\"05-10-2017\";i:5;s:10:\"05-11-2017\";i:2;s:10:\"05-12-2017\";i:2;s:10:\"05-13-2017\";i:3;s:10:\"05-14-2017\";i:2;s:10:\"05-15-2017\";i:2;s:10:\"05-16-2017\";i:3;s:10:\"05-17-2017\";i:2;s:10:\"05-18-2017\";i:2;s:10:\"05-20-2017\";i:1;s:10:\"05-21-2017\";i:1;s:10:\"05-22-2017\";i:3;s:10:\"05-23-2017\";i:5;s:10:\"05-24-2017\";i:5;s:10:\"05-25-2017\";i:3;s:10:\"05-26-2017\";i:2;s:10:\"05-27-2017\";i:3;s:10:\"05-28-2017\";i:1;s:10:\"05-29-2017\";i:6;s:10:\"05-31-2017\";i:5;s:10:\"06-01-2017\";i:2;s:10:\"06-02-2017\";i:2;s:10:\"06-03-2017\";i:4;s:10:\"06-04-2017\";i:2;s:10:\"06-05-2017\";i:3;s:10:\"06-06-2017\";i:4;s:10:\"06-07-2017\";i:3;s:10:\"06-08-2017\";i:2;s:10:\"06-09-2017\";i:2;s:10:\"06-10-2017\";i:5;s:10:\"06-11-2017\";i:1;s:10:\"06-12-2017\";i:4;s:10:\"06-13-2017\";i:3;s:10:\"06-14-2017\";i:3;s:10:\"06-15-2017\";i:4;s:10:\"06-16-2017\";i:5;s:10:\"06-17-2017\";i:3;s:10:\"06-18-2017\";i:2;s:10:\"06-19-2017\";i:4;s:10:\"06-20-2017\";i:1;s:10:\"06-21-2017\";i:2;s:10:\"06-22-2017\";i:3;s:10:\"06-23-2017\";i:8;s:10:\"06-24-2017\";i:4;s:10:\"06-25-2017\";i:2;s:10:\"06-26-2017\";i:4;}'); INSERT INTO `wpg3_postmeta` VALUES (3307,376,'fave_multiunit_plans_enable','disable'); INSERT INTO `wpg3_postmeta` VALUES (3308,376,'houzez_total_property_views','538'); INSERT INTO `wpg3_postmeta` VALUES (3309,376,'houzez_recently_viewed','06-26-2017'); INSERT INTO `wpg3_postmeta` VALUES (3310,376,'houzez_geolocation_lat','28.03989'); INSERT INTO `wpg3_postmeta` VALUES (3311,376,'houzez_geolocation_long','-82.42768360000002'); INSERT INTO `wpg3_postmeta` VALUES (3312,376,'fave_virtual_tour','<iframe width=\"853\" height=\"480\" src=\"https://my.matterport.com/show/?m=zEWsxhZpGba&play=1&qs=1\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>'); INSERT INTO `wpg3_postmeta` VALUES (3313,376,'fave_single_top_area','global'); INSERT INTO `wpg3_postmeta` VALUES (3314,376,'fave_single_content_area','global'); INSERT INTO `wpg3_postmeta` VALUES (3315,376,'houzez_manual_expire',''); INSERT INTO `wpg3_postmeta` VALUES (3316,376,'_houzez_expiration_date_status','saved'); INSERT INTO `wpg3_postmeta` VALUES (3317,379,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (3318,379,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (3319,379,'fave_property_sec_price','2300'); INSERT INTO `wpg3_postmeta` VALUES (3320,379,'fave_property_size','2700'); INSERT INTO `wpg3_postmeta` VALUES (3321,379,'fave_property_size_prefix','Sq Ft'); INSERT INTO `wpg3_postmeta` VALUES (3322,379,'fave_property_bedrooms','2'); INSERT INTO `wpg3_postmeta` VALUES (3323,379,'fave_property_bathrooms','2'); INSERT INTO `wpg3_postmeta` VALUES (3324,379,'fave_property_garage','1'); INSERT INTO `wpg3_postmeta` VALUES (3325,379,'fave_property_garage_size','200 SqFt'); INSERT INTO `wpg3_postmeta` VALUES (3326,379,'fave_property_year','2016-01-09'); INSERT INTO `wpg3_postmeta` VALUES (3327,379,'fave_property_id','HZ46'); INSERT INTO `wpg3_postmeta` VALUES (3328,379,'fave_property_price','250000'); INSERT INTO `wpg3_postmeta` VALUES (3329,379,'fave_property_price_postfix','sq ft'); INSERT INTO `wpg3_postmeta` VALUES (3330,379,'fave_property_map','1'); INSERT INTO `wpg3_postmeta` VALUES (3331,379,'fave_property_map_address','640 Riviera Dr, Tampa, FL 33606, USA'); INSERT INTO `wpg3_postmeta` VALUES (3332,379,'fave_property_location','27.9166368,-82.46007199999997,14'); INSERT INTO `wpg3_postmeta` VALUES (3333,379,'fave_property_country','US'); INSERT INTO `wpg3_postmeta` VALUES (3334,379,'fave_agents','158'); INSERT INTO `wpg3_postmeta` VALUES (3335,379,'fave_additional_features_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (3336,379,'additional_features','a:6:{i:0;a:2:{s:29:\"fave_additional_feature_title\";s:7:\"Deposit\";s:29:\"fave_additional_feature_value\";s:3:\"20%\";}i:1;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Pool Size\";s:29:\"fave_additional_feature_value\";s:8:\"300 Sqft\";}i:2;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Last remodel year\";s:29:\"fave_additional_feature_value\";s:4:\"1987\";}i:3;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Amenities\";s:29:\"fave_additional_feature_value\";s:9:\"Clubhouse\";}i:4;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Additional Rooms:\";s:29:\"fave_additional_feature_value\";s:10:\"Guest Bath\";}i:5;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Equipment\";s:29:\"fave_additional_feature_value\";s:11:\"Grill - Gas\";}}'); INSERT INTO `wpg3_postmeta` VALUES (3337,379,'fave_floor_plans_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (3338,379,'floor_plans','a:2:{i:0;a:7:{s:15:\"fave_plan_title\";s:11:\"First Floor\";s:15:\"fave_plan_rooms\";s:8:\"670 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"530 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,650\";s:14:\"fave_plan_size\";s:9:\"1267 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-1.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}i:1;a:7:{s:15:\"fave_plan_title\";s:12:\"Second Floor\";s:15:\"fave_plan_rooms\";s:8:\"543 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"238 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,600\";s:14:\"fave_plan_size\";s:9:\"1345 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-2.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}}'); INSERT INTO `wpg3_postmeta` VALUES (3339,379,'fave_featured','0'); INSERT INTO `wpg3_postmeta` VALUES (3340,379,'fave_property_address','640 Riviera Dr'); INSERT INTO `wpg3_postmeta` VALUES (3341,379,'fave_property_zip','33606'); INSERT INTO `wpg3_postmeta` VALUES (3342,379,'fave_multi_units','a:0:{}'); INSERT INTO `wpg3_postmeta` VALUES (3343,379,'fave_property_images','7423'); INSERT INTO `wpg3_postmeta` VALUES (3344,379,'fave_video_image','84'); INSERT INTO `wpg3_postmeta` VALUES (3345,379,'fave_video_url','https://www.youtube.com/watch?v=fafEHMnFe3g'); INSERT INTO `wpg3_postmeta` VALUES (3346,379,'fave_payment_status','not_paid'); INSERT INTO `wpg3_postmeta` VALUES (3347,379,'fave_property_map_street_view','show'); INSERT INTO `wpg3_postmeta` VALUES (3348,379,'_dp_original','376'); INSERT INTO `wpg3_postmeta` VALUES (3349,379,'_thumbnail_id','7415'); INSERT INTO `wpg3_postmeta` VALUES (3350,379,'fave_agent_display_option','agent_info'); INSERT INTO `wpg3_postmeta` VALUES (3351,379,'houzez_recently_viewed','11-28-2017'); INSERT INTO `wpg3_postmeta` VALUES (3352,379,'houzez_total_property_views','471'); INSERT INTO `wpg3_postmeta` VALUES (3353,379,'houzez_views_by_date','a:61:{s:10:\"04-21-2017\";i:2;s:10:\"04-23-2017\";i:6;s:10:\"04-24-2017\";i:3;s:10:\"04-25-2017\";i:1;s:10:\"04-26-2017\";i:1;s:10:\"04-27-2017\";i:1;s:10:\"04-28-2017\";i:2;s:10:\"04-29-2017\";i:2;s:10:\"04-30-2017\";i:1;s:10:\"05-01-2017\";i:3;s:10:\"05-02-2017\";i:2;s:10:\"05-03-2017\";i:1;s:10:\"05-04-2017\";i:3;s:10:\"05-05-2017\";i:1;s:10:\"05-06-2017\";i:3;s:10:\"05-07-2017\";i:2;s:10:\"05-08-2017\";i:2;s:10:\"05-09-2017\";i:3;s:10:\"05-10-2017\";i:3;s:10:\"05-11-2017\";i:1;s:10:\"05-12-2017\";i:1;s:10:\"05-13-2017\";i:2;s:10:\"05-14-2017\";i:1;s:10:\"05-17-2017\";i:1;s:10:\"05-18-2017\";i:1;s:10:\"05-19-2017\";i:1;s:10:\"05-20-2017\";i:1;s:10:\"05-21-2017\";i:2;s:10:\"05-22-2017\";i:1;s:10:\"05-23-2017\";i:2;s:10:\"05-24-2017\";i:2;s:10:\"05-25-2017\";i:1;s:10:\"05-26-2017\";i:2;s:10:\"05-27-2017\";i:2;s:10:\"05-28-2017\";i:1;s:10:\"05-29-2017\";i:1;s:10:\"05-30-2017\";i:1;s:10:\"06-01-2017\";i:2;s:10:\"06-02-2017\";i:1;s:10:\"06-03-2017\";i:2;s:10:\"06-04-2017\";i:1;s:10:\"06-05-2017\";i:1;s:10:\"06-06-2017\";i:1;s:10:\"06-09-2017\";i:1;s:10:\"06-10-2017\";i:1;s:10:\"06-11-2017\";i:1;s:10:\"06-12-2017\";i:2;s:10:\"06-13-2017\";i:1;s:10:\"06-14-2017\";i:1;s:10:\"06-15-2017\";i:1;s:10:\"06-17-2017\";i:1;s:10:\"06-18-2017\";i:2;s:10:\"06-19-2017\";i:1;s:10:\"06-20-2017\";i:1;s:10:\"06-21-2017\";i:2;s:10:\"06-23-2017\";i:2;s:10:\"06-24-2017\";i:1;s:10:\"06-25-2017\";i:1;s:10:\"06-26-2017\";i:3;s:10:\"11-22-2017\";i:5;s:10:\"11-28-2017\";i:2;}'); INSERT INTO `wpg3_postmeta` VALUES (3354,379,'fave_multiunit_plans_enable','disable'); INSERT INTO `wpg3_postmeta` VALUES (3355,379,'houzez_geolocation_lat','27.9166368'); INSERT INTO `wpg3_postmeta` VALUES (3356,379,'houzez_geolocation_long','-82.46007199999997'); INSERT INTO `wpg3_postmeta` VALUES (3357,379,'fave_virtual_tour','<iframe width=\"853\" height=\"480\" src=\"https://my.matterport.com/show/?m=zEWsxhZpGba&play=1&qs=1\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>'); INSERT INTO `wpg3_postmeta` VALUES (3358,379,'fave_single_top_area','global'); INSERT INTO `wpg3_postmeta` VALUES (3359,379,'fave_single_content_area','global'); INSERT INTO `wpg3_postmeta` VALUES (3360,379,'houzez_manual_expire',''); INSERT INTO `wpg3_postmeta` VALUES (3361,379,'_houzez_expiration_date_status','saved'); INSERT INTO `wpg3_postmeta` VALUES (3362,379,'fave_property_agency','2790'); INSERT INTO `wpg3_postmeta` VALUES (3363,383,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (3364,383,'fave_property_images','7504'); INSERT INTO `wpg3_postmeta` VALUES (3365,383,'_thumbnail_id','7504'); INSERT INTO `wpg3_postmeta` VALUES (3366,383,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (3367,383,'fave_property_size','4300'); INSERT INTO `wpg3_postmeta` VALUES (3368,383,'fave_property_size_prefix','Sq Ft'); INSERT INTO `wpg3_postmeta` VALUES (3369,383,'fave_property_bedrooms','4'); INSERT INTO `wpg3_postmeta` VALUES (3370,383,'fave_property_bathrooms','2'); INSERT INTO `wpg3_postmeta` VALUES (3371,383,'fave_property_garage','1'); INSERT INTO `wpg3_postmeta` VALUES (3372,383,'fave_property_garage_size','200 SqFt'); INSERT INTO `wpg3_postmeta` VALUES (3373,383,'fave_property_year','2016-01-09'); INSERT INTO `wpg3_postmeta` VALUES (3374,383,'fave_property_id','HZ19'); INSERT INTO `wpg3_postmeta` VALUES (3375,383,'fave_property_price','11500'); INSERT INTO `wpg3_postmeta` VALUES (3376,383,'fave_property_price_postfix','mo'); INSERT INTO `wpg3_postmeta` VALUES (3377,383,'fave_property_map','1'); INSERT INTO `wpg3_postmeta` VALUES (3378,383,'fave_property_map_address','4808 W Melrose Ave, Tampa, FL 33629'); INSERT INTO `wpg3_postmeta` VALUES (3379,383,'fave_property_location','27.9273957,-82.52511129999999,14'); INSERT INTO `wpg3_postmeta` VALUES (3380,383,'fave_property_country','US'); INSERT INTO `wpg3_postmeta` VALUES (3381,383,'fave_agents','158'); INSERT INTO `wpg3_postmeta` VALUES (3382,383,'fave_additional_features_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (3383,383,'additional_features','a:6:{i:0;a:2:{s:29:\"fave_additional_feature_title\";s:7:\"Deposit\";s:29:\"fave_additional_feature_value\";s:3:\"20%\";}i:1;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Pool Size\";s:29:\"fave_additional_feature_value\";s:8:\"300 Sqft\";}i:2;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Last remodel year\";s:29:\"fave_additional_feature_value\";s:4:\"1987\";}i:3;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Amenities\";s:29:\"fave_additional_feature_value\";s:9:\"Clubhouse\";}i:4;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Additional Rooms:\";s:29:\"fave_additional_feature_value\";s:10:\"Guest Bath\";}i:5;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Equipment\";s:29:\"fave_additional_feature_value\";s:11:\"Grill - Gas\";}}'); INSERT INTO `wpg3_postmeta` VALUES (3384,383,'fave_floor_plans_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (3385,383,'floor_plans','a:2:{i:0;a:7:{s:15:\"fave_plan_title\";s:11:\"First Floor\";s:15:\"fave_plan_rooms\";s:8:\"670 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"530 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,650\";s:14:\"fave_plan_size\";s:9:\"1267 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-1.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}i:1;a:7:{s:15:\"fave_plan_title\";s:12:\"Second Floor\";s:15:\"fave_plan_rooms\";s:8:\"543 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"238 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,600\";s:14:\"fave_plan_size\";s:9:\"1345 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-2.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}}'); INSERT INTO `wpg3_postmeta` VALUES (3386,383,'fave_featured','0'); INSERT INTO `wpg3_postmeta` VALUES (3387,383,'fave_property_address','4808 W Melrose Ave'); INSERT INTO `wpg3_postmeta` VALUES (3388,383,'fave_property_zip','33629'); INSERT INTO `wpg3_postmeta` VALUES (3389,383,'fave_multi_units','a:0:{}'); INSERT INTO `wpg3_postmeta` VALUES (3390,383,'fave_video_image','84'); INSERT INTO `wpg3_postmeta` VALUES (3391,383,'fave_video_url','https://www.youtube.com/watch?v=-NInBEdSvp8'); INSERT INTO `wpg3_postmeta` VALUES (3392,383,'fave_payment_status','not_paid'); INSERT INTO `wpg3_postmeta` VALUES (3393,383,'fave_property_map_street_view','show'); INSERT INTO `wpg3_postmeta` VALUES (3394,383,'_dp_original','379'); INSERT INTO `wpg3_postmeta` VALUES (3395,383,'fave_multiunit_plans_enable','disable'); INSERT INTO `wpg3_postmeta` VALUES (3396,383,'houzez_views_by_date','a:61:{s:10:\"04-18-2017\";i:3;s:10:\"04-19-2017\";i:1;s:10:\"04-23-2017\";i:6;s:10:\"04-24-2017\";i:3;s:10:\"04-26-2017\";i:1;s:10:\"04-28-2017\";i:1;s:10:\"04-29-2017\";i:2;s:10:\"04-30-2017\";i:2;s:10:\"05-01-2017\";i:2;s:10:\"05-03-2017\";i:1;s:10:\"05-04-2017\";i:3;s:10:\"05-05-2017\";i:1;s:10:\"05-06-2017\";i:3;s:10:\"05-08-2017\";i:2;s:10:\"05-09-2017\";i:3;s:10:\"05-10-2017\";i:5;s:10:\"05-11-2017\";i:2;s:10:\"05-12-2017\";i:2;s:10:\"05-13-2017\";i:2;s:10:\"05-14-2017\";i:3;s:10:\"05-15-2017\";i:1;s:10:\"05-16-2017\";i:4;s:10:\"05-17-2017\";i:3;s:10:\"05-18-2017\";i:2;s:10:\"05-20-2017\";i:3;s:10:\"05-21-2017\";i:1;s:10:\"05-22-2017\";i:2;s:10:\"05-23-2017\";i:2;s:10:\"05-24-2017\";i:3;s:10:\"05-25-2017\";i:3;s:10:\"05-26-2017\";i:2;s:10:\"05-27-2017\";i:6;s:10:\"05-28-2017\";i:3;s:10:\"05-29-2017\";i:6;s:10:\"05-30-2017\";i:1;s:10:\"05-31-2017\";i:2;s:10:\"06-01-2017\";i:3;s:10:\"06-02-2017\";i:2;s:10:\"06-03-2017\";i:5;s:10:\"06-04-2017\";i:1;s:10:\"06-05-2017\";i:2;s:10:\"06-06-2017\";i:2;s:10:\"06-07-2017\";i:4;s:10:\"06-08-2017\";i:4;s:10:\"06-09-2017\";i:3;s:10:\"06-10-2017\";i:4;s:10:\"06-12-2017\";i:3;s:10:\"06-13-2017\";i:5;s:10:\"06-14-2017\";i:3;s:10:\"06-15-2017\";i:3;s:10:\"06-16-2017\";i:3;s:10:\"06-17-2017\";i:3;s:10:\"06-18-2017\";i:3;s:10:\"06-19-2017\";i:5;s:10:\"06-20-2017\";i:2;s:10:\"06-21-2017\";i:6;s:10:\"06-22-2017\";i:4;s:10:\"06-23-2017\";i:6;s:10:\"06-24-2017\";i:3;s:10:\"06-25-2017\";i:2;s:10:\"06-26-2017\";i:7;}'); INSERT INTO `wpg3_postmeta` VALUES (3397,383,'houzez_total_property_views','510'); INSERT INTO `wpg3_postmeta` VALUES (3398,383,'houzez_recently_viewed','06-26-2017'); INSERT INTO `wpg3_postmeta` VALUES (3399,383,'houzez_geolocation_lat','27.9273957'); INSERT INTO `wpg3_postmeta` VALUES (3400,383,'houzez_geolocation_long','-82.52511129999999'); INSERT INTO `wpg3_postmeta` VALUES (3401,383,'fave_virtual_tour','<iframe width=\"853\" height=\"480\" src=\"https://my.matterport.com/show/?m=zEWsxhZpGba&play=1&qs=1\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>'); INSERT INTO `wpg3_postmeta` VALUES (3402,383,'fave_single_top_area','global'); INSERT INTO `wpg3_postmeta` VALUES (3403,383,'fave_single_content_area','global'); INSERT INTO `wpg3_postmeta` VALUES (3404,383,'houzez_manual_expire',''); INSERT INTO `wpg3_postmeta` VALUES (3405,383,'_houzez_expiration_date_status','saved'); INSERT INTO `wpg3_postmeta` VALUES (3406,383,'fave_property_agency','2790'); INSERT INTO `wpg3_postmeta` VALUES (3407,383,'fave_agent_display_option','agent_info'); INSERT INTO `wpg3_postmeta` VALUES (3408,390,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (3409,390,'fave_property_size','2149'); INSERT INTO `wpg3_postmeta` VALUES (3410,390,'fave_property_size_prefix','Sq Ft'); INSERT INTO `wpg3_postmeta` VALUES (3411,390,'fave_property_bedrooms','1'); INSERT INTO `wpg3_postmeta` VALUES (3412,390,'fave_property_bathrooms','2'); INSERT INTO `wpg3_postmeta` VALUES (3413,390,'fave_property_garage','1'); INSERT INTO `wpg3_postmeta` VALUES (3414,390,'fave_property_garage_size','200 SqFt'); INSERT INTO `wpg3_postmeta` VALUES (3415,390,'fave_property_year','2016-01-09'); INSERT INTO `wpg3_postmeta` VALUES (3416,390,'fave_property_id','HZ39'); INSERT INTO `wpg3_postmeta` VALUES (3417,390,'fave_property_price','450000'); INSERT INTO `wpg3_postmeta` VALUES (3418,390,'fave_property_price_postfix','sq ft'); INSERT INTO `wpg3_postmeta` VALUES (3419,390,'fave_property_map','1'); INSERT INTO `wpg3_postmeta` VALUES (3420,390,'fave_property_map_address','1724 S Manhattan Ave, Tampa, FL 33629, USA'); INSERT INTO `wpg3_postmeta` VALUES (3421,390,'fave_property_location','27.9275554,-82.51745269999998,14'); INSERT INTO `wpg3_postmeta` VALUES (3422,390,'fave_property_country','US'); INSERT INTO `wpg3_postmeta` VALUES (3423,390,'fave_agents','72'); INSERT INTO `wpg3_postmeta` VALUES (3424,390,'fave_additional_features_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (3425,390,'additional_features','a:6:{i:0;a:2:{s:29:\"fave_additional_feature_title\";s:7:\"Deposit\";s:29:\"fave_additional_feature_value\";s:3:\"20%\";}i:1;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Pool Size\";s:29:\"fave_additional_feature_value\";s:8:\"300 Sqft\";}i:2;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Last remodel year\";s:29:\"fave_additional_feature_value\";s:4:\"1987\";}i:3;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Amenities\";s:29:\"fave_additional_feature_value\";s:9:\"Clubhouse\";}i:4;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Additional Rooms:\";s:29:\"fave_additional_feature_value\";s:10:\"Guest Bath\";}i:5;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Equipment\";s:29:\"fave_additional_feature_value\";s:11:\"Grill - Gas\";}}'); INSERT INTO `wpg3_postmeta` VALUES (3426,390,'fave_floor_plans_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (3427,390,'floor_plans','a:2:{i:0;a:7:{s:15:\"fave_plan_title\";s:11:\"First Floor\";s:15:\"fave_plan_rooms\";s:8:\"670 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"530 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,650\";s:14:\"fave_plan_size\";s:9:\"1267 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-1.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}i:1;a:7:{s:15:\"fave_plan_title\";s:12:\"Second Floor\";s:15:\"fave_plan_rooms\";s:8:\"543 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"238 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,600\";s:14:\"fave_plan_size\";s:9:\"1345 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-2.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}}'); INSERT INTO `wpg3_postmeta` VALUES (3428,390,'fave_featured','0'); INSERT INTO `wpg3_postmeta` VALUES (3429,390,'fave_property_address','1724 S Manhattan Ave'); INSERT INTO `wpg3_postmeta` VALUES (3430,390,'fave_property_zip','33629'); INSERT INTO `wpg3_postmeta` VALUES (3431,390,'fave_property_images','7511'); INSERT INTO `wpg3_postmeta` VALUES (3432,390,'fave_video_image','84'); INSERT INTO `wpg3_postmeta` VALUES (3433,390,'fave_video_url','https://www.youtube.com/watch?v=fafEHMnFe3g'); INSERT INTO `wpg3_postmeta` VALUES (3434,390,'fave_payment_status','not_paid'); INSERT INTO `wpg3_postmeta` VALUES (3435,390,'fave_property_map_street_view','show'); INSERT INTO `wpg3_postmeta` VALUES (3436,390,'_dp_original','383'); INSERT INTO `wpg3_postmeta` VALUES (3437,390,'fave_property_sec_price','2800'); INSERT INTO `wpg3_postmeta` VALUES (3438,390,'fave_prop_homeslider','yes'); INSERT INTO `wpg3_postmeta` VALUES (3439,390,'fave_prop_slider_image','485'); INSERT INTO `wpg3_postmeta` VALUES (3440,390,'fave_multi_units','a:0:{}'); INSERT INTO `wpg3_postmeta` VALUES (3441,390,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (3442,390,'fave_multiunit_plans_enable','disable'); INSERT INTO `wpg3_postmeta` VALUES (3443,390,'houzez_views_by_date','a:61:{s:10:\"04-24-2017\";i:5;s:10:\"04-26-2017\";i:2;s:10:\"04-28-2017\";i:3;s:10:\"04-29-2017\";i:1;s:10:\"04-30-2017\";i:3;s:10:\"05-01-2017\";i:3;s:10:\"05-03-2017\";i:4;s:10:\"05-04-2017\";i:3;s:10:\"05-06-2017\";i:4;s:10:\"05-07-2017\";i:1;s:10:\"05-08-2017\";i:2;s:10:\"05-09-2017\";i:7;s:10:\"05-10-2017\";i:5;s:10:\"05-11-2017\";i:2;s:10:\"05-12-2017\";i:3;s:10:\"05-13-2017\";i:3;s:10:\"05-14-2017\";i:4;s:10:\"05-15-2017\";i:4;s:10:\"05-16-2017\";i:4;s:10:\"05-17-2017\";i:5;s:10:\"05-18-2017\";i:5;s:10:\"05-19-2017\";i:2;s:10:\"05-20-2017\";i:3;s:10:\"05-21-2017\";i:1;s:10:\"05-22-2017\";i:2;s:10:\"05-23-2017\";i:4;s:10:\"05-24-2017\";i:3;s:10:\"05-25-2017\";i:4;s:10:\"05-26-2017\";i:1;s:10:\"05-27-2017\";i:3;s:10:\"05-28-2017\";i:2;s:10:\"05-29-2017\";i:6;s:10:\"05-30-2017\";i:1;s:10:\"05-31-2017\";i:2;s:10:\"06-01-2017\";i:5;s:10:\"06-02-2017\";i:3;s:10:\"06-03-2017\";i:4;s:10:\"06-04-2017\";i:2;s:10:\"06-05-2017\";i:1;s:10:\"06-06-2017\";i:4;s:10:\"06-07-2017\";i:1;s:10:\"06-08-2017\";i:2;s:10:\"06-09-2017\";i:4;s:10:\"06-10-2017\";i:4;s:10:\"06-11-2017\";i:2;s:10:\"06-12-2017\";i:4;s:10:\"06-13-2017\";i:3;s:10:\"06-14-2017\";i:4;s:10:\"06-15-2017\";i:3;s:10:\"06-16-2017\";i:4;s:10:\"06-17-2017\";i:4;s:10:\"06-18-2017\";i:4;s:10:\"06-19-2017\";i:5;s:10:\"06-20-2017\";i:2;s:10:\"06-21-2017\";i:3;s:10:\"06-22-2017\";i:4;s:10:\"06-23-2017\";i:4;s:10:\"06-24-2017\";i:4;s:10:\"06-25-2017\";i:3;s:10:\"06-26-2017\";i:5;s:10:\"11-24-2017\";i:1;}'); INSERT INTO `wpg3_postmeta` VALUES (3444,390,'houzez_total_property_views','673'); INSERT INTO `wpg3_postmeta` VALUES (3445,390,'houzez_recently_viewed','11-24-2017'); INSERT INTO `wpg3_postmeta` VALUES (3446,390,'houzez_geolocation_lat','27.9275554'); INSERT INTO `wpg3_postmeta` VALUES (3447,390,'houzez_geolocation_long','-82.51745269999998'); INSERT INTO `wpg3_postmeta` VALUES (3448,390,'fave_virtual_tour','<iframe width=\"853\" height=\"480\" src=\"https://my.matterport.com/show/?m=zEWsxhZpGba&play=1&qs=1\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>'); INSERT INTO `wpg3_postmeta` VALUES (3449,390,'fave_single_top_area','global'); INSERT INTO `wpg3_postmeta` VALUES (3450,390,'fave_single_content_area','global'); INSERT INTO `wpg3_postmeta` VALUES (3451,390,'houzez_manual_expire',''); INSERT INTO `wpg3_postmeta` VALUES (3452,390,'_houzez_expiration_date_status','saved'); INSERT INTO `wpg3_postmeta` VALUES (3453,390,'fave_property_agency','2790'); INSERT INTO `wpg3_postmeta` VALUES (3454,390,'_thumbnail_id','7414'); INSERT INTO `wpg3_postmeta` VALUES (3455,390,'fave_agent_display_option','agent_info'); INSERT INTO `wpg3_postmeta` VALUES (3456,395,'fave_property_images','7563'); INSERT INTO `wpg3_postmeta` VALUES (3457,395,'_thumbnail_id','7568'); INSERT INTO `wpg3_postmeta` VALUES (3458,395,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (3459,395,'fave_property_size','3100'); INSERT INTO `wpg3_postmeta` VALUES (3460,395,'fave_property_size_prefix','Sq Ft'); INSERT INTO `wpg3_postmeta` VALUES (3461,395,'fave_property_bedrooms','4'); INSERT INTO `wpg3_postmeta` VALUES (3462,395,'fave_property_bathrooms','3'); INSERT INTO `wpg3_postmeta` VALUES (3463,395,'fave_property_garage','1'); INSERT INTO `wpg3_postmeta` VALUES (3464,395,'fave_property_garage_size','200 SqFt'); INSERT INTO `wpg3_postmeta` VALUES (3465,395,'fave_property_year','2016-01-09'); INSERT INTO `wpg3_postmeta` VALUES (3466,395,'fave_property_id','HZ44'); INSERT INTO `wpg3_postmeta` VALUES (3467,395,'fave_property_price','9000'); INSERT INTO `wpg3_postmeta` VALUES (3468,395,'fave_property_price_postfix','mo'); INSERT INTO `wpg3_postmeta` VALUES (3469,395,'fave_property_map','1'); INSERT INTO `wpg3_postmeta` VALUES (3470,395,'fave_property_map_address','1619 SE 14th St, Fort Lauderdale, FL 33316'); INSERT INTO `wpg3_postmeta` VALUES (3471,395,'fave_property_location','26.1047794,-80.12496550000003,14'); INSERT INTO `wpg3_postmeta` VALUES (3472,395,'fave_property_country','US'); INSERT INTO `wpg3_postmeta` VALUES (3473,395,'fave_agents','150'); INSERT INTO `wpg3_postmeta` VALUES (3474,395,'fave_additional_features_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (3475,395,'additional_features','a:6:{i:0;a:2:{s:29:\"fave_additional_feature_title\";s:7:\"Deposit\";s:29:\"fave_additional_feature_value\";s:3:\"20%\";}i:1;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Pool Size\";s:29:\"fave_additional_feature_value\";s:8:\"300 Sqft\";}i:2;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Last remodel year\";s:29:\"fave_additional_feature_value\";s:4:\"1987\";}i:3;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Amenities\";s:29:\"fave_additional_feature_value\";s:9:\"Clubhouse\";}i:4;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Additional Rooms:\";s:29:\"fave_additional_feature_value\";s:10:\"Guest Bath\";}i:5;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Equipment\";s:29:\"fave_additional_feature_value\";s:11:\"Grill - Gas\";}}'); INSERT INTO `wpg3_postmeta` VALUES (3476,395,'fave_floor_plans_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (3477,395,'floor_plans','a:2:{i:0;a:7:{s:15:\"fave_plan_title\";s:11:\"First Floor\";s:15:\"fave_plan_rooms\";s:8:\"670 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"530 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,650\";s:14:\"fave_plan_size\";s:9:\"1267 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-1.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}i:1;a:7:{s:15:\"fave_plan_title\";s:12:\"Second Floor\";s:15:\"fave_plan_rooms\";s:8:\"543 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"238 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,600\";s:14:\"fave_plan_size\";s:9:\"1345 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-2.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}}'); INSERT INTO `wpg3_postmeta` VALUES (3478,395,'fave_featured','1'); INSERT INTO `wpg3_postmeta` VALUES (3479,395,'fave_property_address','1619 SE 14th St'); INSERT INTO `wpg3_postmeta` VALUES (3480,395,'fave_property_zip','33316'); INSERT INTO `wpg3_postmeta` VALUES (3481,395,'fave_multi_units','a:0:{}'); INSERT INTO `wpg3_postmeta` VALUES (3482,395,'fave_video_image','84'); INSERT INTO `wpg3_postmeta` VALUES (3483,395,'fave_video_url','https://www.youtube.com/watch?v=fafEHMnFe3g'); INSERT INTO `wpg3_postmeta` VALUES (3484,395,'fave_payment_status','not_paid'); INSERT INTO `wpg3_postmeta` VALUES (3485,395,'fave_property_map_street_view','show'); INSERT INTO `wpg3_postmeta` VALUES (3486,395,'_dp_original','365'); INSERT INTO `wpg3_postmeta` VALUES (3487,395,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (3488,395,'fave_multiunit_plans_enable','disable'); INSERT INTO `wpg3_postmeta` VALUES (3489,395,'houzez_views_by_date','a:61:{s:10:\"04-28-2017\";i:10;s:10:\"04-29-2017\";i:6;s:10:\"04-30-2017\";i:5;s:10:\"05-01-2017\";i:9;s:10:\"05-02-2017\";i:5;s:10:\"05-03-2017\";i:6;s:10:\"05-04-2017\";i:5;s:10:\"05-05-2017\";i:10;s:10:\"05-06-2017\";i:7;s:10:\"05-07-2017\";i:4;s:10:\"05-08-2017\";i:11;s:10:\"05-09-2017\";i:9;s:10:\"05-10-2017\";i:6;s:10:\"05-11-2017\";i:3;s:10:\"05-12-2017\";i:3;s:10:\"05-13-2017\";i:4;s:10:\"05-14-2017\";i:3;s:10:\"05-15-2017\";i:2;s:10:\"05-16-2017\";i:2;s:10:\"05-17-2017\";i:3;s:10:\"05-18-2017\";i:3;s:10:\"05-19-2017\";i:3;s:10:\"05-20-2017\";i:4;s:10:\"05-21-2017\";i:1;s:10:\"05-22-2017\";i:3;s:10:\"05-23-2017\";i:4;s:10:\"05-24-2017\";i:3;s:10:\"05-25-2017\";i:5;s:10:\"05-26-2017\";i:3;s:10:\"05-27-2017\";i:3;s:10:\"05-28-2017\";i:2;s:10:\"05-29-2017\";i:4;s:10:\"05-30-2017\";i:3;s:10:\"05-31-2017\";i:6;s:10:\"06-01-2017\";i:3;s:10:\"06-02-2017\";i:2;s:10:\"06-03-2017\";i:5;s:10:\"06-04-2017\";i:2;s:10:\"06-05-2017\";i:2;s:10:\"06-06-2017\";i:3;s:10:\"06-07-2017\";i:3;s:10:\"06-08-2017\";i:5;s:10:\"06-09-2017\";i:3;s:10:\"06-10-2017\";i:3;s:10:\"06-11-2017\";i:3;s:10:\"06-12-2017\";i:4;s:10:\"06-13-2017\";i:3;s:10:\"06-14-2017\";i:3;s:10:\"06-15-2017\";i:3;s:10:\"06-16-2017\";i:2;s:10:\"06-17-2017\";i:3;s:10:\"06-18-2017\";i:4;s:10:\"06-19-2017\";i:4;s:10:\"06-20-2017\";i:4;s:10:\"06-21-2017\";i:3;s:10:\"06-22-2017\";i:3;s:10:\"06-23-2017\";i:4;s:10:\"06-24-2017\";i:5;s:10:\"06-25-2017\";i:3;s:10:\"06-26-2017\";i:5;s:10:\"11-24-2017\";i:1;}'); INSERT INTO `wpg3_postmeta` VALUES (3490,395,'houzez_total_property_views','1802'); INSERT INTO `wpg3_postmeta` VALUES (3491,395,'houzez_recently_viewed','11-24-2017'); INSERT INTO `wpg3_postmeta` VALUES (3492,395,'houzez_geolocation_lat','26.1047794'); INSERT INTO `wpg3_postmeta` VALUES (3493,395,'houzez_geolocation_long','-80.12496550000003'); INSERT INTO `wpg3_postmeta` VALUES (3494,395,'fave_virtual_tour','<iframe width=\"853\" height=\"480\" src=\"https://my.matterport.com/show/?m=zEWsxhZpGba&play=1&qs=1\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>'); INSERT INTO `wpg3_postmeta` VALUES (3495,395,'fave_single_top_area','global'); INSERT INTO `wpg3_postmeta` VALUES (3496,395,'fave_single_content_area','global'); INSERT INTO `wpg3_postmeta` VALUES (3497,395,'houzez_manual_expire',''); INSERT INTO `wpg3_postmeta` VALUES (3498,395,'_houzez_expiration_date_status','saved'); INSERT INTO `wpg3_postmeta` VALUES (3499,395,'fave_rating','a:6:{i:1;i:0;i:2;i:0;i:3;i:-1;i:4;i:0;i:5;i:0;s:0:\"\";N;}'); INSERT INTO `wpg3_postmeta` VALUES (3500,395,'fave_property_agency','2792'); INSERT INTO `wpg3_postmeta` VALUES (3501,395,'fave_agent_display_option','agent_info'); INSERT INTO `wpg3_postmeta` VALUES (3502,400,'_thumbnail_id','7505'); INSERT INTO `wpg3_postmeta` VALUES (3503,400,'fave_property_images','7431'); INSERT INTO `wpg3_postmeta` VALUES (3504,400,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (3505,400,'fave_property_size','2600'); INSERT INTO `wpg3_postmeta` VALUES (3506,400,'fave_property_size_prefix','Sq Ft'); INSERT INTO `wpg3_postmeta` VALUES (3507,400,'fave_property_bedrooms','4'); INSERT INTO `wpg3_postmeta` VALUES (3508,400,'fave_property_bathrooms','1'); INSERT INTO `wpg3_postmeta` VALUES (3509,400,'fave_property_garage','1'); INSERT INTO `wpg3_postmeta` VALUES (3510,400,'fave_property_garage_size','200 SqFt'); INSERT INTO `wpg3_postmeta` VALUES (3511,400,'fave_property_year','2016-01-09'); INSERT INTO `wpg3_postmeta` VALUES (3512,400,'fave_property_id','HZ35'); INSERT INTO `wpg3_postmeta` VALUES (3513,400,'fave_property_price','760000'); INSERT INTO `wpg3_postmeta` VALUES (3514,400,'fave_property_price_postfix','sq ft'); INSERT INTO `wpg3_postmeta` VALUES (3515,400,'fave_property_map','1'); INSERT INTO `wpg3_postmeta` VALUES (3516,400,'fave_property_map_address','2103 Bayview Dr, Fort Lauderdale, FL 33305'); INSERT INTO `wpg3_postmeta` VALUES (3517,400,'fave_property_location','26.1527648,-80.1119248,14'); INSERT INTO `wpg3_postmeta` VALUES (3518,400,'fave_property_country','US'); INSERT INTO `wpg3_postmeta` VALUES (3519,400,'fave_agents','156'); INSERT INTO `wpg3_postmeta` VALUES (3520,400,'fave_additional_features_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (3521,400,'additional_features','a:6:{i:0;a:2:{s:29:\"fave_additional_feature_title\";s:7:\"Deposit\";s:29:\"fave_additional_feature_value\";s:3:\"20%\";}i:1;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Pool Size\";s:29:\"fave_additional_feature_value\";s:8:\"300 Sqft\";}i:2;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Last remodel year\";s:29:\"fave_additional_feature_value\";s:4:\"1987\";}i:3;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Amenities\";s:29:\"fave_additional_feature_value\";s:9:\"Clubhouse\";}i:4;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Additional Rooms:\";s:29:\"fave_additional_feature_value\";s:10:\"Guest Bath\";}i:5;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Equipment\";s:29:\"fave_additional_feature_value\";s:11:\"Grill - Gas\";}}'); INSERT INTO `wpg3_postmeta` VALUES (3522,400,'fave_floor_plans_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (3523,400,'floor_plans','a:2:{i:0;a:7:{s:15:\"fave_plan_title\";s:11:\"First Floor\";s:15:\"fave_plan_rooms\";s:8:\"670 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"530 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,650\";s:14:\"fave_plan_size\";s:9:\"1267 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-1.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}i:1;a:7:{s:15:\"fave_plan_title\";s:12:\"Second Floor\";s:15:\"fave_plan_rooms\";s:8:\"543 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"238 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,600\";s:14:\"fave_plan_size\";s:9:\"1345 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-2.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}}'); INSERT INTO `wpg3_postmeta` VALUES (3524,400,'fave_featured','0'); INSERT INTO `wpg3_postmeta` VALUES (3525,400,'fave_property_address','2103 Bayview Dr'); INSERT INTO `wpg3_postmeta` VALUES (3526,400,'fave_property_zip','33305'); INSERT INTO `wpg3_postmeta` VALUES (3527,400,'fave_multi_units','a:0:{}'); INSERT INTO `wpg3_postmeta` VALUES (3528,400,'fave_video_image','84'); INSERT INTO `wpg3_postmeta` VALUES (3529,400,'fave_video_url','https://www.youtube.com/watch?v=fafEHMnFe3g'); INSERT INTO `wpg3_postmeta` VALUES (3530,400,'fave_payment_status','not_paid'); INSERT INTO `wpg3_postmeta` VALUES (3531,400,'fave_property_map_street_view','show'); INSERT INTO `wpg3_postmeta` VALUES (3532,400,'_dp_original','395'); INSERT INTO `wpg3_postmeta` VALUES (3533,400,'fave_property_sec_price','3200'); INSERT INTO `wpg3_postmeta` VALUES (3534,400,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (3535,400,'houzez_total_property_views','543'); INSERT INTO `wpg3_postmeta` VALUES (3536,400,'houzez_views_by_date','a:61:{s:10:\"04-19-2017\";i:1;s:10:\"04-23-2017\";i:3;s:10:\"04-24-2017\";i:4;s:10:\"04-26-2017\";i:3;s:10:\"04-28-2017\";i:1;s:10:\"04-29-2017\";i:1;s:10:\"05-01-2017\";i:1;s:10:\"05-02-2017\";i:1;s:10:\"05-03-2017\";i:3;s:10:\"05-04-2017\";i:3;s:10:\"05-05-2017\";i:2;s:10:\"05-06-2017\";i:3;s:10:\"05-08-2017\";i:3;s:10:\"05-09-2017\";i:5;s:10:\"05-10-2017\";i:4;s:10:\"05-11-2017\";i:2;s:10:\"05-12-2017\";i:2;s:10:\"05-13-2017\";i:4;s:10:\"05-14-2017\";i:2;s:10:\"05-15-2017\";i:1;s:10:\"05-16-2017\";i:2;s:10:\"05-17-2017\";i:6;s:10:\"05-18-2017\";i:5;s:10:\"05-20-2017\";i:3;s:10:\"05-21-2017\";i:1;s:10:\"05-22-2017\";i:6;s:10:\"05-23-2017\";i:2;s:10:\"05-24-2017\";i:4;s:10:\"05-25-2017\";i:2;s:10:\"05-26-2017\";i:5;s:10:\"05-27-2017\";i:1;s:10:\"05-28-2017\";i:2;s:10:\"05-29-2017\";i:6;s:10:\"05-31-2017\";i:3;s:10:\"06-01-2017\";i:2;s:10:\"06-02-2017\";i:3;s:10:\"06-03-2017\";i:3;s:10:\"06-04-2017\";i:2;s:10:\"06-05-2017\";i:3;s:10:\"06-06-2017\";i:3;s:10:\"06-07-2017\";i:3;s:10:\"06-08-2017\";i:2;s:10:\"06-09-2017\";i:3;s:10:\"06-10-2017\";i:3;s:10:\"06-11-2017\";i:2;s:10:\"06-12-2017\";i:2;s:10:\"06-13-2017\";i:3;s:10:\"06-14-2017\";i:3;s:10:\"06-15-2017\";i:3;s:10:\"06-16-2017\";i:4;s:10:\"06-17-2017\";i:2;s:10:\"06-18-2017\";i:4;s:10:\"06-19-2017\";i:5;s:10:\"06-20-2017\";i:1;s:10:\"06-21-2017\";i:4;s:10:\"06-22-2017\";i:3;s:10:\"06-23-2017\";i:5;s:10:\"06-24-2017\";i:3;s:10:\"06-25-2017\";i:1;s:10:\"06-26-2017\";i:5;s:10:\"11-24-2017\";i:1;}'); INSERT INTO `wpg3_postmeta` VALUES (3537,400,'fave_multiunit_plans_enable','disable'); INSERT INTO `wpg3_postmeta` VALUES (3538,400,'houzez_geolocation_lat','26.1527648'); INSERT INTO `wpg3_postmeta` VALUES (3539,400,'houzez_geolocation_long','-80.1119248'); INSERT INTO `wpg3_postmeta` VALUES (3540,400,'houzez_recently_viewed','11-24-2017'); INSERT INTO `wpg3_postmeta` VALUES (3541,400,'fave_virtual_tour','<iframe width=\"853\" height=\"480\" src=\"https://my.matterport.com/show/?m=zEWsxhZpGba&play=1&qs=1\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>'); INSERT INTO `wpg3_postmeta` VALUES (3542,400,'fave_single_top_area','global'); INSERT INTO `wpg3_postmeta` VALUES (3543,400,'fave_single_content_area','global'); INSERT INTO `wpg3_postmeta` VALUES (3544,400,'houzez_manual_expire',''); INSERT INTO `wpg3_postmeta` VALUES (3545,400,'_houzez_expiration_date_status','saved'); INSERT INTO `wpg3_postmeta` VALUES (3546,400,'fave_property_agency','2792'); INSERT INTO `wpg3_postmeta` VALUES (3547,400,'fave_agent_display_option','agent_info'); INSERT INTO `wpg3_postmeta` VALUES (3548,405,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (3549,405,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (3550,405,'fave_property_size','2100'); INSERT INTO `wpg3_postmeta` VALUES (3551,405,'fave_property_size_prefix','Sq Ft'); INSERT INTO `wpg3_postmeta` VALUES (3552,405,'fave_property_bedrooms','4'); INSERT INTO `wpg3_postmeta` VALUES (3553,405,'fave_property_bathrooms','2'); INSERT INTO `wpg3_postmeta` VALUES (3554,405,'fave_property_garage','1'); INSERT INTO `wpg3_postmeta` VALUES (3555,405,'fave_property_garage_size','200 SqFt'); INSERT INTO `wpg3_postmeta` VALUES (3556,405,'fave_property_year','2016-01-09'); INSERT INTO `wpg3_postmeta` VALUES (3557,405,'fave_property_id','HZ07'); INSERT INTO `wpg3_postmeta` VALUES (3558,405,'fave_property_price','245000'); INSERT INTO `wpg3_postmeta` VALUES (3559,405,'fave_property_price_postfix','sq ft'); INSERT INTO `wpg3_postmeta` VALUES (3560,405,'fave_property_map','1'); INSERT INTO `wpg3_postmeta` VALUES (3561,405,'fave_property_map_address','408 NE 7th Ave, Fort Lauderdale, FL 33301, USA'); INSERT INTO `wpg3_postmeta` VALUES (3562,405,'fave_property_location','26.1267946,-80.13612690000002,14'); INSERT INTO `wpg3_postmeta` VALUES (3563,405,'fave_property_country','US'); INSERT INTO `wpg3_postmeta` VALUES (3564,405,'fave_agents','158'); INSERT INTO `wpg3_postmeta` VALUES (3565,405,'fave_additional_features_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (3566,405,'additional_features','a:6:{i:0;a:2:{s:29:\"fave_additional_feature_title\";s:7:\"Deposit\";s:29:\"fave_additional_feature_value\";s:3:\"20%\";}i:1;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Pool Size\";s:29:\"fave_additional_feature_value\";s:8:\"300 Sqft\";}i:2;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Last remodel year\";s:29:\"fave_additional_feature_value\";s:4:\"1987\";}i:3;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Amenities\";s:29:\"fave_additional_feature_value\";s:9:\"Clubhouse\";}i:4;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Additional Rooms:\";s:29:\"fave_additional_feature_value\";s:10:\"Guest Bath\";}i:5;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Equipment\";s:29:\"fave_additional_feature_value\";s:11:\"Grill - Gas\";}}'); INSERT INTO `wpg3_postmeta` VALUES (3567,405,'fave_floor_plans_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (3568,405,'floor_plans','a:2:{i:0;a:7:{s:15:\"fave_plan_title\";s:11:\"First Floor\";s:15:\"fave_plan_rooms\";s:8:\"670 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"530 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,650\";s:14:\"fave_plan_size\";s:9:\"1267 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-1.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}i:1;a:7:{s:15:\"fave_plan_title\";s:12:\"Second Floor\";s:15:\"fave_plan_rooms\";s:8:\"543 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"238 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,600\";s:14:\"fave_plan_size\";s:9:\"1345 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-2.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}}'); INSERT INTO `wpg3_postmeta` VALUES (3569,405,'fave_featured','1'); INSERT INTO `wpg3_postmeta` VALUES (3570,405,'fave_property_address','408 NE 7th Ave'); INSERT INTO `wpg3_postmeta` VALUES (3571,405,'fave_property_zip','33301'); INSERT INTO `wpg3_postmeta` VALUES (3572,405,'fave_multi_units','a:0:{}'); INSERT INTO `wpg3_postmeta` VALUES (3573,405,'fave_property_images','7561'); INSERT INTO `wpg3_postmeta` VALUES (3574,405,'fave_video_image','84'); INSERT INTO `wpg3_postmeta` VALUES (3575,405,'fave_video_url','https://www.youtube.com/watch?v=fafEHMnFe3g'); INSERT INTO `wpg3_postmeta` VALUES (3576,405,'fave_payment_status','not_paid'); INSERT INTO `wpg3_postmeta` VALUES (3577,405,'fave_property_map_street_view','show'); INSERT INTO `wpg3_postmeta` VALUES (3578,405,'_dp_original','400'); INSERT INTO `wpg3_postmeta` VALUES (3579,405,'fave_property_sec_price','1800'); INSERT INTO `wpg3_postmeta` VALUES (3580,405,'houzez_views_by_date','a:61:{s:10:\"04-28-2017\";i:17;s:10:\"04-29-2017\";i:11;s:10:\"04-30-2017\";i:12;s:10:\"05-01-2017\";i:16;s:10:\"05-02-2017\";i:11;s:10:\"05-03-2017\";i:13;s:10:\"05-04-2017\";i:20;s:10:\"05-05-2017\";i:9;s:10:\"05-06-2017\";i:16;s:10:\"05-07-2017\";i:14;s:10:\"05-08-2017\";i:25;s:10:\"05-09-2017\";i:20;s:10:\"05-10-2017\";i:7;s:10:\"05-11-2017\";i:3;s:10:\"05-12-2017\";i:5;s:10:\"05-13-2017\";i:4;s:10:\"05-14-2017\";i:5;s:10:\"05-15-2017\";i:2;s:10:\"05-16-2017\";i:3;s:10:\"05-17-2017\";i:4;s:10:\"05-18-2017\";i:3;s:10:\"05-19-2017\";i:3;s:10:\"05-20-2017\";i:3;s:10:\"05-21-2017\";i:3;s:10:\"05-22-2017\";i:5;s:10:\"05-23-2017\";i:5;s:10:\"05-24-2017\";i:4;s:10:\"05-25-2017\";i:3;s:10:\"05-26-2017\";i:3;s:10:\"05-27-2017\";i:2;s:10:\"05-28-2017\";i:4;s:10:\"05-29-2017\";i:6;s:10:\"05-30-2017\";i:4;s:10:\"05-31-2017\";i:3;s:10:\"06-01-2017\";i:2;s:10:\"06-02-2017\";i:3;s:10:\"06-03-2017\";i:3;s:10:\"06-04-2017\";i:3;s:10:\"06-05-2017\";i:5;s:10:\"06-06-2017\";i:6;s:10:\"06-07-2017\";i:3;s:10:\"06-08-2017\";i:3;s:10:\"06-09-2017\";i:5;s:10:\"06-10-2017\";i:3;s:10:\"06-11-2017\";i:2;s:10:\"06-12-2017\";i:6;s:10:\"06-13-2017\";i:5;s:10:\"06-14-2017\";i:4;s:10:\"06-15-2017\";i:2;s:10:\"06-16-2017\";i:4;s:10:\"06-17-2017\";i:2;s:10:\"06-18-2017\";i:2;s:10:\"06-19-2017\";i:6;s:10:\"06-20-2017\";i:5;s:10:\"06-21-2017\";i:5;s:10:\"06-22-2017\";i:3;s:10:\"06-23-2017\";i:6;s:10:\"06-24-2017\";i:3;s:10:\"06-25-2017\";i:2;s:10:\"06-26-2017\";i:5;s:10:\"11-24-2017\";i:1;}'); INSERT INTO `wpg3_postmeta` VALUES (3581,405,'houzez_total_property_views','3294'); INSERT INTO `wpg3_postmeta` VALUES (3582,405,'fave_multiunit_plans_enable','disable'); INSERT INTO `wpg3_postmeta` VALUES (3583,405,'houzez_recently_viewed','11-24-2017'); INSERT INTO `wpg3_postmeta` VALUES (3584,405,'houzez_geolocation_lat','26.1267946'); INSERT INTO `wpg3_postmeta` VALUES (3585,405,'houzez_geolocation_long','-80.13612690000002'); INSERT INTO `wpg3_postmeta` VALUES (3586,405,'fave_rating','a:6:{i:1;i:0;i:2;i:0;i:3;i:0;i:4;i:0;i:5;i:-1;s:0:\"\";N;}'); INSERT INTO `wpg3_postmeta` VALUES (3587,405,'fave_virtual_tour','<iframe width=\"853\" height=\"480\" src=\"https://my.matterport.com/show/?m=zEWsxhZpGba&play=1&qs=1\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>'); INSERT INTO `wpg3_postmeta` VALUES (3588,405,'fave_single_top_area','global'); INSERT INTO `wpg3_postmeta` VALUES (3589,405,'fave_single_content_area','global'); INSERT INTO `wpg3_postmeta` VALUES (3590,405,'houzez_manual_expire',''); INSERT INTO `wpg3_postmeta` VALUES (3591,405,'_houzez_expiration_date_status','saved'); INSERT INTO `wpg3_postmeta` VALUES (3592,405,'fave_property_agency','2792'); INSERT INTO `wpg3_postmeta` VALUES (3593,405,'fave_agent_display_option','agent_info'); INSERT INTO `wpg3_postmeta` VALUES (3594,405,'_thumbnail_id','7560'); INSERT INTO `wpg3_postmeta` VALUES (3595,412,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (3596,412,'fave_property_size','3410'); INSERT INTO `wpg3_postmeta` VALUES (3597,412,'fave_property_size_prefix','Sq Ft'); INSERT INTO `wpg3_postmeta` VALUES (3598,412,'fave_property_bedrooms','4'); INSERT INTO `wpg3_postmeta` VALUES (3599,412,'fave_property_bathrooms','1'); INSERT INTO `wpg3_postmeta` VALUES (3600,412,'fave_property_garage','1'); INSERT INTO `wpg3_postmeta` VALUES (3601,412,'fave_property_garage_size','200 SqFt'); INSERT INTO `wpg3_postmeta` VALUES (3602,412,'fave_property_year','2016-01-09'); INSERT INTO `wpg3_postmeta` VALUES (3603,412,'fave_property_id','HZ37'); INSERT INTO `wpg3_postmeta` VALUES (3604,412,'fave_property_price','990000'); INSERT INTO `wpg3_postmeta` VALUES (3605,412,'fave_property_price_postfix','sq ft'); INSERT INTO `wpg3_postmeta` VALUES (3606,412,'fave_property_map','1'); INSERT INTO `wpg3_postmeta` VALUES (3607,412,'fave_property_map_address','304 NE 17th Ave, Fort Lauderdale, FL 33301'); INSERT INTO `wpg3_postmeta` VALUES (3608,412,'fave_property_location','26.1253712,-80.1252905,14'); INSERT INTO `wpg3_postmeta` VALUES (3609,412,'fave_property_country','US'); INSERT INTO `wpg3_postmeta` VALUES (3610,412,'fave_agents','72'); INSERT INTO `wpg3_postmeta` VALUES (3611,412,'fave_additional_features_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (3612,412,'additional_features','a:6:{i:0;a:2:{s:29:\"fave_additional_feature_title\";s:7:\"Deposit\";s:29:\"fave_additional_feature_value\";s:3:\"20%\";}i:1;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Pool Size\";s:29:\"fave_additional_feature_value\";s:8:\"300 Sqft\";}i:2;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Last remodel year\";s:29:\"fave_additional_feature_value\";s:4:\"1987\";}i:3;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Amenities\";s:29:\"fave_additional_feature_value\";s:9:\"Clubhouse\";}i:4;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Additional Rooms:\";s:29:\"fave_additional_feature_value\";s:10:\"Guest Bath\";}i:5;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Equipment\";s:29:\"fave_additional_feature_value\";s:11:\"Grill - Gas\";}}'); INSERT INTO `wpg3_postmeta` VALUES (3613,412,'fave_floor_plans_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (3614,412,'floor_plans','a:2:{i:0;a:7:{s:15:\"fave_plan_title\";s:11:\"First Floor\";s:15:\"fave_plan_rooms\";s:8:\"670 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"530 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,650\";s:14:\"fave_plan_size\";s:9:\"1267 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-1.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}i:1;a:7:{s:15:\"fave_plan_title\";s:12:\"Second Floor\";s:15:\"fave_plan_rooms\";s:8:\"543 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"238 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,600\";s:14:\"fave_plan_size\";s:9:\"1345 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-2.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}}'); INSERT INTO `wpg3_postmeta` VALUES (3615,412,'fave_featured','1'); INSERT INTO `wpg3_postmeta` VALUES (3616,412,'fave_property_address','304 NE 17th Ave'); INSERT INTO `wpg3_postmeta` VALUES (3617,412,'fave_property_zip','33301'); INSERT INTO `wpg3_postmeta` VALUES (3618,412,'fave_multi_units','a:0:{}'); INSERT INTO `wpg3_postmeta` VALUES (3619,412,'fave_video_image','84'); INSERT INTO `wpg3_postmeta` VALUES (3620,412,'fave_video_url','https://www.youtube.com/watch?v=fafEHMnFe3g'); INSERT INTO `wpg3_postmeta` VALUES (3621,412,'fave_payment_status','not_paid'); INSERT INTO `wpg3_postmeta` VALUES (3622,412,'fave_property_map_street_view','show'); INSERT INTO `wpg3_postmeta` VALUES (3623,412,'fave_property_sec_price','5400'); INSERT INTO `wpg3_postmeta` VALUES (3624,412,'_dp_original','405'); INSERT INTO `wpg3_postmeta` VALUES (3625,412,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (3626,412,'fave_multiunit_plans_enable','disable'); INSERT INTO `wpg3_postmeta` VALUES (3627,412,'fave_property_images','7557'); INSERT INTO `wpg3_postmeta` VALUES (3628,412,'houzez_total_property_views','5695'); INSERT INTO `wpg3_postmeta` VALUES (3629,412,'houzez_views_by_date','a:61:{s:10:\"04-28-2017\";i:24;s:10:\"04-29-2017\";i:20;s:10:\"04-30-2017\";i:12;s:10:\"05-01-2017\";i:20;s:10:\"05-02-2017\";i:20;s:10:\"05-03-2017\";i:23;s:10:\"05-04-2017\";i:27;s:10:\"05-05-2017\";i:31;s:10:\"05-06-2017\";i:19;s:10:\"05-07-2017\";i:17;s:10:\"05-08-2017\";i:36;s:10:\"05-09-2017\";i:32;s:10:\"05-10-2017\";i:5;s:10:\"05-11-2017\";i:4;s:10:\"05-12-2017\";i:6;s:10:\"05-13-2017\";i:2;s:10:\"05-14-2017\";i:5;s:10:\"05-15-2017\";i:7;s:10:\"05-16-2017\";i:4;s:10:\"05-17-2017\";i:3;s:10:\"05-18-2017\";i:3;s:10:\"05-19-2017\";i:4;s:10:\"05-20-2017\";i:7;s:10:\"05-21-2017\";i:2;s:10:\"05-22-2017\";i:5;s:10:\"05-23-2017\";i:8;s:10:\"05-24-2017\";i:5;s:10:\"05-25-2017\";i:5;s:10:\"05-26-2017\";i:1;s:10:\"05-27-2017\";i:4;s:10:\"05-28-2017\";i:3;s:10:\"05-29-2017\";i:6;s:10:\"05-30-2017\";i:2;s:10:\"05-31-2017\";i:5;s:10:\"06-01-2017\";i:3;s:10:\"06-02-2017\";i:5;s:10:\"06-03-2017\";i:4;s:10:\"06-04-2017\";i:3;s:10:\"06-05-2017\";i:5;s:10:\"06-06-2017\";i:4;s:10:\"06-07-2017\";i:3;s:10:\"06-08-2017\";i:4;s:10:\"06-09-2017\";i:6;s:10:\"06-10-2017\";i:5;s:10:\"06-11-2017\";i:3;s:10:\"06-12-2017\";i:7;s:10:\"06-13-2017\";i:4;s:10:\"06-14-2017\";i:6;s:10:\"06-15-2017\";i:7;s:10:\"06-16-2017\";i:7;s:10:\"06-17-2017\";i:6;s:10:\"06-18-2017\";i:5;s:10:\"06-19-2017\";i:5;s:10:\"06-20-2017\";i:4;s:10:\"06-21-2017\";i:6;s:10:\"06-22-2017\";i:4;s:10:\"06-23-2017\";i:4;s:10:\"06-24-2017\";i:3;s:10:\"06-25-2017\";i:5;s:10:\"06-26-2017\";i:5;s:10:\"11-24-2017\";i:1;}'); INSERT INTO `wpg3_postmeta` VALUES (3630,412,'houzez_geolocation_lat','26.1253712'); INSERT INTO `wpg3_postmeta` VALUES (3631,412,'houzez_geolocation_long','-80.1252905'); INSERT INTO `wpg3_postmeta` VALUES (3632,412,'houzez_recently_viewed','11-24-2017'); INSERT INTO `wpg3_postmeta` VALUES (3633,412,'fave_rating','a:6:{i:1;i:0;i:2;i:0;i:3;i:-1;i:4;i:0;i:5;i:-1;s:0:\"\";N;}'); INSERT INTO `wpg3_postmeta` VALUES (3634,412,'fave_virtual_tour','<iframe width=\"853\" height=\"480\" src=\"https://my.matterport.com/show/?m=zEWsxhZpGba&play=1&qs=1\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>'); INSERT INTO `wpg3_postmeta` VALUES (3635,412,'fave_single_top_area','global'); INSERT INTO `wpg3_postmeta` VALUES (3636,412,'fave_single_content_area','global'); INSERT INTO `wpg3_postmeta` VALUES (3637,412,'houzez_manual_expire',''); INSERT INTO `wpg3_postmeta` VALUES (3638,412,'_houzez_expiration_date_status','saved'); INSERT INTO `wpg3_postmeta` VALUES (3639,412,'fave_property_agency','2786'); INSERT INTO `wpg3_postmeta` VALUES (3640,412,'fave_agent_display_option','agent_info'); INSERT INTO `wpg3_postmeta` VALUES (3641,412,'_thumbnail_id','7561'); INSERT INTO `wpg3_postmeta` VALUES (3642,416,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (3643,416,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (3644,416,'fave_property_size','1900'); INSERT INTO `wpg3_postmeta` VALUES (3645,416,'fave_property_size_prefix','Sq Ft'); INSERT INTO `wpg3_postmeta` VALUES (3646,416,'fave_property_bedrooms','2'); INSERT INTO `wpg3_postmeta` VALUES (3647,416,'fave_property_bathrooms','2'); INSERT INTO `wpg3_postmeta` VALUES (3648,416,'fave_property_garage','1'); INSERT INTO `wpg3_postmeta` VALUES (3649,416,'fave_property_garage_size','200 SqFt'); INSERT INTO `wpg3_postmeta` VALUES (3650,416,'fave_property_year','2016-01-09'); INSERT INTO `wpg3_postmeta` VALUES (3651,416,'fave_property_id','HZ41'); INSERT INTO `wpg3_postmeta` VALUES (3652,416,'fave_property_price','1900'); INSERT INTO `wpg3_postmeta` VALUES (3653,416,'fave_property_price_postfix','mo'); INSERT INTO `wpg3_postmeta` VALUES (3654,416,'fave_property_map','1'); INSERT INTO `wpg3_postmeta` VALUES (3655,416,'fave_property_map_address','3299 Eisenhower Blvd, Fort Lauderdale, FL 33316, USA'); INSERT INTO `wpg3_postmeta` VALUES (3656,416,'fave_property_location','26.0859934,-80.12431249999997,14'); INSERT INTO `wpg3_postmeta` VALUES (3657,416,'fave_property_country','US'); INSERT INTO `wpg3_postmeta` VALUES (3658,416,'fave_agents','150'); INSERT INTO `wpg3_postmeta` VALUES (3659,416,'fave_additional_features_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (3660,416,'additional_features','a:6:{i:0;a:2:{s:29:\"fave_additional_feature_title\";s:7:\"Deposit\";s:29:\"fave_additional_feature_value\";s:3:\"20%\";}i:1;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Pool Size\";s:29:\"fave_additional_feature_value\";s:8:\"300 Sqft\";}i:2;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Last remodel year\";s:29:\"fave_additional_feature_value\";s:4:\"1987\";}i:3;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Amenities\";s:29:\"fave_additional_feature_value\";s:9:\"Clubhouse\";}i:4;a:2:{s:29:\"fave_additional_feature_title\";s:17:\"Additional Rooms:\";s:29:\"fave_additional_feature_value\";s:10:\"Guest Bath\";}i:5;a:2:{s:29:\"fave_additional_feature_title\";s:9:\"Equipment\";s:29:\"fave_additional_feature_value\";s:11:\"Grill - Gas\";}}'); INSERT INTO `wpg3_postmeta` VALUES (3661,416,'fave_floor_plans_enable','enable'); INSERT INTO `wpg3_postmeta` VALUES (3662,416,'floor_plans','a:2:{i:0;a:7:{s:15:\"fave_plan_title\";s:11:\"First Floor\";s:15:\"fave_plan_rooms\";s:8:\"670 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"530 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,650\";s:14:\"fave_plan_size\";s:9:\"1267 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-1.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}i:1;a:7:{s:15:\"fave_plan_title\";s:12:\"Second Floor\";s:15:\"fave_plan_rooms\";s:8:\"543 Sqft\";s:19:\"fave_plan_bathrooms\";s:8:\"238 Sqft\";s:15:\"fave_plan_price\";s:5:\"1,600\";s:14:\"fave_plan_size\";s:9:\"1345 Sqft\";s:15:\"fave_plan_image\";s:74:\"http://sandbox.favethemes.com/houzez/wp-content/uploads/2016/01/plan-2.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}}'); INSERT INTO `wpg3_postmeta` VALUES (3663,416,'fave_featured','1'); INSERT INTO `wpg3_postmeta` VALUES (3664,416,'fave_property_address','3299 Eisenhower Blvd'); INSERT INTO `wpg3_postmeta` VALUES (3665,416,'fave_property_zip','33316'); INSERT INTO `wpg3_postmeta` VALUES (3666,416,'fave_multi_units','a:0:{}'); INSERT INTO `wpg3_postmeta` VALUES (3667,416,'fave_video_image','84'); INSERT INTO `wpg3_postmeta` VALUES (3668,416,'fave_video_url','https://www.youtube.com/watch?v=fafEHMnFe3g'); INSERT INTO `wpg3_postmeta` VALUES (3669,416,'fave_payment_status','not_paid'); INSERT INTO `wpg3_postmeta` VALUES (3670,416,'fave_property_map_street_view','show'); INSERT INTO `wpg3_postmeta` VALUES (3671,416,'_dp_original','412'); INSERT INTO `wpg3_postmeta` VALUES (3672,416,'fave_property_images','7510'); INSERT INTO `wpg3_postmeta` VALUES (3673,416,'houzez_views_by_date','a:61:{s:10:\"04-28-2017\";i:14;s:10:\"04-29-2017\";i:10;s:10:\"04-30-2017\";i:6;s:10:\"05-01-2017\";i:14;s:10:\"05-02-2017\";i:13;s:10:\"05-03-2017\";i:23;s:10:\"05-04-2017\";i:20;s:10:\"05-05-2017\";i:17;s:10:\"05-06-2017\";i:20;s:10:\"05-07-2017\";i:13;s:10:\"05-08-2017\";i:24;s:10:\"05-09-2017\";i:17;s:10:\"05-10-2017\";i:8;s:10:\"05-11-2017\";i:5;s:10:\"05-12-2017\";i:9;s:10:\"05-13-2017\";i:6;s:10:\"05-14-2017\";i:6;s:10:\"05-15-2017\";i:5;s:10:\"05-16-2017\";i:6;s:10:\"05-17-2017\";i:6;s:10:\"05-18-2017\";i:7;s:10:\"05-19-2017\";i:2;s:10:\"05-20-2017\";i:4;s:10:\"05-21-2017\";i:3;s:10:\"05-22-2017\";i:5;s:10:\"05-23-2017\";i:7;s:10:\"05-24-2017\";i:7;s:10:\"05-25-2017\";i:7;s:10:\"05-26-2017\";i:8;s:10:\"05-27-2017\";i:4;s:10:\"05-28-2017\";i:8;s:10:\"05-29-2017\";i:6;s:10:\"05-30-2017\";i:4;s:10:\"05-31-2017\";i:6;s:10:\"06-01-2017\";i:6;s:10:\"06-02-2017\";i:5;s:10:\"06-03-2017\";i:6;s:10:\"06-04-2017\";i:6;s:10:\"06-05-2017\";i:6;s:10:\"06-06-2017\";i:5;s:10:\"06-07-2017\";i:6;s:10:\"06-08-2017\";i:5;s:10:\"06-09-2017\";i:5;s:10:\"06-10-2017\";i:4;s:10:\"06-11-2017\";i:2;s:10:\"06-12-2017\";i:6;s:10:\"06-13-2017\";i:4;s:10:\"06-14-2017\";i:6;s:10:\"06-15-2017\";i:8;s:10:\"06-16-2017\";i:4;s:10:\"06-17-2017\";i:4;s:10:\"06-18-2017\";i:5;s:10:\"06-19-2017\";i:4;s:10:\"06-20-2017\";i:5;s:10:\"06-21-2017\";i:8;s:10:\"06-22-2017\";i:5;s:10:\"06-23-2017\";i:7;s:10:\"06-24-2017\";i:5;s:10:\"06-25-2017\";i:3;s:10:\"06-26-2017\";i:7;s:10:\"11-24-2017\";i:1;}'); INSERT INTO `wpg3_postmeta` VALUES (3674,416,'houzez_total_property_views','3655'); INSERT INTO `wpg3_postmeta` VALUES (3675,416,'fave_multiunit_plans_enable','disable'); INSERT INTO `wpg3_postmeta` VALUES (3676,416,'fave_property_agency','2786'); INSERT INTO `wpg3_postmeta` VALUES (3677,416,'houzez_geolocation_lat','26.0859934'); INSERT INTO `wpg3_postmeta` VALUES (3678,416,'houzez_geolocation_long','-80.12431249999997'); INSERT INTO `wpg3_postmeta` VALUES (3679,416,'houzez_recently_viewed','11-24-2017'); INSERT INTO `wpg3_postmeta` VALUES (3680,416,'fave_rating','a:6:{i:1;i:0;i:2;i:0;i:3;i:-1;i:4;i:-1;i:5;i:-1;s:0:\"\";N;}'); INSERT INTO `wpg3_postmeta` VALUES (3681,416,'fave_virtual_tour','<iframe width=\"853\" height=\"480\" src=\"https://my.matterport.com/show/?m=zEWsxhZpGba&play=1&qs=1\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>'); INSERT INTO `wpg3_postmeta` VALUES (3682,416,'fave_single_top_area','global'); INSERT INTO `wpg3_postmeta` VALUES (3683,416,'fave_single_content_area','global'); INSERT INTO `wpg3_postmeta` VALUES (3684,416,'houzez_manual_expire',''); INSERT INTO `wpg3_postmeta` VALUES (3685,416,'_houzez_expiration_date_status','saved'); INSERT INTO `wpg3_postmeta` VALUES (3686,416,'_thumbnail_id','7413'); INSERT INTO `wpg3_postmeta` VALUES (3687,416,'fave_agent_display_option','agent_info'); INSERT INTO `wpg3_postmeta` VALUES (3688,2763,'user_packages_userID','1'); INSERT INTO `wpg3_postmeta` VALUES (3689,2767,'user_packages_userID','193'); INSERT INTO `wpg3_postmeta` VALUES (3690,2771,'user_packages_userID','12'); INSERT INTO `wpg3_postmeta` VALUES (3691,2795,'user_packages_userID','194'); INSERT INTO `wpg3_postmeta` VALUES (3692,2800,'user_packages_userID','196'); INSERT INTO `wpg3_postmeta` VALUES (3693,2807,'user_packages_userID','197'); INSERT INTO `wpg3_postmeta` VALUES (3694,2818,'user_packages_userID','43'); INSERT INTO `wpg3_postmeta` VALUES (3695,2828,'user_packages_userID','200'); INSERT INTO `wpg3_postmeta` VALUES (3696,2843,'user_packages_userID','208'); INSERT INTO `wpg3_postmeta` VALUES (3697,2846,'user_packages_userID','209'); INSERT INTO `wpg3_postmeta` VALUES (3698,2849,'user_packages_userID','201'); INSERT INTO `wpg3_postmeta` VALUES (3699,2857,'user_packages_userID','213'); INSERT INTO `wpg3_postmeta` VALUES (3700,2874,'user_packages_userID','216'); INSERT INTO `wpg3_postmeta` VALUES (3701,2880,'user_packages_userID','217'); INSERT INTO `wpg3_postmeta` VALUES (3702,2896,'user_packages_userID','223'); INSERT INTO `wpg3_postmeta` VALUES (3703,2903,'user_packages_userID','225'); INSERT INTO `wpg3_postmeta` VALUES (3704,2927,'user_packages_userID','228'); INSERT INTO `wpg3_postmeta` VALUES (3705,2930,'user_packages_userID','229'); INSERT INTO `wpg3_postmeta` VALUES (3706,2941,'user_packages_userID','230'); INSERT INTO `wpg3_postmeta` VALUES (3707,2948,'user_packages_userID','234'); INSERT INTO `wpg3_postmeta` VALUES (3708,2955,'user_packages_userID','235'); INSERT INTO `wpg3_postmeta` VALUES (3709,2959,'user_packages_userID','236'); INSERT INTO `wpg3_postmeta` VALUES (3710,2975,'user_packages_userID','238'); INSERT INTO `wpg3_postmeta` VALUES (3711,2981,'user_packages_userID','239'); INSERT INTO `wpg3_postmeta` VALUES (3712,3017,'user_packages_userID','243'); INSERT INTO `wpg3_postmeta` VALUES (3713,3022,'user_packages_userID','245'); INSERT INTO `wpg3_postmeta` VALUES (3714,3041,'user_packages_userID','249'); INSERT INTO `wpg3_postmeta` VALUES (3715,3062,'user_packages_userID','250'); INSERT INTO `wpg3_postmeta` VALUES (3716,3073,'user_packages_userID','251'); INSERT INTO `wpg3_postmeta` VALUES (3717,3077,'user_packages_userID','252'); INSERT INTO `wpg3_postmeta` VALUES (3718,3081,'user_packages_userID','253'); INSERT INTO `wpg3_postmeta` VALUES (3719,3111,'user_packages_userID','255'); INSERT INTO `wpg3_postmeta` VALUES (3720,3125,'user_packages_userID','258'); INSERT INTO `wpg3_postmeta` VALUES (3721,3156,'user_packages_userID','262'); INSERT INTO `wpg3_postmeta` VALUES (3722,3183,'user_packages_userID','149'); INSERT INTO `wpg3_postmeta` VALUES (3723,3197,'user_packages_userID','265'); INSERT INTO `wpg3_postmeta` VALUES (3724,3206,'user_packages_userID','268'); INSERT INTO `wpg3_postmeta` VALUES (3725,3239,'user_packages_userID','270'); INSERT INTO `wpg3_postmeta` VALUES (3726,3242,'user_packages_userID','272'); INSERT INTO `wpg3_postmeta` VALUES (3727,3249,'user_packages_userID','277'); INSERT INTO `wpg3_postmeta` VALUES (3728,3255,'user_packages_userID','280'); INSERT INTO `wpg3_postmeta` VALUES (3729,3260,'user_packages_userID','281'); INSERT INTO `wpg3_postmeta` VALUES (3730,3269,'user_packages_userID','274'); INSERT INTO `wpg3_postmeta` VALUES (3731,3279,'user_packages_userID','287'); INSERT INTO `wpg3_postmeta` VALUES (3732,3283,'user_packages_userID','288'); INSERT INTO `wpg3_postmeta` VALUES (3733,3305,'user_packages_userID','290'); INSERT INTO `wpg3_postmeta` VALUES (3734,3327,'user_packages_userID','292'); INSERT INTO `wpg3_postmeta` VALUES (3735,3342,'user_packages_userID','297'); INSERT INTO `wpg3_postmeta` VALUES (3736,3349,'user_packages_userID','298'); INSERT INTO `wpg3_postmeta` VALUES (3737,3351,'user_packages_userID','293'); INSERT INTO `wpg3_postmeta` VALUES (3738,3369,'user_packages_userID','299'); INSERT INTO `wpg3_postmeta` VALUES (3739,3374,'user_packages_userID','300'); INSERT INTO `wpg3_postmeta` VALUES (3740,3385,'user_packages_userID','301'); INSERT INTO `wpg3_postmeta` VALUES (3741,3394,'user_packages_userID','302'); INSERT INTO `wpg3_postmeta` VALUES (3742,3407,'user_packages_userID','304'); INSERT INTO `wpg3_postmeta` VALUES (3743,3411,'user_packages_userID','305'); INSERT INTO `wpg3_postmeta` VALUES (3744,3415,'user_packages_userID','306'); INSERT INTO `wpg3_postmeta` VALUES (3745,3422,'user_packages_userID','307'); INSERT INTO `wpg3_postmeta` VALUES (3746,3429,'user_packages_userID','308'); INSERT INTO `wpg3_postmeta` VALUES (3747,3467,'user_packages_userID','311'); INSERT INTO `wpg3_postmeta` VALUES (3748,3484,'user_packages_userID','313'); INSERT INTO `wpg3_postmeta` VALUES (3749,3493,'user_packages_userID','315'); INSERT INTO `wpg3_postmeta` VALUES (3750,3504,'user_packages_userID','317'); INSERT INTO `wpg3_postmeta` VALUES (3751,3508,'user_packages_userID','318'); INSERT INTO `wpg3_postmeta` VALUES (3752,3527,'user_packages_userID','321'); INSERT INTO `wpg3_postmeta` VALUES (3753,3535,'user_packages_userID','323'); INSERT INTO `wpg3_postmeta` VALUES (3754,3544,'user_packages_userID','326'); INSERT INTO `wpg3_postmeta` VALUES (3755,3575,'user_packages_userID','330'); INSERT INTO `wpg3_postmeta` VALUES (3756,3585,'user_packages_userID','335'); INSERT INTO `wpg3_postmeta` VALUES (3757,3598,'user_packages_userID','338'); INSERT INTO `wpg3_postmeta` VALUES (3758,3609,'user_packages_userID','339'); INSERT INTO `wpg3_postmeta` VALUES (3759,3619,'user_packages_userID','345'); INSERT INTO `wpg3_postmeta` VALUES (3760,3624,'user_packages_userID','347'); INSERT INTO `wpg3_postmeta` VALUES (3761,3633,'user_packages_userID','349'); INSERT INTO `wpg3_postmeta` VALUES (3762,3659,'user_packages_userID','351'); INSERT INTO `wpg3_postmeta` VALUES (3763,3672,'user_packages_userID','353'); INSERT INTO `wpg3_postmeta` VALUES (3764,3681,'user_packages_userID','354'); INSERT INTO `wpg3_postmeta` VALUES (3765,3685,'user_packages_userID','357'); INSERT INTO `wpg3_postmeta` VALUES (3766,3701,'user_packages_userID','358'); INSERT INTO `wpg3_postmeta` VALUES (3767,3715,'user_packages_userID','359'); INSERT INTO `wpg3_postmeta` VALUES (3768,3726,'user_packages_userID','363'); INSERT INTO `wpg3_postmeta` VALUES (3769,3737,'user_packages_userID','364'); INSERT INTO `wpg3_postmeta` VALUES (3770,3740,'user_packages_userID','365'); INSERT INTO `wpg3_postmeta` VALUES (3771,3750,'user_packages_userID','366'); INSERT INTO `wpg3_postmeta` VALUES (3772,3753,'user_packages_userID','367'); INSERT INTO `wpg3_postmeta` VALUES (3773,3764,'user_packages_userID','368'); INSERT INTO `wpg3_postmeta` VALUES (3774,3766,'user_packages_userID','369'); INSERT INTO `wpg3_postmeta` VALUES (3775,3773,'user_packages_userID','370'); INSERT INTO `wpg3_postmeta` VALUES (3776,3786,'user_packages_userID','373'); INSERT INTO `wpg3_postmeta` VALUES (3777,3790,'user_packages_userID','375'); INSERT INTO `wpg3_postmeta` VALUES (3778,3803,'user_packages_userID','379'); INSERT INTO `wpg3_postmeta` VALUES (3779,3808,'user_packages_userID','383'); INSERT INTO `wpg3_postmeta` VALUES (3780,3817,'user_packages_userID','384'); INSERT INTO `wpg3_postmeta` VALUES (3781,3820,'user_packages_userID','103'); INSERT INTO `wpg3_postmeta` VALUES (3782,3824,'user_packages_userID','385'); INSERT INTO `wpg3_postmeta` VALUES (3783,3831,'user_packages_userID','389'); INSERT INTO `wpg3_postmeta` VALUES (3784,3842,'user_packages_userID','392'); INSERT INTO `wpg3_postmeta` VALUES (3785,3845,'user_packages_userID','393'); INSERT INTO `wpg3_postmeta` VALUES (3786,3852,'user_packages_userID','397'); INSERT INTO `wpg3_postmeta` VALUES (3787,3862,'user_packages_userID','398'); INSERT INTO `wpg3_postmeta` VALUES (3788,3868,'user_packages_userID','399'); INSERT INTO `wpg3_postmeta` VALUES (3789,3876,'user_packages_userID','400'); INSERT INTO `wpg3_postmeta` VALUES (3790,3884,'user_packages_userID','403'); INSERT INTO `wpg3_postmeta` VALUES (3791,3890,'user_packages_userID','406'); INSERT INTO `wpg3_postmeta` VALUES (3792,3896,'user_packages_userID','408'); INSERT INTO `wpg3_postmeta` VALUES (3793,3900,'user_packages_userID','409'); INSERT INTO `wpg3_postmeta` VALUES (3794,3902,'user_packages_userID','410'); INSERT INTO `wpg3_postmeta` VALUES (3795,3910,'user_packages_userID','415'); INSERT INTO `wpg3_postmeta` VALUES (3796,3928,'user_packages_userID','417'); INSERT INTO `wpg3_postmeta` VALUES (3797,3932,'user_packages_userID','418'); INSERT INTO `wpg3_postmeta` VALUES (3798,3944,'user_packages_userID','424'); INSERT INTO `wpg3_postmeta` VALUES (3799,3950,'user_packages_userID','425'); INSERT INTO `wpg3_postmeta` VALUES (3800,3954,'user_packages_userID','426'); INSERT INTO `wpg3_postmeta` VALUES (3801,3974,'user_packages_userID','428'); INSERT INTO `wpg3_postmeta` VALUES (3802,3980,'user_packages_userID','430'); INSERT INTO `wpg3_postmeta` VALUES (3803,3984,'user_packages_userID','427'); INSERT INTO `wpg3_postmeta` VALUES (3804,3998,'user_packages_userID','433'); INSERT INTO `wpg3_postmeta` VALUES (3805,4001,'user_packages_userID','434'); INSERT INTO `wpg3_postmeta` VALUES (3806,4015,'user_packages_userID','438'); INSERT INTO `wpg3_postmeta` VALUES (3807,4022,'user_packages_userID','440'); INSERT INTO `wpg3_postmeta` VALUES (3808,4028,'user_packages_userID','441'); INSERT INTO `wpg3_postmeta` VALUES (3809,4035,'user_packages_userID','442'); INSERT INTO `wpg3_postmeta` VALUES (3810,4043,'user_packages_userID','443'); INSERT INTO `wpg3_postmeta` VALUES (3811,4051,'user_packages_userID','446'); INSERT INTO `wpg3_postmeta` VALUES (3812,4057,'user_packages_userID','447'); INSERT INTO `wpg3_postmeta` VALUES (3813,4061,'user_packages_userID','448'); INSERT INTO `wpg3_postmeta` VALUES (3814,4068,'user_packages_userID','450'); INSERT INTO `wpg3_postmeta` VALUES (3815,4072,'user_packages_userID','449'); INSERT INTO `wpg3_postmeta` VALUES (3816,4085,'user_packages_userID','452'); INSERT INTO `wpg3_postmeta` VALUES (3817,4098,'user_packages_userID','462'); INSERT INTO `wpg3_postmeta` VALUES (3818,4106,'user_packages_userID','463'); INSERT INTO `wpg3_postmeta` VALUES (3819,4111,'user_packages_userID','464'); INSERT INTO `wpg3_postmeta` VALUES (3820,4118,'user_packages_userID','466'); INSERT INTO `wpg3_postmeta` VALUES (3821,4127,'user_packages_userID','467'); INSERT INTO `wpg3_postmeta` VALUES (3822,4137,'user_packages_userID','468'); INSERT INTO `wpg3_postmeta` VALUES (3823,4141,'user_packages_userID','470'); INSERT INTO `wpg3_postmeta` VALUES (3824,4148,'user_packages_userID','472'); INSERT INTO `wpg3_postmeta` VALUES (3825,4151,'user_packages_userID','460'); INSERT INTO `wpg3_postmeta` VALUES (3826,4160,'user_packages_userID','473'); INSERT INTO `wpg3_postmeta` VALUES (3827,4170,'user_packages_userID','476'); INSERT INTO `wpg3_postmeta` VALUES (3828,4174,'user_packages_userID','478'); INSERT INTO `wpg3_postmeta` VALUES (3829,4180,'user_packages_userID','390'); INSERT INTO `wpg3_postmeta` VALUES (3830,4184,'user_packages_userID','480'); INSERT INTO `wpg3_postmeta` VALUES (3831,4189,'user_packages_userID','481'); INSERT INTO `wpg3_postmeta` VALUES (3832,4196,'user_packages_userID','486'); INSERT INTO `wpg3_postmeta` VALUES (3833,4203,'user_packages_userID','487'); INSERT INTO `wpg3_postmeta` VALUES (3834,4207,'user_packages_userID','444'); INSERT INTO `wpg3_postmeta` VALUES (3835,4212,'user_packages_userID','488'); INSERT INTO `wpg3_postmeta` VALUES (3836,4215,'user_packages_userID','489'); INSERT INTO `wpg3_postmeta` VALUES (3837,4227,'user_packages_userID','493'); INSERT INTO `wpg3_postmeta` VALUES (3838,4238,'user_packages_userID','496'); INSERT INTO `wpg3_postmeta` VALUES (3839,4245,'user_packages_userID','498'); INSERT INTO `wpg3_postmeta` VALUES (3840,4251,'user_packages_userID','501'); INSERT INTO `wpg3_postmeta` VALUES (3841,4263,'user_packages_userID','503'); INSERT INTO `wpg3_postmeta` VALUES (3842,4265,'user_packages_userID','504'); INSERT INTO `wpg3_postmeta` VALUES (3843,4320,'user_packages_userID','509'); INSERT INTO `wpg3_postmeta` VALUES (3844,4329,'user_packages_userID','511'); INSERT INTO `wpg3_postmeta` VALUES (3845,4349,'user_packages_userID','513'); INSERT INTO `wpg3_postmeta` VALUES (3846,4357,'user_packages_userID','514'); INSERT INTO `wpg3_postmeta` VALUES (3847,4363,'user_packages_userID','515'); INSERT INTO `wpg3_postmeta` VALUES (3848,4372,'user_packages_userID','517'); INSERT INTO `wpg3_postmeta` VALUES (3849,4378,'user_packages_userID','519'); INSERT INTO `wpg3_postmeta` VALUES (3850,4384,'user_packages_userID','521'); INSERT INTO `wpg3_postmeta` VALUES (3851,4391,'user_packages_userID','524'); INSERT INTO `wpg3_postmeta` VALUES (3852,4399,'user_packages_userID','527'); INSERT INTO `wpg3_postmeta` VALUES (3853,4418,'user_packages_userID','528'); INSERT INTO `wpg3_postmeta` VALUES (3854,4432,'user_packages_userID','429'); INSERT INTO `wpg3_postmeta` VALUES (3855,4435,'user_packages_userID','533'); INSERT INTO `wpg3_postmeta` VALUES (3856,4446,'user_packages_userID','535'); INSERT INTO `wpg3_postmeta` VALUES (3857,4452,'user_packages_userID','536'); INSERT INTO `wpg3_postmeta` VALUES (3858,4464,'user_packages_userID','537'); INSERT INTO `wpg3_postmeta` VALUES (3859,4474,'user_packages_userID','539'); INSERT INTO `wpg3_postmeta` VALUES (3860,4486,'user_packages_userID','541'); INSERT INTO `wpg3_postmeta` VALUES (3861,4490,'user_packages_userID','542'); INSERT INTO `wpg3_postmeta` VALUES (3862,4496,'user_packages_userID','543'); INSERT INTO `wpg3_postmeta` VALUES (3863,4499,'user_packages_userID','544'); INSERT INTO `wpg3_postmeta` VALUES (3864,4507,'user_packages_userID','545'); INSERT INTO `wpg3_postmeta` VALUES (3865,4512,'user_packages_userID','546'); INSERT INTO `wpg3_postmeta` VALUES (3866,4517,'user_packages_userID','548'); INSERT INTO `wpg3_postmeta` VALUES (3867,4548,'user_packages_userID','550'); INSERT INTO `wpg3_postmeta` VALUES (3868,4564,'user_packages_userID','551'); INSERT INTO `wpg3_postmeta` VALUES (3869,4571,'user_packages_userID','552'); INSERT INTO `wpg3_postmeta` VALUES (3870,4598,'user_packages_userID','555'); INSERT INTO `wpg3_postmeta` VALUES (3871,4611,'user_packages_userID','558'); INSERT INTO `wpg3_postmeta` VALUES (3872,4618,'user_packages_userID','560'); INSERT INTO `wpg3_postmeta` VALUES (3873,4623,'user_packages_userID','561'); INSERT INTO `wpg3_postmeta` VALUES (3874,4640,'user_packages_userID','564'); INSERT INTO `wpg3_postmeta` VALUES (3875,4645,'user_packages_userID','565'); INSERT INTO `wpg3_postmeta` VALUES (3876,4661,'user_packages_userID','566'); INSERT INTO `wpg3_postmeta` VALUES (3877,4665,'user_packages_userID','567'); INSERT INTO `wpg3_postmeta` VALUES (3878,4683,'user_packages_userID','579'); INSERT INTO `wpg3_postmeta` VALUES (3879,4692,'user_packages_userID','580'); INSERT INTO `wpg3_postmeta` VALUES (3880,4698,'user_packages_userID','582'); INSERT INTO `wpg3_postmeta` VALUES (3881,4717,'user_packages_userID','575'); INSERT INTO `wpg3_postmeta` VALUES (3882,4719,'user_packages_userID','590'); INSERT INTO `wpg3_postmeta` VALUES (3883,4787,'user_packages_userID','594'); INSERT INTO `wpg3_postmeta` VALUES (3884,4796,'user_packages_userID','597'); INSERT INTO `wpg3_postmeta` VALUES (3885,4814,'user_packages_userID','600'); INSERT INTO `wpg3_postmeta` VALUES (3886,4817,'user_packages_userID','601'); INSERT INTO `wpg3_postmeta` VALUES (3887,4826,'user_packages_userID','605'); INSERT INTO `wpg3_postmeta` VALUES (3888,4844,'user_packages_userID','609'); INSERT INTO `wpg3_postmeta` VALUES (3889,4852,'user_packages_userID','610'); INSERT INTO `wpg3_postmeta` VALUES (3890,4857,'user_packages_userID','611'); INSERT INTO `wpg3_postmeta` VALUES (3891,4863,'user_packages_userID','613'); INSERT INTO `wpg3_postmeta` VALUES (3892,4866,'user_packages_userID','614'); INSERT INTO `wpg3_postmeta` VALUES (3893,4876,'user_packages_userID','616'); INSERT INTO `wpg3_postmeta` VALUES (3894,4883,'user_packages_userID','618'); INSERT INTO `wpg3_postmeta` VALUES (3895,4907,'user_packages_userID','621'); INSERT INTO `wpg3_postmeta` VALUES (3896,4932,'user_packages_userID','623'); INSERT INTO `wpg3_postmeta` VALUES (3897,4942,'user_packages_userID','626'); INSERT INTO `wpg3_postmeta` VALUES (3898,4948,'user_packages_userID','628'); INSERT INTO `wpg3_postmeta` VALUES (3899,4959,'user_packages_userID','630'); INSERT INTO `wpg3_postmeta` VALUES (3900,4966,'user_packages_userID','631'); INSERT INTO `wpg3_postmeta` VALUES (3901,4976,'user_packages_userID','633'); INSERT INTO `wpg3_postmeta` VALUES (3902,4982,'user_packages_userID','634'); INSERT INTO `wpg3_postmeta` VALUES (3903,4990,'user_packages_userID','637'); INSERT INTO `wpg3_postmeta` VALUES (3904,4996,'user_packages_userID','638'); INSERT INTO `wpg3_postmeta` VALUES (3905,5004,'user_packages_userID','639'); INSERT INTO `wpg3_postmeta` VALUES (3906,5008,'user_packages_userID','640'); INSERT INTO `wpg3_postmeta` VALUES (3907,5028,'user_packages_userID','644'); INSERT INTO `wpg3_postmeta` VALUES (3908,5041,'user_packages_userID','646'); INSERT INTO `wpg3_postmeta` VALUES (3909,5048,'user_packages_userID','647'); INSERT INTO `wpg3_postmeta` VALUES (3910,5054,'user_packages_userID','648'); INSERT INTO `wpg3_postmeta` VALUES (3911,5078,'user_packages_userID','655'); INSERT INTO `wpg3_postmeta` VALUES (3912,5088,'user_packages_userID','656'); INSERT INTO `wpg3_postmeta` VALUES (3913,5099,'user_packages_userID','659'); INSERT INTO `wpg3_postmeta` VALUES (3914,5105,'user_packages_userID','661'); INSERT INTO `wpg3_postmeta` VALUES (3915,5110,'user_packages_userID','663'); INSERT INTO `wpg3_postmeta` VALUES (3916,5117,'user_packages_userID','666'); INSERT INTO `wpg3_postmeta` VALUES (3917,5125,'user_packages_userID','667'); INSERT INTO `wpg3_postmeta` VALUES (3918,5128,'user_packages_userID','669'); INSERT INTO `wpg3_postmeta` VALUES (3919,5130,'user_packages_userID','670'); INSERT INTO `wpg3_postmeta` VALUES (3920,5139,'user_packages_userID','674'); INSERT INTO `wpg3_postmeta` VALUES (3921,5155,'user_packages_userID','677'); INSERT INTO `wpg3_postmeta` VALUES (3922,5167,'user_packages_userID','684'); INSERT INTO `wpg3_postmeta` VALUES (3923,5179,'user_packages_userID','686'); INSERT INTO `wpg3_postmeta` VALUES (3924,5193,'user_packages_userID','689'); INSERT INTO `wpg3_postmeta` VALUES (3925,5197,'user_packages_userID','691'); INSERT INTO `wpg3_postmeta` VALUES (3926,5204,'user_packages_userID','692'); INSERT INTO `wpg3_postmeta` VALUES (3927,5257,'user_packages_userID','696'); INSERT INTO `wpg3_postmeta` VALUES (3928,5270,'user_packages_userID','698'); INSERT INTO `wpg3_postmeta` VALUES (3929,5274,'user_packages_userID','699'); INSERT INTO `wpg3_postmeta` VALUES (3930,5286,'user_packages_userID','700'); INSERT INTO `wpg3_postmeta` VALUES (3931,5301,'user_packages_userID','703'); INSERT INTO `wpg3_postmeta` VALUES (3932,5314,'user_packages_userID','705'); INSERT INTO `wpg3_postmeta` VALUES (3933,5328,'user_packages_userID','707'); INSERT INTO `wpg3_postmeta` VALUES (3934,5345,'user_packages_userID','708'); INSERT INTO `wpg3_postmeta` VALUES (3935,5372,'user_packages_userID','710'); INSERT INTO `wpg3_postmeta` VALUES (3936,5382,'user_packages_userID','711'); INSERT INTO `wpg3_postmeta` VALUES (3937,5388,'user_packages_userID','712'); INSERT INTO `wpg3_postmeta` VALUES (3938,5409,'user_packages_userID','713'); INSERT INTO `wpg3_postmeta` VALUES (3939,5419,'user_packages_userID','718'); INSERT INTO `wpg3_postmeta` VALUES (3940,5429,'user_packages_userID','720'); INSERT INTO `wpg3_postmeta` VALUES (3941,5433,'user_packages_userID','719'); INSERT INTO `wpg3_postmeta` VALUES (3942,5444,'user_packages_userID','722'); INSERT INTO `wpg3_postmeta` VALUES (3943,5449,'user_packages_userID','724'); INSERT INTO `wpg3_postmeta` VALUES (3944,5455,'user_packages_userID','726'); INSERT INTO `wpg3_postmeta` VALUES (3945,5463,'user_packages_userID','728'); INSERT INTO `wpg3_postmeta` VALUES (3946,5467,'user_packages_userID','730'); INSERT INTO `wpg3_postmeta` VALUES (3947,5473,'user_packages_userID','731'); INSERT INTO `wpg3_postmeta` VALUES (3948,5478,'user_packages_userID','733'); INSERT INTO `wpg3_postmeta` VALUES (3949,5488,'user_packages_userID','739'); INSERT INTO `wpg3_postmeta` VALUES (3950,5492,'user_packages_userID','727'); INSERT INTO `wpg3_postmeta` VALUES (3951,5495,'user_packages_userID','741'); INSERT INTO `wpg3_postmeta` VALUES (3952,5500,'user_packages_userID','743'); INSERT INTO `wpg3_postmeta` VALUES (3953,5505,'user_packages_userID','742'); INSERT INTO `wpg3_postmeta` VALUES (3954,5509,'user_packages_userID','745'); INSERT INTO `wpg3_postmeta` VALUES (3955,5514,'user_packages_userID','746'); INSERT INTO `wpg3_postmeta` VALUES (3956,5517,'user_packages_userID','747'); INSERT INTO `wpg3_postmeta` VALUES (3957,5572,'user_packages_userID','753'); INSERT INTO `wpg3_postmeta` VALUES (3958,5577,'user_packages_userID','755'); INSERT INTO `wpg3_postmeta` VALUES (3959,5587,'user_packages_userID','756'); INSERT INTO `wpg3_postmeta` VALUES (3960,5599,'user_packages_userID','759'); INSERT INTO `wpg3_postmeta` VALUES (3961,5608,'user_packages_userID','761'); INSERT INTO `wpg3_postmeta` VALUES (3962,5613,'user_packages_userID','766'); INSERT INTO `wpg3_postmeta` VALUES (3963,5616,'user_packages_userID','765'); INSERT INTO `wpg3_postmeta` VALUES (3964,5627,'user_packages_userID','769'); INSERT INTO `wpg3_postmeta` VALUES (3965,5634,'user_packages_userID','770'); INSERT INTO `wpg3_postmeta` VALUES (3966,5644,'user_packages_userID','773'); INSERT INTO `wpg3_postmeta` VALUES (3967,5651,'user_packages_userID','774'); INSERT INTO `wpg3_postmeta` VALUES (3968,5664,'user_packages_userID','778'); INSERT INTO `wpg3_postmeta` VALUES (3969,5667,'user_packages_userID','779'); INSERT INTO `wpg3_postmeta` VALUES (3970,5671,'user_packages_userID','781'); INSERT INTO `wpg3_postmeta` VALUES (3971,5675,'user_packages_userID','783'); INSERT INTO `wpg3_postmeta` VALUES (3972,5682,'user_packages_userID','784'); INSERT INTO `wpg3_postmeta` VALUES (3973,5686,'user_packages_userID','785'); INSERT INTO `wpg3_postmeta` VALUES (3974,5689,'user_packages_userID','786'); INSERT INTO `wpg3_postmeta` VALUES (3975,5698,'user_packages_userID','787'); INSERT INTO `wpg3_postmeta` VALUES (3976,5712,'user_packages_userID','789'); INSERT INTO `wpg3_postmeta` VALUES (3977,5722,'user_packages_userID','791'); INSERT INTO `wpg3_postmeta` VALUES (3978,5729,'user_packages_userID','792'); INSERT INTO `wpg3_postmeta` VALUES (3979,5735,'user_packages_userID','794'); INSERT INTO `wpg3_postmeta` VALUES (3980,5741,'user_packages_userID','508'); INSERT INTO `wpg3_postmeta` VALUES (3981,5747,'user_packages_userID','795'); INSERT INTO `wpg3_postmeta` VALUES (3982,5755,'user_packages_userID','796'); INSERT INTO `wpg3_postmeta` VALUES (3983,5759,'user_packages_userID','797'); INSERT INTO `wpg3_postmeta` VALUES (3984,5763,'user_packages_userID','798'); INSERT INTO `wpg3_postmeta` VALUES (3985,5791,'user_packages_userID','801'); INSERT INTO `wpg3_postmeta` VALUES (3986,5799,'user_packages_userID','802'); INSERT INTO `wpg3_postmeta` VALUES (3987,5804,'user_packages_userID','803'); INSERT INTO `wpg3_postmeta` VALUES (3988,5809,'user_packages_userID','804'); INSERT INTO `wpg3_postmeta` VALUES (3989,5815,'user_packages_userID','805'); INSERT INTO `wpg3_postmeta` VALUES (3990,5826,'user_packages_userID','806'); INSERT INTO `wpg3_postmeta` VALUES (3991,5835,'user_packages_userID','811'); INSERT INTO `wpg3_postmeta` VALUES (3992,5843,'user_packages_userID','816'); INSERT INTO `wpg3_postmeta` VALUES (3993,5846,'user_packages_userID','817'); INSERT INTO `wpg3_postmeta` VALUES (3994,5850,'user_packages_userID','819'); INSERT INTO `wpg3_postmeta` VALUES (3995,5855,'user_packages_userID','814'); INSERT INTO `wpg3_postmeta` VALUES (3996,5860,'user_packages_userID','823'); INSERT INTO `wpg3_postmeta` VALUES (3997,5865,'user_packages_userID','825'); INSERT INTO `wpg3_postmeta` VALUES (3998,5867,'user_packages_userID','826'); INSERT INTO `wpg3_postmeta` VALUES (3999,5876,'user_packages_userID','828'); INSERT INTO `wpg3_postmeta` VALUES (4000,5883,'user_packages_userID','829'); INSERT INTO `wpg3_postmeta` VALUES (4001,5887,'user_packages_userID','830'); INSERT INTO `wpg3_postmeta` VALUES (4002,5892,'user_packages_userID','831'); INSERT INTO `wpg3_postmeta` VALUES (4003,5905,'user_packages_userID','832'); INSERT INTO `wpg3_postmeta` VALUES (4004,5919,'user_packages_userID','833'); INSERT INTO `wpg3_postmeta` VALUES (4005,5923,'user_packages_userID','834'); INSERT INTO `wpg3_postmeta` VALUES (4006,5933,'user_packages_userID','838'); INSERT INTO `wpg3_postmeta` VALUES (4007,5936,'user_packages_userID','839'); INSERT INTO `wpg3_postmeta` VALUES (4008,5941,'user_packages_userID','841'); INSERT INTO `wpg3_postmeta` VALUES (4009,5954,'user_packages_userID','844'); INSERT INTO `wpg3_postmeta` VALUES (4010,5968,'user_packages_userID','848'); INSERT INTO `wpg3_postmeta` VALUES (4011,5973,'user_packages_userID','851'); INSERT INTO `wpg3_postmeta` VALUES (4012,5979,'user_packages_userID','853'); INSERT INTO `wpg3_postmeta` VALUES (4013,5986,'user_packages_userID','854'); INSERT INTO `wpg3_postmeta` VALUES (4014,5989,'user_packages_userID','856'); INSERT INTO `wpg3_postmeta` VALUES (4015,5996,'user_packages_userID','857'); INSERT INTO `wpg3_postmeta` VALUES (4016,6018,'user_packages_userID','862'); INSERT INTO `wpg3_postmeta` VALUES (4017,6022,'user_packages_userID','863'); INSERT INTO `wpg3_postmeta` VALUES (4018,6027,'user_packages_userID','864'); INSERT INTO `wpg3_postmeta` VALUES (4019,6041,'user_packages_userID','872'); INSERT INTO `wpg3_postmeta` VALUES (4020,6051,'user_packages_userID','878'); INSERT INTO `wpg3_postmeta` VALUES (4021,6066,'user_packages_userID','882'); INSERT INTO `wpg3_postmeta` VALUES (4022,6078,'user_packages_userID','886'); INSERT INTO `wpg3_postmeta` VALUES (4023,6083,'user_packages_userID','887'); INSERT INTO `wpg3_postmeta` VALUES (4024,6089,'user_packages_userID','888'); INSERT INTO `wpg3_postmeta` VALUES (4025,6129,'user_packages_userID','893'); INSERT INTO `wpg3_postmeta` VALUES (4026,6147,'user_packages_userID','897'); INSERT INTO `wpg3_postmeta` VALUES (4027,6150,'user_packages_userID','898'); INSERT INTO `wpg3_postmeta` VALUES (4028,6157,'user_packages_userID','900'); INSERT INTO `wpg3_postmeta` VALUES (4029,6162,'user_packages_userID','901'); INSERT INTO `wpg3_postmeta` VALUES (4030,6166,'user_packages_userID','416'); INSERT INTO `wpg3_postmeta` VALUES (4031,6171,'user_packages_userID','902'); INSERT INTO `wpg3_postmeta` VALUES (4032,6176,'user_packages_userID','903'); INSERT INTO `wpg3_postmeta` VALUES (4033,6180,'user_packages_userID','904'); INSERT INTO `wpg3_postmeta` VALUES (4034,6185,'user_packages_userID','905'); INSERT INTO `wpg3_postmeta` VALUES (4035,6193,'user_packages_userID','907'); INSERT INTO `wpg3_postmeta` VALUES (4036,6198,'user_packages_userID','889'); INSERT INTO `wpg3_postmeta` VALUES (4037,6201,'user_packages_userID','911'); INSERT INTO `wpg3_postmeta` VALUES (4038,6207,'user_packages_userID','913'); INSERT INTO `wpg3_postmeta` VALUES (4039,6209,'user_packages_userID','914'); INSERT INTO `wpg3_postmeta` VALUES (4040,6212,'user_packages_userID','915'); INSERT INTO `wpg3_postmeta` VALUES (4041,6219,'user_packages_userID','906'); INSERT INTO `wpg3_postmeta` VALUES (4042,6233,'user_packages_userID','918'); INSERT INTO `wpg3_postmeta` VALUES (4043,6237,'user_packages_userID','919'); INSERT INTO `wpg3_postmeta` VALUES (4044,6241,'user_packages_userID','920'); INSERT INTO `wpg3_postmeta` VALUES (4045,6244,'user_packages_userID','922'); INSERT INTO `wpg3_postmeta` VALUES (4046,6255,'user_packages_userID','926'); INSERT INTO `wpg3_postmeta` VALUES (4047,6268,'user_packages_userID','930'); INSERT INTO `wpg3_postmeta` VALUES (4048,6273,'user_packages_userID','931'); INSERT INTO `wpg3_postmeta` VALUES (4049,6277,'user_packages_userID','933'); INSERT INTO `wpg3_postmeta` VALUES (4050,6285,'user_packages_userID','936'); INSERT INTO `wpg3_postmeta` VALUES (4051,6309,'user_packages_userID','949'); INSERT INTO `wpg3_postmeta` VALUES (4052,6312,'user_packages_userID','950'); INSERT INTO `wpg3_postmeta` VALUES (4053,6315,'user_packages_userID','940'); INSERT INTO `wpg3_postmeta` VALUES (4054,6318,'user_packages_userID','951'); INSERT INTO `wpg3_postmeta` VALUES (4055,6328,'user_packages_userID','957'); INSERT INTO `wpg3_postmeta` VALUES (4056,6345,'user_packages_userID','960'); INSERT INTO `wpg3_postmeta` VALUES (4057,6350,'user_packages_userID','961'); INSERT INTO `wpg3_postmeta` VALUES (4058,6354,'user_packages_userID','962'); INSERT INTO `wpg3_postmeta` VALUES (4059,6359,'user_packages_userID','964'); INSERT INTO `wpg3_postmeta` VALUES (4060,6374,'user_packages_userID','967'); INSERT INTO `wpg3_postmeta` VALUES (4061,6378,'user_packages_userID','970'); INSERT INTO `wpg3_postmeta` VALUES (4062,6458,'user_packages_userID','972'); INSERT INTO `wpg3_postmeta` VALUES (4063,6469,'user_packages_userID','974'); INSERT INTO `wpg3_postmeta` VALUES (4064,6473,'user_packages_userID','975'); INSERT INTO `wpg3_postmeta` VALUES (4065,6476,'user_packages_userID','977'); INSERT INTO `wpg3_postmeta` VALUES (4066,6478,'user_packages_userID','978'); INSERT INTO `wpg3_postmeta` VALUES (4067,6480,'user_packages_userID','979'); INSERT INTO `wpg3_postmeta` VALUES (4068,6484,'user_packages_userID','976'); INSERT INTO `wpg3_postmeta` VALUES (4069,6515,'user_packages_userID','983'); INSERT INTO `wpg3_postmeta` VALUES (4070,6517,'user_packages_userID','984'); INSERT INTO `wpg3_postmeta` VALUES (4071,6519,'user_packages_userID','982'); INSERT INTO `wpg3_postmeta` VALUES (4072,6531,'user_packages_userID','988'); INSERT INTO `wpg3_postmeta` VALUES (4073,6538,'user_packages_userID','989'); INSERT INTO `wpg3_postmeta` VALUES (4074,6543,'user_packages_userID','990'); INSERT INTO `wpg3_postmeta` VALUES (4075,6549,'user_packages_userID','991'); INSERT INTO `wpg3_postmeta` VALUES (4076,6552,'user_packages_userID','992'); INSERT INTO `wpg3_postmeta` VALUES (4077,6562,'user_packages_userID','994'); INSERT INTO `wpg3_postmeta` VALUES (4078,6569,'user_packages_userID','996'); INSERT INTO `wpg3_postmeta` VALUES (4079,6571,'user_packages_userID','997'); INSERT INTO `wpg3_postmeta` VALUES (4080,6575,'user_packages_userID','998'); INSERT INTO `wpg3_postmeta` VALUES (4081,6581,'user_packages_userID','1000'); INSERT INTO `wpg3_postmeta` VALUES (4082,6589,'user_packages_userID','1003'); INSERT INTO `wpg3_postmeta` VALUES (4083,6594,'user_packages_userID','1005'); INSERT INTO `wpg3_postmeta` VALUES (4084,6598,'user_packages_userID','1008'); INSERT INTO `wpg3_postmeta` VALUES (4085,6602,'user_packages_userID','1009'); INSERT INTO `wpg3_postmeta` VALUES (4086,6609,'user_packages_userID','1010'); INSERT INTO `wpg3_postmeta` VALUES (4087,6615,'user_packages_userID','1012'); INSERT INTO `wpg3_postmeta` VALUES (4088,6622,'user_packages_userID','1015'); INSERT INTO `wpg3_postmeta` VALUES (4089,6629,'user_packages_userID','1019'); INSERT INTO `wpg3_postmeta` VALUES (4090,6638,'user_packages_userID','1022'); INSERT INTO `wpg3_postmeta` VALUES (4091,6642,'user_packages_userID','1023'); INSERT INTO `wpg3_postmeta` VALUES (4092,6649,'user_packages_userID','1026'); INSERT INTO `wpg3_postmeta` VALUES (4093,6669,'user_packages_userID','1027'); INSERT INTO `wpg3_postmeta` VALUES (4094,6674,'user_packages_userID','1028'); INSERT INTO `wpg3_postmeta` VALUES (4095,6679,'user_packages_userID','1030'); INSERT INTO `wpg3_postmeta` VALUES (4096,6690,'user_packages_userID','1032'); INSERT INTO `wpg3_postmeta` VALUES (4097,6739,'user_packages_userID','1033'); INSERT INTO `wpg3_postmeta` VALUES (4098,6750,'user_packages_userID','1039'); INSERT INTO `wpg3_postmeta` VALUES (4099,6762,'user_packages_userID','1042'); INSERT INTO `wpg3_postmeta` VALUES (4100,6770,'user_packages_userID','1044'); INSERT INTO `wpg3_postmeta` VALUES (4101,6777,'user_packages_userID','1050'); INSERT INTO `wpg3_postmeta` VALUES (4102,6787,'user_packages_userID','1056'); INSERT INTO `wpg3_postmeta` VALUES (4103,6793,'user_packages_userID','1057'); INSERT INTO `wpg3_postmeta` VALUES (4104,6799,'user_packages_userID','1059'); INSERT INTO `wpg3_postmeta` VALUES (4105,6810,'user_packages_userID','1063'); INSERT INTO `wpg3_postmeta` VALUES (4106,6834,'user_packages_userID','1068'); INSERT INTO `wpg3_postmeta` VALUES (4107,6842,'user_packages_userID','1069'); INSERT INTO `wpg3_postmeta` VALUES (4108,6852,'user_packages_userID','1070'); INSERT INTO `wpg3_postmeta` VALUES (4109,6858,'user_packages_userID','1072'); INSERT INTO `wpg3_postmeta` VALUES (4110,6862,'user_packages_userID','1073'); INSERT INTO `wpg3_postmeta` VALUES (4111,6866,'user_packages_userID','1075'); INSERT INTO `wpg3_postmeta` VALUES (4112,6870,'user_packages_userID','1077'); INSERT INTO `wpg3_postmeta` VALUES (4113,6879,'user_packages_userID','1079'); INSERT INTO `wpg3_postmeta` VALUES (4114,6885,'user_packages_userID','1080'); INSERT INTO `wpg3_postmeta` VALUES (4115,6891,'user_packages_userID','1081'); INSERT INTO `wpg3_postmeta` VALUES (4116,6902,'user_packages_userID','1083'); INSERT INTO `wpg3_postmeta` VALUES (4117,6903,'user_packages_userID','1082'); INSERT INTO `wpg3_postmeta` VALUES (4118,6925,'user_packages_userID','1091'); INSERT INTO `wpg3_postmeta` VALUES (4119,6932,'user_packages_userID','1094'); INSERT INTO `wpg3_postmeta` VALUES (4120,6959,'user_packages_userID','1100'); INSERT INTO `wpg3_postmeta` VALUES (4121,6960,'user_packages_userID','1101'); INSERT INTO `wpg3_postmeta` VALUES (4122,6970,'user_packages_userID','1106'); INSERT INTO `wpg3_postmeta` VALUES (4123,6975,'user_packages_userID','1107'); INSERT INTO `wpg3_postmeta` VALUES (4124,6983,'user_packages_userID','1109'); INSERT INTO `wpg3_postmeta` VALUES (4125,6989,'user_packages_userID','1112'); INSERT INTO `wpg3_postmeta` VALUES (4126,6996,'user_packages_userID','1115'); INSERT INTO `wpg3_postmeta` VALUES (4127,7004,'user_packages_userID','1122'); INSERT INTO `wpg3_postmeta` VALUES (4128,7010,'user_packages_userID','1123'); INSERT INTO `wpg3_postmeta` VALUES (4129,7013,'user_packages_userID','1127'); INSERT INTO `wpg3_postmeta` VALUES (4130,7021,'user_packages_userID','1129'); INSERT INTO `wpg3_postmeta` VALUES (4131,7026,'user_packages_userID','1130'); INSERT INTO `wpg3_postmeta` VALUES (4132,7030,'user_packages_userID','1131'); INSERT INTO `wpg3_postmeta` VALUES (4133,7038,'user_packages_userID','1133'); INSERT INTO `wpg3_postmeta` VALUES (4134,7043,'user_packages_userID','1134'); INSERT INTO `wpg3_postmeta` VALUES (4135,7047,'user_packages_userID','1136'); INSERT INTO `wpg3_postmeta` VALUES (4136,7051,'user_packages_userID','1137'); INSERT INTO `wpg3_postmeta` VALUES (4137,7053,'user_packages_userID','1138'); INSERT INTO `wpg3_postmeta` VALUES (4138,7057,'user_packages_userID','1139'); INSERT INTO `wpg3_postmeta` VALUES (4139,7061,'user_packages_userID','1140'); INSERT INTO `wpg3_postmeta` VALUES (4140,7073,'user_packages_userID','1142'); INSERT INTO `wpg3_postmeta` VALUES (4141,7080,'user_packages_userID','1143'); INSERT INTO `wpg3_postmeta` VALUES (4142,7086,'user_packages_userID','1146'); INSERT INTO `wpg3_postmeta` VALUES (4143,7090,'user_packages_userID','1147'); INSERT INTO `wpg3_postmeta` VALUES (4144,7097,'user_packages_userID','1151'); INSERT INTO `wpg3_postmeta` VALUES (4145,7109,'user_packages_userID','1153'); INSERT INTO `wpg3_postmeta` VALUES (4146,7112,'user_packages_userID','1155'); INSERT INTO `wpg3_postmeta` VALUES (4147,7118,'user_packages_userID','1158'); INSERT INTO `wpg3_postmeta` VALUES (4148,7125,'user_packages_userID','1160'); INSERT INTO `wpg3_postmeta` VALUES (4149,7133,'user_packages_userID','1164'); INSERT INTO `wpg3_postmeta` VALUES (4150,7143,'user_packages_userID','1166'); INSERT INTO `wpg3_postmeta` VALUES (4151,7154,'user_packages_userID','1168'); INSERT INTO `wpg3_postmeta` VALUES (4152,7163,'user_packages_userID','1172'); INSERT INTO `wpg3_postmeta` VALUES (4153,7177,'user_packages_userID','1183'); INSERT INTO `wpg3_postmeta` VALUES (4154,7184,'user_packages_userID','1189'); INSERT INTO `wpg3_postmeta` VALUES (4155,7191,'user_packages_userID','1192'); INSERT INTO `wpg3_postmeta` VALUES (4156,7205,'user_packages_userID','1197'); INSERT INTO `wpg3_postmeta` VALUES (4157,7210,'user_packages_userID','1199'); INSERT INTO `wpg3_postmeta` VALUES (4158,7221,'user_packages_userID','1202'); INSERT INTO `wpg3_postmeta` VALUES (4159,7236,'user_packages_userID','1206'); INSERT INTO `wpg3_postmeta` VALUES (4160,7242,'user_packages_userID','1207'); INSERT INTO `wpg3_postmeta` VALUES (4161,1823,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (4162,1823,'slide_template','default'); INSERT INTO `wpg3_postmeta` VALUES (4163,1823,'_wpb_vc_js_status','true'); INSERT INTO `wpg3_postmeta` VALUES (4164,7247,'user_packages_userID','1208'); INSERT INTO `wpg3_postmeta` VALUES (4165,7252,'user_packages_userID','1209'); INSERT INTO `wpg3_postmeta` VALUES (4166,7260,'user_packages_userID','1212'); INSERT INTO `wpg3_postmeta` VALUES (4167,7266,'user_packages_userID','1213'); INSERT INTO `wpg3_postmeta` VALUES (4168,7271,'user_packages_userID','1215'); INSERT INTO `wpg3_postmeta` VALUES (4169,7276,'user_packages_userID','1216'); INSERT INTO `wpg3_postmeta` VALUES (4170,7284,'user_packages_userID','1220'); INSERT INTO `wpg3_postmeta` VALUES (4171,7304,'user_packages_userID','1224'); INSERT INTO `wpg3_postmeta` VALUES (4172,7312,'user_packages_userID','1225'); INSERT INTO `wpg3_postmeta` VALUES (4173,7329,'user_packages_userID','1230'); INSERT INTO `wpg3_postmeta` VALUES (4174,7342,'user_packages_userID','1237'); INSERT INTO `wpg3_postmeta` VALUES (4175,7348,'user_packages_userID','1239'); INSERT INTO `wpg3_postmeta` VALUES (4176,7354,'user_packages_userID','1245'); INSERT INTO `wpg3_postmeta` VALUES (4177,7361,'user_packages_userID','1246'); INSERT INTO `wpg3_postmeta` VALUES (4178,7367,'user_packages_userID','1249'); INSERT INTO `wpg3_postmeta` VALUES (4179,7378,'user_packages_userID','1250'); INSERT INTO `wpg3_postmeta` VALUES (4180,7381,'user_packages_userID','1253'); INSERT INTO `wpg3_postmeta` VALUES (4181,7389,'user_packages_userID','1255'); INSERT INTO `wpg3_postmeta` VALUES (4182,7392,'user_packages_userID','1256'); INSERT INTO `wpg3_postmeta` VALUES (4183,5,'_form','<div class=\"form-group\">\n <label class=\"required\" for=\"yourName\">Your Name</label>\n [text* your-name class:form-control] </p>\n</div>\n\n<div class=\"form-group\">\n <label class=\"required\" for=\"yourEmail\">Your Email</label>\n [email* your-email class:form-control] </p>\n</div>\n\n<div class=\"form-group\">\n <label class=\"required\" for=\"yourPhone\">Your Phone </label>\n [tel* tel-179 class:form-control]\n</div>\n\n<div class=\"form-group\">\n <label class=\"required\" for=\"yourSubject\">Subject </label>\n [text* your-subject class:form-control]\n</div>\n\n<div class=\"form-group\">\n <label class=\"required\" for=\"yourMessage\">Your Message </label>\n [textarea* your-message class:form-control]\n</div>\n\n<div class=\"form-group\">\n [submit class:btn class:btn-primary class:btn-lg \"Send\"]\n</div>'); INSERT INTO `wpg3_postmeta` VALUES (4184,5,'_mail','a:8:{s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:46:\"[your-name] <wordpress@sandbox.favethemes.com>\";s:4:\"body\";s:181:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on My Site (http://sandbox.favethemes.com/houzez)\";s:9:\"recipient\";s:15:\"you@example.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'); INSERT INTO `wpg3_postmeta` VALUES (4185,5,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:42:\"My Site <wordpress@sandbox.favethemes.com>\";s:4:\"body\";s:123:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on My Site (http://sandbox.favethemes.com/houzez)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:25:\"Reply-To: you@example.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'); INSERT INTO `wpg3_postmeta` VALUES (4186,5,'_messages','a:23:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:16:\"invalid_required\";s:34:\"Please fill in the required field.\";s:16:\"invalid_too_long\";s:23:\"This input is too long.\";s:17:\"invalid_too_short\";s:24:\"This input is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'); INSERT INTO `wpg3_postmeta` VALUES (4187,5,'_additional_settings',''); INSERT INTO `wpg3_postmeta` VALUES (4188,5,'_locale','en_US'); INSERT INTO `wpg3_postmeta` VALUES (4189,5,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); INSERT INTO `wpg3_postmeta` VALUES (4190,5,'_config_errors','a:1:{s:11:\"mail.sender\";i:103;}'); INSERT INTO `wpg3_postmeta` VALUES (4205,7681,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'); INSERT INTO `wpg3_postmeta` VALUES (4206,7681,'_menu_item_xfn',''); INSERT INTO `wpg3_postmeta` VALUES (4207,7681,'_menu_item_url',''); INSERT INTO `wpg3_postmeta` VALUES (4250,7686,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'); INSERT INTO `wpg3_postmeta` VALUES (4249,7686,'_menu_item_target',''); INSERT INTO `wpg3_postmeta` VALUES (4248,7686,'_menu_item_object','page'); INSERT INTO `wpg3_postmeta` VALUES (4247,7686,'_menu_item_object_id','1626'); INSERT INTO `wpg3_postmeta` VALUES (4246,7686,'_menu_item_menu_item_parent','0'); INSERT INTO `wpg3_postmeta` VALUES (4245,7686,'_menu_item_type','post_type'); INSERT INTO `wpg3_postmeta` VALUES (4218,7683,'_menu_item_type','post_type'); INSERT INTO `wpg3_postmeta` VALUES (4219,7683,'_menu_item_menu_item_parent','0'); INSERT INTO `wpg3_postmeta` VALUES (4220,7683,'_menu_item_object_id','70'); INSERT INTO `wpg3_postmeta` VALUES (4221,7683,'_menu_item_object','page'); INSERT INTO `wpg3_postmeta` VALUES (4222,7683,'_menu_item_target',''); INSERT INTO `wpg3_postmeta` VALUES (4223,7683,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'); INSERT INTO `wpg3_postmeta` VALUES (4224,7683,'_menu_item_xfn',''); INSERT INTO `wpg3_postmeta` VALUES (4225,7683,'_menu_item_url',''); INSERT INTO `wpg3_postmeta` VALUES (4255,7687,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:53:\"2019/01/WhatsApp-Image-2019-01-26-at-11.04.15-PM.jpeg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2019-01-26-at-11.04.15-PM-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2019-01-26-at-11.04.15-PM-300x169.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2019-01-26-at-11.04.15-PM-768x432.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2019-01-26-at-11.04.15-PM-1024x576.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2019-01-26-at-11.04.15-PM-150x84.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:84;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2019-01-26-at-11.04.15-PM-1170x600.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2019-01-26-at-11.04.15-PM-385x258.jpeg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2019-01-26-at-11.04.15-PM-380x280.jpeg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2019-01-26-at-11.04.15-PM-570x340.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2019-01-26-at-11.04.15-PM-810x430.jpeg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2019-01-26-at-11.04.15-PM-1170x720.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2019-01-26-at-11.04.15-PM-1280x610.jpeg\";s:5:\"width\";i:1280;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2019-01-26-at-11.04.15-PM-350x350.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2019-01-26-at-11.04.15-PM-150x110.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2019-01-26-at-11.04.15-PM-350x197.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2019-01-26-at-11.04.15-PM-853x480.jpeg\";s:5:\"width\";i:853;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'); INSERT INTO `wpg3_postmeta` VALUES (4254,7687,'_wp_attached_file','2019/01/WhatsApp-Image-2019-01-26-at-11.04.15-PM.jpeg'); INSERT INTO `wpg3_postmeta` VALUES (4252,7686,'_menu_item_url',''); INSERT INTO `wpg3_postmeta` VALUES (4251,7686,'_menu_item_xfn',''); INSERT INTO `wpg3_postmeta` VALUES (4236,7685,'_menu_item_type','post_type'); INSERT INTO `wpg3_postmeta` VALUES (4237,7685,'_menu_item_menu_item_parent','0'); INSERT INTO `wpg3_postmeta` VALUES (4238,7685,'_menu_item_object_id','1100'); INSERT INTO `wpg3_postmeta` VALUES (4239,7685,'_menu_item_object','page'); INSERT INTO `wpg3_postmeta` VALUES (4240,7685,'_menu_item_target',''); INSERT INTO `wpg3_postmeta` VALUES (4241,7685,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'); INSERT INTO `wpg3_postmeta` VALUES (4242,7685,'_menu_item_xfn',''); INSERT INTO `wpg3_postmeta` VALUES (4243,7685,'_menu_item_url',''); INSERT INTO `wpg3_postmeta` VALUES (4256,7688,'_wp_attached_file','2019/01/WhatsApp-Image-2019-01-26-at-11.04.14-PM-1.jpeg'); INSERT INTO `wpg3_postmeta` VALUES (4257,7688,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1201;s:6:\"height\";i:814;s:4:\"file\";s:55:\"2019/01/WhatsApp-Image-2019-01-26-at-11.04.14-PM-1.jpeg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"WhatsApp-Image-2019-01-26-at-11.04.14-PM-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:55:\"WhatsApp-Image-2019-01-26-at-11.04.14-PM-1-300x203.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:55:\"WhatsApp-Image-2019-01-26-at-11.04.14-PM-1-768x521.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:521;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:56:\"WhatsApp-Image-2019-01-26-at-11.04.14-PM-1-1024x694.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:694;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:55:\"WhatsApp-Image-2019-01-26-at-11.04.14-PM-1-150x102.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:102;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:56:\"WhatsApp-Image-2019-01-26-at-11.04.14-PM-1-1170x600.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:55:\"WhatsApp-Image-2019-01-26-at-11.04.14-PM-1-385x258.jpeg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:55:\"WhatsApp-Image-2019-01-26-at-11.04.14-PM-1-380x280.jpeg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:55:\"WhatsApp-Image-2019-01-26-at-11.04.14-PM-1-570x340.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:55:\"WhatsApp-Image-2019-01-26-at-11.04.14-PM-1-810x430.jpeg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:56:\"WhatsApp-Image-2019-01-26-at-11.04.14-PM-1-1170x738.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:56:\"WhatsApp-Image-2019-01-26-at-11.04.14-PM-1-1201x610.jpeg\";s:5:\"width\";i:1201;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:55:\"WhatsApp-Image-2019-01-26-at-11.04.14-PM-1-350x350.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:55:\"WhatsApp-Image-2019-01-26-at-11.04.14-PM-1-150x110.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:55:\"WhatsApp-Image-2019-01-26-at-11.04.14-PM-1-350x237.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:237;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:55:\"WhatsApp-Image-2019-01-26-at-11.04.14-PM-1-708x480.jpeg\";s:5:\"width\";i:708;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'); INSERT INTO `wpg3_postmeta` VALUES (4258,7689,'_wp_attached_file','2019/01/WhatsApp-Image-2019-01-26-at-11.04.14-PM.jpeg'); INSERT INTO `wpg3_postmeta` VALUES (4259,7689,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:53:\"2019/01/WhatsApp-Image-2019-01-26-at-11.04.14-PM.jpeg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2019-01-26-at-11.04.14-PM-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2019-01-26-at-11.04.14-PM-300x200.jpeg\";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:53:\"WhatsApp-Image-2019-01-26-at-11.04.14-PM-768x512.jpeg\";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:54:\"WhatsApp-Image-2019-01-26-at-11.04.14-PM-1024x682.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2019-01-26-at-11.04.14-PM-150x100.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2019-01-26-at-11.04.14-PM-1170x600.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2019-01-26-at-11.04.14-PM-385x258.jpeg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2019-01-26-at-11.04.14-PM-380x280.jpeg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2019-01-26-at-11.04.14-PM-570x340.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2019-01-26-at-11.04.14-PM-810x430.jpeg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2019-01-26-at-11.04.14-PM-1170x738.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2019-01-26-at-11.04.14-PM-1280x610.jpeg\";s:5:\"width\";i:1280;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2019-01-26-at-11.04.14-PM-350x350.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2019-01-26-at-11.04.14-PM-150x110.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2019-01-26-at-11.04.14-PM-350x233.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2019-01-26-at-11.04.14-PM-720x480.jpeg\";s:5:\"width\";i:720;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'); INSERT INTO `wpg3_postmeta` VALUES (4260,7690,'_wp_attached_file','2019/01/WhatsApp-Image-2019-01-26-at-11.04.12-PM.jpeg'); INSERT INTO `wpg3_postmeta` VALUES (4261,7690,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:494;s:4:\"file\";s:53:\"2019/01/WhatsApp-Image-2019-01-26-at-11.04.12-PM.jpeg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2019-01-26-at-11.04.12-PM-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2019-01-26-at-11.04.12-PM-300x116.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2019-01-26-at-11.04.12-PM-768x296.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2019-01-26-at-11.04.12-PM-1024x395.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:395;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2019-01-26-at-11.04.12-PM-150x58.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2019-01-26-at-11.04.12-PM-1170x494.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:494;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2019-01-26-at-11.04.12-PM-385x258.jpeg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2019-01-26-at-11.04.12-PM-380x280.jpeg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2019-01-26-at-11.04.12-PM-570x340.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2019-01-26-at-11.04.12-PM-810x430.jpeg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2019-01-26-at-11.04.12-PM-1170x494.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:494;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2019-01-26-at-11.04.12-PM-350x350.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2019-01-26-at-11.04.12-PM-150x110.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2019-01-26-at-11.04.12-PM-350x135.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2019-01-26-at-11.04.12-PM-1244x480.jpeg\";s:5:\"width\";i:1244;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'); INSERT INTO `wpg3_postmeta` VALUES (4262,7691,'_wp_attached_file','2019/01/WhatsApp-Image-2019-01-26-at-11.04.08-PM.jpeg'); INSERT INTO `wpg3_postmeta` VALUES (4263,7691,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:53:\"2019/01/WhatsApp-Image-2019-01-26-at-11.04.08-PM.jpeg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2019-01-26-at-11.04.08-PM-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2019-01-26-at-11.04.08-PM-300x169.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2019-01-26-at-11.04.08-PM-768x432.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2019-01-26-at-11.04.08-PM-1024x576.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2019-01-26-at-11.04.08-PM-150x84.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:84;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"houzez-single-big-size\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2019-01-26-at-11.04.08-PM-1170x600.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2019-01-26-at-11.04.08-PM-385x258.jpeg\";s:5:\"width\";i:385;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2019-01-26-at-11.04.08-PM-380x280.jpeg\";s:5:\"width\";i:380;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image570_340\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2019-01-26-at-11.04.08-PM-570x340.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-detail-gallery\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2019-01-26-at-11.04.08-PM-810x430.jpeg\";s:5:\"width\";i:810;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"houzez-imageSize1170_738\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2019-01-26-at-11.04.08-PM-1170x720.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"houzez-prop_image1440_610\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2019-01-26-at-11.04.08-PM-1280x610.jpeg\";s:5:\"width\";i:1280;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2019-01-26-at-11.04.08-PM-350x350.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2019-01-26-at-11.04.08-PM-150x110.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2019-01-26-at-11.04.08-PM-350x197.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"houzez-toparea-v5\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2019-01-26-at-11.04.08-PM-853x480.jpeg\";s:5:\"width\";i:853;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'); INSERT INTO `wpg3_postmeta` VALUES (4296,194,'_edit_lock','1548531394:1'); INSERT INTO `wpg3_postmeta` VALUES (4302,7705,'_wp_attached_file','2019/01/WhatsApp-Image-2019-01-27-at-7.10.47-PM1.jpeg'); INSERT INTO `wpg3_postmeta` VALUES (4303,7705,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:379;s:6:\"height\";i:322;s:4:\"file\";s:53:\"2019/01/WhatsApp-Image-2019-01-27-at-7.10.47-PM1.jpeg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2019-01-27-at-7.10.47-PM1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2019-01-27-at-7.10.47-PM1-300x255.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2019-01-27-at-7.10.47-PM1-150x127.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"houzez-property-thumb-image\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2019-01-27-at-7.10.47-PM1-379x258.jpeg\";s:5:\"width\";i:379;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"houzez-property-thumb-image-v2\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2019-01-27-at-7.10.47-PM1-379x280.jpeg\";s:5:\"width\";i:379;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"houzez-image350_350\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2019-01-27-at-7.10.47-PM1-350x322.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:322;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2019-01-27-at-7.10.47-PM1-150x110.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"houzez-image_masonry\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2019-01-27-at-7.10.47-PM1-350x297.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:297;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:{}}}'); INSERT INTO `wpg3_postmeta` VALUES (4304,7706,'_wp_attached_file','2019/01/WhatsApp-Image-2019-01-27-at-7.10.47-PM.jpeg'); INSERT INTO `wpg3_postmeta` VALUES (4305,7706,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:45;s:4:\"file\";s:52:\"2019/01/WhatsApp-Image-2019-01-27-at-7.10.47-PM.jpeg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"WhatsApp-Image-2019-01-27-at-7.10.47-PM-150x45.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:45;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:51:\"WhatsApp-Image-2019-01-27-at-7.10.47-PM-150x34.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:34;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"houzez-widget-prop\";a:4:{s:4:\"file\";s:51:\"WhatsApp-Image-2019-01-27-at-7.10.47-PM-150x45.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:45;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:{}}}'); INSERT INTO `wpg3_postmeta` VALUES (4306,692,'_edit_lock','1548609992:1'); INSERT INTO `wpg3_postmeta` VALUES (4307,692,'_edit_last','1'); /*!40000 ALTER TABLE `wpg3_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpg3_posts` -- DROP TABLE IF EXISTS `wpg3_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpg3_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=7710 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpg3_posts` -- LOCK TABLES `wpg3_posts` WRITE; /*!40000 ALTER TABLE `wpg3_posts` DISABLE KEYS */; INSERT INTO `wpg3_posts` VALUES (1,1,'2019-01-26 15:18:41','2019-01-26 15:18:41','<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->','Hello world!','','publish','open','open','','hello-world','','','2019-01-26 15:18:41','2019-01-26 15:18:41','',0,'http://demo.landfarmhome.com/?p=1',0,'post','',1); INSERT INTO `wpg3_posts` VALUES (2,1,'2019-01-26 15:18:41','2019-01-26 15:18:41','<!-- wp:paragraph -->\n<p>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:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>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ña coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>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.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"http://demo.landfarmhome.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->','Sample Page','','publish','closed','open','','sample-page','','','2019-01-26 15:18:41','2019-01-26 15:18:41','',0,'http://demo.landfarmhome.com/?page_id=2',0,'page','',0); INSERT INTO `wpg3_posts` VALUES (3,1,'2019-01-26 15:18:41','2019-01-26 15:18:41','<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Our website address is: http://demo.landfarmhome.com.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What personal data we collect and why we collect it</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Comments</h3><!-- /wp:heading --><!-- wp:paragraph --><p>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Media</h3><!-- /wp:heading --><!-- wp:paragraph --><p>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Contact forms</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Cookies</h3><!-- /wp:heading --><!-- wp:paragraph --><p>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you have an account and you log in to this site, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select "Remember Me", your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Embedded content from other websites</h3><!-- /wp:heading --><!-- wp:paragraph --><p>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Analytics</h3><!-- /wp:heading --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Where we send your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Your contact information</h2><!-- /wp:heading --><!-- wp:heading --><h2>Additional information</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>How we protect your data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What data breach procedures we have in place</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What third parties we receive data from</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What automated decision making and/or profiling we do with user data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Industry regulatory disclosure requirements</h3><!-- /wp:heading -->','Privacy Policy','','draft','closed','open','','privacy-policy','','','2019-01-26 15:18:41','2019-01-26 15:18:41','',0,'http://demo.landfarmhome.com/?page_id=3',0,'page','',0); INSERT INTO `wpg3_posts` VALUES (4,1,'2019-01-26 15:19:12','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2019-01-26 15:19:12','0000-00-00 00:00:00','',0,'http://demo.landfarmhome.com/?p=4',0,'post','',0); INSERT INTO `wpg3_posts` VALUES (6,1,'2019-01-26 16:39:14','2019-01-26 16:39:14','<label> Your Name (required)\n [text* your-name] </label>\n\n<label> Your Email (required)\n [email* your-email] </label>\n\n<label> Subject\n [text your-subject] </label>\n\n<label> Your Message\n [textarea your-message] </label>\n\n[submit \"Send\"]\nLand Farm Home \"[your-subject]\"\nLand Farm Home <admin@demo.landfarmhome.com>\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Land Farm Home (http://demo.landfarmhome.com)\nadmin@demo.landfarmhome.com\nReply-To: [your-email]\n\n0\n0\n\nLand Farm Home \"[your-subject]\"\nLand Farm Home <admin@demo.landfarmhome.com>\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Land Farm Home (http://demo.landfarmhome.com)\n[your-email]\nReply-To: admin@demo.landfarmhome.com\n\n0\n0\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.','Contact form 1','','publish','closed','closed','','contact-form-1','','','2019-01-26 16:39:14','2019-01-26 16:39:14','',0,'http://demo.landfarmhome.com/?post_type=wpcf7_contact_form&p=6',0,'wpcf7_contact_form','',0); INSERT INTO `wpg3_posts` VALUES (7396,1,'2017-11-22 13:13:56','2017-11-22 13:13:56','','houzez_logo','','inherit','open','closed','','houzez_logo','','','2017-11-22 13:13:56','2017-11-22 13:13:56','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/houzez_logo-1.png',0,'attachment','image/png',0); INSERT INTO `wpg3_posts` VALUES (7397,1,'2017-11-22 13:14:05','2017-11-22 13:14:05','','houzez_logo@2x','','inherit','open','closed','','houzez_logo2x','','','2017-11-22 13:14:05','2017-11-22 13:14:05','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/houzez_logo@2x-1.png',0,'attachment','image/png',0); INSERT INTO `wpg3_posts` VALUES (7398,1,'2017-11-22 14:22:46','2017-11-22 14:22:46','','icon-Asset 1','','inherit','open','closed','','icon-asset-1','','','2017-11-22 14:22:46','2017-11-22 14:22:46','',194,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/icon-Asset-1.png',0,'attachment','image/png',0); INSERT INTO `wpg3_posts` VALUES (7399,1,'2017-11-22 14:22:49','2017-11-22 14:22:49','','icon-Asset 2','','inherit','open','closed','','icon-asset-2','','','2017-11-22 14:22:49','2017-11-22 14:22:49','',194,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/icon-Asset-2.png',0,'attachment','image/png',0); INSERT INTO `wpg3_posts` VALUES (7400,1,'2017-11-22 14:22:50','2017-11-22 14:22:50','','icon-Asset 3','','inherit','open','closed','','icon-asset-3','','','2017-11-22 14:22:50','2017-11-22 14:22:50','',194,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/icon-Asset-3.png',0,'attachment','image/png',0); INSERT INTO `wpg3_posts` VALUES (7401,1,'2017-11-22 14:22:53','2017-11-22 14:22:53','','icon-Asset 4','','inherit','open','closed','','icon-asset-4','','','2017-11-22 14:22:53','2017-11-22 14:22:53','',194,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/icon-Asset-4.png',0,'attachment','image/png',0); INSERT INTO `wpg3_posts` VALUES (7403,1,'2017-11-22 14:38:36','2017-11-22 14:38:36','','icon-Asset 5','','inherit','open','closed','','icon-asset-5','','','2017-11-22 14:38:36','2017-11-22 14:38:36','',194,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/icon-Asset-5.png',0,'attachment','image/png',0); INSERT INTO `wpg3_posts` VALUES (7405,1,'2017-11-22 15:17:03','2017-11-22 15:17:03','','icon-Asset 7','','inherit','open','closed','','icon-asset-7','','','2017-11-22 15:17:03','2017-11-22 15:17:03','',194,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/icon-Asset-7.png',0,'attachment','image/png',0); INSERT INTO `wpg3_posts` VALUES (7406,1,'2017-11-22 15:17:11','2017-11-22 15:17:11','','icon-Asset 6','','inherit','open','closed','','icon-asset-6','','','2017-11-22 15:17:11','2017-11-22 15:17:11','',194,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/icon-Asset-6.png',0,'attachment','image/png',0); INSERT INTO `wpg3_posts` VALUES (7409,1,'2017-11-22 15:42:18','2017-11-22 15:42:18','','summer apartment garden with chairs and pillows setup','summer apartment garden with chairs and pillows setup','inherit','open','closed','','summer-apartment-garden-with-chairs-and-pillows-setup','','','2017-11-22 15:42:18','2017-11-22 15:42:18','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/01-1.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7411,1,'2017-11-22 15:42:29','2017-11-22 15:42:29','','Blanket on couch','White blanket lying on bright wooden couch in a room','inherit','open','closed','','blanket-on-couch','','','2017-11-22 15:42:29','2017-11-22 15:42:29','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/03-1.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7412,1,'2017-11-22 15:42:35','2017-11-22 15:42:35','','Plants on shelves','Fresh green plants and decorations standing on shelves','inherit','open','closed','','plants-on-shelves','','','2017-11-22 15:42:35','2017-11-22 15:42:35','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/04-1.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7413,1,'2017-11-22 15:42:40','2017-11-22 15:42:40','','Wooden coffee table','Wooden white coffee table and comfortable sofa in lounge','inherit','open','closed','','wooden-coffee-table','','','2017-11-22 15:42:40','2017-11-22 15:42:40','',637,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/05-1.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7414,1,'2017-11-22 15:42:45','2017-11-22 15:42:45','','Table standing on carpet','Wooden table with flowers standing on black and white carpet','inherit','open','closed','','table-standing-on-carpet','','','2017-11-22 15:42:45','2017-11-22 15:42:45','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/06-1.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7415,1,'2017-11-22 15:42:49','2017-11-22 15:42:49','','Bedroom with gray pouf','Bedroom with gray pouf, plants, double bed, lamp and swing','inherit','open','closed','','bedroom-with-gray-pouf','','','2017-11-22 15:42:49','2017-11-22 15:42:49','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/07-1.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7416,1,'2017-11-22 15:42:55','2017-11-22 15:42:55','','Decorative tape in living room','Decorative tape on a wall in white living room with rattan accessories','inherit','open','closed','','decorative-tape-in-living-room','','','2017-11-22 15:42:55','2017-11-22 15:42:55','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/08-1.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7417,1,'2017-11-22 15:43:00','2017-11-22 15:43:00','','Small table on the rug','Small creative table with candles standing on the rug with patterns','inherit','open','closed','','small-table-on-the-rug','','','2017-11-22 15:43:00','2017-11-22 15:43:00','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/09-1.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7418,1,'2017-11-22 15:43:05','2017-11-22 15:43:05','','Cozy apartment interior','Spacious cozy apartment interior with wooden furniture','inherit','open','closed','','cozy-apartment-interior','','','2017-11-22 15:43:05','2017-11-22 15:43:05','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/10-1.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7419,1,'2017-11-22 15:43:12','2017-11-22 15:43:12','','Big lamp in the corner','Big wooden lamp standing in the corner of the room','inherit','open','closed','','big-lamp-in-the-corner','','','2017-11-22 15:43:12','2017-11-22 15:43:12','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/11-1.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7420,1,'2017-11-22 15:43:17','2017-11-22 15:43:17','','Spacious living room interior','Spacious living room interior with couch and desk','inherit','open','closed','','spacious-living-room-interior','','','2017-11-22 15:43:17','2017-11-22 15:43:17','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/12-1.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7421,1,'2017-11-22 15:43:24','2017-11-22 15:43:24','','Poster above sofa','Modern poster hanging on the white wall above mustard sofa','inherit','open','closed','','poster-above-sofa','','','2017-11-22 15:43:24','2017-11-22 15:43:24','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/13-1.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7422,1,'2017-11-22 15:43:29','2017-11-22 15:43:29','','Flat with yellow decors','Modern studio flat of a man with yellow decors','inherit','open','closed','','flat-with-yellow-decors','','','2017-11-22 15:43:29','2017-11-22 15:43:29','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/14-1.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7423,1,'2017-11-22 15:43:34','2017-11-22 15:43:34','','Classically elegant living room with sofa','Classically elegant living room with sofa, a metal standing lamp open to the dining room','inherit','open','closed','','classically-elegant-living-room-with-sofa','','','2017-11-22 15:43:34','2017-11-22 15:43:34','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/15.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7424,1,'2017-11-22 15:43:40','2017-11-22 15:43:40','','Grey and white interior','Grey and white decor of spacious loft interior','inherit','open','closed','','grey-and-white-interior','','','2017-11-22 15:43:40','2017-11-22 15:43:40','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/16.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7425,1,'2017-11-22 15:43:46','2017-11-22 15:43:46','','Living room with big windows','Modern living room with big garden windows','inherit','open','closed','','living-room-with-big-windows','','','2017-11-22 15:43:46','2017-11-22 15:43:46','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/17.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7426,1,'2017-11-22 15:43:50','2017-11-22 15:43:50','','Luxury Villa Resort Interior','Luxury Villa Resort Interior outdoor. Modern beautiful luxury hotel resort building','inherit','open','closed','','luxury-villa-resort-interior','','','2017-11-22 15:43:50','2017-11-22 15:43:50','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/18.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7427,1,'2017-11-22 15:43:54','2017-11-22 15:43:54','','Modern geometric villa','Rectangualr block of minimalistic, modern and geometric villa','inherit','open','closed','','modern-geometric-villa','','','2017-11-22 15:43:54','2017-11-22 15:43:54','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/19.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7428,1,'2017-11-22 15:43:59','2017-11-22 15:43:59','','Modern home office','Modern minimalistic home office with DIY accessories','inherit','open','closed','','modern-home-office','','','2017-11-22 15:43:59','2017-11-22 15:43:59','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/20.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7429,1,'2017-11-22 15:44:03','2017-11-22 15:44:03','','Modern house with beauty garden','Modern house with beauty garden and terrace','inherit','open','closed','','modern-house-with-beauty-garden','','','2017-11-22 15:44:03','2017-11-22 15:44:03','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/21.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7430,1,'2017-11-22 15:44:10','2017-11-22 15:44:10','','Modern mansion with patio','Modern mansion exterior with patio, rattan furniture and window wall','inherit','open','closed','','modern-mansion-with-patio','','','2017-11-22 15:44:10','2017-11-22 15:44:10','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/22.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7431,1,'2017-11-22 15:44:14','2017-11-22 15:44:14','','New white kitchen with table','New white kitchen with wood table, chairs and island','inherit','open','closed','','new-white-kitchen-with-table','','','2017-11-22 15:44:14','2017-11-22 15:44:14','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/23.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7432,1,'2017-11-22 15:44:18','2017-11-22 15:44:18','','Outdoors view of modern house','Outdoors view of spacious terrace of modern house','inherit','open','closed','','outdoors-view-of-modern-house','','','2017-11-22 15:44:18','2017-11-22 15:44:18','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/24.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7433,1,'2017-11-22 15:44:24','2017-11-22 15:44:24','','Patio with chairs and table','Open patio area close to the housefront with an entry, chairs and coffee table','inherit','open','closed','','patio-with-chairs-and-table','','','2017-11-22 15:44:24','2017-11-22 15:44:24','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/25.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7499,1,'2017-11-22 17:10:51','2017-11-22 17:10:51','','07 2','','inherit','open','closed','','07-2','','','2017-11-22 17:10:51','2017-11-22 17:10:51','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/07-2.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7500,1,'2017-11-22 17:10:54','2017-11-22 17:10:54','','10 2','','inherit','open','closed','','10-2','','','2017-11-22 17:10:54','2017-11-22 17:10:54','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/10-2.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7501,1,'2017-11-22 17:10:57','2017-11-22 17:10:57','','16 2','','inherit','open','closed','','16-2','','','2017-11-22 17:10:57','2017-11-22 17:10:57','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/16-2.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7502,1,'2017-11-22 17:11:02','2017-11-22 17:11:02','','31','','inherit','open','closed','','31','','','2017-11-22 17:11:02','2017-11-22 17:11:02','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/31.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7503,1,'2017-11-22 17:11:06','2017-11-22 17:11:06','','35','','inherit','open','closed','','35','','','2017-11-22 17:11:06','2017-11-22 17:11:06','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/35.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7504,1,'2017-11-22 17:11:10','2017-11-22 17:11:10','','37','','inherit','open','closed','','37','','','2017-11-22 17:11:10','2017-11-22 17:11:10','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/37.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7505,1,'2017-11-22 17:11:13','2017-11-22 17:11:13','','38','','inherit','open','closed','','38','','','2017-11-22 17:11:13','2017-11-22 17:11:13','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/38.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7506,1,'2017-11-22 17:11:17','2017-11-22 17:11:17','','44','','inherit','open','closed','','44','','','2017-11-22 17:11:17','2017-11-22 17:11:17','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/44.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7507,1,'2017-11-22 17:11:21','2017-11-22 17:11:21','','57','','inherit','open','closed','','57','','','2017-11-22 17:11:21','2017-11-22 17:11:21','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/57.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7508,1,'2017-11-22 17:11:25','2017-11-22 17:11:25','','58','','inherit','open','closed','','58','','','2017-11-22 17:11:25','2017-11-22 17:11:25','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/58.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7509,1,'2017-11-22 17:11:29','2017-11-22 17:11:29','','61','','inherit','open','closed','','61','','','2017-11-22 17:11:29','2017-11-22 17:11:29','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/61.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7510,1,'2017-11-22 17:11:33','2017-11-22 17:11:33','','62','','inherit','open','closed','','62','','','2017-11-22 17:11:33','2017-11-22 17:11:33','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/62.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7511,1,'2017-11-22 17:11:37','2017-11-22 17:11:37','','65','','inherit','open','closed','','65','','','2017-11-22 17:11:37','2017-11-22 17:11:37','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/65.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7512,1,'2017-11-22 17:11:40','2017-11-22 17:11:40','','66','','inherit','open','closed','','66','','','2017-11-22 17:11:40','2017-11-22 17:11:40','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/66.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7513,1,'2017-11-22 17:11:43','2017-11-22 17:11:43','','71','','inherit','open','closed','','71','','','2017-11-22 17:11:43','2017-11-22 17:11:43','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/71.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7514,1,'2017-11-22 17:11:47','2017-11-22 17:11:47','','73','','inherit','open','closed','','73','','','2017-11-22 17:11:47','2017-11-22 17:11:47','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/73.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7515,1,'2017-11-22 17:11:50','2017-11-22 17:11:50','','78','','inherit','open','closed','','78','','','2017-11-22 17:11:50','2017-11-22 17:11:50','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/78.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7516,1,'2017-11-22 17:11:54','2017-11-22 17:11:54','','86','','inherit','open','closed','','86','','','2017-11-22 17:11:54','2017-11-22 17:11:54','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/86.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7517,1,'2017-11-22 17:11:58','2017-11-22 17:11:58','','89','','inherit','open','closed','','89','','','2017-11-22 17:11:58','2017-11-22 17:11:58','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/89.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7533,1,'2017-11-22 21:45:01','2017-11-22 21:45:01','','icon-Asset 9','','inherit','open','closed','','icon-asset-9','','','2017-11-22 21:45:01','2017-11-22 21:45:01','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/icon-Asset-9.png',0,'attachment','image/png',0); INSERT INTO `wpg3_posts` VALUES (7534,1,'2017-11-22 21:45:03','2017-11-22 21:45:03','','icon-Asset 10','','inherit','open','closed','','icon-asset-10','','','2017-11-22 21:45:03','2017-11-22 21:45:03','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/icon-Asset-10.png',0,'attachment','image/png',0); INSERT INTO `wpg3_posts` VALUES (7535,1,'2017-11-22 21:45:06','2017-11-22 21:45:06','','icon-Asset 11','','inherit','open','closed','','icon-asset-11','','','2017-11-22 21:45:06','2017-11-22 21:45:06','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/icon-Asset-11.png',0,'attachment','image/png',0); INSERT INTO `wpg3_posts` VALUES (7536,1,'2017-11-22 21:45:09','2017-11-22 21:45:09','','icon-Asset 12','','inherit','open','closed','','icon-asset-12','','','2017-11-22 21:45:09','2017-11-22 21:45:09','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/icon-Asset-12.png',0,'attachment','image/png',0); INSERT INTO `wpg3_posts` VALUES (7537,1,'2017-11-22 21:45:12','2017-11-22 21:45:12','','icon-Asset 13','','inherit','open','closed','','icon-asset-13','','','2017-11-22 21:45:12','2017-11-22 21:45:12','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/icon-Asset-13.png',0,'attachment','image/png',0); INSERT INTO `wpg3_posts` VALUES (7538,1,'2017-11-22 21:48:50','2017-11-22 21:48:50','','Asset 15','','inherit','open','closed','','asset-15','','','2017-11-22 21:48:50','2017-11-22 21:48:50','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/Asset-15.png',0,'attachment','image/png',0); INSERT INTO `wpg3_posts` VALUES (7539,1,'2017-11-22 21:50:07','2017-11-22 21:50:07','','Asset 17','','inherit','open','closed','','asset-17','','','2017-11-22 21:50:07','2017-11-22 21:50:07','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/Asset-17.png',0,'attachment','image/png',0); INSERT INTO `wpg3_posts` VALUES (7543,1,'2017-11-22 22:16:34','2017-11-22 22:16:34','','Asset-18','','inherit','open','closed','','asset-18','','','2017-11-22 22:16:34','2017-11-22 22:16:34','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/Asset-18.png',0,'attachment','image/png',0); INSERT INTO `wpg3_posts` VALUES (7544,1,'2017-11-22 22:16:36','2017-11-22 22:16:36','','icon-19','','inherit','open','closed','','icon-19','','','2017-11-22 22:16:36','2017-11-22 22:16:36','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/icon-19.png',0,'attachment','image/png',0); INSERT INTO `wpg3_posts` VALUES (7545,1,'2017-11-22 22:19:05','2017-11-22 22:19:05','','houzez_logo_transparent','','inherit','open','closed','','houzez_logo_transparent','','','2017-11-22 22:19:05','2017-11-22 22:19:05','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/houzez_logo_transparent.png',0,'attachment','image/png',0); INSERT INTO `wpg3_posts` VALUES (7546,1,'2017-11-22 22:19:07','2017-11-22 22:19:07','','houzez_logo_transparent@2x','','inherit','open','closed','','houzez_logo_transparent2x','','','2017-11-22 22:19:07','2017-11-22 22:19:07','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/houzez_logo_transparent@2x.png',0,'attachment','image/png',0); INSERT INTO `wpg3_posts` VALUES (7557,1,'2017-11-24 20:13:32','2017-11-24 20:13:32','','White loft with dining table','White loft with dining table, chairs and dresser','inherit','open','closed','','white-loft-with-dining-table','','','2017-11-24 20:13:32','2017-11-24 20:13:32','',637,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/101-2.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7558,1,'2017-11-24 20:13:36','2017-11-24 20:13:36','','Villa with open dining room','Villa with open dining room, white kitchen and stairs','inherit','open','closed','','villa-with-open-dining-room','','','2017-11-24 20:13:36','2017-11-24 20:13:36','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/102.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7559,1,'2017-11-24 20:13:41','2017-11-24 20:13:41','','Trendy living room','Trendy living room with modern furniture, plants and decorative tape on the wall','inherit','open','closed','','trendy-living-room','','','2017-11-24 20:13:41','2017-11-24 20:13:41','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/103.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7560,1,'2017-11-24 20:13:45','2017-11-24 20:13:45','','Stylish loft with sofa','Stylish spacious loft with white comfortable sofa and black decorations','inherit','open','closed','','stylish-loft-with-sofa','','','2017-11-24 20:13:45','2017-11-24 20:13:45','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/104.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7561,1,'2017-11-24 20:13:50','2017-11-24 20:13:50','','Spacious kitchen','Spacious bright kitchen with wooden units','inherit','open','closed','','spacious-kitchen','','','2017-11-24 20:13:50','2017-11-24 20:13:50','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/105.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7562,1,'2017-11-24 20:13:54','2017-11-24 20:13:54','','Play room at the attic','Play room at the attic with blue wall','inherit','open','closed','','play-room-at-the-attic','','','2017-11-24 20:13:54','2017-11-24 20:13:54','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/106.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7563,1,'2017-11-24 20:13:59','2017-11-24 20:13:59','','Room divider in cozy apartment','Room divider in cozy modern apartment with table and chairs','inherit','open','closed','','room-divider-in-cozy-apartment','','','2017-11-24 20:13:59','2017-11-24 20:13:59','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/107.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7564,1,'2017-11-24 20:14:03','2017-11-24 20:14:03','','Open space of loft','Bright open space of a loft apartment','inherit','open','closed','','open-space-of-loft','','','2017-11-24 20:14:03','2017-11-24 20:14:03','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/108.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7565,1,'2017-11-24 20:14:07','2017-11-24 20:14:07','','Multifunctional loft space','Multifunctional loft space with lliving room and dinette','inherit','open','closed','','multifunctional-loft-space','','','2017-11-24 20:14:07','2017-11-24 20:14:07','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/109.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7566,1,'2017-11-24 20:14:12','2017-11-24 20:14:12','','Modern fireplace in villa interior','Modern minimalist fireplace in villa interior with potted plants','inherit','open','closed','','modern-fireplace-in-villa-interior','','','2017-11-24 20:14:12','2017-11-24 20:14:12','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/110.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7567,1,'2017-11-24 20:14:16','2017-11-24 20:14:16','','Modern luxury open plan apartment','Modern luxury open plan apartment with stairs, communal table, kitchen','inherit','open','closed','','modern-luxury-open-plan-apartment','','','2017-11-24 20:14:16','2017-11-24 20:14:16','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/111.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7568,1,'2017-11-24 20:14:21','2017-11-24 20:14:21','','Modern black and white loft','Modern black and white loft with commode, table, chair, plants','inherit','open','closed','','modern-black-and-white-loft','','','2017-11-24 20:14:21','2017-11-24 20:14:21','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/112.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7569,1,'2017-11-24 20:14:25','2017-11-24 20:14:25','','luxury living room','Architecture, Interior, modern apartment, wide living room','inherit','open','closed','','luxury-living-room','','','2017-11-24 20:14:25','2017-11-24 20:14:25','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/113.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7570,1,'2017-11-24 20:14:30','2017-11-24 20:14:30','','Modern apartment with staircase','Modern, white apartment with fireplace, table and staircase','inherit','open','closed','','modern-apartment-with-staircase','','','2017-11-24 20:14:30','2017-11-24 20:14:30','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/114.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7571,1,'2017-11-24 20:14:34','2017-11-24 20:14:34','','Luxury House on the French Riviera in Cassis, France','Luxury House on the French Riviera in Cassis en Provence near Marseille in the South of France','inherit','open','closed','','luxury-house-on-the-french-riviera-in-cassis-france','','','2017-11-24 20:14:34','2017-11-24 20:14:34','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/115.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7572,1,'2017-11-24 20:14:38','2017-11-24 20:14:38','','Loft interior in scandinavian style','White loft interior in scandinavian style with pattern carpet','inherit','open','closed','','loft-interior-in-scandinavian-style','','','2017-11-24 20:14:38','2017-11-24 20:14:38','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/116.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7573,1,'2017-11-24 20:14:43','2017-11-24 20:14:43','','Loft living room','Loft living room with colorful poufs, sofa, carpet, crate furniture','inherit','open','closed','','loft-living-room','','','2017-11-24 20:14:43','2017-11-24 20:14:43','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/117.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (2777,1,'2016-10-13 21:18:10','2016-10-13 21:18:10','<p class=\"p1\"><span class=\"s1\">Vestibulum libero mi, rhoncus et sodales eu, hendrerit non eros. Mauris laoreet, ante id fermentum volutpat, elit mauris sollicitudin orci, vel imperdiet turpis lacus sit amet ipsum. Vestibulum ultrices, ex at congue vehicula, ipsum orci bibendum nunc, at vestibulum nisl justo sit amet orci. Aenean vitae congue magna. Duis dapibus tincidunt felis, in hendrerit lorem cursus sit amet. Quisque dapibus, lorem a vestibulum scelerisque, ligula nisl placerat turpis, eu venenatis sapien dolor in quam. Ut eu tortor sollicitudin leo sodales pharetra. Nulla eget posuere arcu.</span></p>\n<p class=\"p1\"><span class=\"s1\">Vivamus vel lacus lacinia, condimentum nunc non, iaculis diam. Proin in mollis augue, eget fermentum quam. Donec semper purus ut ante tempus gravida. Quisque et ante orci. Sed venenatis turpis mi, non varius justo scelerisque id. Maecenas fermentum nunc sed maximus efficitur. Pellentesque nec turpis viverra, cursus ex porta, porttitor odio. In gravida ante nec eleifend commodo. Cras gravida interdum nisl, vel venenatis nisl consectetur ut. Duis in erat quis dui imperdiet pretium et eu purus. Fusce purus ex, placerat et eros quis, lacinia tempor ligula. Mauris eu efficitur ligula. Sed scelerisque, elit nec condimentum ullamcorper, sem enim commodo ligula, ut porttitor purus turpis ut sem. Ut vehicula velit nec lorem tempus, hendrerit aliquam sapien lacinia. Aenean quis efficitur odio.</span></p>\n<p class=\"p1\"><span class=\"s1\">Vivamus quis ligula nec diam fermentum molestie ut ut dolor. In congue, neque quis fermentum tincidunt, metus augue viverra tortor, quis placerat ex sem ac turpis. Vivamus nec molestie sapien. Maecenas aliquet sit amet odio et ornare. Suspendisse pharetra nibh dictum sapien rutrum tempus. Nullam nec maximus nunc. Fusce ultrices nibh id ornare rhoncus. Curabitur sit amet ornare sapien.</span></p>','All American Real Estate','','publish','closed','closed','','all-american-real-estate','','','2016-10-13 21:18:10','2016-10-13 21:18:10','',0,'http://houzez01.favethemes.com/?post_type=houzez_agency&p=2777',0,'houzez_agency','',0); INSERT INTO `wpg3_posts` VALUES (7574,1,'2017-11-24 20:24:39','2017-11-24 20:24:39','','Attic room with balcony','White attic room with balcony and wooden decorative accessories','inherit','open','closed','','attic-room-with-balcony','','','2017-11-24 20:24:39','2017-11-24 20:24:39','',103,'http://demo.landfarmhome.com/wp-content/uploads/2016/02/118.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7575,1,'2017-11-24 20:28:38','2017-11-24 20:28:38','','luxury living room','Architecture, Interior, modern apartment, wide living room','inherit','open','closed','','luxury-living-room-2','','','2017-11-24 20:28:38','2017-11-24 20:28:38','',100,'http://demo.landfarmhome.com/wp-content/uploads/2016/02/121.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7576,1,'2017-11-24 20:28:41','2017-11-24 20:28:41','','Villa patio with rattan chairs','Ascetic villa patio with rattan chairs and grey floor','inherit','open','closed','','villa-patio-with-rattan-chairs','','','2017-11-24 20:28:41','2017-11-24 20:28:41','',100,'http://demo.landfarmhome.com/wp-content/uploads/2016/02/120.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7580,1,'2017-11-24 21:31:12','2017-11-24 21:31:12','','agent-3-350x350','','inherit','open','closed','','agent-3-350x350','','','2017-11-24 21:31:12','2017-11-24 21:31:12','',156,'http://demo.landfarmhome.com/wp-content/uploads/2016/02/agent-3-350x350.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7581,1,'2017-11-24 21:31:13','2017-11-24 21:31:13','','agent-4-350x350','','inherit','open','closed','','agent-4-350x350','','','2017-11-24 21:31:13','2017-11-24 21:31:13','',156,'http://demo.landfarmhome.com/wp-content/uploads/2016/02/agent-4-350x350.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7582,1,'2017-11-24 21:31:15','2017-11-24 21:31:15','','agent-2-350x350','','inherit','open','closed','','agent-2-350x350','','','2017-11-24 21:31:15','2017-11-24 21:31:15','',156,'http://demo.landfarmhome.com/wp-content/uploads/2016/02/agent-2-350x350.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7583,1,'2017-11-24 21:31:18','2017-11-24 21:31:18','','agent-1-350x350','','inherit','open','closed','','agent-1-350x350','','','2017-11-24 21:31:18','2017-11-24 21:31:18','',156,'http://demo.landfarmhome.com/wp-content/uploads/2016/02/agent-1-350x350.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7592,1,'2017-11-24 23:44:47','2017-11-24 23:44:47','','cluster','','inherit','open','closed','','cluster','','','2017-11-24 23:44:47','2017-11-24 23:44:47','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/cluster.png',0,'attachment','image/png',0); INSERT INTO `wpg3_posts` VALUES (7597,1,'2017-11-25 22:11:53','2017-11-25 22:11:53','','Young couple sit looking at each other outside their house','Young couple sit looking at each other outside their house','inherit','open','closed','','young-couple-sit-looking-at-each-other-outside-their-house','','','2017-11-25 22:11:53','2017-11-25 22:11:53','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/young-couple-sit-looking-at-each-other-outside-PRA3ZFB.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7598,1,'2017-11-25 22:20:56','2017-11-25 22:20:56','','Couple At Home Eating Outdoor Meal Together','Couple At Home Eating Outdoor Meal Together','inherit','open','closed','','couple-at-home-eating-outdoor-meal-together','','','2017-11-25 22:20:56','2017-11-25 22:20:56','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/couple-at-home-eating-outdoor-meal-together-PK7B8TL.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7600,1,'2017-11-25 22:27:06','2017-11-25 22:27:06','','Portrait Of Excited Couple Standing Outside New Home','Portrait Of Excited Couple Standing Outside New Home','inherit','open','closed','','portrait-of-excited-couple-standing-outside-new-home','','','2017-11-25 22:27:06','2017-11-25 22:27:06','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/portrait-of-excited-couple-standing-outside-new-PEM5G4H.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7672,1,'2017-11-28 16:47:17','2017-11-28 16:47:17','','x2 apartment','','inherit','open','closed','','x2-apartment','','','2017-11-28 16:47:17','2017-11-28 16:47:17','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/x2-apartment.png',0,'attachment','image/png',0); INSERT INTO `wpg3_posts` VALUES (7673,1,'2017-11-28 16:47:21','2017-11-28 16:47:21','','x2 condo','','inherit','open','closed','','x2-condo','','','2017-11-28 16:47:21','2017-11-28 16:47:21','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/x2-condo.png',0,'attachment','image/png',0); INSERT INTO `wpg3_posts` VALUES (7674,1,'2017-11-28 16:47:23','2017-11-28 16:47:23','','x2 houses','','inherit','open','closed','','x2-houses','','','2017-11-28 16:47:23','2017-11-28 16:47:23','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/x2-houses.png',0,'attachment','image/png',0); INSERT INTO `wpg3_posts` VALUES (7675,1,'2017-11-28 16:47:27','2017-11-28 16:47:27','','x2 land','','inherit','open','closed','','x2-land','','','2017-11-28 16:47:27','2017-11-28 16:47:27','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/x2-land.png',0,'attachment','image/png',0); INSERT INTO `wpg3_posts` VALUES (7676,1,'2017-11-28 16:47:31','2017-11-28 16:47:31','','x2 offices','','inherit','open','closed','','x2-offices','','','2017-11-28 16:47:31','2017-11-28 16:47:31','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/x2-offices.png',0,'attachment','image/png',0); INSERT INTO `wpg3_posts` VALUES (7677,1,'2017-11-28 16:47:35','2017-11-28 16:47:35','','x2 shops','','inherit','open','closed','','x2-shops','','','2017-11-28 16:47:35','2017-11-28 16:47:35','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/x2-shops.png',0,'attachment','image/png',0); INSERT INTO `wpg3_posts` VALUES (7678,1,'2017-11-28 16:47:36','2017-11-28 16:47:36','','x2 single family home','','inherit','open','closed','','x2-single-family-home','','','2017-11-28 16:47:36','2017-11-28 16:47:36','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/x2-single-family-home.png',0,'attachment','image/png',0); INSERT INTO `wpg3_posts` VALUES (7679,1,'2017-11-28 16:47:58','2017-11-28 16:47:58','','x2 villa','','inherit','open','closed','','x2-villa','','','2017-11-28 16:47:58','2017-11-28 16:47:58','',0,'http://demo.landfarmhome.com/wp-content/uploads/2017/11/x2-villa.png',0,'attachment','image/png',0); INSERT INTO `wpg3_posts` VALUES (72,1,'2016-02-02 18:15:01','2016-02-02 18:15:01','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse luctus ligula ac faucibus faucibus. Cras in nisi in turpis eleifend vehicula at at massa.','Samuel Palmer','','publish','closed','closed','','samuel-palmer','','','2016-02-02 18:15:01','2016-02-02 18:15:01','',0,'http://sandbox.favethemes.com/houzez/?post_type=houzez_agent&p=72',0,'houzez_agent','',0); INSERT INTO `wpg3_posts` VALUES (150,1,'2016-02-03 20:37:12','2016-02-03 20:37:12','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse luctus ligula ac faucibus faucibus. Cras in nisi in turpis eleifend vehicula at at massa.','Vincent Fuller','','publish','closed','closed','','vincent-fuller','','','2016-02-03 20:37:12','2016-02-03 20:37:12','',0,'http://sandbox.favethemes.com/houzez/?post_type=houzez_agent&p=150',0,'houzez_agent','',0); INSERT INTO `wpg3_posts` VALUES (156,1,'2016-02-03 20:40:11','2016-02-03 20:40:11','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse luctus ligula ac faucibus faucibus. Cras in nisi in turpis eleifend vehicula at at massa.','Brittany Watkins','','publish','closed','closed','','brittany-watkins','','','2016-02-03 20:40:11','2016-02-03 20:40:11','',0,'http://sandbox.favethemes.com/houzez/?post_type=houzez_agent&p=156',0,'houzez_agent','',0); INSERT INTO `wpg3_posts` VALUES (158,1,'2016-02-03 20:42:19','2016-02-03 20:42:19','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse luctus ligula ac faucibus faucibus. Cras in nisi in turpis eleifend vehicula at at massa.','Michelle Ramirez','','publish','closed','closed','','michelle-ramirez','','','2016-02-03 20:42:19','2016-02-03 20:42:19','',0,'http://sandbox.favethemes.com/houzez/?post_type=houzez_agent&p=158',0,'houzez_agent','',0); INSERT INTO `wpg3_posts` VALUES (268,1,'2016-03-03 19:43:01','2016-03-03 19:43:01','','Envato','','publish','closed','closed','','envato','','','2016-03-03 19:43:01','2016-03-03 19:43:01','',0,'http://houzez01.favethemes.com/?post_type=houzez_partner&p=268',0,'houzez_partner','',0); INSERT INTO `wpg3_posts` VALUES (519,1,'2016-03-08 19:34:09','2016-03-08 19:34:09','','Envato','','publish','closed','closed','','envato-2','','','2016-03-08 19:34:09','2016-03-08 19:34:09','',0,'http://houzez01.favethemes.com/?post_type=houzez_partner&p=519',0,'houzez_partner','',0); INSERT INTO `wpg3_posts` VALUES (521,1,'2016-03-08 19:34:17','2016-03-08 19:34:17','','Envato','','publish','closed','closed','','envato-3','','','2016-03-08 19:34:17','2016-03-08 19:34:17','',0,'http://houzez01.favethemes.com/?post_type=houzez_partner&p=521',0,'houzez_partner','',0); INSERT INTO `wpg3_posts` VALUES (523,1,'2016-03-08 19:34:25','2016-03-08 19:34:25','','Envato','','publish','closed','closed','','envato-4','','','2016-03-08 19:34:25','2016-03-08 19:34:25','',0,'http://houzez01.favethemes.com/?post_type=houzez_partner&p=523',0,'houzez_partner','',0); INSERT INTO `wpg3_posts` VALUES (1240,1,'2016-03-25 14:17:59','2016-03-25 14:17:59','','PREMIUM','','publish','closed','closed','','premium','','','2016-03-25 14:17:59','2016-03-25 14:17:59','',0,'http://houzez.app/?post_type=houzez_packages&p=1207',0,'houzez_packages','',0); INSERT INTO `wpg3_posts` VALUES (1241,1,'2016-03-25 14:19:05','2016-03-25 14:19:05','','PLUS','','publish','closed','closed','','plus','','','2016-03-25 14:19:05','2016-03-25 14:19:05','',0,'http://houzez.app/?post_type=houzez_packages&p=1208',0,'houzez_packages','',0); INSERT INTO `wpg3_posts` VALUES (1819,1,'2016-06-30 22:06:06','2016-06-30 22:06:06','Stas','stas','','trash','closed','closed','','__trashed','','','2016-06-30 22:06:06','2016-06-30 22:06:06','',0,'http://houzez01.favethemes.com/?post_type=houzez_agent&p=1819',0,'houzez_agent','',0); INSERT INTO `wpg3_posts` VALUES (2487,1,'2016-09-11 22:14:38','0000-00-00 00:00:00','','Yehzami','','pending','closed','closed','','','','','2016-09-11 22:14:38','0000-00-00 00:00:00','',0,'http://houzez01.favethemes.com/?post_type=houzez_partner&p=2487',0,'houzez_partner','',0); INSERT INTO `wpg3_posts` VALUES (2712,1,'2016-10-13 18:25:17','2016-10-13 18:25:17','','FREE TRIAL','','publish','closed','closed','','free-trial','','','2016-10-13 18:25:17','2016-10-13 18:25:17','',0,'http://houzez01.favethemes.com/?post_type=houzez_packages&p=2712',0,'houzez_packages','',0); INSERT INTO `wpg3_posts` VALUES (2784,1,'2016-10-13 21:37:48','2016-10-13 21:37:48','<p class=\"p1\"><span class=\"s1\">Nulla sed ligula tincidunt, posuere tellus quis, cursus risus. Duis sed luctus elit, at faucibus enim. Vestibulum libero mi, rhoncus et sodales eu, hendrerit non eros. Mauris laoreet, ante id fermentum volutpat, elit mauris sollicitudin orci, vel imperdiet turpis lacus sit amet ipsum. Vestibulum ultrices, ex at congue vehicula, ipsum orci bibendum nunc, at vestibulum nisl justo sit amet orci. Aenean vitae congue magna. Duis dapibus tincidunt felis, in hendrerit lorem cursus sit amet. Quisque dapibus, lorem a vestibulum scelerisque, ligula nisl placerat turpis, eu venenatis sapien dolor in quam. Ut eu tortor sollicitudin leo sodales pharetra. Nulla eget posuere arcu.</span></p>\n<p class=\"p1\"><span class=\"s1\">Vivamus vel lacus lacinia, condimentum nunc non, iaculis diam. Proin in mollis augue, eget fermentum quam. Donec semper purus ut ante tempus gravida. Quisque et ante orci. Sed venenatis turpis mi, non varius justo scelerisque id. Maecenas fermentum nunc sed maximus efficitur. Pellentesque nec turpis viverra, cursus ex porta, porttitor odio. In gravida ante nec eleifend commodo. Cras gravida interdum nisl, vel venenatis nisl consectetur ut. Duis in erat quis dui imperdiet pretium et eu purus. Fusce purus ex, placerat et eros quis, lacinia tempor ligula. Mauris eu efficitur ligula. Sed scelerisque, elit nec condimentum ullamcorper, sem enim commodo ligula, ut porttitor purus turpis ut sem. Ut vehicula velit nec lorem tempus, hendrerit aliquam sapien lacinia. Aenean quis efficitur odio.</span></p>\n<p class=\"p1\"><span class=\"s1\">Vivamus quis ligula nec diam fermentum molestie ut ut dolor. In congue, neque quis fermentum tincidunt, metus augue viverra tortor, quis placerat ex sem ac turpis. Vivamus nec molestie sapien. Maecenas aliquet sit amet odio et ornare. Suspendisse pharetra nibh dictum sapien rutrum tempus. Nullam nec maximus nunc. Fusce ultrices nibh id ornare rhoncus. Curabitur sit amet ornare sapien.</span></p>','Modern House Real Estate','','publish','closed','closed','','modern-house-real-estate','','','2016-10-13 21:37:48','2016-10-13 21:37:48','',0,'http://houzez01.favethemes.com/?post_type=houzez_agency&p=2784',0,'houzez_agency','',0); INSERT INTO `wpg3_posts` VALUES (2786,1,'2016-10-13 21:45:07','2016-10-13 21:45:07','<p class=\"p1\"><span class=\"s1\">Mauris laoreet, ante id fermentum volutpat, elit mauris sollicitudin orci, vel imperdiet turpis lacus sit amet ipsum. Vestibulum ultrices, ex at congue vehicula, ipsum orci bibendum nunc, at vestibulum nisl justo sit amet orci. Aenean vitae congue magna. Duis dapibus tincidunt felis, in hendrerit lorem cursus sit amet. Quisque dapibus, lorem a vestibulum scelerisque, ligula nisl placerat turpis, eu venenatis sapien dolor in quam. Ut eu tortor sollicitudin leo sodales pharetra. Nulla eget posuere arcu.</span></p>\n<p class=\"p1\"><span class=\"s1\">Vivamus vel lacus lacinia, condimentum nunc non, iaculis diam. Proin in mollis augue, eget fermentum quam. Donec semper purus ut ante tempus gravida. Quisque et ante orci. Sed venenatis turpis mi, non varius justo scelerisque id. Maecenas fermentum nunc sed maximus efficitur. Pellentesque nec turpis viverra, cursus ex porta, porttitor odio. In gravida ante nec eleifend commodo. Cras gravida interdum nisl, vel venenatis nisl consectetur ut. Duis in erat quis dui imperdiet pretium et eu purus. Fusce purus ex, placerat et eros quis, lacinia tempor ligula. Mauris eu efficitur ligula. Sed scelerisque, elit nec condimentum ullamcorper, sem enim commodo ligula, ut porttitor purus turpis ut sem. Ut vehicula velit nec lorem tempus, hendrerit aliquam sapien lacinia. Aenean quis efficitur odio.</span></p>\n<p class=\"p1\"><span class=\"s1\">Vivamus quis ligula nec diam fermentum molestie ut ut dolor. In congue, neque quis fermentum tincidunt, metus augue viverra tortor, quis placerat ex sem ac turpis. Vivamus nec molestie sapien. Maecenas aliquet sit amet odio et ornare. Suspendisse pharetra nibh dictum sapien rutrum tempus. Nullam nec maximus nunc. Fusce ultrices nibh id ornare rhoncus. Curabitur sit amet ornare sapien.</span></p>','Eco House Real Estate','','publish','closed','closed','','eco-house-real-estate','','','2016-10-13 21:45:07','2016-10-13 21:45:07','',0,'http://houzez01.favethemes.com/?post_type=houzez_agency&p=2786',0,'houzez_agency','',0); INSERT INTO `wpg3_posts` VALUES (2788,1,'2016-10-13 21:46:42','2016-10-13 21:46:42','<p class=\"p1\">Vivamus vel lacus lacinia, condimentum nunc non, iaculis diam. Proin in mollis augue, eget fermentum quam. Donec semper purus ut ante tempus gravida. Quisque et ante orci. Sed venenatis turpis mi, non varius justo scelerisque id. Maecenas fermentum nunc sed maximus efficitur. Pellentesque nec turpis viverra, cursus ex porta, porttitor odio. In gravida ante nec eleifend commodo. Cras gravida interdum nisl, vel venenatis nisl consectetur ut. Duis in erat quis dui imperdiet pretium et eu purus. Fusce purus ex, placerat et eros quis, lacinia tempor ligula. Mauris eu efficitur ligula. Sed scelerisque, elit nec condimentum ullamcorper, sem enim commodo ligula, ut porttitor purus turpis ut sem. Ut vehicula velit nec lorem tempus, hendrerit aliquam sapien lacinia. Aenean quis efficitur odio.</p>\n<p class=\"p1\"><span class=\"s1\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium enim nec ligula cursus, et tincidunt ante pharetra. Pellentesque quis tincidunt ligula. Nulla sed ligula tincidunt, posuere tellus quis, cursus risus. Duis sed luctus elit, at faucibus enim. Vestibulum libero mi, rhoncus et sodales eu, hendrerit non eros. Mauris laoreet, ante id fermentum volutpat, elit mauris sollicitudin orci, vel imperdiet turpis lacus sit amet ipsum. Vestibulum ultrices, ex at congue vehicula, ipsum orci bibendum nunc, at vestibulum nisl justo sit amet orci. Aenean vitae congue magna. Duis dapibus tincidunt felis, in hendrerit lorem cursus sit amet. Quisque dapibus, lorem a vestibulum scelerisque, ligula nisl placerat turpis, eu venenatis sapien dolor in quam. Ut eu tortor sollicitudin leo sodales pharetra. Nulla eget posuere arcu.</span></p>\n<p class=\"p1\"><span class=\"s1\">Vivamus quis ligula nec diam fermentum molestie ut ut dolor. In congue, neque quis fermentum tincidunt, metus augue viverra tortor, quis placerat ex sem ac turpis. Vivamus nec molestie sapien. Maecenas aliquet sit amet odio et ornare. Suspendisse pharetra nibh dictum sapien rutrum tempus. Nullam nec maximus nunc. Fusce ultrices nibh id ornare rhoncus. Curabitur sit amet ornare sapien.</span></p>','Luxury House Real Estate','','publish','closed','closed','','luxury-house-real-estate','','','2016-10-13 21:46:42','2016-10-13 21:46:42','',0,'http://houzez01.favethemes.com/?post_type=houzez_agency&p=2788',0,'houzez_agency','',0); INSERT INTO `wpg3_posts` VALUES (2790,1,'2016-10-13 21:50:12','2016-10-13 21:50:12','<p class=\"p1\"><span class=\"s1\">Duis sed luctus elit, at faucibus enim. Vestibulum libero mi, rhoncus et sodales eu, hendrerit non eros. Mauris laoreet, ante id fermentum volutpat, elit mauris sollicitudin orci, vel imperdiet turpis lacus sit amet ipsum. Vestibulum ultrices, ex at congue vehicula, ipsum orci bibendum nunc, at vestibulum nisl justo sit amet orci. Aenean vitae congue magna. Duis dapibus tincidunt felis, in hendrerit lorem cursus sit amet. Quisque dapibus, lorem a vestibulum scelerisque, ligula nisl placerat turpis, eu venenatis sapien dolor in quam. Ut eu tortor sollicitudin leo sodales pharetra. Nulla eget posuere arcu.</span></p>\n<p class=\"p1\"><span class=\"s1\">Vivamus vel lacus lacinia, condimentum nunc non, iaculis diam. Proin in mollis augue, eget fermentum quam. Donec semper purus ut ante tempus gravida. Quisque et ante orci. Sed venenatis turpis mi, non varius justo scelerisque id. Maecenas fermentum nunc sed maximus efficitur. Pellentesque nec turpis viverra, cursus ex porta, porttitor odio. In gravida ante nec eleifend commodo. Cras gravida interdum nisl, vel venenatis nisl consectetur ut. Duis in erat quis dui imperdiet pretium et eu purus. Fusce purus ex, placerat et eros quis, lacinia tempor ligula. Mauris eu efficitur ligula. Sed scelerisque, elit nec condimentum ullamcorper, sem enim commodo ligula, ut porttitor purus turpis ut sem. Ut vehicula velit nec lorem tempus, hendrerit aliquam sapien lacinia. Aenean quis efficitur odio.</span></p>\n<p class=\"p1\"><span class=\"s1\">Vivamus quis ligula nec diam fermentum molestie ut ut dolor. In congue, neque quis fermentum tincidunt, metus augue viverra tortor, quis placerat ex sem ac turpis. Vivamus nec molestie sapien. Maecenas aliquet sit amet odio et ornare. Suspendisse pharetra nibh dictum sapien rutrum tempus. Nullam nec maximus nunc. Fusce ultrices nibh id ornare rhoncus. Curabitur sit amet ornare sapien.</span></p>','Modern House Real Estate','','publish','closed','closed','','modern-house-real-estate-2','','','2016-10-13 21:50:12','2016-10-13 21:50:12','',0,'http://houzez01.favethemes.com/?post_type=houzez_agency&p=2790',0,'houzez_agency','',0); INSERT INTO `wpg3_posts` VALUES (2792,1,'2016-10-13 21:51:42','2016-10-13 21:51:42','<p class=\"p1\"><span class=\"s1\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium enim nec ligula cursus et tincidunt ante pharetra. Pellentesque quis tincidunt ligula. Nulla sed ligula tincidunt, posuere tellus quis, cursus risus. Duis sed luctus elit, at faucibus enim. Vestibulum libero mi, rhoncus et sodales eu, hendrerit non eros. Mauris laoreet, ante id fermentum volutpat, elit mauris sollicitudin orci, vel imperdiet turpis lacus sit amet ipsum. Vestibulum ultrices, ex at congue vehicula, ipsum orci bibendum nunc, at vestibulum nisl justo sit amet orci. Aenean vitae congue magna. Duis dapibus tincidunt felis, in hendrerit lorem cursus sit amet. Quisque dapibus, lorem a vestibulum scelerisque, ligula nisl placerat turpis, eu venenatis sapien dolor in quam. Ut eu tortor sollicitudin leo sodales pharetra. Nulla eget posuere arcu.</span></p>\n<p class=\"p1\"><span class=\"s1\">Vivamus vel lacus lacinia, condimentum nunc non, iaculis diam. Proin in mollis augue, eget fermentum quam. Donec semper purus ut ante tempus gravida. Quisque et ante orci. Sed venenatis turpis mi, non varius justo scelerisque id. Maecenas fermentum nunc sed maximus efficitur. Pellentesque nec turpis viverra, cursus ex porta, porttitor odio. In gravida ante nec eleifend commodo. Cras gravida interdum nisl, vel venenatis nisl consectetur ut. Duis in erat quis dui imperdiet pretium et eu purus. Fusce purus ex, placerat et eros quis, lacinia tempor ligula. Mauris eu efficitur ligula. Sed scelerisque, elit nec condimentum ullamcorper, sem enim commodo ligula, ut porttitor purus turpis ut sem. Ut vehicula velit nec lorem tempus, hendrerit aliquam sapien lacinia. Aenean quis efficitur odio.</span></p>\n<p class=\"p1\"><span class=\"s1\">Vivamus quis ligula nec diam fermentum molestie ut ut dolor. In congue, neque quis fermentum tincidunt, metus augue viverra tortor, quis placerat ex sem ac turpis. Vivamus nec molestie sapien. Maecenas aliquet sit amet odio et ornare. Suspendisse pharetra nibh dictum sapien rutrum tempus. Nullam nec maximus nunc. Fusce ultrices nibh id ornare rhoncus. Curabitur sit amet ornare sapien.</span></p>','Country House Real Estate','','publish','closed','closed','','country-house-real-estate','','','2016-10-13 21:51:42','2016-10-13 21:51:42','',0,'http://houzez01.favethemes.com/?post_type=houzez_agency&p=2792',0,'houzez_agency','',0); INSERT INTO `wpg3_posts` VALUES (4270,1,'2017-01-10 16:49:31','2017-01-10 16:49:31','','John Doe','','trash','closed','closed','','4270-2__trashed','','','2017-01-10 16:49:31','2017-01-10 16:49:31','',0,'http://houzez01.favethemes.com/agent/4270-2/',0,'houzez_agent','',0); INSERT INTO `wpg3_posts` VALUES (4542,1,'2017-01-15 23:27:32','2017-01-15 23:27:32','','first agent Last agent','','trash','closed','closed','','4542-2__trashed','','','2017-01-15 23:27:32','2017-01-15 23:27:32','',0,'http://houzez01.favethemes.com/agent/4542-2/',0,'houzez_agent','',0); INSERT INTO `wpg3_posts` VALUES (525,1,'2016-03-08 19:34:32','2016-03-08 19:34:32','','Envato','','publish','closed','closed','','envato-5','','','2016-03-08 19:34:32','2016-03-08 19:34:32','',0,'http://houzez01.favethemes.com/?post_type=houzez_partner&p=525',0,'houzez_partner','',0); INSERT INTO `wpg3_posts` VALUES (527,1,'2016-03-08 19:34:39','2016-03-08 19:34:39','','Envato','','publish','closed','closed','','envato-6','','','2016-03-08 19:34:39','2016-03-08 19:34:39','',0,'http://houzez01.favethemes.com/?post_type=houzez_partner&p=527',0,'houzez_partner','',0); INSERT INTO `wpg3_posts` VALUES (532,1,'2016-03-08 19:48:06','2016-03-08 19:48:06','','Testimonial 1','','publish','closed','closed','','testimonial-1','','','2016-03-08 19:48:06','2016-03-08 19:48:06','',0,'http://houzez01.favethemes.com/?post_type=houzez_testimonials&p=532',0,'houzez_testimonials','',0); INSERT INTO `wpg3_posts` VALUES (537,1,'2016-03-08 20:25:28','2016-03-08 20:25:28','','Testimonial 2','','publish','closed','closed','','testimonial-2','','','2016-03-08 20:25:28','2016-03-08 20:25:28','',0,'http://houzez01.favethemes.com/?post_type=houzez_testimonials&p=537',0,'houzez_testimonials','',0); INSERT INTO `wpg3_posts` VALUES (540,1,'2016-03-08 20:27:26','2016-03-08 20:27:26','','Testimonial 3','','publish','closed','closed','','testimonial-3','','','2016-03-08 20:27:26','2016-03-08 20:27:26','',0,'http://houzez01.favethemes.com/?post_type=houzez_testimonials&p=540',0,'houzez_testimonials','',0); INSERT INTO `wpg3_posts` VALUES (1251,1,'2016-03-28 13:31:17','2016-03-28 13:31:17','<div class=\"table-list\">\n <div class=\"form-group table-cell\">\n <div class=\"input-email input-icon\">\n <input class=\"form-control\" type=\"email\" name=\"EMAIL\" required placeholder=\"Enter your email\">\n </div>\n </div>\n <div class=\"table-cell\">\n <button type=\"submit\" class=\"btn btn-primary\">Submit</button>\n </div>\n</div>\n<p>Houzez is a premium WordPress theme for real estate agents.<br />Don’t forget to fullow us on:</p>\n<ul class=\"social\">\n <li>\n <a href=\"#\" class=\"btn-facebook\"><i class=\"fa fa-facebook-square\"></i></a>\n </li>\n <li>\n <a href=\"#\" class=\"btn-twitter\"><i class=\"fa fa-twitter-square\"></i></a>\n </li>\n <li>\n <a href=\"#\" class=\"btn-google-plus\"><i class=\"fa fa-google-plus-square\"></i></a>\n </li>\n <li>\n <a href=\"#\" class=\"btn-linkedin\"><i class=\"fa fa-linkedin-square\"></i></a>\n </li>\n</ul>','Footer Form','','publish','closed','closed','','footer-form','','','2016-03-28 13:31:17','2016-03-28 13:31:17','',0,'http://houzez01.favethemes.com/mc4wp-form/1251/',0,'mc4wp-form','',0); INSERT INTO `wpg3_posts` VALUES (1472,1,'2016-04-04 19:21:30','2016-04-04 19:21:30','','Testimonial 3','','publish','closed','closed','','testimonial-4','','','2016-04-04 19:21:30','2016-04-04 19:21:30','',0,'http://houzez01.favethemes.com/?post_type=houzez_testimonials&p=1472',0,'houzez_testimonials','',0); INSERT INTO `wpg3_posts` VALUES (8,1,'2016-01-18 20:39:56','2016-01-18 20:39:56','','My Profile','','publish','closed','closed','','my-profile','','','2016-01-18 20:39:56','2016-01-18 20:39:56','',0,'http://sandbox.favethemes.com/houzez/?page_id=8',0,'page','',0); INSERT INTO `wpg3_posts` VALUES (10,1,'2016-01-18 20:40:18','2016-01-18 20:40:18','','My Properties','','publish','closed','closed','','my-properties','','','2016-01-18 20:40:18','2016-01-18 20:40:18','',0,'http://sandbox.favethemes.com/houzez/?page_id=10',0,'page','',0); INSERT INTO `wpg3_posts` VALUES (12,1,'2016-01-18 20:40:57','2016-01-18 20:40:57','','Favorite Properties','','publish','closed','closed','','favorite-properties','','','2016-01-18 20:40:57','2016-01-18 20:40:57','',0,'http://sandbox.favethemes.com/houzez/?page_id=12',0,'page','',0); INSERT INTO `wpg3_posts` VALUES (14,1,'2016-01-18 20:41:17','2016-01-18 20:41:17','','Add New Property','','publish','closed','closed','','add-new-property','','','2016-01-18 20:41:17','2016-01-18 20:41:17','',0,'http://sandbox.favethemes.com/houzez/?page_id=14',0,'page','',0); INSERT INTO `wpg3_posts` VALUES (70,1,'2016-02-02 16:59:47','2016-02-02 16:59:47','','Blog','','publish','closed','closed','','blog','','','2016-02-02 16:59:47','2016-02-02 16:59:47','',0,'http://sandbox.favethemes.com/houzez/?page_id=70',0,'page','',0); INSERT INTO `wpg3_posts` VALUES (194,1,'2016-02-15 23:00:39','2016-02-15 23:00:39','[vc_row][vc_column width=\"2/3\"][vc_empty_space height=\"85px\"][vc_column_text]\n<h1>Discover Our Featured\nApartments</h1>\nVestibulum est mauris, cursus quis enim id, suscipit commodo magna. Aenean placerat sapien et augue rhoncus maximus.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][houzez-prop-grids prop_grid_type=\"grid_1\" property_type=\"apartment\" property_status=\"\" property_state=\"\" property_city=\"\" property_area=\"\" property_label=\"\" featured_prop=\"\" posts_limit=\"6\" offset=\"4\" custom_title=\"\" all_url=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\"][vc_empty_space height=\"85px\"][vc_column_text]\n<h1>Equipped With\nThe Tools You Need</h1>\nDesign your sites visually without compromising your business model. All of the industry standard tools and plugins are at your fingertips.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][text_with_icons style=\"style_two\" columns=\"three_columns\"][text_with_icon icon_type=\"custom_icon\" title=\"Fully Responsive\" text=\"We have tested our code on a multitude of phones and tablets to ensure smooth user experience on all platforms\" read_more_text=\"Read More\" read_more_link=\"#\" custom_icon=\"7398\"][text_with_icon icon_type=\"custom_icon\" title=\"Powerful Admin Panel\" text=\"Provide your agents and clients with an easy way to manage their profile, properties for sale and other settings\" read_more_text=\"Read More\" read_more_link=\"#\" custom_icon=\"7401\"][text_with_icon icon_type=\"custom_icon\" title=\"Multi Language Support\" text=\"Our theme fully supports the WPML plugin in case you want to display your content in multiple languages\" read_more_text=\"Read More\" read_more_link=\"#\" custom_icon=\"7406\"][/text_with_icons][text_with_icons style=\"style_two\" columns=\"three_columns\"][text_with_icon icon_type=\"custom_icon\" title=\"Compare Properties\" text=\"Let your users compare different properties based on their features and parameters\" read_more_text=\"Read More\" read_more_link=\"#\" custom_icon=\"7405\"][text_with_icon icon_type=\"custom_icon\" title=\"Property Layout Manager\" text=\"Sort, enable and disable property page sections as you see fit with a simple drag-and-drop panel\" read_more_text=\"Read More\" read_more_link=\"#\" custom_icon=\"7403\"][text_with_icon icon_type=\"custom_icon\" title=\"Radius Search\" text=\"Search properties by their proximity to you in kilometers or miles on all search pages\" read_more_text=\"Read More\" read_more_link=\"#\" custom_icon=\"7400\"][/text_with_icons][vc_empty_space height=\"100px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"7564\" css=\".vc_custom_1511802257882{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column][vc_column_text]\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Join Us To List Your Properties</span></h1>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Market your Membership program to your ideal client and get started making money online</span></p>\n[/vc_column_text][vc_empty_space][vc_row_inner css=\".vc_custom_1511802656832{margin-right: 0px !important;margin-left: 0px !important;padding-right: 50px !important;padding-left: 50px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1511801039166{margin-right: -15px !important;margin-left: -15px !important;padding-right: 0px !important;padding-left: 0px !important;}\"][houzez-price-table package_id=\"2712\" package_data=\"dynamic\" package_popular=\"no\"]\n<ul>\n <li><i class=\"fa fa-check\"></i> Time Period: <strong>10 days</strong></li>\n <li><i class=\"fa fa-check\"></i> Properties: <strong>2</strong></li>\n <li><i class=\"fa fa-check\"></i> Featured Listings: <strong>2</strong></li>\n</ul>\n[/houzez-price-table][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1511801047591{margin-right: -15px !important;margin-left: -15px !important;}\"][houzez-price-table package_id=\"1241\" package_data=\"dynamic\" package_popular=\"yes\"]\n<ul>\n <li><i class=\"fa fa-check\"></i> Time Period: <strong>10 days</strong></li>\n <li><i class=\"fa fa-check\"></i> Properties: <strong>2</strong></li>\n <li><i class=\"fa fa-check\"></i> Featured Listings: <strong>2</strong></li>\n</ul>\n[/houzez-price-table][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1511801054441{margin-right: -15px !important;margin-left: -15px !important;}\"][houzez-price-table package_id=\"1240\" package_data=\"dynamic\" package_popular=\"no\"]\n<ul>\n <li><i class=\"fa fa-check\"></i> Time Period: <strong>10 days</strong></li>\n <li><i class=\"fa fa-check\"></i> Properties: <strong>2</strong></li>\n <li><i class=\"fa fa-check\"></i> Featured Listings: <strong>2</strong></li>\n</ul>\n[/houzez-price-table][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\"][vc_empty_space height=\"85px\"][vc_column_text]\n<h1>Enjoy Different\nLifestyles</h1>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus pulvinar lectus et elit interdum, ut maximus diam viverra.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][hz-grids houzez_grid_type=\"grid_v1\" houzez_grid_from=\"property_type\" houzez_show_child=\"0\" orderby=\"name\" order=\"ASC\" houzez_hide_empty=\"1\" no_of_terms=\"\" property_type_exc=\"\"][/vc_column][/vc_row]','Homepage','','publish','closed','closed','','homepage-with-map','','','2016-02-15 23:00:39','2016-02-15 23:00:39','',0,'http://sandbox.favethemes.com/houzez/?page_id=194',0,'page','',0); INSERT INTO `wpg3_posts` VALUES (692,1,'2016-03-10 14:36:36','2016-03-10 14:36:36','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"50px\"][vc_column_text]\r\n<p class=\"p1\"><strong>Houzez is a premium WordPress theme for real estate agents where modern aesthetics are combined with tasteful simplicity and where the ease of use is achieved without compromise in your ability to customise the design. </strong></p>\r\n<p class=\"p1\">Whether you are a real estate agent looking to build a website for your company or a web developer seeking a perfect WordPress theme for your next project, you are certain to appreciate the numerous features and benefits that our theme provides.</p>\r\n<p class=\"p1\">This is not a theme that only takes care of the <i>front </i>of a real estate business. This is also a WordPress-based property management system which allows you to own and maintain a real estate marketplace, coordinate your agents, accept submissions and offer membership packages.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_separator][vc_column_text]\r\n<h3 class=\"p1\"><span class=\"s1\">Your Vision. Unrestricted.</span></h3>\r\n<p class=\"p2\"><span class=\"s1\">Unlike many other real estate themes which confine you to a handful of predefined layouts, <strong>Houzez offers a limitless array of possibilities to structure and style your content.</strong> There is no more need to write custom code or hire a developer to realise your vision: all of the customisation options are logically organised in your WordPress admin panel and thoroughly explained in the provided documentation.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_separator][vc_column_text]\r\n<h3>Meet our team</h3>\r\n[/vc_column_text][vc_row_inner][vc_column_inner][vc_column_text]<img class=\"aligncenter wp-image-153 size-medium\" src=\"http://demo.landfarmhome.com/wp-content/uploads/2019/01/WhatsApp-Image-2019-01-27-at-7.10.47-PM1.jpeg\" alt=\"agent-3\" width=\"300\" height=\"300\" />\r\n<p style=\"text-align: center;\"><strong>Sidney Stidham</strong>\r\nFloridaland1@live.com</p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space][vc_column_text]\r\n<h1 class=\"p1\" style=\"margin-bottom: 5px; text-align: center;\">Houzez was built with <b>your success</b> in mind</h1>\r\n<p style=\"text-align: center;\">Get more calls, schedule more viewings and earn more commissions</p>\r\n[/vc_column_text][vc_empty_space][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css=\".vc_custom_1511817036667{padding-right: 30px !important;padding-left: 30px !important;}\"]\r\n<p class=\"p1\" style=\"text-align: left;\"><b>Easy to Get Started </b></p>\r\n<p class=\"p1\" style=\"text-align: left;\">Do you like the demo? Import the provided sample content in a few clicks and start editing it right away</p>\r\n<p class=\"p1\" style=\"text-align: left;\"><b>Built-in Monetisation System </b></p>\r\n<p class=\"p1\" style=\"text-align: left;\">No need to install additional plugins to handle money. Send and receive payments straight out of the box</p>\r\n<p class=\"p1\" style=\"text-align: left;\"><b>Visual Composer </b></p>\r\n<p class=\"p1\" style=\"text-align: left;\">Not experienced in building websites? Get instant visual feedback by dragging and dropping elements to build pages</p>\r\n<p class=\"p1\" style=\"text-align: left;\"><b>Multilingual Support</b></p>\r\n<p class=\"p1\" style=\"text-align: left;\">Our theme fully supports the WPML plugin in case you want to display your content in multiple languages</p>\r\n<p class=\"p1\" style=\"text-align: left;\"><b>Membership System</b></p>\r\n<p class=\"p1\" style=\"text-align: left;\">Offer your agents custom subscription levels by varying the number of featured and regular listings</p>\r\n<p class=\"p1\" style=\"text-align: left;\"><b>Paid or Free Submissions/Memberships</b></p>\r\n<p class=\"p1\" style=\"text-align: left;\">Charge per listing submission, offer monthly packages or don’t charge anything at all - the choice is yours</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css=\".vc_custom_1511817047196{padding-right: 30px !important;padding-left: 30px !important;}\"]\r\n<p class=\"p1\"><b>Various Header Options</b></p>\r\n<p class=\"p1\">Grab your visitors’ attention with an attractive header. Choose between a slider, video, image or Google maps</p>\r\n<p class=\"p1\"><b>Unlimited Layouts</b></p>\r\n<p class=\"p1\">Nothing is set in stone: you can structure your pages exactly how you want without having to write any code</p>\r\n<p class=\"p1\"><b>Choice of Listing Templates</b></p>\r\n<p class=\"p1\">Choose from 8 different listing templates and lay them out as lists or grids, full-width or boxed, with a video or an image</p>\r\n<p class=\"p1\"><b>Visual Composer Modules</b></p>\r\n<p class=\"p1\">Choose from a number of pre-designed Visual Composer modules and lay out your pages in mere minutes</p>\r\n<p class=\"p1\"><b>Revolution Slider</b></p>\r\n<p class=\"p1\">We included this slider plugin as to allow you to build advanced layered sliders with a myriad of options for style and effects</p>\r\n<p class=\"p1\"><b>Advanced Search</b></p>\r\n<p class=\"p1\">Help your visitors find the right property by letting them set various search criteria such as size and price range</p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space][vc_column_text]\r\n<h4 class=\"p1\" style=\"text-align: center;\">...and many other cool features...</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','About Houzez','','publish','closed','closed','','about-us','','','2019-01-27 17:28:35','2019-01-27 17:28:35','',0,'http://houzez01.favethemes.com/?page_id=692',0,'page','',0); INSERT INTO `wpg3_posts` VALUES (745,1,'2016-03-10 18:51:46','2016-03-10 18:51:46','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque ut lacinia ex. Curabitur iaculis elit lorem, vitae fringilla turpis ultricies vel. Mauris pretium fermentum est, eget tincidunt massa dignissim sed. Donec vulputate a augue at tincidunt. Fusce scelerisque quam arcu, vitae dictum leo volutpat tempor. Curabitur commodo vulputate ex id posuere. Phasellus at condimentum purus. Praesent et dictum ante. Proin sed ipsum non nisl pretium tempus quis et augue. Morbi ullamcorper, dolor eu accumsan aliquet, nibh nisl molestie odio, at lobortis sapien nisl interdum arcu.\n\nVestibulum vitae varius arcu. Nam mattis est ex, eu iaculis sem euismod nec. Nulla facilisis est vitae enim dictum posuere. Curabitur est tellus, consectetur vitae tellus eget, scelerisque convallis ipsum. Ut id nulla mauris. Proin placerat, mi eget cursus mollis, nulla ipsum venenatis nulla, a varius urna ante eget felis. Nullam tincidunt urna eu cursus sagittis. Aenean id sagittis enim. Aliquam at urna urna. Pellentesque dapibus velit ut ipsum semper lacinia. Etiam sit amet imperdiet diam, eget congue mi. Sed sagittis tortor dolor, a ultrices risus interdum ac. Pellentesque ac arcu malesuada, auctor est vitae, posuere nunc. Curabitur finibus vehicula turpis sit amet commodo. Sed pulvinar ipsum a tellus faucibus, nec mattis orci tempus. Sed fringilla eros efficitur, auctor tortor vel, facilisis justo.\n\nNulla vestibulum tempus odio, sed pulvinar odio sodales ut. Mauris eu ante nulla. Donec tortor ante, sodales sed nibh a, accumsan vestibulum nulla. Cras ut accumsan nibh, ut mollis dolor. Integer vitae sapien eget massa ullamcorper sodales eu et augue. Etiam sagittis rutrum sapien in feugiat. Nunc vitae mi urna. Vestibulum consectetur ornare dolor.\n\nProin vitae molestie nibh, id varius purus. Ut ultricies, dui non pellentesque tempus, dolor lacus facilisis ex, in sodales quam lectus nec mi. Cras interdum massa eu libero efficitur, nec pellentesque ante laoreet. Praesent tristique pellentesque ligula vitae imperdiet. Mauris elementum augue tortor, vitae rhoncus justo ornare non. Pellentesque pharetra quam ac nibh iaculis, eu tincidunt nunc sollicitudin. Nunc dictum libero in feugiat feugiat. Phasellus semper augue et libero gravida, vitae tempus orci porttitor. Nunc lectus justo, condimentum eu libero semper, dictum vestibulum felis. Donec et tellus sed augue consectetur ultricies et ut felis. Sed sem odio, volutpat vitae neque ac, maximus posuere orci. Cras eu ultrices augue. Quisque vel felis eget orci tincidunt auctor volutpat in quam. Aliquam erat volutpat. In elementum quam non nunc accumsan, ut suscipit nibh rutrum. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\n\nDonec a nibh blandit, porttitor purus id, ornare metus. Donec quis fermentum nunc. Vivamus eget augue sem. Nam sodales eros augue, id sollicitudin urna commodo at. Aenean mauris risus, hendrerit nec metus quis, pharetra accumsan nunc. Suspendisse et luctus lectus. Duis ac condimentum sem, vitae laoreet justo. Vestibulum commodo, massa non dapibus interdum, nulla dui maximus sapien, semper rutrum mi tortor eu eros. Fusce vehicula enim vitae consectetur ultricies. Nunc tincidunt at ipsum eu sollicitudin. Nam et ornare est. Proin cursus metus quam, non faucibus dolor accumsan vitae. Mauris ipsum erat, sodales sit amet neque non, tristique cursus nisl. Sed nisi metus, efficitur eget accumsan semper, scelerisque eu ante.\n\nVivamus auctor mauris risus, sed viverra neque pellentesque ac. Phasellus vestibulum lacus nisl, a semper sem laoreet quis. Fusce nunc arcu, congue vel sodales eu, lacinia at erat. Phasellus finibus dolor lectus, vel tincidunt leo efficitur at. Nullam ut tellus in turpis blandit varius. Sed ut elit nec lectus pretium luctus vitae sit amet est. Etiam in maximus urna. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\n\nCurabitur tristique nec ex eget posuere. Sed elit lacus, pulvinar eu leo vel, sodales eleifend diam. Nunc tincidunt libero id tellus luctus efficitur. Sed sodales dolor justo, eu ultrices ipsum suscipit non. Nullam eu dolor vitae felis pellentesque finibus. Morbi id imperdiet nunc, non commodo dolor. Quisque non tristique lacus. Ut faucibus, magna in dapibus vehicula, lectus mauris pellentesque metus, eu sagittis mi enim quis massa. Donec nunc urna, pulvinar a vestibulum nec, consequat sit amet urna. Duis augue nisi, rhoncus sed consequat eu, lobortis ut dui. Vivamus placerat auctor arcu eu tincidunt. Proin vel dolor sed lorem feugiat molestie nec et justo.\n\nDonec mollis tortor ut est dapibus fermentum. Vestibulum convallis nisl et ipsum sagittis, vel finibus dui lacinia. Quisque ac mi et orci congue commodo in in erat. Suspendisse vulputate tristique neque, eget sollicitudin purus commodo id. Donec vel auctor nibh. Duis interdum lorem purus, eget viverra ipsum congue in. Aliquam erat volutpat. Sed bibendum venenatis pretium. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse et ultricies lectus. Praesent eu felis rutrum, placerat dolor eget, congue urna. Maecenas cursus mattis purus eu tincidunt. Cras pretium elementum elit a tempus.\n\nInteger vitae libero eu eros gravida condimentum. Nullam tincidunt eu lectus in pharetra. Aenean consectetur nisi quis nulla condimentum, eget tristique ex pretium. Nunc sit amet convallis lorem. Maecenas eget est enim. Sed scelerisque posuere lacus et consequat. Ut ultrices ultrices maximus. Donec laoreet sagittis suscipit. Fusce vel lectus nibh. Nam vitae tristique ante.\n\nSed sodales ante ut lobortis interdum. Aenean at risus a est euismod feugiat. Pellentesque magna augue, sodales id cursus eu, varius eget massa. Mauris eros nulla, iaculis ac tellus ut, sagittis eleifend nisl. Aliquam ornare magna tincidunt urna dictum, vitae dignissim lectus malesuada. Nam dignissim lacinia orci eu blandit. Etiam in blandit lacus. Nunc quis aliquam felis. Proin id ligula bibendum, convallis nulla eu, porttitor massa. Mauris feugiat, magna sit amet iaculis tempor, erat dui suscipit nunc, ut pretium velit dui nec ante. Pellentesque feugiat dapibus neque et condimentum. Suspendisse eget eleifend massa. Donec cursus odio pharetra felis dignissim, vitae euismod ligula congue. Morbi sapien erat, convallis a magna id, facilisis congue justo. Donec nec mauris nulla. Sed dictum rhoncus nulla, in imperdiet enim dignissim non.','Terms and Conditions','','publish','closed','closed','','terms-and-conditions','','','2016-03-10 18:51:46','2016-03-10 18:51:46','',0,'http://houzez01.favethemes.com/?page_id=745',0,'page','',0); INSERT INTO `wpg3_posts` VALUES (748,1,'2016-03-10 18:52:12','2016-03-10 18:52:12','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque ut lacinia ex. Curabitur iaculis elit lorem, vitae fringilla turpis ultricies vel. Mauris pretium fermentum est, eget tincidunt massa dignissim sed. Donec vulputate a augue at tincidunt. Fusce scelerisque quam arcu, vitae dictum leo volutpat tempor. Curabitur commodo vulputate ex id posuere. Phasellus at condimentum purus. Praesent et dictum ante. Proin sed ipsum non nisl pretium tempus quis et augue. Morbi ullamcorper, dolor eu accumsan aliquet, nibh nisl molestie odio, at lobortis sapien nisl interdum arcu.\n\nVestibulum vitae varius arcu. Nam mattis est ex, eu iaculis sem euismod nec. Nulla facilisis est vitae enim dictum posuere. Curabitur est tellus, consectetur vitae tellus eget, scelerisque convallis ipsum. Ut id nulla mauris. Proin placerat, mi eget cursus mollis, nulla ipsum venenatis nulla, a varius urna ante eget felis. Nullam tincidunt urna eu cursus sagittis. Aenean id sagittis enim. Aliquam at urna urna. Pellentesque dapibus velit ut ipsum semper lacinia. Etiam sit amet imperdiet diam, eget congue mi. Sed sagittis tortor dolor, a ultrices risus interdum ac. Pellentesque ac arcu malesuada, auctor est vitae, posuere nunc. Curabitur finibus vehicula turpis sit amet commodo. Sed pulvinar ipsum a tellus faucibus, nec mattis orci tempus. Sed fringilla eros efficitur, auctor tortor vel, facilisis justo.\n\nNulla vestibulum tempus odio, sed pulvinar odio sodales ut. Mauris eu ante nulla. Donec tortor ante, sodales sed nibh a, accumsan vestibulum nulla. Cras ut accumsan nibh, ut mollis dolor. Integer vitae sapien eget massa ullamcorper sodales eu et augue. Etiam sagittis rutrum sapien in feugiat. Nunc vitae mi urna. Vestibulum consectetur ornare dolor.\n\nProin vitae molestie nibh, id varius purus. Ut ultricies, dui non pellentesque tempus, dolor lacus facilisis ex, in sodales quam lectus nec mi. Cras interdum massa eu libero efficitur, nec pellentesque ante laoreet. Praesent tristique pellentesque ligula vitae imperdiet. Mauris elementum augue tortor, vitae rhoncus justo ornare non. Pellentesque pharetra quam ac nibh iaculis, eu tincidunt nunc sollicitudin. Nunc dictum libero in feugiat feugiat. Phasellus semper augue et libero gravida, vitae tempus orci porttitor. Nunc lectus justo, condimentum eu libero semper, dictum vestibulum felis. Donec et tellus sed augue consectetur ultricies et ut felis. Sed sem odio, volutpat vitae neque ac, maximus posuere orci. Cras eu ultrices augue. Quisque vel felis eget orci tincidunt auctor volutpat in quam. Aliquam erat volutpat. In elementum quam non nunc accumsan, ut suscipit nibh rutrum. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\n\nDonec a nibh blandit, porttitor purus id, ornare metus. Donec quis fermentum nunc. Vivamus eget augue sem. Nam sodales eros augue, id sollicitudin urna commodo at. Aenean mauris risus, hendrerit nec metus quis, pharetra accumsan nunc. Suspendisse et luctus lectus. Duis ac condimentum sem, vitae laoreet justo. Vestibulum commodo, massa non dapibus interdum, nulla dui maximus sapien, semper rutrum mi tortor eu eros. Fusce vehicula enim vitae consectetur ultricies. Nunc tincidunt at ipsum eu sollicitudin. Nam et ornare est. Proin cursus metus quam, non faucibus dolor accumsan vitae. Mauris ipsum erat, sodales sit amet neque non, tristique cursus nisl. Sed nisi metus, efficitur eget accumsan semper, scelerisque eu ante.\n\nVivamus auctor mauris risus, sed viverra neque pellentesque ac. Phasellus vestibulum lacus nisl, a semper sem laoreet quis. Fusce nunc arcu, congue vel sodales eu, lacinia at erat. Phasellus finibus dolor lectus, vel tincidunt leo efficitur at. Nullam ut tellus in turpis blandit varius. Sed ut elit nec lectus pretium luctus vitae sit amet est. Etiam in maximus urna. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\n\nCurabitur tristique nec ex eget posuere. Sed elit lacus, pulvinar eu leo vel, sodales eleifend diam. Nunc tincidunt libero id tellus luctus efficitur. Sed sodales dolor justo, eu ultrices ipsum suscipit non. Nullam eu dolor vitae felis pellentesque finibus. Morbi id imperdiet nunc, non commodo dolor. Quisque non tristique lacus. Ut faucibus, magna in dapibus vehicula, lectus mauris pellentesque metus, eu sagittis mi enim quis massa. Donec nunc urna, pulvinar a vestibulum nec, consequat sit amet urna. Duis augue nisi, rhoncus sed consequat eu, lobortis ut dui. Vivamus placerat auctor arcu eu tincidunt. Proin vel dolor sed lorem feugiat molestie nec et justo.\n\nDonec mollis tortor ut est dapibus fermentum. Vestibulum convallis nisl et ipsum sagittis, vel finibus dui lacinia. Quisque ac mi et orci congue commodo in in erat. Suspendisse vulputate tristique neque, eget sollicitudin purus commodo id. Donec vel auctor nibh. Duis interdum lorem purus, eget viverra ipsum congue in. Aliquam erat volutpat. Sed bibendum venenatis pretium. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse et ultricies lectus. Praesent eu felis rutrum, placerat dolor eget, congue urna. Maecenas cursus mattis purus eu tincidunt. Cras pretium elementum elit a tempus.\n\nInteger vitae libero eu eros gravida condimentum. Nullam tincidunt eu lectus in pharetra. Aenean consectetur nisi quis nulla condimentum, eget tristique ex pretium. Nunc sit amet convallis lorem. Maecenas eget est enim. Sed scelerisque posuere lacus et consequat. Ut ultrices ultrices maximus. Donec laoreet sagittis suscipit. Fusce vel lectus nibh. Nam vitae tristique ante.\n\nSed sodales ante ut lobortis interdum. Aenean at risus a est euismod feugiat. Pellentesque magna augue, sodales id cursus eu, varius eget massa. Mauris eros nulla, iaculis ac tellus ut, sagittis eleifend nisl. Aliquam ornare magna tincidunt urna dictum, vitae dignissim lectus malesuada. Nam dignissim lacinia orci eu blandit. Etiam in blandit lacus. Nunc quis aliquam felis. Proin id ligula bibendum, convallis nulla eu, porttitor massa. Mauris feugiat, magna sit amet iaculis tempor, erat dui suscipit nunc, ut pretium velit dui nec ante. Pellentesque feugiat dapibus neque et condimentum. Suspendisse eget eleifend massa. Donec cursus odio pharetra felis dignissim, vitae euismod ligula congue. Morbi sapien erat, convallis a magna id, facilisis congue justo. Donec nec mauris nulla. Sed dictum rhoncus nulla, in imperdiet enim dignissim non.','Privacy','','publish','closed','closed','','privacy','','','2016-03-10 18:52:12','2016-03-10 18:52:12','',0,'http://houzez01.favethemes.com/?page_id=748',0,'page','',0); INSERT INTO `wpg3_posts` VALUES (1100,1,'2016-03-16 19:50:28','2016-03-16 19:50:28','[vc_row][vc_column][vc_empty_space height=\"50\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]<strong>This theme support Contact Form 7</strong>. With this plugin can manage multiple contact forms, plus you can customize the form and the mail contents flexibly with simple markup. The form supports Ajax-powered submitting, CAPTCHA, Akismet spam filtering and so on.[/vc_column_text][contact-form-7 id=\"5\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\n<h4>Need help searching on Houzez?</h4>\nIf you forgot your password or want to change your email preferences, use the links below:\n<ul>\n <li><a href=\"#\" data-dismiss=\"modal\" data-toggle=\"modal\" data-target=\"#pop-reset-pass\">Lost your password?</a></li>\n <li><a href=\"#\">Edit email preferences / Unsubscribe</a></li>\n</ul>\n[/vc_column_text][vc_column_text]\n<h4>Still need help?</h4>\nIf you didn\'t find the answer to your question, please <a href=\"#\">contact us</a> and a member of our customer support team will gladly assist you.[/vc_column_text][vc_column_text]\n<h4>Contact Us</h4>\nTo contact Houzez, please select one of the following:\n<ul>\n <li><a href=\"#\">Renter questions</a></li>\n <li><a href=\"#\">Property manager questions</a></li>\n <li><a href=\"#\">Business opportunity questions</a></li>\n <li><a href=\"#\">Careers opportunity questions</a></li>\n <li><a href=\"#\">Customer Support</a></li>\n</ul>\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text css=\".vc_custom_1458842730143{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: rgba(0,174,239,0.1) !important;*background-color: rgb(0,174,239) !important;}\"]\n<p class=\"padding-top\"><strong>For All Press Inquiries,</strong>\n<strong>please contact:</strong></p>\n<strong>Amy Miller</strong>\nPublic Relations Manager\n774 NE 84th St Miami, FL 33879\namy.miller@houzez.com\n\n<strong>Kyle Parker</strong>\nPublic Relations Associated\n774 NE 84th St Miami, FL 33879\nkyle.parker@houzez.com[/vc_column_text][vc_column_text css=\".vc_custom_1458843026242{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: rgba(0,174,239,0.1) !important;*background-color: rgb(0,174,239) !important;}\"]\n<p class=\"padding-top\"><strong>Corporate Headquarters</strong>\n1584 Biscayne Boulevard\nMiami FL, 33176</p>\n[/vc_column_text][/vc_column][/vc_row]','Contact','','publish','closed','closed','','contact','','','2016-03-16 19:50:28','2016-03-16 19:50:28','',0,'http://houzez01.favethemes.com/?page_id=1100',0,'page','',0); INSERT INTO `wpg3_posts` VALUES (1626,1,'2016-06-20 15:18:59','2016-06-20 15:18:59','','Map','','publish','closed','closed','','half-map','','','2016-06-20 15:18:59','2016-06-20 15:18:59','',0,'http://houzez01.favethemes.com/?page_id=1626',0,'page','',0); INSERT INTO `wpg3_posts` VALUES (2324,1,'2016-08-17 21:05:28','2016-08-17 21:05:28','','Compare Properties','','publish','closed','closed','','compare-properties','','','2016-08-17 21:05:28','2016-08-17 21:05:28','',0,'http://houzez01.favethemes.com/?page_id=2324',0,'page','',0); INSERT INTO `wpg3_posts` VALUES (2702,1,'2016-10-13 18:18:50','2016-10-13 18:18:50','','Select Your Package','','publish','closed','closed','','select-your-package','','','2016-10-13 18:18:50','2016-10-13 18:18:50','',0,'http://houzez01.favethemes.com/?page_id=2702',0,'page','',0); INSERT INTO `wpg3_posts` VALUES (2706,1,'2016-10-13 18:20:06','2016-10-13 18:20:06','','Stripe','','publish','closed','closed','','stripe','','','2016-10-13 18:20:06','2016-10-13 18:20:06','',0,'http://houzez01.favethemes.com/?page_id=2706',0,'page','',0); INSERT INTO `wpg3_posts` VALUES (2708,1,'2016-10-13 18:21:23','2016-10-13 18:21:23','','Thank You','','publish','closed','closed','','thank-you','','','2016-10-13 18:21:23','2016-10-13 18:21:23','',0,'http://houzez01.favethemes.com/?page_id=2708',0,'page','',0); INSERT INTO `wpg3_posts` VALUES (2710,1,'2016-10-13 18:21:48','2016-10-13 18:21:48','','Paypal IPN','','publish','closed','closed','','paypal-ipn','','','2016-10-13 18:21:48','2016-10-13 18:21:48','',0,'http://houzez01.favethemes.com/?page_id=2710',0,'page','',0); INSERT INTO `wpg3_posts` VALUES (2713,1,'2016-10-13 18:29:21','2016-10-13 18:29:21','','Invoices','','publish','closed','closed','','invoices','','','2016-10-13 18:29:21','2016-10-13 18:29:21','',0,'http://houzez01.favethemes.com/?page_id=2713',0,'page','',0); INSERT INTO `wpg3_posts` VALUES (2772,1,'2016-10-13 20:37:25','2016-10-13 20:37:25','[vc_row][vc_column][hz-section-title hz_section_title=\"Membership Packages\" hz_section_subtitle=\"4 Columns\" hz_section_title_align=\"text-center\" hz_section_title_color=\"\"][houzez-space height=\"30\"][/vc_column][/vc_row][vc_row el_class=\"packages-no-padding\"][vc_column width=\"1/4\"][houzez-price-table package_id=\"2712\" package_data=\"dynamic\" package_popular=\"no\"]\n<ul>\n <li><i class=\"fa fa-check\"></i> Time Period: <strong>10 days</strong></li>\n <li><i class=\"fa fa-check\"></i> Properties: <strong>2</strong></li>\n <li><i class=\"fa fa-check\"></i> Featured Listings: <strong>2</strong></li>\n</ul>\n[/houzez-price-table][/vc_column][vc_column width=\"1/4\"][houzez-price-table package_id=\"1241\" package_data=\"dynamic\" package_popular=\"no\"]\n<ul>\n <li><i class=\"fa fa-check\"></i> Time Period: <strong>10 days</strong></li>\n <li><i class=\"fa fa-check\"></i> Properties: <strong>2</strong></li>\n <li><i class=\"fa fa-check\"></i> Featured Listings: <strong>2</strong></li>\n</ul>\n[/houzez-price-table][/vc_column][vc_column width=\"1/4\"][houzez-price-table package_id=\"1240\" package_data=\"dynamic\" package_popular=\"yes\"]\n<ul>\n <li><i class=\"fa fa-check\"></i> Time Period: <strong>10 days</strong></li>\n <li><i class=\"fa fa-check\"></i> Properties: <strong>2</strong></li>\n <li><i class=\"fa fa-check\"></i> Featured Listings: <strong>2</strong></li>\n</ul>\n[/houzez-price-table][/vc_column][vc_column width=\"1/4\"][houzez-price-table package_id=\"1239\" package_data=\"dynamic\" package_popular=\"no\"]\n<ul>\n <li><i class=\"fa fa-check\"></i> Time Period: <strong>10 days</strong></li>\n <li><i class=\"fa fa-check\"></i> Properties: <strong>2</strong></li>\n <li><i class=\"fa fa-check\"></i> Featured Listings: <strong>2</strong></li>\n</ul>\n[/houzez-price-table][/vc_column][/vc_row][vc_row][vc_column][houzez-space height=\"30\"][hz-section-title hz_section_title=\"Membership Packages\" hz_section_subtitle=\"3 Columns\" hz_section_title_align=\"text-center\" hz_section_title_color=\"\"][houzez-space height=\"30\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_row_inner el_class=\"packages-no-padding\"][vc_column_inner width=\"1/3\"][houzez-price-table package_id=\"2712\" package_data=\"dynamic\" package_popular=\"no\"]\n<ul>\n <li><i class=\"fa fa-check\"></i> Time Period: <strong>10 days</strong></li>\n <li><i class=\"fa fa-check\"></i> Properties: <strong>2</strong></li>\n <li><i class=\"fa fa-check\"></i> Featured Listings: <strong>2</strong></li>\n</ul>\n[/houzez-price-table][/vc_column_inner][vc_column_inner width=\"1/3\"][houzez-price-table package_id=\"1241\" package_data=\"dynamic\" package_popular=\"yes\"]\n<ul>\n <li><i class=\"fa fa-check\"></i> Time Period: <strong>10 days</strong></li>\n <li><i class=\"fa fa-check\"></i> Properties: <strong>2</strong></li>\n <li><i class=\"fa fa-check\"></i> Featured Listings: <strong>2</strong></li>\n</ul>\n[/houzez-price-table][/vc_column_inner][vc_column_inner width=\"1/3\"][houzez-price-table package_id=\"1240\" package_data=\"dynamic\" package_popular=\"no\"]\n<ul>\n <li><i class=\"fa fa-check\"></i> Time Period: <strong>10 days</strong></li>\n <li><i class=\"fa fa-check\"></i> Properties: <strong>2</strong></li>\n <li><i class=\"fa fa-check\"></i> Featured Listings: <strong>2</strong></li>\n</ul>\n[/houzez-price-table][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row][vc_column][houzez-space height=\"30\"][hz-section-title hz_section_title=\"Membership Packages\" hz_section_subtitle=\"2 Columns\" hz_section_title_align=\"text-center\" hz_section_title_color=\"\"][houzez-space height=\"30\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_row_inner el_class=\"packages-no-padding\"][vc_column_inner width=\"1/2\"][houzez-price-table package_id=\"2712\" package_data=\"dynamic\" package_popular=\"no\"]\n<ul>\n <li><i class=\"fa fa-check\"></i> Time Period: <strong>10 days</strong></li>\n <li><i class=\"fa fa-check\"></i> Properties: <strong>2</strong></li>\n <li><i class=\"fa fa-check\"></i> Featured Listings: <strong>2</strong></li>\n</ul>\n[/houzez-price-table][/vc_column_inner][vc_column_inner width=\"1/2\"][houzez-price-table package_id=\"1241\" package_data=\"dynamic\" package_popular=\"yes\"]\n<ul>\n <li><i class=\"fa fa-check\"></i> Time Period: <strong>10 days</strong></li>\n <li><i class=\"fa fa-check\"></i> Properties: <strong>2</strong></li>\n <li><i class=\"fa fa-check\"></i> Featured Listings: <strong>2</strong></li>\n</ul>\n[/houzez-price-table][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][houzez-space height=\"30\"][/vc_column][/vc_row]','Membership Packages','','publish','closed','closed','','membership-packages','','','2016-10-13 20:37:25','2016-10-13 20:37:25','',0,'http://houzez01.favethemes.com/?page_id=2772',0,'page','',0); INSERT INTO `wpg3_posts` VALUES (4256,1,'2017-01-10 10:59:50','2017-01-10 10:59:50','','Messages','','publish','closed','closed','','messages','','','2017-01-10 10:59:50','2017-01-10 10:59:50','',0,'http://houzez01.favethemes.com/?page_id=4256',0,'page','',0); INSERT INTO `wpg3_posts` VALUES (4258,1,'2017-01-10 11:00:36','2017-01-10 11:00:36','','Membership Info','','publish','closed','closed','','membership-info','','','2017-01-10 11:00:36','2017-01-10 11:00:36','',0,'http://houzez01.favethemes.com/?page_id=4258',0,'page','',0); INSERT INTO `wpg3_posts` VALUES (4316,1,'2017-01-10 18:38:31','2017-01-10 18:38:31','','Saved Search','','publish','closed','closed','','saved-search','','','2017-01-10 18:38:31','2017-01-10 18:38:31','',0,'http://houzez01.favethemes.com/?page_id=4316',0,'page','',0); INSERT INTO `wpg3_posts` VALUES (7655,1,'2017-11-27 20:33:52','2017-11-27 20:33:52','','Apartments','','publish','closed','closed','','apartments','','','2017-11-27 20:33:52','2017-11-27 20:33:52','',0,'http://localhost/houzez13/?page_id=7655',0,'page','',0); INSERT INTO `wpg3_posts` VALUES (7657,1,'2017-11-27 20:36:56','2017-11-27 20:36:56','','Family Home','','publish','closed','closed','','family-home','','','2017-11-27 20:36:56','2017-11-27 20:36:56','',0,'http://localhost/houzez13/?page_id=7657',0,'page','',0); INSERT INTO `wpg3_posts` VALUES (7659,1,'2017-11-27 20:38:24','2017-11-27 20:38:24','','Loft','','publish','closed','closed','','loft-2','','','2017-11-27 20:38:24','2017-11-27 20:38:24','',0,'http://localhost/houzez13/?page_id=7659',0,'page','',0); INSERT INTO `wpg3_posts` VALUES (419,1,'2016-03-07 20:10:11','2016-03-07 20:10:11','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.\n\nNam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum.','Awesome family home','','expired','closed','closed','','luxury-family-home-3','','','2016-03-07 20:10:11','2016-03-07 20:10:11','',0,'http://houzez01.favethemes.com/?post_type=property&p=419',0,'property','',0); INSERT INTO `wpg3_posts` VALUES (422,1,'2016-03-07 20:11:43','2016-03-07 20:11:43','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.\n\nNam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum.','Contemporary apartment','','expired','closed','closed','','contemporary-apartment-3','','','2016-03-07 20:11:43','2016-03-07 20:11:43','',0,'http://houzez01.favethemes.com/?post_type=property&p=422',0,'property','',0); INSERT INTO `wpg3_posts` VALUES (425,1,'2016-03-07 20:14:32','2016-03-07 20:14:32','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.\n\nNam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum.','Gorgeous villa for sale','','expired','closed','closed','','gorgeous-villa-for-sale','','','2016-03-07 20:14:32','2016-03-07 20:14:32','',0,'http://houzez01.favethemes.com/?post_type=property&p=425',0,'property','',0); INSERT INTO `wpg3_posts` VALUES (429,1,'2016-03-07 20:18:25','2016-03-07 20:18:25','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.\n\nNam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum.','Gorgeous villa bay view','','expired','closed','closed','','gorgeous-villa-bay-view','','','2016-03-07 20:18:25','2016-03-07 20:18:25','',0,'http://houzez01.favethemes.com/?post_type=property&p=429',0,'property','',0); INSERT INTO `wpg3_posts` VALUES (432,1,'2016-03-07 20:19:53','2016-03-07 20:19:53','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.\n\nNam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum.','Comfortable Villa in Green','','expired','closed','closed','','comfortable-apartment-bay-view','','','2016-03-07 20:19:53','2016-03-07 20:19:53','',0,'http://houzez01.favethemes.com/?post_type=property&p=432',0,'property','',0); INSERT INTO `wpg3_posts` VALUES (616,1,'2016-03-09 01:19:46','2016-03-09 01:19:46','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque. Aliquam hendrerit sollicitudin purus, quis rutrum mi accumsan nec. <strong>Quisque bibendum orci ac nibh facilisis</strong>, at malesuada orci congue. Nullam tempus sollicitudin cursus. Ut et adipiscing erat. Curabitur <a href=\"http://magzilla10.favethemes.com/wp/magzilla/demo02/introducing-a-revolutionary-method-to-master-make-up/\">this is a text link</a> libero tempus congue.\n\nDuis mattis laoreet neque, et ornare neque sollicitudin at. Proin sagittis dolor sed mi elementum pretium. Donec et justo ante. Vivamus egestas sodales est, eu rhoncus urna semper eu. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Integer tristique elit lobortis purus bibendum, quis dictum metus mattis. Phasellus posuere felis sed eros porttitor mattis. Curabitur massa magna, tempor in blandit id, porta in ligula. Aliquam laoreet nisl massa, at interdum mauris sollicitudin et.\n<h2>Quisque this is a link nibh facilisis at malesuada</h2>\nNullam tempus sollicitudin cursus. Nulla elit mauris, volutpat eu varius malesuada, pulvinar eu ligula. Ut et adipiscing erat. Curabitur adipiscing erat vel libero tempus congue. Nam pharetra interdum vestibulum. Aenean gravida mi non aliquet porttitor. Praesent dapibus, nisi a faucibus tincidunt, quam dolor condimentum metus, in convallis libero ligula ut eros.\n<div class=\"fluid-width-video-wrapper\">\n\n[caption id=\"attachment_7413\" align=\"alignnone\" width=\"1024\"]<img class=\"size-large wp-image-7413\" src=\"http://localhost/houzez13/wp-content/uploads/2017/11/05-1-1024x683.jpg\" alt=\"\" width=\"1024\" height=\"683\" /> Wooden white coffee table and comfortable sofa in lounge[/caption]\n\n</div>\nProin suscipit, ex non sodales aliquam, ante mauris laoreet felis, vitae fermentum ligula nibh ut ex. Vivamus sem magna, iaculis ut pretium ac, tincidunt vel ipsum. Maecenas commodo, velit vel porta vulputate, lorem sem accumsan nunc, nec scelerisque elit turpis eget mauris. Donec dictum elit vel nunc tristique, eu lobortis ante sodales. Etiam posuere leo ut leo laoreet, a gravida dui ultricies. Morbi vehicula nulla eget elit mollis, at condimentum est feugiat.\n<blockquote>Duis mollis et sem sed sollicitudin. Donec non odio neque. Aliquam hendrerit sollicitudin purus, quis rutrum mi accumsan nec.</blockquote>\nDuis mattis laoreet neque, et ornare neque sollicitudin at. Proin sagittis dolor sed mi elementum pretium. Donec et justo ante. Vivamus egestas sodales est, eu rhoncus urna semper eu. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Integer tristique elit lobortis purus bibendum, quis dictum metus mattis.\n<h3>Phasellus posuere felis sed eros porttitor mattis</h3>\nCurabitur massa magna, tempor in blandit id, porta in ligula. Aliquam laoreet nisl massa, at interdum mauris sollicitudin et. Mauris risus lectus, tristique at nisl at, pharetra tristique enim.\n\nNullam this is a link nibh facilisis, at malesuada orci congue. Nullam tempus sollicitudin cursus. Nulla elit mauris, volutpat eu varius malesuada, pulvinar eu ligula. Ut et adipiscing erat. Curabitur adipiscing erat vel libero tempus congue. Nam pharetra interdum vestibulum. Aenean gravida mi non aliquet porttitor. Praesent dapibus, nisi a faucibus tincidunt, quam dolor condimentum metus, in convallis libero ligula ut eros.\n<ul>\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n <li>Aliquam tincidunt mauris eu risus.\n<ol>\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n <li>Aliquam tincidunt mauris eu risus.</li>\n <li>Vestibulum auctor dapibus neque.</li>\n</ol>\n</li>\n <li>Vestibulum auctor dapibus neque.</li>\n</ul>\nUt non gravida arcu. Vivamus non congue leo. Aliquam dapibus laoreet purus, vitae iaculis eros egestas ac. Mauris massa est, lobortis a viverra eget, elementum sit amet ligula. Maecenas venenatis eros quis porta laoreet.\n<h4>Sed ultrices placerat metus. Vivamus posuere leo nunc, eget mollis odio posuere nec.</h4>\n \n\n[caption id=\"attachment_7557\" align=\"alignnone\" width=\"1024\"]<img class=\"size-large wp-image-7557\" src=\"http://localhost/houzez13/wp-content/uploads/2017/11/101-2-1024x683.jpg\" alt=\"\" width=\"1024\" height=\"683\" /> White loft with dining table, chairs and dresser[/caption]\n\nVivamus varius vitae dolor ac hendrerit. Vestibulum nec dolor ac nunc blandit aliquam. Nam at metus non ligula egestas varius ac sed mauris. Fusce at mi metus. Nam elementum dui id nulla bibendum elementum.\n<ol>\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n <li>Aliquam tincidunt mauris eu risus.\n<ol>\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n <li>Aliquam tincidunt mauris eu risus.</li>\n <li>Vestibulum auctor dapibus neque.</li>\n</ol>\n</li>\n <li>Vestibulum auctor dapibus neque.</li>\n</ol>\nProin sagittis dolor sed mi elementum pretium. Donec et justo ante. Vivamus egestas sodales est, eu rhoncus urna semper eu. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Integer tristique elit lobortis purus bibendum, quis dictum metus mattis. Phasellus posuere felis sed eros porttitor mattis. Curabitur massa magna, tempor in blandit id, porta in ligula. Aliquam laoreet nisl massa, at interdum mauris sollicitudin et.','The Ultimate Cheat Sheet On Real Estate','','publish','open','open','','the-ultimate-cheat-sheet-on-real-estate','','','2016-03-09 01:19:46','2016-03-09 01:19:46','',0,'http://houzez01.favethemes.com/?p=616',0,'post','',0); INSERT INTO `wpg3_posts` VALUES (618,1,'2016-03-09 01:23:07','2016-03-09 01:23:07','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque. Aliquam hendrerit sollicitudin purus, quis rutrum mi accumsan nec. <strong>Quisque bibendum orci ac nibh facilisis</strong>, at malesuada orci congue. Nullam tempus sollicitudin cursus. Ut et adipiscing erat. Curabitur <a href=\"http://magzilla10.favethemes.com/wp/magzilla/demo02/introducing-a-revolutionary-method-to-master-make-up/\">this is a text link</a> libero tempus congue.\n\nDuis mattis laoreet neque, et ornare neque sollicitudin at. Proin sagittis dolor sed mi elementum pretium. Donec et justo ante. Vivamus egestas sodales est, eu rhoncus urna semper eu. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Integer tristique elit lobortis purus bibendum, quis dictum metus mattis. Phasellus posuere felis sed eros porttitor mattis. Curabitur massa magna, tempor in blandit id, porta in ligula. Aliquam laoreet nisl massa, at interdum mauris sollicitudin et.\n<h2>Quisque this is a link nibh facilisis at malesuada</h2>\nNullam tempus sollicitudin cursus. Nulla elit mauris, volutpat eu varius malesuada, pulvinar eu ligula. Ut et adipiscing erat. Curabitur adipiscing erat vel libero tempus congue. Nam pharetra interdum vestibulum. Aenean gravida mi non aliquet porttitor. Praesent dapibus, nisi a faucibus tincidunt, quam dolor condimentum metus, in convallis libero ligula ut eros.\n<div class=\"fluid-width-video-wrapper\">\n\n[caption id=\"attachment_7413\" align=\"alignnone\" width=\"1024\"]<img class=\"size-large wp-image-7413\" src=\"http://localhost/houzez13/wp-content/uploads/2017/11/05-1-1024x683.jpg\" alt=\"\" width=\"1024\" height=\"683\" /> Wooden white coffee table and comfortable sofa in lounge[/caption]\n\n</div>\nProin suscipit, ex non sodales aliquam, ante mauris laoreet felis, vitae fermentum ligula nibh ut ex. Vivamus sem magna, iaculis ut pretium ac, tincidunt vel ipsum. Maecenas commodo, velit vel porta vulputate, lorem sem accumsan nunc, nec scelerisque elit turpis eget mauris. Donec dictum elit vel nunc tristique, eu lobortis ante sodales. Etiam posuere leo ut leo laoreet, a gravida dui ultricies. Morbi vehicula nulla eget elit mollis, at condimentum est feugiat.\n<blockquote>Duis mollis et sem sed sollicitudin. Donec non odio neque. Aliquam hendrerit sollicitudin purus, quis rutrum mi accumsan nec.</blockquote>\nDuis mattis laoreet neque, et ornare neque sollicitudin at. Proin sagittis dolor sed mi elementum pretium. Donec et justo ante. Vivamus egestas sodales est, eu rhoncus urna semper eu. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Integer tristique elit lobortis purus bibendum, quis dictum metus mattis.\n<h3>Phasellus posuere felis sed eros porttitor mattis</h3>\nCurabitur massa magna, tempor in blandit id, porta in ligula. Aliquam laoreet nisl massa, at interdum mauris sollicitudin et. Mauris risus lectus, tristique at nisl at, pharetra tristique enim.\n\nNullam this is a link nibh facilisis, at malesuada orci congue. Nullam tempus sollicitudin cursus. Nulla elit mauris, volutpat eu varius malesuada, pulvinar eu ligula. Ut et adipiscing erat. Curabitur adipiscing erat vel libero tempus congue. Nam pharetra interdum vestibulum. Aenean gravida mi non aliquet porttitor. Praesent dapibus, nisi a faucibus tincidunt, quam dolor condimentum metus, in convallis libero ligula ut eros.\n<ul>\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n <li>Aliquam tincidunt mauris eu risus.\n<ol>\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n <li>Aliquam tincidunt mauris eu risus.</li>\n <li>Vestibulum auctor dapibus neque.</li>\n</ol>\n</li>\n <li>Vestibulum auctor dapibus neque.</li>\n</ul>\nUt non gravida arcu. Vivamus non congue leo. Aliquam dapibus laoreet purus, vitae iaculis eros egestas ac. Mauris massa est, lobortis a viverra eget, elementum sit amet ligula. Maecenas venenatis eros quis porta laoreet.\n<h4>Sed ultrices placerat metus. Vivamus posuere leo nunc, eget mollis odio posuere nec.</h4>\n \n\n[caption id=\"attachment_7557\" align=\"alignnone\" width=\"1024\"]<img class=\"size-large wp-image-7557\" src=\"http://localhost/houzez13/wp-content/uploads/2017/11/101-2-1024x683.jpg\" alt=\"\" width=\"1024\" height=\"683\" /> White loft with dining table, chairs and dresser[/caption]\n\nVivamus varius vitae dolor ac hendrerit. Vestibulum nec dolor ac nunc blandit aliquam. Nam at metus non ligula egestas varius ac sed mauris. Fusce at mi metus. Nam elementum dui id nulla bibendum elementum.\n<ol>\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n <li>Aliquam tincidunt mauris eu risus.\n<ol>\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n <li>Aliquam tincidunt mauris eu risus.</li>\n <li>Vestibulum auctor dapibus neque.</li>\n</ol>\n</li>\n <li>Vestibulum auctor dapibus neque.</li>\n</ol>\nProin sagittis dolor sed mi elementum pretium. Donec et justo ante. Vivamus egestas sodales est, eu rhoncus urna semper eu. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Integer tristique elit lobortis purus bibendum, quis dictum metus mattis. Phasellus posuere felis sed eros porttitor mattis. Curabitur massa magna, tempor in blandit id, porta in ligula. Aliquam laoreet nisl massa, at interdum mauris sollicitudin et.','5 Tools Everyone In The Real Estate Industry Should Be Using','','publish','open','open','','the-history-of-real-estate','','','2016-03-09 01:23:07','2016-03-09 01:23:07','',0,'http://houzez01.favethemes.com/?p=618',0,'post','',0); INSERT INTO `wpg3_posts` VALUES (623,1,'2016-03-09 01:31:17','2016-03-09 01:31:17','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque. Aliquam hendrerit sollicitudin purus, quis rutrum mi accumsan nec. <strong>Quisque bibendum orci ac nibh facilisis</strong>, at malesuada orci congue. Nullam tempus sollicitudin cursus. Ut et adipiscing erat. Curabitur <a href=\"http://magzilla10.favethemes.com/wp/magzilla/demo02/introducing-a-revolutionary-method-to-master-make-up/\">this is a text link</a> libero tempus congue.\n\nDuis mattis laoreet neque, et ornare neque sollicitudin at. Proin sagittis dolor sed mi elementum pretium. Donec et justo ante. Vivamus egestas sodales est, eu rhoncus urna semper eu. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Integer tristique elit lobortis purus bibendum, quis dictum metus mattis. Phasellus posuere felis sed eros porttitor mattis. Curabitur massa magna, tempor in blandit id, porta in ligula. Aliquam laoreet nisl massa, at interdum mauris sollicitudin et.\n<h2>Quisque this is a link nibh facilisis at malesuada</h2>\nNullam tempus sollicitudin cursus. Nulla elit mauris, volutpat eu varius malesuada, pulvinar eu ligula. Ut et adipiscing erat. Curabitur adipiscing erat vel libero tempus congue. Nam pharetra interdum vestibulum. Aenean gravida mi non aliquet porttitor. Praesent dapibus, nisi a faucibus tincidunt, quam dolor condimentum metus, in convallis libero ligula ut eros.\n<div class=\"fluid-width-video-wrapper\">\n\n[caption id=\"attachment_7413\" align=\"alignnone\" width=\"1024\"]<img class=\"size-large wp-image-7413\" src=\"http://localhost/houzez13/wp-content/uploads/2017/11/05-1-1024x683.jpg\" alt=\"\" width=\"1024\" height=\"683\" /> Wooden white coffee table and comfortable sofa in lounge[/caption]\n\n</div>\nProin suscipit, ex non sodales aliquam, ante mauris laoreet felis, vitae fermentum ligula nibh ut ex. Vivamus sem magna, iaculis ut pretium ac, tincidunt vel ipsum. Maecenas commodo, velit vel porta vulputate, lorem sem accumsan nunc, nec scelerisque elit turpis eget mauris. Donec dictum elit vel nunc tristique, eu lobortis ante sodales. Etiam posuere leo ut leo laoreet, a gravida dui ultricies. Morbi vehicula nulla eget elit mollis, at condimentum est feugiat.\n<blockquote>Duis mollis et sem sed sollicitudin. Donec non odio neque. Aliquam hendrerit sollicitudin purus, quis rutrum mi accumsan nec.</blockquote>\nDuis mattis laoreet neque, et ornare neque sollicitudin at. Proin sagittis dolor sed mi elementum pretium. Donec et justo ante. Vivamus egestas sodales est, eu rhoncus urna semper eu. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Integer tristique elit lobortis purus bibendum, quis dictum metus mattis.\n<h3>Phasellus posuere felis sed eros porttitor mattis</h3>\nCurabitur massa magna, tempor in blandit id, porta in ligula. Aliquam laoreet nisl massa, at interdum mauris sollicitudin et. Mauris risus lectus, tristique at nisl at, pharetra tristique enim.\n\nNullam this is a link nibh facilisis, at malesuada orci congue. Nullam tempus sollicitudin cursus. Nulla elit mauris, volutpat eu varius malesuada, pulvinar eu ligula. Ut et adipiscing erat. Curabitur adipiscing erat vel libero tempus congue. Nam pharetra interdum vestibulum. Aenean gravida mi non aliquet porttitor. Praesent dapibus, nisi a faucibus tincidunt, quam dolor condimentum metus, in convallis libero ligula ut eros.\n<ul>\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n <li>Aliquam tincidunt mauris eu risus.\n<ol>\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n <li>Aliquam tincidunt mauris eu risus.</li>\n <li>Vestibulum auctor dapibus neque.</li>\n</ol>\n</li>\n <li>Vestibulum auctor dapibus neque.</li>\n</ul>\nUt non gravida arcu. Vivamus non congue leo. Aliquam dapibus laoreet purus, vitae iaculis eros egestas ac. Mauris massa est, lobortis a viverra eget, elementum sit amet ligula. Maecenas venenatis eros quis porta laoreet.\n<h4>Sed ultrices placerat metus. Vivamus posuere leo nunc, eget mollis odio posuere nec.</h4>\n \n\n[caption id=\"attachment_7557\" align=\"alignnone\" width=\"1024\"]<img class=\"size-large wp-image-7557\" src=\"http://localhost/houzez13/wp-content/uploads/2017/11/101-2-1024x683.jpg\" alt=\"\" width=\"1024\" height=\"683\" /> White loft with dining table, chairs and dresser[/caption]\n\nVivamus varius vitae dolor ac hendrerit. Vestibulum nec dolor ac nunc blandit aliquam. Nam at metus non ligula egestas varius ac sed mauris. Fusce at mi metus. Nam elementum dui id nulla bibendum elementum.\n<ol>\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n <li>Aliquam tincidunt mauris eu risus.\n<ol>\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n <li>Aliquam tincidunt mauris eu risus.</li>\n <li>Vestibulum auctor dapibus neque.</li>\n</ol>\n</li>\n <li>Vestibulum auctor dapibus neque.</li>\n</ol>\nProin sagittis dolor sed mi elementum pretium. Donec et justo ante. Vivamus egestas sodales est, eu rhoncus urna semper eu. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Integer tristique elit lobortis purus bibendum, quis dictum metus mattis. Phasellus posuere felis sed eros porttitor mattis. Curabitur massa magna, tempor in blandit id, porta in ligula. Aliquam laoreet nisl massa, at interdum mauris sollicitudin et.','15 Best Blogs To Follow About Real Estate','','publish','open','open','','15-best-blogs-to-follow-about-real-estate','','','2016-03-09 01:31:17','2016-03-09 01:31:17','',0,'http://houzez01.favethemes.com/?p=623',0,'post','',0); INSERT INTO `wpg3_posts` VALUES (625,1,'2016-03-09 01:31:48','2016-03-09 01:31:48','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque. Aliquam hendrerit sollicitudin purus, quis rutrum mi accumsan nec. <strong>Quisque bibendum orci ac nibh facilisis</strong>, at malesuada orci congue. Nullam tempus sollicitudin cursus. Ut et adipiscing erat. Curabitur <a href=\"http://magzilla10.favethemes.com/wp/magzilla/demo02/introducing-a-revolutionary-method-to-master-make-up/\">this is a text link</a> libero tempus congue.\n\nDuis mattis laoreet neque, et ornare neque sollicitudin at. Proin sagittis dolor sed mi elementum pretium. Donec et justo ante. Vivamus egestas sodales est, eu rhoncus urna semper eu. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Integer tristique elit lobortis purus bibendum, quis dictum metus mattis. Phasellus posuere felis sed eros porttitor mattis. Curabitur massa magna, tempor in blandit id, porta in ligula. Aliquam laoreet nisl massa, at interdum mauris sollicitudin et.\n<h2>Quisque this is a link nibh facilisis at malesuada</h2>\nNullam tempus sollicitudin cursus. Nulla elit mauris, volutpat eu varius malesuada, pulvinar eu ligula. Ut et adipiscing erat. Curabitur adipiscing erat vel libero tempus congue. Nam pharetra interdum vestibulum. Aenean gravida mi non aliquet porttitor. Praesent dapibus, nisi a faucibus tincidunt, quam dolor condimentum metus, in convallis libero ligula ut eros.\n<div class=\"fluid-width-video-wrapper\">\n\n[caption id=\"attachment_7413\" align=\"alignnone\" width=\"1024\"]<img class=\"size-large wp-image-7413\" src=\"http://localhost/houzez13/wp-content/uploads/2017/11/05-1-1024x683.jpg\" alt=\"\" width=\"1024\" height=\"683\" /> Wooden white coffee table and comfortable sofa in lounge[/caption]\n\n</div>\nProin suscipit, ex non sodales aliquam, ante mauris laoreet felis, vitae fermentum ligula nibh ut ex. Vivamus sem magna, iaculis ut pretium ac, tincidunt vel ipsum. Maecenas commodo, velit vel porta vulputate, lorem sem accumsan nunc, nec scelerisque elit turpis eget mauris. Donec dictum elit vel nunc tristique, eu lobortis ante sodales. Etiam posuere leo ut leo laoreet, a gravida dui ultricies. Morbi vehicula nulla eget elit mollis, at condimentum est feugiat.\n<blockquote>Duis mollis et sem sed sollicitudin. Donec non odio neque. Aliquam hendrerit sollicitudin purus, quis rutrum mi accumsan nec.</blockquote>\nDuis mattis laoreet neque, et ornare neque sollicitudin at. Proin sagittis dolor sed mi elementum pretium. Donec et justo ante. Vivamus egestas sodales est, eu rhoncus urna semper eu. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Integer tristique elit lobortis purus bibendum, quis dictum metus mattis.\n<h3>Phasellus posuere felis sed eros porttitor mattis</h3>\nCurabitur massa magna, tempor in blandit id, porta in ligula. Aliquam laoreet nisl massa, at interdum mauris sollicitudin et. Mauris risus lectus, tristique at nisl at, pharetra tristique enim.\n\nNullam this is a link nibh facilisis, at malesuada orci congue. Nullam tempus sollicitudin cursus. Nulla elit mauris, volutpat eu varius malesuada, pulvinar eu ligula. Ut et adipiscing erat. Curabitur adipiscing erat vel libero tempus congue. Nam pharetra interdum vestibulum. Aenean gravida mi non aliquet porttitor. Praesent dapibus, nisi a faucibus tincidunt, quam dolor condimentum metus, in convallis libero ligula ut eros.\n<ul>\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n <li>Aliquam tincidunt mauris eu risus.\n<ol>\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n <li>Aliquam tincidunt mauris eu risus.</li>\n <li>Vestibulum auctor dapibus neque.</li>\n</ol>\n</li>\n <li>Vestibulum auctor dapibus neque.</li>\n</ul>\nUt non gravida arcu. Vivamus non congue leo. Aliquam dapibus laoreet purus, vitae iaculis eros egestas ac. Mauris massa est, lobortis a viverra eget, elementum sit amet ligula. Maecenas venenatis eros quis porta laoreet.\n<h4>Sed ultrices placerat metus. Vivamus posuere leo nunc, eget mollis odio posuere nec.</h4>\n \n\n[caption id=\"attachment_7557\" align=\"alignnone\" width=\"1024\"]<img class=\"size-large wp-image-7557\" src=\"http://localhost/houzez13/wp-content/uploads/2017/11/101-2-1024x683.jpg\" alt=\"\" width=\"1024\" height=\"683\" /> White loft with dining table, chairs and dresser[/caption]\n\nVivamus varius vitae dolor ac hendrerit. Vestibulum nec dolor ac nunc blandit aliquam. Nam at metus non ligula egestas varius ac sed mauris. Fusce at mi metus. Nam elementum dui id nulla bibendum elementum.\n<ol>\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n <li>Aliquam tincidunt mauris eu risus.\n<ol>\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n <li>Aliquam tincidunt mauris eu risus.</li>\n <li>Vestibulum auctor dapibus neque.</li>\n</ol>\n</li>\n <li>Vestibulum auctor dapibus neque.</li>\n</ol>\nProin sagittis dolor sed mi elementum pretium. Donec et justo ante. Vivamus egestas sodales est, eu rhoncus urna semper eu. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Integer tristique elit lobortis purus bibendum, quis dictum metus mattis. Phasellus posuere felis sed eros porttitor mattis. Curabitur massa magna, tempor in blandit id, porta in ligula. Aliquam laoreet nisl massa, at interdum mauris sollicitudin et.','10 Quick Tips About Real Estate','','publish','open','open','','10-quick-tips-about-real-estate','','','2016-03-09 01:31:48','2016-03-09 01:31:48','',0,'http://houzez01.favethemes.com/?p=625',0,'post','',0); INSERT INTO `wpg3_posts` VALUES (627,1,'2016-03-09 01:32:25','2016-03-09 01:32:25','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque. Aliquam hendrerit sollicitudin purus, quis rutrum mi accumsan nec. <strong>Quisque bibendum orci ac nibh facilisis</strong>, at malesuada orci congue. Nullam tempus sollicitudin cursus. Ut et adipiscing erat. Curabitur <a href=\"http://magzilla10.favethemes.com/wp/magzilla/demo02/introducing-a-revolutionary-method-to-master-make-up/\">this is a text link</a> libero tempus congue.\n\nDuis mattis laoreet neque, et ornare neque sollicitudin at. Proin sagittis dolor sed mi elementum pretium. Donec et justo ante. Vivamus egestas sodales est, eu rhoncus urna semper eu. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Integer tristique elit lobortis purus bibendum, quis dictum metus mattis. Phasellus posuere felis sed eros porttitor mattis. Curabitur massa magna, tempor in blandit id, porta in ligula. Aliquam laoreet nisl massa, at interdum mauris sollicitudin et.\n<h2>Quisque this is a link nibh facilisis at malesuada</h2>\nNullam tempus sollicitudin cursus. Nulla elit mauris, volutpat eu varius malesuada, pulvinar eu ligula. Ut et adipiscing erat. Curabitur adipiscing erat vel libero tempus congue. Nam pharetra interdum vestibulum. Aenean gravida mi non aliquet porttitor. Praesent dapibus, nisi a faucibus tincidunt, quam dolor condimentum metus, in convallis libero ligula ut eros.\n<div class=\"fluid-width-video-wrapper\">\n\n[caption id=\"attachment_7413\" align=\"alignnone\" width=\"1024\"]<img class=\"size-large wp-image-7413\" src=\"http://localhost/houzez13/wp-content/uploads/2017/11/05-1-1024x683.jpg\" alt=\"\" width=\"1024\" height=\"683\" /> Wooden white coffee table and comfortable sofa in lounge[/caption]\n\n</div>\nProin suscipit, ex non sodales aliquam, ante mauris laoreet felis, vitae fermentum ligula nibh ut ex. Vivamus sem magna, iaculis ut pretium ac, tincidunt vel ipsum. Maecenas commodo, velit vel porta vulputate, lorem sem accumsan nunc, nec scelerisque elit turpis eget mauris. Donec dictum elit vel nunc tristique, eu lobortis ante sodales. Etiam posuere leo ut leo laoreet, a gravida dui ultricies. Morbi vehicula nulla eget elit mollis, at condimentum est feugiat.\n<blockquote>Duis mollis et sem sed sollicitudin. Donec non odio neque. Aliquam hendrerit sollicitudin purus, quis rutrum mi accumsan nec.</blockquote>\nDuis mattis laoreet neque, et ornare neque sollicitudin at. Proin sagittis dolor sed mi elementum pretium. Donec et justo ante. Vivamus egestas sodales est, eu rhoncus urna semper eu. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Integer tristique elit lobortis purus bibendum, quis dictum metus mattis.\n<h3>Phasellus posuere felis sed eros porttitor mattis</h3>\nCurabitur massa magna, tempor in blandit id, porta in ligula. Aliquam laoreet nisl massa, at interdum mauris sollicitudin et. Mauris risus lectus, tristique at nisl at, pharetra tristique enim.\n\nNullam this is a link nibh facilisis, at malesuada orci congue. Nullam tempus sollicitudin cursus. Nulla elit mauris, volutpat eu varius malesuada, pulvinar eu ligula. Ut et adipiscing erat. Curabitur adipiscing erat vel libero tempus congue. Nam pharetra interdum vestibulum. Aenean gravida mi non aliquet porttitor. Praesent dapibus, nisi a faucibus tincidunt, quam dolor condimentum metus, in convallis libero ligula ut eros.\n<ul>\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n <li>Aliquam tincidunt mauris eu risus.\n<ol>\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n <li>Aliquam tincidunt mauris eu risus.</li>\n <li>Vestibulum auctor dapibus neque.</li>\n</ol>\n</li>\n <li>Vestibulum auctor dapibus neque.</li>\n</ul>\nUt non gravida arcu. Vivamus non congue leo. Aliquam dapibus laoreet purus, vitae iaculis eros egestas ac. Mauris massa est, lobortis a viverra eget, elementum sit amet ligula. Maecenas venenatis eros quis porta laoreet.\n<h4>Sed ultrices placerat metus. Vivamus posuere leo nunc, eget mollis odio posuere nec.</h4>\n \n\n[caption id=\"attachment_7557\" align=\"alignnone\" width=\"1024\"]<img class=\"size-large wp-image-7557\" src=\"http://localhost/houzez13/wp-content/uploads/2017/11/101-2-1024x683.jpg\" alt=\"\" width=\"1024\" height=\"683\" /> White loft with dining table, chairs and dresser[/caption]\n\nVivamus varius vitae dolor ac hendrerit. Vestibulum nec dolor ac nunc blandit aliquam. Nam at metus non ligula egestas varius ac sed mauris. Fusce at mi metus. Nam elementum dui id nulla bibendum elementum.\n<ol>\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n <li>Aliquam tincidunt mauris eu risus.\n<ol>\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n <li>Aliquam tincidunt mauris eu risus.</li>\n <li>Vestibulum auctor dapibus neque.</li>\n</ol>\n</li>\n <li>Vestibulum auctor dapibus neque.</li>\n</ol>\nProin sagittis dolor sed mi elementum pretium. Donec et justo ante. Vivamus egestas sodales est, eu rhoncus urna semper eu. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Integer tristique elit lobortis purus bibendum, quis dictum metus mattis. Phasellus posuere felis sed eros porttitor mattis. Curabitur massa magna, tempor in blandit id, porta in ligula. Aliquam laoreet nisl massa, at interdum mauris sollicitudin et.','Why We Love Real Estate','','publish','open','open','','why-we-love-real-estate','','','2016-03-09 01:32:25','2016-03-09 01:32:25','',0,'http://houzez01.favethemes.com/?p=627',0,'post','',0); INSERT INTO `wpg3_posts` VALUES (629,1,'2016-03-09 01:32:53','2016-03-09 01:32:53','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque. Aliquam hendrerit sollicitudin purus, quis rutrum mi accumsan nec. <strong>Quisque bibendum orci ac nibh facilisis</strong>, at malesuada orci congue. Nullam tempus sollicitudin cursus. Ut et adipiscing erat. Curabitur <a href=\"http://magzilla10.favethemes.com/wp/magzilla/demo02/introducing-a-revolutionary-method-to-master-make-up/\">this is a text link</a> libero tempus congue.\n\nDuis mattis laoreet neque, et ornare neque sollicitudin at. Proin sagittis dolor sed mi elementum pretium. Donec et justo ante. Vivamus egestas sodales est, eu rhoncus urna semper eu. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Integer tristique elit lobortis purus bibendum, quis dictum metus mattis. Phasellus posuere felis sed eros porttitor mattis. Curabitur massa magna, tempor in blandit id, porta in ligula. Aliquam laoreet nisl massa, at interdum mauris sollicitudin et.\n<h2>Quisque this is a link nibh facilisis at malesuada</h2>\nNullam tempus sollicitudin cursus. Nulla elit mauris, volutpat eu varius malesuada, pulvinar eu ligula. Ut et adipiscing erat. Curabitur adipiscing erat vel libero tempus congue. Nam pharetra interdum vestibulum. Aenean gravida mi non aliquet porttitor. Praesent dapibus, nisi a faucibus tincidunt, quam dolor condimentum metus, in convallis libero ligula ut eros.\n<div class=\"fluid-width-video-wrapper\">\n\n[caption id=\"attachment_7413\" align=\"alignnone\" width=\"1024\"]<img class=\"size-large wp-image-7413\" src=\"http://localhost/houzez13/wp-content/uploads/2017/11/05-1-1024x683.jpg\" alt=\"\" width=\"1024\" height=\"683\" /> Wooden white coffee table and comfortable sofa in lounge[/caption]\n\n</div>\nProin suscipit, ex non sodales aliquam, ante mauris laoreet felis, vitae fermentum ligula nibh ut ex. Vivamus sem magna, iaculis ut pretium ac, tincidunt vel ipsum. Maecenas commodo, velit vel porta vulputate, lorem sem accumsan nunc, nec scelerisque elit turpis eget mauris. Donec dictum elit vel nunc tristique, eu lobortis ante sodales. Etiam posuere leo ut leo laoreet, a gravida dui ultricies. Morbi vehicula nulla eget elit mollis, at condimentum est feugiat.\n<blockquote>Duis mollis et sem sed sollicitudin. Donec non odio neque. Aliquam hendrerit sollicitudin purus, quis rutrum mi accumsan nec.</blockquote>\nDuis mattis laoreet neque, et ornare neque sollicitudin at. Proin sagittis dolor sed mi elementum pretium. Donec et justo ante. Vivamus egestas sodales est, eu rhoncus urna semper eu. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Integer tristique elit lobortis purus bibendum, quis dictum metus mattis.\n<h3>Phasellus posuere felis sed eros porttitor mattis</h3>\nCurabitur massa magna, tempor in blandit id, porta in ligula. Aliquam laoreet nisl massa, at interdum mauris sollicitudin et. Mauris risus lectus, tristique at nisl at, pharetra tristique enim.\n\nNullam this is a link nibh facilisis, at malesuada orci congue. Nullam tempus sollicitudin cursus. Nulla elit mauris, volutpat eu varius malesuada, pulvinar eu ligula. Ut et adipiscing erat. Curabitur adipiscing erat vel libero tempus congue. Nam pharetra interdum vestibulum. Aenean gravida mi non aliquet porttitor. Praesent dapibus, nisi a faucibus tincidunt, quam dolor condimentum metus, in convallis libero ligula ut eros.\n<ul>\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n <li>Aliquam tincidunt mauris eu risus.\n<ol>\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n <li>Aliquam tincidunt mauris eu risus.</li>\n <li>Vestibulum auctor dapibus neque.</li>\n</ol>\n</li>\n <li>Vestibulum auctor dapibus neque.</li>\n</ul>\nUt non gravida arcu. Vivamus non congue leo. Aliquam dapibus laoreet purus, vitae iaculis eros egestas ac. Mauris massa est, lobortis a viverra eget, elementum sit amet ligula. Maecenas venenatis eros quis porta laoreet.\n<h4>Sed ultrices placerat metus. Vivamus posuere leo nunc, eget mollis odio posuere nec.</h4>\n \n\n[caption id=\"attachment_7557\" align=\"alignnone\" width=\"1024\"]<img class=\"size-large wp-image-7557\" src=\"http://localhost/houzez13/wp-content/uploads/2017/11/101-2-1024x683.jpg\" alt=\"\" width=\"1024\" height=\"683\" /> White loft with dining table, chairs and dresser[/caption]\n\nVivamus varius vitae dolor ac hendrerit. Vestibulum nec dolor ac nunc blandit aliquam. Nam at metus non ligula egestas varius ac sed mauris. Fusce at mi metus. Nam elementum dui id nulla bibendum elementum.\n<ol>\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n <li>Aliquam tincidunt mauris eu risus.\n<ol>\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n <li>Aliquam tincidunt mauris eu risus.</li>\n <li>Vestibulum auctor dapibus neque.</li>\n</ol>\n</li>\n <li>Vestibulum auctor dapibus neque.</li>\n</ol>\nProin sagittis dolor sed mi elementum pretium. Donec et justo ante. Vivamus egestas sodales est, eu rhoncus urna semper eu. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Integer tristique elit lobortis purus bibendum, quis dictum metus mattis. Phasellus posuere felis sed eros porttitor mattis. Curabitur massa magna, tempor in blandit id, porta in ligula. Aliquam laoreet nisl massa, at interdum mauris sollicitudin et.','10 Things Your Competitors Can Teach You About Real Estate','','publish','open','open','','10-things-your-competitors-can-teach-you-about-real-estate','','','2016-03-09 01:32:53','2016-03-09 01:32:53','',0,'http://houzez01.favethemes.com/?p=629',0,'post','',0); INSERT INTO `wpg3_posts` VALUES (631,1,'2016-03-09 01:34:40','2016-03-09 01:34:40','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque. Aliquam hendrerit sollicitudin purus, quis rutrum mi accumsan nec. <strong>Quisque bibendum orci ac nibh facilisis</strong>, at malesuada orci congue. Nullam tempus sollicitudin cursus. Ut et adipiscing erat. Curabitur <a href=\"http://magzilla10.favethemes.com/wp/magzilla/demo02/introducing-a-revolutionary-method-to-master-make-up/\">this is a text link</a> libero tempus congue.\n\nDuis mattis laoreet neque, et ornare neque sollicitudin at. Proin sagittis dolor sed mi elementum pretium. Donec et justo ante. Vivamus egestas sodales est, eu rhoncus urna semper eu. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Integer tristique elit lobortis purus bibendum, quis dictum metus mattis. Phasellus posuere felis sed eros porttitor mattis. Curabitur massa magna, tempor in blandit id, porta in ligula. Aliquam laoreet nisl massa, at interdum mauris sollicitudin et.\n<h2>Quisque this is a link nibh facilisis at malesuada</h2>\nNullam tempus sollicitudin cursus. Nulla elit mauris, volutpat eu varius malesuada, pulvinar eu ligula. Ut et adipiscing erat. Curabitur adipiscing erat vel libero tempus congue. Nam pharetra interdum vestibulum. Aenean gravida mi non aliquet porttitor. Praesent dapibus, nisi a faucibus tincidunt, quam dolor condimentum metus, in convallis libero ligula ut eros.\n<div class=\"fluid-width-video-wrapper\">\n\n[gallery columns=\"4\" size=\"medium\" ids=\"380,387,377,374\"]\n\n</div>\nProin suscipit, ex non sodales aliquam, ante mauris laoreet felis, vitae fermentum ligula nibh ut ex. Vivamus sem magna, iaculis ut pretium ac, tincidunt vel ipsum. Maecenas commodo, velit vel porta vulputate, lorem sem accumsan nunc, nec scelerisque elit turpis eget mauris. Donec dictum elit vel nunc tristique, eu lobortis ante sodales. Etiam posuere leo ut leo laoreet, a gravida dui ultricies. Morbi vehicula nulla eget elit mollis, at condimentum est feugiat.\n<blockquote>Duis mollis et sem sed sollicitudin. Donec non odio neque. Aliquam hendrerit sollicitudin purus, quis rutrum mi accumsan nec.</blockquote>\nDuis mattis laoreet neque, et ornare neque sollicitudin at. Proin sagittis dolor sed mi elementum pretium. Donec et justo ante. Vivamus egestas sodales est, eu rhoncus urna semper eu. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Integer tristique elit lobortis purus bibendum, quis dictum metus mattis.\n<h3>Phasellus posuere felis sed eros porttitor mattis</h3>\nCurabitur massa magna, tempor in blandit id, porta in ligula. Aliquam laoreet nisl massa, at interdum mauris sollicitudin et. Mauris risus lectus, tristique at nisl at, pharetra tristique enim.\n\nNullam this is a link nibh facilisis, at malesuada orci congue. Nullam tempus sollicitudin cursus. Nulla elit mauris, volutpat eu varius malesuada, pulvinar eu ligula. Ut et adipiscing erat. Curabitur adipiscing erat vel libero tempus congue. Nam pharetra interdum vestibulum. Aenean gravida mi non aliquet porttitor. Praesent dapibus, nisi a faucibus tincidunt, quam dolor condimentum metus, in convallis libero ligula ut eros.\n<ul>\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n <li>Aliquam tincidunt mauris eu risus.\n<ol>\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n <li>Aliquam tincidunt mauris eu risus.</li>\n <li>Vestibulum auctor dapibus neque.</li>\n</ol>\n</li>\n <li>Vestibulum auctor dapibus neque.</li>\n</ul>\nUt non gravida arcu. Vivamus non congue leo. Aliquam dapibus laoreet purus, vitae iaculis eros egestas ac. Mauris massa est, lobortis a viverra eget, elementum sit amet ligula. Maecenas venenatis eros quis porta laoreet.\n<h4>Sed ultrices placerat metus. Vivamus posuere leo nunc, eget mollis odio posuere nec.</h4>\n<img class=\"size-large wp-image-261 aligncenter\" src=\"http://houzez01.favethemes.com/wp-content/uploads/2016/03/chicago-1024x581.jpg\" alt=\"chicago\" width=\"1024\" height=\"581\" />\n\nVivamus varius vitae dolor ac hendrerit. Vestibulum nec dolor ac nunc blandit aliquam. Nam at metus non ligula egestas varius ac sed mauris. Fusce at mi metus. Nam elementum dui id nulla bibendum elementum.\n<ol>\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n <li>Aliquam tincidunt mauris eu risus.\n<ol>\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n <li>Aliquam tincidunt mauris eu risus.</li>\n <li>Vestibulum auctor dapibus neque.</li>\n</ol>\n</li>\n <li>Vestibulum auctor dapibus neque.</li>\n</ol>\nProin sagittis dolor sed mi elementum pretium. Donec et justo ante. Vivamus egestas sodales est, eu rhoncus urna semper eu. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Integer tristique elit lobortis purus bibendum, quis dictum metus mattis. Phasellus posuere felis sed eros porttitor mattis. Curabitur massa magna, tempor in blandit id, porta in ligula. Aliquam laoreet nisl massa, at interdum mauris sollicitudin et.','14 Common Misconceptions About Business Development','','publish','open','open','','14-common-misconceptions-about-business-development','','','2016-03-09 01:34:40','2016-03-09 01:34:40','',0,'http://houzez01.favethemes.com/?p=631',0,'post','',0); INSERT INTO `wpg3_posts` VALUES (633,1,'2016-03-09 01:35:10','2016-03-09 01:35:10','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque. Aliquam hendrerit sollicitudin purus, quis rutrum mi accumsan nec. <strong>Quisque bibendum orci ac nibh facilisis</strong>, at malesuada orci congue. Nullam tempus sollicitudin cursus. Ut et adipiscing erat. Curabitur <a href=\"http://magzilla10.favethemes.com/wp/magzilla/demo02/introducing-a-revolutionary-method-to-master-make-up/\">this is a text link</a> libero tempus congue.\n\nDuis mattis laoreet neque, et ornare neque sollicitudin at. Proin sagittis dolor sed mi elementum pretium. Donec et justo ante. Vivamus egestas sodales est, eu rhoncus urna semper eu. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Integer tristique elit lobortis purus bibendum, quis dictum metus mattis. Phasellus posuere felis sed eros porttitor mattis. Curabitur massa magna, tempor in blandit id, porta in ligula. Aliquam laoreet nisl massa, at interdum mauris sollicitudin et.\n<h2>Quisque this is a link nibh facilisis at malesuada</h2>\nNullam tempus sollicitudin cursus. Nulla elit mauris, volutpat eu varius malesuada, pulvinar eu ligula. Ut et adipiscing erat. Curabitur adipiscing erat vel libero tempus congue. Nam pharetra interdum vestibulum. Aenean gravida mi non aliquet porttitor. Praesent dapibus, nisi a faucibus tincidunt, quam dolor condimentum metus, in convallis libero ligula ut eros.\n<div class=\"fluid-width-video-wrapper\">\n\n[caption id=\"attachment_7413\" align=\"alignnone\" width=\"1024\"]<img class=\"size-large wp-image-7413\" src=\"http://localhost/houzez13/wp-content/uploads/2017/11/05-1-1024x683.jpg\" alt=\"\" width=\"1024\" height=\"683\" /> Wooden white coffee table and comfortable sofa in lounge[/caption]\n\n</div>\nProin suscipit, ex non sodales aliquam, ante mauris laoreet felis, vitae fermentum ligula nibh ut ex. Vivamus sem magna, iaculis ut pretium ac, tincidunt vel ipsum. Maecenas commodo, velit vel porta vulputate, lorem sem accumsan nunc, nec scelerisque elit turpis eget mauris. Donec dictum elit vel nunc tristique, eu lobortis ante sodales. Etiam posuere leo ut leo laoreet, a gravida dui ultricies. Morbi vehicula nulla eget elit mollis, at condimentum est feugiat.\n<blockquote>Duis mollis et sem sed sollicitudin. Donec non odio neque. Aliquam hendrerit sollicitudin purus, quis rutrum mi accumsan nec.</blockquote>\nDuis mattis laoreet neque, et ornare neque sollicitudin at. Proin sagittis dolor sed mi elementum pretium. Donec et justo ante. Vivamus egestas sodales est, eu rhoncus urna semper eu. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Integer tristique elit lobortis purus bibendum, quis dictum metus mattis.\n<h3>Phasellus posuere felis sed eros porttitor mattis</h3>\nCurabitur massa magna, tempor in blandit id, porta in ligula. Aliquam laoreet nisl massa, at interdum mauris sollicitudin et. Mauris risus lectus, tristique at nisl at, pharetra tristique enim.\n\nNullam this is a link nibh facilisis, at malesuada orci congue. Nullam tempus sollicitudin cursus. Nulla elit mauris, volutpat eu varius malesuada, pulvinar eu ligula. Ut et adipiscing erat. Curabitur adipiscing erat vel libero tempus congue. Nam pharetra interdum vestibulum. Aenean gravida mi non aliquet porttitor. Praesent dapibus, nisi a faucibus tincidunt, quam dolor condimentum metus, in convallis libero ligula ut eros.\n<ul>\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n <li>Aliquam tincidunt mauris eu risus.\n<ol>\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n <li>Aliquam tincidunt mauris eu risus.</li>\n <li>Vestibulum auctor dapibus neque.</li>\n</ol>\n</li>\n <li>Vestibulum auctor dapibus neque.</li>\n</ul>\nUt non gravida arcu. Vivamus non congue leo. Aliquam dapibus laoreet purus, vitae iaculis eros egestas ac. Mauris massa est, lobortis a viverra eget, elementum sit amet ligula. Maecenas venenatis eros quis porta laoreet.\n<h4>Sed ultrices placerat metus. Vivamus posuere leo nunc, eget mollis odio posuere nec.</h4>\n \n\n[caption id=\"attachment_7557\" align=\"alignnone\" width=\"1024\"]<img class=\"size-large wp-image-7557\" src=\"http://localhost/houzez13/wp-content/uploads/2017/11/101-2-1024x683.jpg\" alt=\"\" width=\"1024\" height=\"683\" /> White loft with dining table, chairs and dresser[/caption]\n\nVivamus varius vitae dolor ac hendrerit. Vestibulum nec dolor ac nunc blandit aliquam. Nam at metus non ligula egestas varius ac sed mauris. Fusce at mi metus. Nam elementum dui id nulla bibendum elementum.\n<ol>\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n <li>Aliquam tincidunt mauris eu risus.\n<ol>\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n <li>Aliquam tincidunt mauris eu risus.</li>\n <li>Vestibulum auctor dapibus neque.</li>\n</ol>\n</li>\n <li>Vestibulum auctor dapibus neque.</li>\n</ol>\nProin sagittis dolor sed mi elementum pretium. Donec et justo ante. Vivamus egestas sodales est, eu rhoncus urna semper eu. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Integer tristique elit lobortis purus bibendum, quis dictum metus mattis. Phasellus posuere felis sed eros porttitor mattis. Curabitur massa magna, tempor in blandit id, porta in ligula. Aliquam laoreet nisl massa, at interdum mauris sollicitudin et.','10 Quick Tips About Business Development','','publish','open','open','','10-quick-tips-about-business-development','','','2016-03-09 01:35:10','2016-03-09 01:35:10','',0,'http://houzez01.favethemes.com/?p=633',0,'post','',0); INSERT INTO `wpg3_posts` VALUES (635,1,'2016-03-09 01:37:12','2016-03-09 01:37:12','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque. Aliquam hendrerit sollicitudin purus, quis rutrum mi accumsan nec. <strong>Quisque bibendum orci ac nibh facilisis</strong>, at malesuada orci congue. Nullam tempus sollicitudin cursus. Ut et adipiscing erat. Curabitur <a href=\"http://magzilla10.favethemes.com/wp/magzilla/demo02/introducing-a-revolutionary-method-to-master-make-up/\">this is a text link</a> libero tempus congue.\n\nDuis mattis laoreet neque, et ornare neque sollicitudin at. Proin sagittis dolor sed mi elementum pretium. Donec et justo ante. Vivamus egestas sodales est, eu rhoncus urna semper eu. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Integer tristique elit lobortis purus bibendum, quis dictum metus mattis. Phasellus posuere felis sed eros porttitor mattis. Curabitur massa magna, tempor in blandit id, porta in ligula. Aliquam laoreet nisl massa, at interdum mauris sollicitudin et.\n<h2>Quisque this is a link nibh facilisis at malesuada</h2>\nNullam tempus sollicitudin cursus. Nulla elit mauris, volutpat eu varius malesuada, pulvinar eu ligula. Ut et adipiscing erat. Curabitur adipiscing erat vel libero tempus congue. Nam pharetra interdum vestibulum. Aenean gravida mi non aliquet porttitor. Praesent dapibus, nisi a faucibus tincidunt, quam dolor condimentum metus, in convallis libero ligula ut eros.\n<div class=\"fluid-width-video-wrapper\">\n\n[caption id=\"attachment_7413\" align=\"alignnone\" width=\"1024\"]<img class=\"size-large wp-image-7413\" src=\"http://localhost/houzez13/wp-content/uploads/2017/11/05-1-1024x683.jpg\" alt=\"\" width=\"1024\" height=\"683\" /> Wooden white coffee table and comfortable sofa in lounge[/caption]\n\n</div>\nProin suscipit, ex non sodales aliquam, ante mauris laoreet felis, vitae fermentum ligula nibh ut ex. Vivamus sem magna, iaculis ut pretium ac, tincidunt vel ipsum. Maecenas commodo, velit vel porta vulputate, lorem sem accumsan nunc, nec scelerisque elit turpis eget mauris. Donec dictum elit vel nunc tristique, eu lobortis ante sodales. Etiam posuere leo ut leo laoreet, a gravida dui ultricies. Morbi vehicula nulla eget elit mollis, at condimentum est feugiat.\n<blockquote>Duis mollis et sem sed sollicitudin. Donec non odio neque. Aliquam hendrerit sollicitudin purus, quis rutrum mi accumsan nec.</blockquote>\nDuis mattis laoreet neque, et ornare neque sollicitudin at. Proin sagittis dolor sed mi elementum pretium. Donec et justo ante. Vivamus egestas sodales est, eu rhoncus urna semper eu. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Integer tristique elit lobortis purus bibendum, quis dictum metus mattis.\n<h3>Phasellus posuere felis sed eros porttitor mattis</h3>\nCurabitur massa magna, tempor in blandit id, porta in ligula. Aliquam laoreet nisl massa, at interdum mauris sollicitudin et. Mauris risus lectus, tristique at nisl at, pharetra tristique enim.\n\nNullam this is a link nibh facilisis, at malesuada orci congue. Nullam tempus sollicitudin cursus. Nulla elit mauris, volutpat eu varius malesuada, pulvinar eu ligula. Ut et adipiscing erat. Curabitur adipiscing erat vel libero tempus congue. Nam pharetra interdum vestibulum. Aenean gravida mi non aliquet porttitor. Praesent dapibus, nisi a faucibus tincidunt, quam dolor condimentum metus, in convallis libero ligula ut eros.\n<ul>\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n <li>Aliquam tincidunt mauris eu risus.\n<ol>\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n <li>Aliquam tincidunt mauris eu risus.</li>\n <li>Vestibulum auctor dapibus neque.</li>\n</ol>\n</li>\n <li>Vestibulum auctor dapibus neque.</li>\n</ul>\nUt non gravida arcu. Vivamus non congue leo. Aliquam dapibus laoreet purus, vitae iaculis eros egestas ac. Mauris massa est, lobortis a viverra eget, elementum sit amet ligula. Maecenas venenatis eros quis porta laoreet.\n<h4>Sed ultrices placerat metus. Vivamus posuere leo nunc, eget mollis odio posuere nec.</h4>\n \n\n[caption id=\"attachment_7557\" align=\"alignnone\" width=\"1024\"]<img class=\"size-large wp-image-7557\" src=\"http://localhost/houzez13/wp-content/uploads/2017/11/101-2-1024x683.jpg\" alt=\"\" width=\"1024\" height=\"683\" /> White loft with dining table, chairs and dresser[/caption]\n\nVivamus varius vitae dolor ac hendrerit. Vestibulum nec dolor ac nunc blandit aliquam. Nam at metus non ligula egestas varius ac sed mauris. Fusce at mi metus. Nam elementum dui id nulla bibendum elementum.\n<ol>\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n <li>Aliquam tincidunt mauris eu risus.\n<ol>\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n <li>Aliquam tincidunt mauris eu risus.</li>\n <li>Vestibulum auctor dapibus neque.</li>\n</ol>\n</li>\n <li>Vestibulum auctor dapibus neque.</li>\n</ol>\nProin sagittis dolor sed mi elementum pretium. Donec et justo ante. Vivamus egestas sodales est, eu rhoncus urna semper eu. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Integer tristique elit lobortis purus bibendum, quis dictum metus mattis. Phasellus posuere felis sed eros porttitor mattis. Curabitur massa magna, tempor in blandit id, porta in ligula. Aliquam laoreet nisl massa, at interdum mauris sollicitudin et.','Learn The Truth About Real Estate Industry','','publish','open','open','','learn-the-truth-about-real-estate-industry','','','2016-03-09 01:37:12','2016-03-09 01:37:12','',0,'http://houzez01.favethemes.com/?p=635',0,'post','',0); INSERT INTO `wpg3_posts` VALUES (637,1,'2016-03-09 01:38:11','2016-03-09 01:38:11','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque. Aliquam hendrerit sollicitudin purus, quis rutrum mi accumsan nec. <strong>Quisque bibendum orci ac nibh facilisis</strong>, at malesuada orci congue. Nullam tempus sollicitudin cursus. Ut et adipiscing erat. Curabitur <a href=\"http://magzilla10.favethemes.com/wp/magzilla/demo02/introducing-a-revolutionary-method-to-master-make-up/\">this is a text link</a> libero tempus congue.\n\nDuis mattis laoreet neque, et ornare neque sollicitudin at. Proin sagittis dolor sed mi elementum pretium. Donec et justo ante. Vivamus egestas sodales est, eu rhoncus urna semper eu. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Integer tristique elit lobortis purus bibendum, quis dictum metus mattis. Phasellus posuere felis sed eros porttitor mattis. Curabitur massa magna, tempor in blandit id, porta in ligula. Aliquam laoreet nisl massa, at interdum mauris sollicitudin et.\n<h2>Quisque this is a link nibh facilisis at malesuada</h2>\nNullam tempus sollicitudin cursus. Nulla elit mauris, volutpat eu varius malesuada, pulvinar eu ligula. Ut et adipiscing erat. Curabitur adipiscing erat vel libero tempus congue. Nam pharetra interdum vestibulum. Aenean gravida mi non aliquet porttitor. Praesent dapibus, nisi a faucibus tincidunt, quam dolor condimentum metus, in convallis libero ligula ut eros.\n<div class=\"fluid-width-video-wrapper\">\n\n[caption id=\"attachment_7413\" align=\"alignnone\" width=\"1024\"]<img class=\"size-large wp-image-7413\" src=\"http://localhost/houzez13/wp-content/uploads/2017/11/05-1-1024x683.jpg\" alt=\"\" width=\"1024\" height=\"683\" /> Wooden white coffee table and comfortable sofa in lounge[/caption]\n\n</div>\nProin suscipit, ex non sodales aliquam, ante mauris laoreet felis, vitae fermentum ligula nibh ut ex. Vivamus sem magna, iaculis ut pretium ac, tincidunt vel ipsum. Maecenas commodo, velit vel porta vulputate, lorem sem accumsan nunc, nec scelerisque elit turpis eget mauris. Donec dictum elit vel nunc tristique, eu lobortis ante sodales. Etiam posuere leo ut leo laoreet, a gravida dui ultricies. Morbi vehicula nulla eget elit mollis, at condimentum est feugiat.\n<blockquote>Duis mollis et sem sed sollicitudin. Donec non odio neque. Aliquam hendrerit sollicitudin purus, quis rutrum mi accumsan nec.</blockquote>\nDuis mattis laoreet neque, et ornare neque sollicitudin at. Proin sagittis dolor sed mi elementum pretium. Donec et justo ante. Vivamus egestas sodales est, eu rhoncus urna semper eu. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Integer tristique elit lobortis purus bibendum, quis dictum metus mattis.\n<h3>Phasellus posuere felis sed eros porttitor mattis</h3>\nCurabitur massa magna, tempor in blandit id, porta in ligula. Aliquam laoreet nisl massa, at interdum mauris sollicitudin et. Mauris risus lectus, tristique at nisl at, pharetra tristique enim.\n\nNullam this is a link nibh facilisis, at malesuada orci congue. Nullam tempus sollicitudin cursus. Nulla elit mauris, volutpat eu varius malesuada, pulvinar eu ligula. Ut et adipiscing erat. Curabitur adipiscing erat vel libero tempus congue. Nam pharetra interdum vestibulum. Aenean gravida mi non aliquet porttitor. Praesent dapibus, nisi a faucibus tincidunt, quam dolor condimentum metus, in convallis libero ligula ut eros.\n<ul>\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n <li>Aliquam tincidunt mauris eu risus.\n<ol>\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n <li>Aliquam tincidunt mauris eu risus.</li>\n <li>Vestibulum auctor dapibus neque.</li>\n</ol>\n</li>\n <li>Vestibulum auctor dapibus neque.</li>\n</ul>\nUt non gravida arcu. Vivamus non congue leo. Aliquam dapibus laoreet purus, vitae iaculis eros egestas ac. Mauris massa est, lobortis a viverra eget, elementum sit amet ligula. Maecenas venenatis eros quis porta laoreet.\n<h4>Sed ultrices placerat metus. Vivamus posuere leo nunc, eget mollis odio posuere nec.</h4>\n \n\n[caption id=\"attachment_7557\" align=\"alignnone\" width=\"1024\"]<img class=\"size-large wp-image-7557\" src=\"http://localhost/houzez13/wp-content/uploads/2017/11/101-2-1024x683.jpg\" alt=\"\" width=\"1024\" height=\"683\" /> White loft with dining table, chairs and dresser[/caption]\n\nVivamus varius vitae dolor ac hendrerit. Vestibulum nec dolor ac nunc blandit aliquam. Nam at metus non ligula egestas varius ac sed mauris. Fusce at mi metus. Nam elementum dui id nulla bibendum elementum.\n<ol>\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n <li>Aliquam tincidunt mauris eu risus.\n<ol>\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n <li>Aliquam tincidunt mauris eu risus.</li>\n <li>Vestibulum auctor dapibus neque.</li>\n</ol>\n</li>\n <li>Vestibulum auctor dapibus neque.</li>\n</ol>\nProin sagittis dolor sed mi elementum pretium. Donec et justo ante. Vivamus egestas sodales est, eu rhoncus urna semper eu. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Integer tristique elit lobortis purus bibendum, quis dictum metus mattis. Phasellus posuere felis sed eros porttitor mattis. Curabitur massa magna, tempor in blandit id, porta in ligula. Aliquam laoreet nisl massa, at interdum mauris sollicitudin et.','Skills That You Can Learn In The Real Estate Market','','publish','open','open','','skills-that-you-can-learn-in-the-real-estate-market','','','2016-03-09 01:38:11','2016-03-09 01:38:11','',0,'http://houzez01.favethemes.com/?p=637',0,'post','',0); INSERT INTO `wpg3_posts` VALUES (1221,1,'2016-01-24 20:57:44','2016-01-24 20:57:44','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque. Aliquam hendrerit sollicitudin purus, quis rutrum mi accumsan nec. <strong>Quisque bibendum orci ac nibh facilisis</strong>, at malesuada orci congue. Nullam tempus sollicitudin cursus. Ut et adipiscing erat. Curabitur <a href=\"http://magzilla10.favethemes.com/wp/magzilla/demo02/introducing-a-revolutionary-method-to-master-make-up/\">this is a text link</a> libero tempus congue.\n\nDuis mattis laoreet neque, et ornare neque sollicitudin at. Proin sagittis dolor sed mi elementum pretium. Donec et justo ante. Vivamus egestas sodales est, eu rhoncus urna semper eu. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Integer tristique elit lobortis purus bibendum, quis dictum metus mattis. Phasellus posuere felis sed eros porttitor mattis. Curabitur massa magna, tempor in blandit id, porta in ligula. Aliquam laoreet nisl massa, at interdum mauris sollicitudin et.\n<h2>Quisque this is a link nibh facilisis at malesuada</h2>\nNullam tempus sollicitudin cursus. Nulla elit mauris, volutpat eu varius malesuada, pulvinar eu ligula. Ut et adipiscing erat. Curabitur adipiscing erat vel libero tempus congue. Nam pharetra interdum vestibulum. Aenean gravida mi non aliquet porttitor. Praesent dapibus, nisi a faucibus tincidunt, quam dolor condimentum metus, in convallis libero ligula ut eros.\n<div class=\"fluid-width-video-wrapper\">\n\n[caption id=\"attachment_7413\" align=\"alignnone\" width=\"1024\"]<img class=\"size-large wp-image-7413\" src=\"http://localhost/houzez13/wp-content/uploads/2017/11/05-1-1024x683.jpg\" alt=\"\" width=\"1024\" height=\"683\" /> Wooden white coffee table and comfortable sofa in lounge[/caption]\n\n</div>\nProin suscipit, ex non sodales aliquam, ante mauris laoreet felis, vitae fermentum ligula nibh ut ex. Vivamus sem magna, iaculis ut pretium ac, tincidunt vel ipsum. Maecenas commodo, velit vel porta vulputate, lorem sem accumsan nunc, nec scelerisque elit turpis eget mauris. Donec dictum elit vel nunc tristique, eu lobortis ante sodales. Etiam posuere leo ut leo laoreet, a gravida dui ultricies. Morbi vehicula nulla eget elit mollis, at condimentum est feugiat.\n<blockquote>Duis mollis et sem sed sollicitudin. Donec non odio neque. Aliquam hendrerit sollicitudin purus, quis rutrum mi accumsan nec.</blockquote>\nDuis mattis laoreet neque, et ornare neque sollicitudin at. Proin sagittis dolor sed mi elementum pretium. Donec et justo ante. Vivamus egestas sodales est, eu rhoncus urna semper eu. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Integer tristique elit lobortis purus bibendum, quis dictum metus mattis.\n<h3>Phasellus posuere felis sed eros porttitor mattis</h3>\nCurabitur massa magna, tempor in blandit id, porta in ligula. Aliquam laoreet nisl massa, at interdum mauris sollicitudin et. Mauris risus lectus, tristique at nisl at, pharetra tristique enim.\n\nNullam this is a link nibh facilisis, at malesuada orci congue. Nullam tempus sollicitudin cursus. Nulla elit mauris, volutpat eu varius malesuada, pulvinar eu ligula. Ut et adipiscing erat. Curabitur adipiscing erat vel libero tempus congue. Nam pharetra interdum vestibulum. Aenean gravida mi non aliquet porttitor. Praesent dapibus, nisi a faucibus tincidunt, quam dolor condimentum metus, in convallis libero ligula ut eros.\n<ul>\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n <li>Aliquam tincidunt mauris eu risus.\n<ol>\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n <li>Aliquam tincidunt mauris eu risus.</li>\n <li>Vestibulum auctor dapibus neque.</li>\n</ol>\n</li>\n <li>Vestibulum auctor dapibus neque.</li>\n</ul>\nUt non gravida arcu. Vivamus non congue leo. Aliquam dapibus laoreet purus, vitae iaculis eros egestas ac. Mauris massa est, lobortis a viverra eget, elementum sit amet ligula. Maecenas venenatis eros quis porta laoreet.\n<h4>Sed ultrices placerat metus. Vivamus posuere leo nunc, eget mollis odio posuere nec.</h4>\n \n\n[caption id=\"attachment_7557\" align=\"alignnone\" width=\"1024\"]<img class=\"size-large wp-image-7557\" src=\"http://localhost/houzez13/wp-content/uploads/2017/11/101-2-1024x683.jpg\" alt=\"\" width=\"1024\" height=\"683\" /> White loft with dining table, chairs and dresser[/caption]\n\nVivamus varius vitae dolor ac hendrerit. Vestibulum nec dolor ac nunc blandit aliquam. Nam at metus non ligula egestas varius ac sed mauris. Fusce at mi metus. Nam elementum dui id nulla bibendum elementum.\n<ol>\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n <li>Aliquam tincidunt mauris eu risus.\n<ol>\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n <li>Aliquam tincidunt mauris eu risus.</li>\n <li>Vestibulum auctor dapibus neque.</li>\n</ol>\n</li>\n <li>Vestibulum auctor dapibus neque.</li>\n</ol>\nProin sagittis dolor sed mi elementum pretium. Donec et justo ante. Vivamus egestas sodales est, eu rhoncus urna semper eu. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Integer tristique elit lobortis purus bibendum, quis dictum metus mattis. Phasellus posuere felis sed eros porttitor mattis. Curabitur massa magna, tempor in blandit id, porta in ligula. Aliquam laoreet nisl massa, at interdum mauris sollicitudin et.','Real Estate Industry and Competitors','','publish','open','open','','real-estate-industry-and-competitors','','','2016-01-24 20:57:44','2016-01-24 20:57:44','',0,'http://houzez01.favethemes.com/?p=1221',0,'post','',0); INSERT INTO `wpg3_posts` VALUES (1222,1,'2016-01-24 20:58:23','2016-01-24 20:58:23','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque. Aliquam hendrerit sollicitudin purus, quis rutrum mi accumsan nec. <strong>Quisque bibendum orci ac nibh facilisis</strong>, at malesuada orci congue. Nullam tempus sollicitudin cursus. Ut et adipiscing erat. Curabitur <a href=\"http://magzilla10.favethemes.com/wp/magzilla/demo02/introducing-a-revolutionary-method-to-master-make-up/\">this is a text link</a> libero tempus congue.\n\nDuis mattis laoreet neque, et ornare neque sollicitudin at. Proin sagittis dolor sed mi elementum pretium. Donec et justo ante. Vivamus egestas sodales est, eu rhoncus urna semper eu. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Integer tristique elit lobortis purus bibendum, quis dictum metus mattis. Phasellus posuere felis sed eros porttitor mattis. Curabitur massa magna, tempor in blandit id, porta in ligula. Aliquam laoreet nisl massa, at interdum mauris sollicitudin et.\n<h2>Quisque this is a link nibh facilisis at malesuada</h2>\nNullam tempus sollicitudin cursus. Nulla elit mauris, volutpat eu varius malesuada, pulvinar eu ligula. Ut et adipiscing erat. Curabitur adipiscing erat vel libero tempus congue. Nam pharetra interdum vestibulum. Aenean gravida mi non aliquet porttitor. Praesent dapibus, nisi a faucibus tincidunt, quam dolor condimentum metus, in convallis libero ligula ut eros.\n<div class=\"fluid-width-video-wrapper\">\n\n[caption id=\"attachment_7413\" align=\"alignnone\" width=\"1024\"]<img class=\"size-large wp-image-7413\" src=\"http://localhost/houzez13/wp-content/uploads/2017/11/05-1-1024x683.jpg\" alt=\"\" width=\"1024\" height=\"683\" /> Wooden white coffee table and comfortable sofa in lounge[/caption]\n\n</div>\nProin suscipit, ex non sodales aliquam, ante mauris laoreet felis, vitae fermentum ligula nibh ut ex. Vivamus sem magna, iaculis ut pretium ac, tincidunt vel ipsum. Maecenas commodo, velit vel porta vulputate, lorem sem accumsan nunc, nec scelerisque elit turpis eget mauris. Donec dictum elit vel nunc tristique, eu lobortis ante sodales. Etiam posuere leo ut leo laoreet, a gravida dui ultricies. Morbi vehicula nulla eget elit mollis, at condimentum est feugiat.\n<blockquote>Duis mollis et sem sed sollicitudin. Donec non odio neque. Aliquam hendrerit sollicitudin purus, quis rutrum mi accumsan nec.</blockquote>\nDuis mattis laoreet neque, et ornare neque sollicitudin at. Proin sagittis dolor sed mi elementum pretium. Donec et justo ante. Vivamus egestas sodales est, eu rhoncus urna semper eu. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Integer tristique elit lobortis purus bibendum, quis dictum metus mattis.\n<h3>Phasellus posuere felis sed eros porttitor mattis</h3>\nCurabitur massa magna, tempor in blandit id, porta in ligula. Aliquam laoreet nisl massa, at interdum mauris sollicitudin et. Mauris risus lectus, tristique at nisl at, pharetra tristique enim.\n\nNullam this is a link nibh facilisis, at malesuada orci congue. Nullam tempus sollicitudin cursus. Nulla elit mauris, volutpat eu varius malesuada, pulvinar eu ligula. Ut et adipiscing erat. Curabitur adipiscing erat vel libero tempus congue. Nam pharetra interdum vestibulum. Aenean gravida mi non aliquet porttitor. Praesent dapibus, nisi a faucibus tincidunt, quam dolor condimentum metus, in convallis libero ligula ut eros.\n<ul>\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n <li>Aliquam tincidunt mauris eu risus.\n<ol>\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n <li>Aliquam tincidunt mauris eu risus.</li>\n <li>Vestibulum auctor dapibus neque.</li>\n</ol>\n</li>\n <li>Vestibulum auctor dapibus neque.</li>\n</ul>\nUt non gravida arcu. Vivamus non congue leo. Aliquam dapibus laoreet purus, vitae iaculis eros egestas ac. Mauris massa est, lobortis a viverra eget, elementum sit amet ligula. Maecenas venenatis eros quis porta laoreet.\n<h4>Sed ultrices placerat metus. Vivamus posuere leo nunc, eget mollis odio posuere nec.</h4>\n \n\n[caption id=\"attachment_7557\" align=\"alignnone\" width=\"1024\"]<img class=\"size-large wp-image-7557\" src=\"http://localhost/houzez13/wp-content/uploads/2017/11/101-2-1024x683.jpg\" alt=\"\" width=\"1024\" height=\"683\" /> White loft with dining table, chairs and dresser[/caption]\n\nVivamus varius vitae dolor ac hendrerit. Vestibulum nec dolor ac nunc blandit aliquam. Nam at metus non ligula egestas varius ac sed mauris. Fusce at mi metus. Nam elementum dui id nulla bibendum elementum.\n<ol>\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n <li>Aliquam tincidunt mauris eu risus.\n<ol>\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n <li>Aliquam tincidunt mauris eu risus.</li>\n <li>Vestibulum auctor dapibus neque.</li>\n</ol>\n</li>\n <li>Vestibulum auctor dapibus neque.</li>\n</ol>\nProin sagittis dolor sed mi elementum pretium. Donec et justo ante. Vivamus egestas sodales est, eu rhoncus urna semper eu. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Integer tristique elit lobortis purus bibendum, quis dictum metus mattis. Phasellus posuere felis sed eros porttitor mattis. Curabitur massa magna, tempor in blandit id, porta in ligula. Aliquam laoreet nisl massa, at interdum mauris sollicitudin et.','Understand The Real Estate Market','','publish','open','open','','understand-the-real-estate-market','','','2016-01-24 20:58:23','2016-01-24 20:58:23','',0,'http://houzez01.favethemes.com/?p=1222',0,'post','',0); INSERT INTO `wpg3_posts` VALUES (1673,1,'2016-06-29 18:52:18','2016-06-29 18:52:18','fsdf','asf','','trash','open','open','','__trashed','','','2016-06-29 18:52:18','2016-06-29 18:52:18','',0,'http://houzez01.favethemes.com/?p=1673',0,'post','',0); INSERT INTO `wpg3_posts` VALUES (7661,1,'2017-11-27 20:39:22','2017-11-27 20:39:22','','Villa','','publish','closed','closed','','villa-2','','','2017-11-27 20:39:22','2017-11-27 20:39:22','',0,'http://localhost/houzez13/?page_id=7661',0,'page','',0); INSERT INTO `wpg3_posts` VALUES (7663,1,'2017-11-27 21:01:20','2017-11-27 21:01:20','','Search Result Page','','publish','closed','closed','','search-result-page','','','2017-11-27 21:01:20','2017-11-27 21:01:20','',0,'http://localhost/houzez13/?page_id=7663',0,'page','',0); INSERT INTO `wpg3_posts` VALUES (31,1,'2016-01-18 20:54:50','2016-01-18 20:54:50','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.\n\nNam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum.','Villa with pool','','publish','closed','closed','','villa-with-pool','','','2016-01-18 20:54:50','2016-01-18 20:54:50','',0,'http://sandbox.favethemes.com/houzez/?post_type=property&p=31',0,'property','',0); INSERT INTO `wpg3_posts` VALUES (100,1,'2016-02-03 15:25:22','2016-02-03 15:25:22','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.\n\nNam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum.','Luxury villa with oceanview','','publish','closed','closed','','luxury-villa-with-oceanview','','','2016-02-03 15:25:22','2016-02-03 15:25:22','',0,'http://sandbox.favethemes.com/houzez/?post_type=property&p=100',0,'property','',0); INSERT INTO `wpg3_posts` VALUES (103,1,'2016-02-03 15:28:50','2016-02-03 15:28:50','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.\n\nNam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum.','Villa for sale','','publish','closed','closed','','villa-for-sale','','','2016-02-03 15:28:50','2016-02-03 15:28:50','',0,'http://sandbox.favethemes.com/houzez/?post_type=property&p=103',0,'property','',0); INSERT INTO `wpg3_posts` VALUES (106,1,'2016-02-03 15:32:01','2016-02-03 15:32:01','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.\n\nNam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum.','Villa with pool for sale','','publish','closed','closed','','villa-with-pool-for-sale','','','2016-02-03 15:32:01','2016-02-03 15:32:01','',0,'http://sandbox.favethemes.com/houzez/?post_type=property&p=106',0,'property','',0); INSERT INTO `wpg3_posts` VALUES (109,1,'2016-02-03 15:34:11','2016-02-03 15:34:11','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.\n\nNam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum.','Villa with ocean and bay view','','publish','closed','closed','','villa-with-ocean-and-bay-view','','','2016-02-03 15:34:11','2016-02-03 15:34:11','',0,'http://sandbox.favethemes.com/houzez/?post_type=property&p=109',0,'property','',0); INSERT INTO `wpg3_posts` VALUES (112,1,'2016-02-03 15:43:26','2016-02-03 15:43:26','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.\n\nNam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum.','Complex Building Ocean Front','','publish','closed','closed','','luxury-apartment-with-pool','','','2016-02-03 15:43:26','2016-02-03 15:43:26','',0,'http://sandbox.favethemes.com/houzez/?post_type=property&p=112',0,'property','',0); INSERT INTO `wpg3_posts` VALUES (115,1,'2016-02-03 15:46:02','2016-02-03 15:46:02','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.\n\nNam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum.','Modern apartment on the bay','','publish','closed','closed','','modern-apartment-on-the-bay','','','2016-02-03 15:46:02','2016-02-03 15:46:02','',0,'http://sandbox.favethemes.com/houzez/?post_type=property&p=115',0,'property','',0); INSERT INTO `wpg3_posts` VALUES (123,1,'2016-02-03 15:52:59','2016-02-03 15:52:59','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.\n\nNam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum.','Apartment for rent in Downtown','','publish','closed','closed','','apartment-for-rent-in-downtown','','','2016-02-03 15:52:59','2016-02-03 15:52:59','',0,'http://sandbox.favethemes.com/houzez/?post_type=property&p=123',0,'property','',0); INSERT INTO `wpg3_posts` VALUES (125,1,'2016-02-03 15:59:20','2016-02-03 15:59:20','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.\n\nNam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum.','Modern day apartment','','publish','closed','closed','','modern-day-apartment','','','2016-02-03 15:59:20','2016-02-03 15:59:20','',0,'http://sandbox.favethemes.com/houzez/?post_type=property&p=125',0,'property','',0); INSERT INTO `wpg3_posts` VALUES (127,1,'2016-02-03 20:03:37','2016-02-03 20:03:37','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.\n\nNam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum.','Amazing oceanfront apartment','','publish','closed','closed','','amazing-oceanfront-apartment','','','2016-02-03 20:03:37','2016-02-03 20:03:37','',0,'http://sandbox.favethemes.com/houzez/?post_type=property&p=127',0,'property','',0); INSERT INTO `wpg3_posts` VALUES (135,1,'2016-02-03 20:14:51','2016-02-03 20:14:51','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.\n\nNam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum.','Gorgeous in green house','','publish','closed','closed','','gorgeous-in-green-house','','','2016-02-03 20:14:51','2016-02-03 20:14:51','',0,'http://sandbox.favethemes.com/houzez/?post_type=property&p=135',0,'property','',0); INSERT INTO `wpg3_posts` VALUES (137,1,'2016-02-03 20:17:28','2016-02-03 20:17:28','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.\n\nNam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum.','Family home for sale','','publish','closed','closed','','family-home-for-sale','','','2016-02-03 20:17:28','2016-02-03 20:17:28','',0,'http://sandbox.favethemes.com/houzez/?post_type=property&p=137',0,'property','',0); INSERT INTO `wpg3_posts` VALUES (144,1,'2016-02-03 20:20:34','2016-02-03 20:20:34','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.\n\nNam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum.','Amazing home for family','','publish','closed','closed','','amazing-home-for-family','','','2016-02-03 20:20:34','2016-02-03 20:20:34','',0,'http://sandbox.favethemes.com/houzez/?post_type=property&p=144',0,'property','',0); INSERT INTO `wpg3_posts` VALUES (146,1,'2016-02-03 20:24:58','2016-02-03 20:24:58','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.\n\nNam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum.','Luxury home for sale','','publish','closed','closed','','luxury-home-for-sale','','','2016-02-03 20:24:58','2016-02-03 20:24:58','',0,'http://sandbox.favethemes.com/houzez/?post_type=property&p=146',0,'property','',0); INSERT INTO `wpg3_posts` VALUES (148,1,'2016-02-03 20:28:17','2016-02-03 20:28:17','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.\n\nNam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum.','Guaranteed modern home','','publish','closed','closed','','guaranteed-modern-home','','','2016-02-03 20:28:17','2016-02-03 20:28:17','',0,'http://sandbox.favethemes.com/houzez/?post_type=property&p=148',0,'property','',0); INSERT INTO `wpg3_posts` VALUES (361,1,'2016-03-09 18:46:16','2016-03-09 18:46:16','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.\n\nNam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum.','Luxury family home','','expired','closed','closed','','luxury-family-home-4','','','2016-03-09 18:46:16','2016-03-09 18:46:16','',0,'http://houzez01.favethemes.com/?post_type=property&p=361',0,'property','',0); INSERT INTO `wpg3_posts` VALUES (437,1,'2016-03-07 20:21:05','2016-03-07 20:21:05','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.\n\nNam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum.','Renovated apartment at last floor','','expired','closed','closed','','amazing-family-home','','','2016-03-07 20:21:05','2016-03-07 20:21:05','',0,'http://houzez01.favethemes.com/?post_type=property&p=437',0,'property','',0); INSERT INTO `wpg3_posts` VALUES (445,1,'2016-03-07 20:27:17','2016-03-07 20:27:17','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.\n\nNam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum.','Luxury Loft ocean view','','expired','closed','closed','','luxury-apartment-ocean-view-3','','','2016-03-07 20:27:17','2016-03-07 20:27:17','',0,'http://houzez01.favethemes.com/?post_type=property&p=445',0,'property','',0); INSERT INTO `wpg3_posts` VALUES (448,1,'2016-03-07 20:29:05','2016-03-07 20:29:05','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.\n\nNam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum.','Ample apartment','','expired','closed','closed','','ample-apartment','','','2016-03-07 20:29:05','2016-03-07 20:29:05','',0,'http://houzez01.favethemes.com/?post_type=property&p=448',0,'property','',0); INSERT INTO `wpg3_posts` VALUES (451,1,'2016-03-07 20:30:47','2016-03-07 20:30:47','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.\n\nNam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum.','Ample Modern Loft','','expired','closed','closed','','ample-penthouse','','','2016-03-07 20:30:47','2016-03-07 20:30:47','',0,'http://houzez01.favethemes.com/?post_type=property&p=451',0,'property','',0); INSERT INTO `wpg3_posts` VALUES (271,1,'2016-03-03 20:56:08','2016-03-03 20:56:08','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.\n\nNam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum.','Amazing apartment for family','','publish','closed','closed','','amazing-home-for-family-2','','','2016-03-03 20:56:08','2016-03-03 20:56:08','',0,'http://houzez01.favethemes.com/?post_type=property&p=271',0,'property','',0); INSERT INTO `wpg3_posts` VALUES (276,1,'2016-03-03 20:59:57','2016-03-03 20:59:57','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.\n\nNam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum.','Modern apartment','','publish','closed','closed','','modern-apartment','','','2016-03-03 20:59:57','2016-03-03 20:59:57','',0,'http://houzez01.favethemes.com/?post_type=property&p=276',0,'property','',0); INSERT INTO `wpg3_posts` VALUES (279,1,'2016-03-03 21:07:40','2016-03-03 21:07:40','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.\n\nNam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum.','Contemporary apartment','','publish','closed','closed','','contemporary-apartment','','','2016-03-03 21:07:40','2016-03-03 21:07:40','',0,'http://houzez01.favethemes.com/?post_type=property&p=279',0,'property','',0); INSERT INTO `wpg3_posts` VALUES (282,1,'2016-03-03 21:10:12','2016-03-03 21:10:12','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.\n\nNam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum.','Renovated apartment','','publish','closed','closed','','renovated-apartment','','','2016-03-03 21:10:12','2016-03-03 21:10:12','',0,'http://houzez01.favethemes.com/?post_type=property&p=282',0,'property','',0); INSERT INTO `wpg3_posts` VALUES (285,1,'2016-03-03 21:13:22','2016-03-03 21:13:22','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.\n\nNam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum.','Confortable apartment','','publish','closed','closed','','confortable-apartment','','','2016-03-03 21:13:22','2016-03-03 21:13:22','',0,'http://houzez01.favethemes.com/?post_type=property&p=285',0,'property','',0); INSERT INTO `wpg3_posts` VALUES (288,1,'2016-03-03 21:23:26','2016-03-03 21:23:26','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.\n\nNam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum.','Ample apartment at last floor','','publish','closed','closed','','ample-apartment-at-last-floor','','','2016-03-03 21:23:26','2016-03-03 21:23:26','',0,'http://houzez01.favethemes.com/?post_type=property&p=288',0,'property','',0); INSERT INTO `wpg3_posts` VALUES (291,1,'2016-03-03 21:26:41','2016-03-03 21:26:41','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.\n\nNam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum.','Relaxing apartment bay view','','publish','closed','closed','','relaxing-apartment-bay-view','','','2016-03-03 21:26:41','2016-03-03 21:26:41','',0,'http://houzez01.favethemes.com/?post_type=property&p=291',0,'property','',0); INSERT INTO `wpg3_posts` VALUES (294,1,'2016-03-03 21:28:40','2016-03-03 21:28:40','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.\n\nNam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum.','Penthouse apartment','','publish','closed','closed','','penthouse-apartment','','','2016-03-03 21:28:40','2016-03-03 21:28:40','',0,'http://houzez01.favethemes.com/?post_type=property&p=294',0,'property','',0); INSERT INTO `wpg3_posts` VALUES (297,1,'2016-03-03 21:30:43','2016-03-03 21:30:43','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.\n\nNam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum.','Confortable and ample apartment','','publish','closed','closed','','confortable-and-ample-apartment','','','2016-03-03 21:30:43','2016-03-03 21:30:43','',0,'http://houzez01.favethemes.com/?post_type=property&p=297',0,'property','',0); INSERT INTO `wpg3_posts` VALUES (300,1,'2016-03-03 21:32:51','2016-03-03 21:32:51','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.\n\nNam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum.','Design place apartment','','publish','closed','closed','','design-place-apartment','','','2016-03-03 21:32:51','2016-03-03 21:32:51','',0,'http://houzez01.favethemes.com/?post_type=property&p=300',0,'property','',0); INSERT INTO `wpg3_posts` VALUES (341,1,'2016-03-07 18:57:10','2016-03-07 18:57:10','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.\n\nNam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum.','Luxury apartment bay view','','publish','closed','closed','','luxury-apartment-bay-view','','','2016-03-07 18:57:10','2016-03-07 18:57:10','',0,'http://houzez01.favethemes.com/?post_type=property&p=341',0,'property','',0); INSERT INTO `wpg3_posts` VALUES (344,1,'2016-03-07 19:16:51','2016-03-07 19:16:51','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.\n\nNam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum.','Luxury apartment ocean view','','publish','closed','closed','','luxury-apartment-ocean-view','','','2016-03-07 19:16:51','2016-03-07 19:16:51','',0,'http://houzez01.favethemes.com/?post_type=property&p=344',0,'property','',0); INSERT INTO `wpg3_posts` VALUES (350,1,'2016-03-07 19:22:58','2016-03-07 19:22:58','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.\n\nNam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum.','Luxury family home','','publish','closed','closed','','luxury-family-home','','','2016-03-07 19:22:58','2016-03-07 19:22:58','',0,'http://houzez01.favethemes.com/?post_type=property&p=350',0,'property','',0); INSERT INTO `wpg3_posts` VALUES (354,1,'2016-03-07 19:26:45','2016-03-07 19:26:45','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.\n\nNam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum.','Contemporary apartment','','publish','closed','closed','','contemporary-apartment-2','','','2016-03-07 19:26:45','2016-03-07 19:26:45','',0,'http://houzez01.favethemes.com/?post_type=property&p=354',0,'property','',0); INSERT INTO `wpg3_posts` VALUES (357,1,'2016-03-07 19:29:52','2016-03-07 19:29:52','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.\n\nNam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum.','Luxury family home','','publish','closed','closed','','luxury-family-home-2','','','2016-03-07 19:29:52','2016-03-07 19:29:52','',0,'http://houzez01.favethemes.com/?post_type=property&p=357',0,'property','',0); INSERT INTO `wpg3_posts` VALUES (365,1,'2016-03-07 19:38:39','2016-03-07 19:38:39','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.\n\nNam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum.','Comfortable family home','','publish','closed','closed','','comfortable-family-home','','','2016-03-07 19:38:39','2016-03-07 19:38:39','',0,'http://houzez01.favethemes.com/?post_type=property&p=365',0,'property','',0); INSERT INTO `wpg3_posts` VALUES (368,1,'2016-03-07 19:40:41','2016-03-07 19:40:41','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.\n\nNam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum.','Gorgeous villa','','publish','closed','closed','','gorgeous-villa','','','2016-03-07 19:40:41','2016-03-07 19:40:41','',0,'http://houzez01.favethemes.com/?post_type=property&p=368',0,'property','',0); INSERT INTO `wpg3_posts` VALUES (373,1,'2016-03-07 19:42:35','2016-03-07 19:42:35','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.\n\nNam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum.','Amazing villa bay front','','publish','closed','closed','','amazing-villa-bay-front','','','2016-03-07 19:42:35','2016-03-07 19:42:35','',0,'http://houzez01.favethemes.com/?post_type=property&p=373',0,'property','',0); INSERT INTO `wpg3_posts` VALUES (376,1,'2016-03-07 19:44:22','2016-03-07 19:44:22','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.\n\nNam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum.','Gorgeous apartment bay front','','publish','closed','closed','','gorgeous-apartment-bay-front','','','2016-03-07 19:44:22','2016-03-07 19:44:22','',0,'http://houzez01.favethemes.com/?post_type=property&p=376',0,'property','',0); INSERT INTO `wpg3_posts` VALUES (379,1,'2016-03-07 19:46:54','2016-03-07 19:46:54','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.\n\nNam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum.','Relaxing apartment ocean view','','publish','closed','closed','','relaxing-apartment-ocean-view','','','2016-03-07 19:46:54','2016-03-07 19:46:54','',0,'http://houzez01.favethemes.com/?post_type=property&p=379',0,'property','',0); INSERT INTO `wpg3_posts` VALUES (383,1,'2016-03-07 19:48:43','2016-03-07 19:48:43','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.\n\nNam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum.','Family home','','publish','closed','closed','','family-home','','','2016-03-07 19:48:43','2016-03-07 19:48:43','',0,'http://houzez01.favethemes.com/?post_type=property&p=383',0,'property','',0); INSERT INTO `wpg3_posts` VALUES (390,1,'2016-03-07 19:50:09','2016-03-07 19:50:09','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.\n\nNam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum.','Modern apartment','','publish','closed','closed','','modern-apartment-2','','','2016-03-07 19:50:09','2016-03-07 19:50:09','',0,'http://houzez01.favethemes.com/?post_type=property&p=390',0,'property','',0); INSERT INTO `wpg3_posts` VALUES (395,1,'2016-03-07 19:56:33','2016-03-07 19:56:33','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.\n\nNam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum.','Penthouse apartment','','publish','closed','closed','','penthouse-apartment-2','','','2016-03-07 19:56:33','2016-03-07 19:56:33','',0,'http://houzez01.favethemes.com/?post_type=property&p=395',0,'property','',0); INSERT INTO `wpg3_posts` VALUES (400,1,'2016-03-07 19:57:55','2016-03-07 19:57:55','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.\n\nNam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum.','Luxury home ocean view','','publish','closed','closed','','luxury-apartment-ocean-view-2','','','2016-03-07 19:57:55','2016-03-07 19:57:55','',0,'http://houzez01.favethemes.com/?post_type=property&p=400',0,'property','',0); INSERT INTO `wpg3_posts` VALUES (405,1,'2016-03-07 20:01:34','2016-03-07 20:01:34','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.\n\nNam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum.','Ample apartment at last floor','','publish','closed','closed','','ample-apartment-at-last-floor-2','','','2016-03-07 20:01:34','2016-03-07 20:01:34','',0,'http://houzez01.favethemes.com/?post_type=property&p=405',0,'property','',0); INSERT INTO `wpg3_posts` VALUES (412,1,'2016-03-07 20:03:36','2016-03-07 20:03:36','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.\n\nNam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum.','Luxury villa with pool','','publish','closed','closed','','luxury-villa-with-pool','','','2016-03-07 20:03:36','2016-03-07 20:03:36','',0,'http://houzez01.favethemes.com/?post_type=property&p=412',0,'property','',0); INSERT INTO `wpg3_posts` VALUES (416,1,'2016-03-07 20:07:11','2016-03-07 20:07:11','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.\n\nNam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum.','Modern apartment on the bay','','publish','closed','closed','','modern-apartment-on-the-bay-2','','','2016-03-07 20:07:11','2016-03-07 20:07:11','',0,'http://houzez01.favethemes.com/?post_type=property&p=416',0,'property','',0); INSERT INTO `wpg3_posts` VALUES (2763,1,'2016-10-13 18:39:38','2016-10-13 18:39:38','','Package 1','','publish','closed','closed','','package-1','','','2016-10-13 18:39:38','2016-10-13 18:39:38','',0,'http://houzez01.favethemes.com/user_packages/package-1/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (2767,1,'2016-10-13 18:42:56','2016-10-13 18:42:56','','Package 193','','publish','closed','closed','','package-193','','','2016-10-13 18:42:56','2016-10-13 18:42:56','',0,'http://houzez01.favethemes.com/user_packages/package-193/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (2771,1,'2016-10-13 20:33:42','2016-10-13 20:33:42','','Package 12','','publish','closed','closed','','package-12','','','2016-10-13 20:33:42','2016-10-13 20:33:42','',0,'http://houzez01.favethemes.com/user_packages/package-12/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (2795,1,'2016-10-13 23:37:01','2016-10-13 23:37:01','','Package 194','','publish','closed','closed','','package-194','','','2016-10-13 23:37:01','2016-10-13 23:37:01','',0,'http://houzez01.favethemes.com/user_packages/package-194/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (2800,1,'2016-10-14 10:00:35','2016-10-14 10:00:35','','Package 196','','publish','closed','closed','','package-196','','','2016-10-14 10:00:35','2016-10-14 10:00:35','',0,'http://houzez01.favethemes.com/user_packages/package-196/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (2807,1,'2016-10-14 14:17:54','2016-10-14 14:17:54','','Package 197','','publish','closed','closed','','package-197','','','2016-10-14 14:17:54','2016-10-14 14:17:54','',0,'http://houzez01.favethemes.com/user_packages/package-197/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (2818,1,'2016-10-15 04:53:52','2016-10-15 04:53:52','','Package 43','','publish','closed','closed','','package-43','','','2016-10-15 04:53:52','2016-10-15 04:53:52','',0,'http://houzez01.favethemes.com/user_packages/package-43/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (2828,1,'2016-10-15 11:13:52','2016-10-15 11:13:52','','Package 200','','publish','closed','closed','','package-200','','','2016-10-15 11:13:52','2016-10-15 11:13:52','',0,'http://houzez01.favethemes.com/user_packages/package-200/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (2843,1,'2016-10-16 10:05:18','2016-10-16 10:05:18','','Package 208','','publish','closed','closed','','package-208','','','2016-10-16 10:05:18','2016-10-16 10:05:18','',0,'http://houzez01.favethemes.com/user_packages/package-208/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (2846,1,'2016-10-16 12:26:10','2016-10-16 12:26:10','','Package 209','','publish','closed','closed','','package-209','','','2016-10-16 12:26:10','2016-10-16 12:26:10','',0,'http://houzez01.favethemes.com/user_packages/package-209/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (2849,1,'2016-10-16 16:30:38','2016-10-16 16:30:38','','Package 201','','publish','closed','closed','','package-201','','','2016-10-16 16:30:38','2016-10-16 16:30:38','',0,'http://houzez01.favethemes.com/user_packages/package-201/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (2857,1,'2016-10-17 09:26:59','2016-10-17 09:26:59','','Package 213','','publish','closed','closed','','package-213','','','2016-10-17 09:26:59','2016-10-17 09:26:59','',0,'http://houzez01.favethemes.com/user_packages/package-213/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (2874,1,'2016-10-17 15:04:36','2016-10-17 15:04:36','','Package 216','','publish','closed','closed','','package-216','','','2016-10-17 15:04:36','2016-10-17 15:04:36','',0,'http://houzez01.favethemes.com/user_packages/package-216/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (2880,1,'2016-10-17 18:05:55','2016-10-17 18:05:55','','Package 217','','publish','closed','closed','','package-217','','','2016-10-17 18:05:55','2016-10-17 18:05:55','',0,'http://houzez01.favethemes.com/user_packages/package-217/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (2896,1,'2016-10-20 02:51:50','2016-10-20 02:51:50','','Package 223','','publish','closed','closed','','package-223','','','2016-10-20 02:51:50','2016-10-20 02:51:50','',0,'http://houzez01.favethemes.com/user_packages/package-223/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (2903,1,'2016-10-20 08:17:47','2016-10-20 08:17:47','','Package 225','','publish','closed','closed','','package-225','','','2016-10-20 08:17:47','2016-10-20 08:17:47','',0,'http://houzez01.favethemes.com/user_packages/package-225/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (2927,1,'2016-10-20 20:48:38','2016-10-20 20:48:38','','Package 228','','publish','closed','closed','','package-228','','','2016-10-20 20:48:38','2016-10-20 20:48:38','',0,'http://houzez01.favethemes.com/user_packages/package-228/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (2930,1,'2016-10-20 22:27:48','2016-10-20 22:27:48','','Package 229','','publish','closed','closed','','package-229','','','2016-10-20 22:27:48','2016-10-20 22:27:48','',0,'http://houzez01.favethemes.com/user_packages/package-229/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (2941,1,'2016-10-21 10:48:56','2016-10-21 10:48:56','','Package 230','','publish','closed','closed','','package-230','','','2016-10-21 10:48:56','2016-10-21 10:48:56','',0,'http://houzez01.favethemes.com/user_packages/package-230/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (2948,1,'2016-10-22 10:08:44','2016-10-22 10:08:44','','Package 234','','publish','closed','closed','','package-234','','','2016-10-22 10:08:44','2016-10-22 10:08:44','',0,'http://houzez01.favethemes.com/user_packages/package-234/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (2955,1,'2016-10-22 12:59:57','2016-10-22 12:59:57','','Package 235','','publish','closed','closed','','package-235','','','2016-10-22 12:59:57','2016-10-22 12:59:57','',0,'http://houzez01.favethemes.com/user_packages/package-235/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (2959,1,'2016-10-22 13:16:47','2016-10-22 13:16:47','','Package 236','','publish','closed','closed','','package-236','','','2016-10-22 13:16:47','2016-10-22 13:16:47','',0,'http://houzez01.favethemes.com/user_packages/package-236/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (2975,1,'2016-10-23 09:30:39','2016-10-23 09:30:39','','Package 238','','publish','closed','closed','','package-238','','','2016-10-23 09:30:39','2016-10-23 09:30:39','',0,'http://houzez01.favethemes.com/user_packages/package-238/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (2981,1,'2016-10-23 10:29:02','2016-10-23 10:29:02','','Package 239','','publish','closed','closed','','package-239','','','2016-10-23 10:29:02','2016-10-23 10:29:02','',0,'http://houzez01.favethemes.com/user_packages/package-239/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3017,1,'2016-10-24 06:07:22','2016-10-24 06:07:22','','Package 243','','publish','closed','closed','','package-243','','','2016-10-24 06:07:22','2016-10-24 06:07:22','',0,'http://houzez01.favethemes.com/user_packages/package-243/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3022,1,'2016-10-24 07:21:24','2016-10-24 07:21:24','','Package 245','','publish','closed','closed','','package-245','','','2016-10-24 07:21:24','2016-10-24 07:21:24','',0,'http://houzez01.favethemes.com/user_packages/package-245/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3041,1,'2016-10-25 02:04:46','2016-10-25 02:04:46','','Package 249','','publish','closed','closed','','package-249','','','2016-10-25 02:04:46','2016-10-25 02:04:46','',0,'http://houzez01.favethemes.com/user_packages/package-249/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3062,1,'2016-10-25 06:32:21','2016-10-25 06:32:21','','Package 250','','publish','closed','closed','','package-250','','','2016-10-25 06:32:21','2016-10-25 06:32:21','',0,'http://houzez01.favethemes.com/user_packages/package-250/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3073,1,'2016-10-26 07:40:08','2016-10-26 07:40:08','','Package 251','','publish','closed','closed','','package-251','','','2016-10-26 07:40:08','2016-10-26 07:40:08','',0,'http://houzez01.favethemes.com/user_packages/package-251/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3077,1,'2016-10-26 14:22:15','2016-10-26 14:22:15','','Package 252','','publish','closed','closed','','package-252','','','2016-10-26 14:22:15','2016-10-26 14:22:15','',0,'http://houzez01.favethemes.com/user_packages/package-252/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3081,1,'2016-10-26 17:10:09','2016-10-26 17:10:09','','Package 253','','publish','closed','closed','','package-253','','','2016-10-26 17:10:09','2016-10-26 17:10:09','',0,'http://houzez01.favethemes.com/user_packages/package-253/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3111,1,'2016-10-26 21:23:46','2016-10-26 21:23:46','','Package 255','','publish','closed','closed','','package-255','','','2016-10-26 21:23:46','2016-10-26 21:23:46','',0,'http://houzez01.favethemes.com/user_packages/package-255/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3125,1,'2016-10-27 08:17:47','2016-10-27 08:17:47','','Package 258','','publish','closed','closed','','package-258','','','2016-10-27 08:17:47','2016-10-27 08:17:47','',0,'http://houzez01.favethemes.com/user_packages/package-258/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3156,1,'2016-10-28 19:37:22','2016-10-28 19:37:22','','Package 262','','publish','closed','closed','','package-262','','','2016-10-28 19:37:22','2016-10-28 19:37:22','',0,'http://houzez01.favethemes.com/user_packages/package-262/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3183,1,'2016-10-29 06:21:49','2016-10-29 06:21:49','','Package 149','','publish','closed','closed','','package-149','','','2016-10-29 06:21:49','2016-10-29 06:21:49','',0,'http://houzez01.favethemes.com/user_packages/package-149/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3197,1,'2016-10-30 10:41:07','2016-10-30 10:41:07','','Package 265','','publish','closed','closed','','package-265','','','2016-10-30 10:41:07','2016-10-30 10:41:07','',0,'http://houzez01.favethemes.com/user_packages/package-265/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3206,1,'2016-11-01 04:59:27','2016-11-01 04:59:27','','Package 268','','publish','closed','closed','','package-268','','','2016-11-01 04:59:27','2016-11-01 04:59:27','',0,'http://houzez01.favethemes.com/user_packages/package-268/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3239,1,'2016-11-01 23:00:33','2016-11-01 23:00:33','','Package 270','','publish','closed','closed','','package-270','','','2016-11-01 23:00:33','2016-11-01 23:00:33','',0,'http://houzez01.favethemes.com/user_packages/package-270/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3242,1,'2016-11-01 23:28:51','2016-11-01 23:28:51','','Package 272','','publish','closed','closed','','package-272','','','2016-11-01 23:28:51','2016-11-01 23:28:51','',0,'http://houzez01.favethemes.com/user_packages/package-272/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3249,1,'2016-11-02 19:34:15','2016-11-02 19:34:15','','Package 277','','publish','closed','closed','','package-277','','','2016-11-02 19:34:15','2016-11-02 19:34:15','',0,'http://houzez01.favethemes.com/user_packages/package-277/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3255,1,'2016-11-02 22:25:57','2016-11-02 22:25:57','','Package 280','','publish','closed','closed','','package-280','','','2016-11-02 22:25:57','2016-11-02 22:25:57','',0,'http://houzez01.favethemes.com/user_packages/package-280/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3260,1,'2016-11-02 22:50:09','2016-11-02 22:50:09','','Package 281','','publish','closed','closed','','package-281','','','2016-11-02 22:50:09','2016-11-02 22:50:09','',0,'http://houzez01.favethemes.com/user_packages/package-281/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3269,1,'2016-11-03 16:27:53','2016-11-03 16:27:53','','Package 274','','publish','closed','closed','','package-274','','','2016-11-03 16:27:53','2016-11-03 16:27:53','',0,'http://houzez01.favethemes.com/user_packages/package-274/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3279,1,'2016-11-04 03:45:53','2016-11-04 03:45:53','','Package 287','','publish','closed','closed','','package-287','','','2016-11-04 03:45:53','2016-11-04 03:45:53','',0,'http://houzez01.favethemes.com/user_packages/package-287/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3283,1,'2016-11-04 07:26:19','2016-11-04 07:26:19','','Package 288','','publish','closed','closed','','package-288','','','2016-11-04 07:26:19','2016-11-04 07:26:19','',0,'http://houzez01.favethemes.com/user_packages/package-288/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3305,1,'2016-11-04 11:31:04','2016-11-04 11:31:04','','Package 290','','publish','closed','closed','','package-290','','','2016-11-04 11:31:04','2016-11-04 11:31:04','',0,'http://houzez01.favethemes.com/user_packages/package-290/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3327,1,'2016-11-04 18:17:00','2016-11-04 18:17:00','','Package 292','','publish','closed','closed','','package-292','','','2016-11-04 18:17:00','2016-11-04 18:17:00','',0,'http://houzez01.favethemes.com/user_packages/package-292/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3342,1,'2016-11-05 21:32:45','2016-11-05 21:32:45','','Package 297','','publish','closed','closed','','package-297','','','2016-11-05 21:32:45','2016-11-05 21:32:45','',0,'http://houzez01.favethemes.com/user_packages/package-297/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3349,1,'2016-11-06 10:44:12','2016-11-06 10:44:12','','Package 298','','publish','closed','closed','','package-298','','','2016-11-06 10:44:12','2016-11-06 10:44:12','',0,'http://houzez01.favethemes.com/user_packages/package-298/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3351,1,'2016-11-06 16:24:51','2016-11-06 16:24:51','','Package 293','','publish','closed','closed','','package-293','','','2016-11-06 16:24:51','2016-11-06 16:24:51','',0,'http://houzez01.favethemes.com/user_packages/package-293/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3369,1,'2016-11-06 19:20:29','2016-11-06 19:20:29','','Package 299','','publish','closed','closed','','package-299','','','2016-11-06 19:20:29','2016-11-06 19:20:29','',0,'http://houzez01.favethemes.com/user_packages/package-299/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3374,1,'2016-11-07 11:23:05','2016-11-07 11:23:05','','Package 300','','publish','closed','closed','','package-300','','','2016-11-07 11:23:05','2016-11-07 11:23:05','',0,'http://houzez01.favethemes.com/user_packages/package-300/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3385,1,'2016-11-07 12:26:30','2016-11-07 12:26:30','','Package 301','','publish','closed','closed','','package-301','','','2016-11-07 12:26:30','2016-11-07 12:26:30','',0,'http://houzez01.favethemes.com/user_packages/package-301/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3394,1,'2016-11-08 12:14:42','2016-11-08 12:14:42','','Package 302','','publish','closed','closed','','package-302','','','2016-11-08 12:14:42','2016-11-08 12:14:42','',0,'http://houzez01.favethemes.com/user_packages/package-302/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3407,1,'2016-11-08 16:22:16','2016-11-08 16:22:16','','Package 304','','publish','closed','closed','','package-304','','','2016-11-08 16:22:16','2016-11-08 16:22:16','',0,'http://houzez01.favethemes.com/user_packages/package-304/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3411,1,'2016-11-08 19:37:35','2016-11-08 19:37:35','','Package 305','','publish','closed','closed','','package-305','','','2016-11-08 19:37:35','2016-11-08 19:37:35','',0,'http://houzez01.favethemes.com/user_packages/package-305/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3415,1,'2016-11-09 04:46:24','2016-11-09 04:46:24','','Package 306','','publish','closed','closed','','package-306','','','2016-11-09 04:46:24','2016-11-09 04:46:24','',0,'http://houzez01.favethemes.com/user_packages/package-306/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3422,1,'2016-11-09 04:52:21','2016-11-09 04:52:21','','Package 307','','publish','closed','closed','','package-307','','','2016-11-09 04:52:21','2016-11-09 04:52:21','',0,'http://houzez01.favethemes.com/user_packages/package-307/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3429,1,'2016-11-09 07:18:18','2016-11-09 07:18:18','','Package 308','','publish','closed','closed','','package-308','','','2016-11-09 07:18:18','2016-11-09 07:18:18','',0,'http://houzez01.favethemes.com/user_packages/package-308/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3467,1,'2016-11-11 04:14:53','2016-11-11 04:14:53','','Package 311','','publish','closed','closed','','package-311','','','2016-11-11 04:14:53','2016-11-11 04:14:53','',0,'http://houzez01.favethemes.com/user_packages/package-311/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3484,1,'2016-11-12 12:45:24','2016-11-12 12:45:24','','Package 313','','publish','closed','closed','','package-313','','','2016-11-12 12:45:24','2016-11-12 12:45:24','',0,'http://houzez01.favethemes.com/user_packages/package-313/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3493,1,'2016-11-13 02:20:42','2016-11-13 02:20:42','','Package 315','','publish','closed','closed','','package-315','','','2016-11-13 02:20:42','2016-11-13 02:20:42','',0,'http://houzez01.favethemes.com/user_packages/package-315/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3504,1,'2016-11-14 00:33:24','2016-11-14 00:33:24','','Package 317','','publish','closed','closed','','package-317','','','2016-11-14 00:33:24','2016-11-14 00:33:24','',0,'http://houzez01.favethemes.com/user_packages/package-317/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3508,1,'2016-11-14 02:03:34','2016-11-14 02:03:34','','Package 318','','publish','closed','closed','','package-318','','','2016-11-14 02:03:34','2016-11-14 02:03:34','',0,'http://houzez01.favethemes.com/user_packages/package-318/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3527,1,'2016-11-15 04:35:13','2016-11-15 04:35:13','','Package 321','','publish','closed','closed','','package-321','','','2016-11-15 04:35:13','2016-11-15 04:35:13','',0,'http://houzez01.favethemes.com/user_packages/package-321/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3535,1,'2016-11-15 12:41:17','2016-11-15 12:41:17','','Package 323','','publish','closed','closed','','package-323','','','2016-11-15 12:41:17','2016-11-15 12:41:17','',0,'http://houzez01.favethemes.com/user_packages/package-323/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3544,1,'2016-11-16 03:14:07','2016-11-16 03:14:07','','Package 326','','publish','closed','closed','','package-326','','','2016-11-16 03:14:07','2016-11-16 03:14:07','',0,'http://houzez01.favethemes.com/user_packages/package-326/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3575,1,'2016-11-18 08:14:47','2016-11-18 08:14:47','','Package 330','','publish','closed','closed','','package-330','','','2016-11-18 08:14:47','2016-11-18 08:14:47','',0,'http://houzez01.favethemes.com/user_packages/package-330/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3585,1,'2016-11-18 11:37:35','2016-11-18 11:37:35','','Package 335','','publish','closed','closed','','package-335','','','2016-11-18 11:37:35','2016-11-18 11:37:35','',0,'http://houzez01.favethemes.com/user_packages/package-335/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3598,1,'2016-11-19 10:37:28','2016-11-19 10:37:28','','Package 338','','publish','closed','closed','','package-338','','','2016-11-19 10:37:28','2016-11-19 10:37:28','',0,'http://houzez01.favethemes.com/user_packages/package-338/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3609,1,'2016-11-19 11:28:47','2016-11-19 11:28:47','','Package 339','','publish','closed','closed','','package-339','','','2016-11-19 11:28:47','2016-11-19 11:28:47','',0,'http://houzez01.favethemes.com/user_packages/package-339/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3619,1,'2016-11-21 11:37:24','2016-11-21 11:37:24','','Package 345','','publish','closed','closed','','package-345','','','2016-11-21 11:37:24','2016-11-21 11:37:24','',0,'http://houzez01.favethemes.com/user_packages/package-345/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3624,1,'2016-11-21 22:35:26','2016-11-21 22:35:26','','Package 347','','publish','closed','closed','','package-347','','','2016-11-21 22:35:26','2016-11-21 22:35:26','',0,'http://houzez01.favethemes.com/user_packages/package-347/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3633,1,'2016-11-22 14:38:20','2016-11-22 14:38:20','','Package 349','','publish','closed','closed','','package-349','','','2016-11-22 14:38:20','2016-11-22 14:38:20','',0,'http://houzez01.favethemes.com/user_packages/package-349/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3659,1,'2016-11-23 17:16:54','2016-11-23 17:16:54','','Package 351','','publish','closed','closed','','package-351','','','2016-11-23 17:16:54','2016-11-23 17:16:54','',0,'http://houzez01.favethemes.com/user_packages/package-351/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3672,1,'2016-11-24 03:04:48','2016-11-24 03:04:48','','Package 353','','publish','closed','closed','','package-353','','','2016-11-24 03:04:48','2016-11-24 03:04:48','',0,'http://houzez01.favethemes.com/user_packages/package-353/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3681,1,'2016-11-24 10:53:40','2016-11-24 10:53:40','','Package 354','','publish','closed','closed','','package-354','','','2016-11-24 10:53:40','2016-11-24 10:53:40','',0,'http://houzez01.favethemes.com/user_packages/package-354/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3685,1,'2016-11-24 20:53:18','2016-11-24 20:53:18','','Package 357','','publish','closed','closed','','package-357','','','2016-11-24 20:53:18','2016-11-24 20:53:18','',0,'http://houzez01.favethemes.com/user_packages/package-357/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3701,1,'2016-11-25 04:09:30','2016-11-25 04:09:30','','Package 358','','publish','closed','closed','','package-358','','','2016-11-25 04:09:30','2016-11-25 04:09:30','',0,'http://houzez01.favethemes.com/user_packages/package-358/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3715,1,'2016-11-25 10:37:35','2016-11-25 10:37:35','','Package 359','','publish','closed','closed','','package-359','','','2016-11-25 10:37:35','2016-11-25 10:37:35','',0,'http://houzez01.favethemes.com/user_packages/package-359/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3726,1,'2016-11-26 01:22:50','2016-11-26 01:22:50','','Package 363','','publish','closed','closed','','package-363','','','2016-11-26 01:22:50','2016-11-26 01:22:50','',0,'http://houzez01.favethemes.com/user_packages/package-363/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3737,1,'2016-11-26 01:40:11','2016-11-26 01:40:11','','Package 364','','publish','closed','closed','','package-364','','','2016-11-26 01:40:11','2016-11-26 01:40:11','',0,'http://houzez01.favethemes.com/user_packages/package-364/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3740,1,'2016-11-26 22:04:00','2016-11-26 22:04:00','','Package 365','','publish','closed','closed','','package-365','','','2016-11-26 22:04:00','2016-11-26 22:04:00','',0,'http://houzez01.favethemes.com/user_packages/package-365/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3750,1,'2016-11-26 22:37:38','2016-11-26 22:37:38','','Package 366','','publish','closed','closed','','package-366','','','2016-11-26 22:37:38','2016-11-26 22:37:38','',0,'http://houzez01.favethemes.com/user_packages/package-366/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3753,1,'2016-11-27 13:22:45','2016-11-27 13:22:45','','Package 367','','publish','closed','closed','','package-367','','','2016-11-27 13:22:45','2016-11-27 13:22:45','',0,'http://houzez01.favethemes.com/user_packages/package-367/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3764,1,'2016-11-27 14:54:09','2016-11-27 14:54:09','','Package 368','','publish','closed','closed','','package-368','','','2016-11-27 14:54:09','2016-11-27 14:54:09','',0,'http://houzez01.favethemes.com/user_packages/package-368/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3766,1,'2016-11-27 18:29:14','2016-11-27 18:29:14','','Package 369','','publish','closed','closed','','package-369','','','2016-11-27 18:29:14','2016-11-27 18:29:14','',0,'http://houzez01.favethemes.com/user_packages/package-369/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3773,1,'2016-11-27 22:24:15','2016-11-27 22:24:15','','Package 370','','publish','closed','closed','','package-370','','','2016-11-27 22:24:15','2016-11-27 22:24:15','',0,'http://houzez01.favethemes.com/user_packages/package-370/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3786,1,'2016-11-28 06:31:37','2016-11-28 06:31:37','','Package 373','','publish','closed','closed','','package-373','','','2016-11-28 06:31:37','2016-11-28 06:31:37','',0,'http://houzez01.favethemes.com/user_packages/package-373/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3790,1,'2016-11-28 08:53:50','2016-11-28 08:53:50','','Package 375','','publish','closed','closed','','package-375','','','2016-11-28 08:53:50','2016-11-28 08:53:50','',0,'http://houzez01.favethemes.com/user_packages/package-375/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3803,1,'2016-11-29 05:45:53','2016-11-29 05:45:53','','Package 379','','publish','closed','closed','','package-379','','','2016-11-29 05:45:53','2016-11-29 05:45:53','',0,'http://houzez01.favethemes.com/user_packages/package-379/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3808,1,'2016-11-29 22:16:25','2016-11-29 22:16:25','','Package 383','','publish','closed','closed','','package-383','','','2016-11-29 22:16:25','2016-11-29 22:16:25','',0,'http://houzez01.favethemes.com/user_packages/package-383/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3817,1,'2016-11-30 00:08:20','2016-11-30 00:08:20','','Package 384','','publish','closed','closed','','package-384','','','2016-11-30 00:08:20','2016-11-30 00:08:20','',0,'http://houzez01.favethemes.com/user_packages/package-384/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3820,1,'2016-11-30 13:28:40','2016-11-30 13:28:40','','Package 103','','publish','closed','closed','','package-103','','','2016-11-30 13:28:40','2016-11-30 13:28:40','',0,'http://houzez01.favethemes.com/user_packages/package-103/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3824,1,'2016-11-30 14:06:05','2016-11-30 14:06:05','','Package 385','','publish','closed','closed','','package-385','','','2016-11-30 14:06:05','2016-11-30 14:06:05','',0,'http://houzez01.favethemes.com/user_packages/package-385/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3831,1,'2016-12-01 06:41:26','2016-12-01 06:41:26','','Package 389','','publish','closed','closed','','package-389','','','2016-12-01 06:41:26','2016-12-01 06:41:26','',0,'http://houzez01.favethemes.com/user_packages/package-389/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3842,1,'2016-12-02 00:28:22','2016-12-02 00:28:22','','Package 392','','publish','closed','closed','','package-392','','','2016-12-02 00:28:22','2016-12-02 00:28:22','',0,'http://houzez01.favethemes.com/user_packages/package-392/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3845,1,'2016-12-02 02:22:11','2016-12-02 02:22:11','','Package 393','','publish','closed','closed','','package-393','','','2016-12-02 02:22:11','2016-12-02 02:22:11','',0,'http://houzez01.favethemes.com/user_packages/package-393/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3852,1,'2016-12-02 11:50:07','2016-12-02 11:50:07','','Package 397','','publish','closed','closed','','package-397','','','2016-12-02 11:50:07','2016-12-02 11:50:07','',0,'http://houzez01.favethemes.com/user_packages/package-397/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3862,1,'2016-12-02 17:07:01','2016-12-02 17:07:01','','Package 398','','publish','closed','closed','','package-398','','','2016-12-02 17:07:01','2016-12-02 17:07:01','',0,'http://houzez01.favethemes.com/user_packages/package-398/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3868,1,'2016-12-02 23:59:24','2016-12-02 23:59:24','','Package 399','','publish','closed','closed','','package-399','','','2016-12-02 23:59:24','2016-12-02 23:59:24','',0,'http://houzez01.favethemes.com/user_packages/package-399/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3876,1,'2016-12-03 11:31:15','2016-12-03 11:31:15','','Package 400','','publish','closed','closed','','package-400','','','2016-12-03 11:31:15','2016-12-03 11:31:15','',0,'http://houzez01.favethemes.com/user_packages/package-400/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3884,1,'2016-12-05 08:20:08','2016-12-05 08:20:08','','Package 403','','publish','closed','closed','','package-403','','','2016-12-05 08:20:08','2016-12-05 08:20:08','',0,'http://houzez01.favethemes.com/user_packages/package-403/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3890,1,'2016-12-06 02:44:03','2016-12-06 02:44:03','','Package 406','','publish','closed','closed','','package-406','','','2016-12-06 02:44:03','2016-12-06 02:44:03','',0,'http://houzez01.favethemes.com/user_packages/package-406/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3896,1,'2016-12-06 20:12:43','2016-12-06 20:12:43','','Package 408','','publish','closed','closed','','package-408','','','2016-12-06 20:12:43','2016-12-06 20:12:43','',0,'http://houzez01.favethemes.com/user_packages/package-408/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3900,1,'2016-12-07 04:41:28','2016-12-07 04:41:28','','Package 409','','publish','closed','closed','','package-409','','','2016-12-07 04:41:28','2016-12-07 04:41:28','',0,'http://houzez01.favethemes.com/user_packages/package-409/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3902,1,'2016-12-07 07:42:39','2016-12-07 07:42:39','','Package 410','','publish','closed','closed','','package-410','','','2016-12-07 07:42:39','2016-12-07 07:42:39','',0,'http://houzez01.favethemes.com/user_packages/package-410/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3910,1,'2016-12-08 08:46:15','2016-12-08 08:46:15','','Package 415','','publish','closed','closed','','package-415','','','2016-12-08 08:46:15','2016-12-08 08:46:15','',0,'http://houzez01.favethemes.com/user_packages/package-415/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3928,1,'2016-12-09 10:21:33','2016-12-09 10:21:33','','Package 417','','publish','closed','closed','','package-417','','','2016-12-09 10:21:33','2016-12-09 10:21:33','',0,'http://houzez01.favethemes.com/user_packages/package-417/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3932,1,'2016-12-09 15:24:52','2016-12-09 15:24:52','','Package 418','','publish','closed','closed','','package-418','','','2016-12-09 15:24:52','2016-12-09 15:24:52','',0,'http://houzez01.favethemes.com/user_packages/package-418/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3944,1,'2016-12-12 07:31:25','2016-12-12 07:31:25','','Package 424','','publish','closed','closed','','package-424','','','2016-12-12 07:31:25','2016-12-12 07:31:25','',0,'http://houzez01.favethemes.com/user_packages/package-424/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3950,1,'2016-12-12 16:53:28','2016-12-12 16:53:28','','Package 425','','publish','closed','closed','','package-425','','','2016-12-12 16:53:28','2016-12-12 16:53:28','',0,'http://houzez01.favethemes.com/user_packages/package-425/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3954,1,'2016-12-13 02:27:17','2016-12-13 02:27:17','','Package 426','','publish','closed','closed','','package-426','','','2016-12-13 02:27:17','2016-12-13 02:27:17','',0,'http://houzez01.favethemes.com/user_packages/package-426/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3974,1,'2016-12-13 12:35:04','2016-12-13 12:35:04','','Package 428','','publish','closed','closed','','package-428','','','2016-12-13 12:35:04','2016-12-13 12:35:04','',0,'http://houzez01.favethemes.com/user_packages/package-428/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3980,1,'2016-12-14 06:17:50','2016-12-14 06:17:50','','Package 430','','publish','closed','closed','','package-430','','','2016-12-14 06:17:50','2016-12-14 06:17:50','',0,'http://houzez01.favethemes.com/user_packages/package-430/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3984,1,'2016-12-14 12:02:51','2016-12-14 12:02:51','','Package 427','','publish','closed','closed','','package-427','','','2016-12-14 12:02:51','2016-12-14 12:02:51','',0,'http://houzez01.favethemes.com/user_packages/package-427/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (3998,1,'2016-12-15 04:33:15','2016-12-15 04:33:15','','Package 433','','publish','closed','closed','','package-433','','','2016-12-15 04:33:15','2016-12-15 04:33:15','',0,'http://houzez01.favethemes.com/user_packages/package-433/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4001,1,'2016-12-15 07:38:45','2016-12-15 07:38:45','','Package 434','','publish','closed','closed','','package-434','','','2016-12-15 07:38:45','2016-12-15 07:38:45','',0,'http://houzez01.favethemes.com/user_packages/package-434/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4015,1,'2016-12-15 17:44:09','2016-12-15 17:44:09','','Package 438','','publish','closed','closed','','package-438','','','2016-12-15 17:44:09','2016-12-15 17:44:09','',0,'http://houzez01.favethemes.com/user_packages/package-438/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4022,1,'2016-12-17 00:45:01','2016-12-17 00:45:01','','Package 440','','publish','closed','closed','','package-440','','','2016-12-17 00:45:01','2016-12-17 00:45:01','',0,'http://houzez01.favethemes.com/user_packages/package-440/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4028,1,'2016-12-17 01:14:18','2016-12-17 01:14:18','','Package 441','','publish','closed','closed','','package-441','','','2016-12-17 01:14:18','2016-12-17 01:14:18','',0,'http://houzez01.favethemes.com/user_packages/package-441/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4035,1,'2016-12-17 11:35:37','2016-12-17 11:35:37','','Package 442','','publish','closed','closed','','package-442','','','2016-12-17 11:35:37','2016-12-17 11:35:37','',0,'http://houzez01.favethemes.com/user_packages/package-442/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4043,1,'2016-12-17 17:50:37','2016-12-17 17:50:37','','Package 443','','publish','closed','closed','','package-443','','','2016-12-17 17:50:37','2016-12-17 17:50:37','',0,'http://houzez01.favethemes.com/user_packages/package-443/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4051,1,'2016-12-18 10:04:10','2016-12-18 10:04:10','','Package 446','','publish','closed','closed','','package-446','','','2016-12-18 10:04:10','2016-12-18 10:04:10','',0,'http://houzez01.favethemes.com/user_packages/package-446/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4057,1,'2016-12-19 11:30:38','2016-12-19 11:30:38','','Package 447','','publish','closed','closed','','package-447','','','2016-12-19 11:30:38','2016-12-19 11:30:38','',0,'http://houzez01.favethemes.com/user_packages/package-447/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4061,1,'2016-12-19 11:32:34','2016-12-19 11:32:34','','Package 448','','publish','closed','closed','','package-448','','','2016-12-19 11:32:34','2016-12-19 11:32:34','',0,'http://houzez01.favethemes.com/user_packages/package-448/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4068,1,'2016-12-19 14:10:55','2016-12-19 14:10:55','','Package 450','','publish','closed','closed','','package-450','','','2016-12-19 14:10:55','2016-12-19 14:10:55','',0,'http://houzez01.favethemes.com/user_packages/package-450/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4072,1,'2016-12-19 18:10:34','2016-12-19 18:10:34','','Package 449','','publish','closed','closed','','package-449','','','2016-12-19 18:10:34','2016-12-19 18:10:34','',0,'http://houzez01.favethemes.com/user_packages/package-449/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4085,1,'2016-12-21 12:55:46','2016-12-21 12:55:46','','Package 452','','publish','closed','closed','','package-452','','','2016-12-21 12:55:46','2016-12-21 12:55:46','',0,'http://houzez01.favethemes.com/user_packages/package-452/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4098,1,'2016-12-27 12:45:35','2016-12-27 12:45:35','','Package 462','','publish','closed','closed','','package-462','','','2016-12-27 12:45:35','2016-12-27 12:45:35','',0,'http://houzez01.favethemes.com/user_packages/package-462/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4106,1,'2016-12-27 15:01:23','2016-12-27 15:01:23','','Package 463','','publish','closed','closed','','package-463','','','2016-12-27 15:01:23','2016-12-27 15:01:23','',0,'http://houzez01.favethemes.com/user_packages/package-463/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4111,1,'2016-12-27 18:38:50','2016-12-27 18:38:50','','Package 464','','publish','closed','closed','','package-464','','','2016-12-27 18:38:50','2016-12-27 18:38:50','',0,'http://houzez01.favethemes.com/user_packages/package-464/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4118,1,'2016-12-28 13:19:50','2016-12-28 13:19:50','','Package 466','','publish','closed','closed','','package-466','','','2016-12-28 13:19:50','2016-12-28 13:19:50','',0,'http://houzez01.favethemes.com/user_packages/package-466/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4127,1,'2016-12-28 19:08:55','2016-12-28 19:08:55','','Package 467','','publish','closed','closed','','package-467','','','2016-12-28 19:08:55','2016-12-28 19:08:55','',0,'http://houzez01.favethemes.com/user_packages/package-467/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4137,1,'2016-12-28 19:59:16','2016-12-28 19:59:16','','Package 468','','publish','closed','closed','','package-468','','','2016-12-28 19:59:16','2016-12-28 19:59:16','',0,'http://houzez01.favethemes.com/user_packages/package-468/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4141,1,'2016-12-29 14:03:50','2016-12-29 14:03:50','','Package 470','','publish','closed','closed','','package-470','','','2016-12-29 14:03:50','2016-12-29 14:03:50','',0,'http://houzez01.favethemes.com/user_packages/package-470/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4148,1,'2016-12-30 11:57:59','2016-12-30 11:57:59','','Package 472','','publish','closed','closed','','package-472','','','2016-12-30 11:57:59','2016-12-30 11:57:59','',0,'http://houzez01.favethemes.com/user_packages/package-472/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4151,1,'2016-12-30 21:30:34','2016-12-30 21:30:34','','Package 460','','publish','closed','closed','','package-460','','','2016-12-30 21:30:34','2016-12-30 21:30:34','',0,'http://houzez01.favethemes.com/user_packages/package-460/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4160,1,'2016-12-31 14:10:32','2016-12-31 14:10:32','','Package 473','','publish','closed','closed','','package-473','','','2016-12-31 14:10:32','2016-12-31 14:10:32','',0,'http://houzez01.favethemes.com/user_packages/package-473/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4170,1,'2017-01-02 02:32:48','2017-01-02 02:32:48','','Package 476','','publish','closed','closed','','package-476','','','2017-01-02 02:32:48','2017-01-02 02:32:48','',0,'http://houzez01.favethemes.com/user_packages/package-476/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4174,1,'2017-01-03 07:27:03','2017-01-03 07:27:03','','Package 478','','publish','closed','closed','','package-478','','','2017-01-03 07:27:03','2017-01-03 07:27:03','',0,'http://houzez01.favethemes.com/user_packages/package-478/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4180,1,'2017-01-03 11:03:39','2017-01-03 11:03:39','','Package 390','','publish','closed','closed','','package-390','','','2017-01-03 11:03:39','2017-01-03 11:03:39','',0,'http://houzez01.favethemes.com/user_packages/package-390/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4184,1,'2017-01-03 15:43:19','2017-01-03 15:43:19','','Package 480','','publish','closed','closed','','package-480','','','2017-01-03 15:43:19','2017-01-03 15:43:19','',0,'http://houzez01.favethemes.com/user_packages/package-480/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4189,1,'2017-01-03 15:56:52','2017-01-03 15:56:52','','Package 481','','publish','closed','closed','','package-481','','','2017-01-03 15:56:52','2017-01-03 15:56:52','',0,'http://houzez01.favethemes.com/user_packages/package-481/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4196,1,'2017-01-04 15:51:46','2017-01-04 15:51:46','','Package 486','','publish','closed','closed','','package-486','','','2017-01-04 15:51:46','2017-01-04 15:51:46','',0,'http://houzez01.favethemes.com/user_packages/package-486/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4203,1,'2017-01-04 17:46:16','2017-01-04 17:46:16','','Package 487','','publish','closed','closed','','package-487','','','2017-01-04 17:46:16','2017-01-04 17:46:16','',0,'http://houzez01.favethemes.com/user_packages/package-487/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4207,1,'2017-01-04 20:23:15','2017-01-04 20:23:15','','Package 444','','publish','closed','closed','','package-444','','','2017-01-04 20:23:15','2017-01-04 20:23:15','',0,'http://houzez01.favethemes.com/user_packages/package-444/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4212,1,'2017-01-04 20:47:55','2017-01-04 20:47:55','','Package 488','','publish','closed','closed','','package-488','','','2017-01-04 20:47:55','2017-01-04 20:47:55','',0,'http://houzez01.favethemes.com/user_packages/package-488/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4215,1,'2017-01-05 10:14:11','2017-01-05 10:14:11','','Package 489','','publish','closed','closed','','package-489','','','2017-01-05 10:14:11','2017-01-05 10:14:11','',0,'http://houzez01.favethemes.com/user_packages/package-489/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4227,1,'2017-01-07 17:18:12','2017-01-07 17:18:12','','Package 493','','publish','closed','closed','','package-493','','','2017-01-07 17:18:12','2017-01-07 17:18:12','',0,'http://houzez01.favethemes.com/user_packages/package-493/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4238,1,'2017-01-09 10:59:26','2017-01-09 10:59:26','','Package 496','','publish','closed','closed','','package-496','','','2017-01-09 10:59:26','2017-01-09 10:59:26','',0,'http://houzez01.favethemes.com/user_packages/package-496/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4245,1,'2017-01-10 07:35:32','2017-01-10 07:35:32','','Package 498','','publish','closed','closed','','package-498','','','2017-01-10 07:35:32','2017-01-10 07:35:32','',0,'http://houzez01.favethemes.com/user_packages/package-498/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4251,1,'2017-01-10 09:15:36','2017-01-10 09:15:36','','Package 501','','publish','closed','closed','','package-501','','','2017-01-10 09:15:36','2017-01-10 09:15:36','',0,'http://houzez01.favethemes.com/user_packages/package-501/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4263,1,'2017-01-10 11:19:16','2017-01-10 11:19:16','','Package 503','','publish','closed','closed','','package-503','','','2017-01-10 11:19:16','2017-01-10 11:19:16','',0,'http://houzez01.favethemes.com/user_packages/package-503/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4265,1,'2017-01-10 11:24:19','2017-01-10 11:24:19','','Package 504','','publish','closed','closed','','package-504','','','2017-01-10 11:24:19','2017-01-10 11:24:19','',0,'http://houzez01.favethemes.com/user_packages/package-504/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4320,1,'2017-01-10 18:48:20','2017-01-10 18:48:20','','Package 509','','publish','closed','closed','','package-509','','','2017-01-10 18:48:20','2017-01-10 18:48:20','',0,'http://houzez01.favethemes.com/user_packages/package-509/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4329,1,'2017-01-10 22:00:48','2017-01-10 22:00:48','','Package 511','','publish','closed','closed','','package-511','','','2017-01-10 22:00:48','2017-01-10 22:00:48','',0,'http://houzez01.favethemes.com/user_packages/package-511/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4349,1,'2017-01-11 05:41:53','2017-01-11 05:41:53','','Package 513','','publish','closed','closed','','package-513','','','2017-01-11 05:41:53','2017-01-11 05:41:53','',0,'http://houzez01.favethemes.com/user_packages/package-513/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4357,1,'2017-01-11 08:03:14','2017-01-11 08:03:14','','Package 514','','publish','closed','closed','','package-514','','','2017-01-11 08:03:14','2017-01-11 08:03:14','',0,'http://houzez01.favethemes.com/user_packages/package-514/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4363,1,'2017-01-11 08:41:40','2017-01-11 08:41:40','','Package 515','','publish','closed','closed','','package-515','','','2017-01-11 08:41:40','2017-01-11 08:41:40','',0,'http://houzez01.favethemes.com/user_packages/package-515/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4372,1,'2017-01-11 11:15:48','2017-01-11 11:15:48','','Package 517','','publish','closed','closed','','package-517','','','2017-01-11 11:15:48','2017-01-11 11:15:48','',0,'http://houzez01.favethemes.com/user_packages/package-517/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4378,1,'2017-01-11 13:50:21','2017-01-11 13:50:21','','Package 519','','publish','closed','closed','','package-519','','','2017-01-11 13:50:21','2017-01-11 13:50:21','',0,'http://houzez01.favethemes.com/user_packages/package-519/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4384,1,'2017-01-11 14:02:13','2017-01-11 14:02:13','','Package 521','','publish','closed','closed','','package-521','','','2017-01-11 14:02:13','2017-01-11 14:02:13','',0,'http://houzez01.favethemes.com/user_packages/package-521/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4391,1,'2017-01-11 17:55:02','2017-01-11 17:55:02','','Package 524','','publish','closed','closed','','package-524','','','2017-01-11 17:55:02','2017-01-11 17:55:02','',0,'http://houzez01.favethemes.com/user_packages/package-524/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4399,1,'2017-01-11 21:52:38','2017-01-11 21:52:38','','Package 527','','publish','closed','closed','','package-527','','','2017-01-11 21:52:38','2017-01-11 21:52:38','',0,'http://houzez01.favethemes.com/user_packages/package-527/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4418,1,'2017-01-12 03:23:43','2017-01-12 03:23:43','','Package 528','','publish','closed','closed','','package-528','','','2017-01-12 03:23:43','2017-01-12 03:23:43','',0,'http://houzez01.favethemes.com/user_packages/package-528/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4432,1,'2017-01-13 02:27:00','2017-01-13 02:27:00','','Package 429','','publish','closed','closed','','package-429','','','2017-01-13 02:27:00','2017-01-13 02:27:00','',0,'http://houzez01.favethemes.com/user_packages/package-429/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4435,1,'2017-01-13 07:19:55','2017-01-13 07:19:55','','Package 533','','publish','closed','closed','','package-533','','','2017-01-13 07:19:55','2017-01-13 07:19:55','',0,'http://houzez01.favethemes.com/user_packages/package-533/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4446,1,'2017-01-13 11:54:13','2017-01-13 11:54:13','','Package 535','','publish','closed','closed','','package-535','','','2017-01-13 11:54:13','2017-01-13 11:54:13','',0,'http://houzez01.favethemes.com/user_packages/package-535/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4452,1,'2017-01-13 12:24:56','2017-01-13 12:24:56','','Package 536','','publish','closed','closed','','package-536','','','2017-01-13 12:24:56','2017-01-13 12:24:56','',0,'http://houzez01.favethemes.com/user_packages/package-536/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4464,1,'2017-01-13 15:50:50','2017-01-13 15:50:50','','Package 537','','publish','closed','closed','','package-537','','','2017-01-13 15:50:50','2017-01-13 15:50:50','',0,'http://houzez01.favethemes.com/user_packages/package-537/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4474,1,'2017-01-13 21:59:03','2017-01-13 21:59:03','','Package 539','','publish','closed','closed','','package-539','','','2017-01-13 21:59:03','2017-01-13 21:59:03','',0,'http://houzez01.favethemes.com/user_packages/package-539/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4486,1,'2017-01-14 01:42:14','2017-01-14 01:42:14','','Package 541','','publish','closed','closed','','package-541','','','2017-01-14 01:42:14','2017-01-14 01:42:14','',0,'http://houzez01.favethemes.com/user_packages/package-541/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4490,1,'2017-01-14 07:07:51','2017-01-14 07:07:51','','Package 542','','publish','closed','closed','','package-542','','','2017-01-14 07:07:51','2017-01-14 07:07:51','',0,'http://houzez01.favethemes.com/user_packages/package-542/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4496,1,'2017-01-14 15:26:04','2017-01-14 15:26:04','','Package 543','','publish','closed','closed','','package-543','','','2017-01-14 15:26:04','2017-01-14 15:26:04','',0,'http://houzez01.favethemes.com/user_packages/package-543/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4499,1,'2017-01-14 16:22:13','2017-01-14 16:22:13','','Package 544','','publish','closed','closed','','package-544','','','2017-01-14 16:22:13','2017-01-14 16:22:13','',0,'http://houzez01.favethemes.com/user_packages/package-544/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4507,1,'2017-01-14 17:24:14','2017-01-14 17:24:14','','Package 545','','publish','closed','closed','','package-545','','','2017-01-14 17:24:14','2017-01-14 17:24:14','',0,'http://houzez01.favethemes.com/user_packages/package-545/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4512,1,'2017-01-14 23:28:53','2017-01-14 23:28:53','','Package 546','','publish','closed','closed','','package-546','','','2017-01-14 23:28:53','2017-01-14 23:28:53','',0,'http://houzez01.favethemes.com/user_packages/package-546/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4517,1,'2017-01-15 00:06:55','2017-01-15 00:06:55','','Package 548','','publish','closed','closed','','package-548','','','2017-01-15 00:06:55','2017-01-15 00:06:55','',0,'http://houzez01.favethemes.com/user_packages/package-548/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4548,1,'2017-01-16 00:13:58','2017-01-16 00:13:58','','Package 550','','publish','closed','closed','','package-550','','','2017-01-16 00:13:58','2017-01-16 00:13:58','',0,'http://houzez01.favethemes.com/user_packages/package-550/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4564,1,'2017-01-16 05:36:40','2017-01-16 05:36:40','','Package 551','','publish','closed','closed','','package-551','','','2017-01-16 05:36:40','2017-01-16 05:36:40','',0,'http://houzez01.favethemes.com/user_packages/package-551/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4571,1,'2017-01-16 07:39:25','2017-01-16 07:39:25','','Package 552','','publish','closed','closed','','package-552','','','2017-01-16 07:39:25','2017-01-16 07:39:25','',0,'http://houzez01.favethemes.com/user_packages/package-552/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4598,1,'2017-01-16 14:38:25','2017-01-16 14:38:25','','Package 555','','publish','closed','closed','','package-555','','','2017-01-16 14:38:25','2017-01-16 14:38:25','',0,'http://houzez01.favethemes.com/user_packages/package-555/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4611,1,'2017-01-16 17:35:44','2017-01-16 17:35:44','','Package 558','','publish','closed','closed','','package-558','','','2017-01-16 17:35:44','2017-01-16 17:35:44','',0,'http://houzez01.favethemes.com/user_packages/package-558/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4618,1,'2017-01-17 07:24:27','2017-01-17 07:24:27','','Package 560','','publish','closed','closed','','package-560','','','2017-01-17 07:24:27','2017-01-17 07:24:27','',0,'http://houzez01.favethemes.com/user_packages/package-560/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4623,1,'2017-01-17 10:19:35','2017-01-17 10:19:35','','Package 561','','publish','closed','closed','','package-561','','','2017-01-17 10:19:35','2017-01-17 10:19:35','',0,'http://houzez01.favethemes.com/user_packages/package-561/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4640,1,'2017-01-17 19:48:03','2017-01-17 19:48:03','','Package 564','','publish','closed','closed','','package-564','','','2017-01-17 19:48:03','2017-01-17 19:48:03','',0,'http://houzez01.favethemes.com/user_packages/package-564/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4645,1,'2017-01-17 21:17:48','2017-01-17 21:17:48','','Package 565','','publish','closed','closed','','package-565','','','2017-01-17 21:17:48','2017-01-17 21:17:48','',0,'http://houzez01.favethemes.com/user_packages/package-565/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4661,1,'2017-01-18 09:46:28','2017-01-18 09:46:28','','Package 566','','publish','closed','closed','','package-566','','','2017-01-18 09:46:28','2017-01-18 09:46:28','',0,'http://houzez01.favethemes.com/user_packages/package-566/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4665,1,'2017-01-18 13:41:28','2017-01-18 13:41:28','','Package 567','','publish','closed','closed','','package-567','','','2017-01-18 13:41:28','2017-01-18 13:41:28','',0,'http://houzez01.favethemes.com/user_packages/package-567/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4683,1,'2017-01-20 15:55:23','2017-01-20 15:55:23','','Package 579','','publish','closed','closed','','package-579','','','2017-01-20 15:55:23','2017-01-20 15:55:23','',0,'http://houzez01.favethemes.com/user_packages/package-579/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4692,1,'2017-01-20 16:35:22','2017-01-20 16:35:22','','Package 580','','publish','closed','closed','','package-580','','','2017-01-20 16:35:22','2017-01-20 16:35:22','',0,'http://houzez01.favethemes.com/user_packages/package-580/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4698,1,'2017-01-20 17:16:58','2017-01-20 17:16:58','','Package 582','','publish','closed','closed','','package-582','','','2017-01-20 17:16:58','2017-01-20 17:16:58','',0,'http://houzez01.favethemes.com/user_packages/package-582/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4717,1,'2017-01-21 15:11:21','2017-01-21 15:11:21','','Package 575','','publish','closed','closed','','package-575','','','2017-01-21 15:11:21','2017-01-21 15:11:21','',0,'http://houzez01.favethemes.com/user_packages/package-575/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4719,1,'2017-01-21 20:22:10','2017-01-21 20:22:10','','Package 590','','publish','closed','closed','','package-590','','','2017-01-21 20:22:10','2017-01-21 20:22:10','',0,'http://houzez01.favethemes.com/user_packages/package-590/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4787,1,'2017-01-22 16:27:55','2017-01-22 16:27:55','','Package 594','','publish','closed','closed','','package-594','','','2017-01-22 16:27:55','2017-01-22 16:27:55','',0,'http://houzez01.favethemes.com/user_packages/package-594/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4796,1,'2017-01-23 06:40:32','2017-01-23 06:40:32','','Package 597','','publish','closed','closed','','package-597','','','2017-01-23 06:40:32','2017-01-23 06:40:32','',0,'http://houzez01.favethemes.com/user_packages/package-597/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4814,1,'2017-01-23 16:18:25','2017-01-23 16:18:25','','Package 600','','publish','closed','closed','','package-600','','','2017-01-23 16:18:25','2017-01-23 16:18:25','',0,'http://houzez01.favethemes.com/user_packages/package-600/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4817,1,'2017-01-23 16:31:05','2017-01-23 16:31:05','','Package 601','','publish','closed','closed','','package-601','','','2017-01-23 16:31:05','2017-01-23 16:31:05','',0,'http://houzez01.favethemes.com/user_packages/package-601/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4826,1,'2017-01-23 23:35:35','2017-01-23 23:35:35','','Package 605','','publish','closed','closed','','package-605','','','2017-01-23 23:35:35','2017-01-23 23:35:35','',0,'http://houzez01.favethemes.com/user_packages/package-605/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4844,1,'2017-01-25 00:51:34','2017-01-25 00:51:34','','Package 609','','publish','closed','closed','','package-609','','','2017-01-25 00:51:34','2017-01-25 00:51:34','',0,'http://houzez01.favethemes.com/user_packages/package-609/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4852,1,'2017-01-25 08:24:50','2017-01-25 08:24:50','','Package 610','','publish','closed','closed','','package-610','','','2017-01-25 08:24:50','2017-01-25 08:24:50','',0,'http://houzez01.favethemes.com/user_packages/package-610/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4857,1,'2017-01-25 11:35:32','2017-01-25 11:35:32','','Package 611','','publish','closed','closed','','package-611','','','2017-01-25 11:35:32','2017-01-25 11:35:32','',0,'http://houzez01.favethemes.com/user_packages/package-611/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4863,1,'2017-01-25 13:09:02','2017-01-25 13:09:02','','Package 613','','publish','closed','closed','','package-613','','','2017-01-25 13:09:02','2017-01-25 13:09:02','',0,'http://houzez01.favethemes.com/user_packages/package-613/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4866,1,'2017-01-25 14:14:07','2017-01-25 14:14:07','','Package 614','','publish','closed','closed','','package-614','','','2017-01-25 14:14:07','2017-01-25 14:14:07','',0,'http://houzez01.favethemes.com/user_packages/package-614/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4876,1,'2017-01-25 17:58:22','2017-01-25 17:58:22','','Package 616','','publish','closed','closed','','package-616','','','2017-01-25 17:58:22','2017-01-25 17:58:22','',0,'http://houzez01.favethemes.com/user_packages/package-616/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4883,1,'2017-01-26 01:26:01','2017-01-26 01:26:01','','Package 618','','publish','closed','closed','','package-618','','','2017-01-26 01:26:01','2017-01-26 01:26:01','',0,'http://houzez01.favethemes.com/user_packages/package-618/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4907,1,'2017-01-26 13:31:52','2017-01-26 13:31:52','','Package 621','','publish','closed','closed','','package-621','','','2017-01-26 13:31:52','2017-01-26 13:31:52','',0,'http://houzez01.favethemes.com/user_packages/package-621/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4932,1,'2017-01-26 17:01:56','2017-01-26 17:01:56','','Package 623','','publish','closed','closed','','package-623','','','2017-01-26 17:01:56','2017-01-26 17:01:56','',0,'http://houzez01.favethemes.com/user_packages/package-623/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4942,1,'2017-01-26 21:06:13','2017-01-26 21:06:13','','Package 626','','publish','closed','closed','','package-626','','','2017-01-26 21:06:13','2017-01-26 21:06:13','',0,'http://houzez01.favethemes.com/user_packages/package-626/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4948,1,'2017-01-27 02:00:06','2017-01-27 02:00:06','','Package 628','','publish','closed','closed','','package-628','','','2017-01-27 02:00:06','2017-01-27 02:00:06','',0,'http://houzez01.favethemes.com/user_packages/package-628/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4959,1,'2017-01-27 08:37:45','2017-01-27 08:37:45','','Package 630','','publish','closed','closed','','package-630','','','2017-01-27 08:37:45','2017-01-27 08:37:45','',0,'http://houzez01.favethemes.com/user_packages/package-630/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4966,1,'2017-01-27 10:32:07','2017-01-27 10:32:07','','Package 631','','publish','closed','closed','','package-631','','','2017-01-27 10:32:07','2017-01-27 10:32:07','',0,'http://houzez01.favethemes.com/user_packages/package-631/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4976,1,'2017-01-27 17:25:56','2017-01-27 17:25:56','','Package 633','','publish','closed','closed','','package-633','','','2017-01-27 17:25:56','2017-01-27 17:25:56','',0,'http://houzez01.favethemes.com/user_packages/package-633/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4982,1,'2017-01-28 11:28:32','2017-01-28 11:28:32','','Package 634','','publish','closed','closed','','package-634','','','2017-01-28 11:28:32','2017-01-28 11:28:32','',0,'http://houzez01.favethemes.com/user_packages/package-634/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4990,1,'2017-01-28 20:49:06','2017-01-28 20:49:06','','Package 637','','publish','closed','closed','','package-637','','','2017-01-28 20:49:06','2017-01-28 20:49:06','',0,'http://houzez01.favethemes.com/user_packages/package-637/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (4996,1,'2017-01-29 01:21:06','2017-01-29 01:21:06','','Package 638','','publish','closed','closed','','package-638','','','2017-01-29 01:21:06','2017-01-29 01:21:06','',0,'http://houzez01.favethemes.com/user_packages/package-638/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5004,1,'2017-01-29 13:08:12','2017-01-29 13:08:12','','Package 639','','publish','closed','closed','','package-639','','','2017-01-29 13:08:12','2017-01-29 13:08:12','',0,'http://houzez01.favethemes.com/user_packages/package-639/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5008,1,'2017-01-29 15:11:09','2017-01-29 15:11:09','','Package 640','','publish','closed','closed','','package-640','','','2017-01-29 15:11:09','2017-01-29 15:11:09','',0,'http://houzez01.favethemes.com/user_packages/package-640/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5028,1,'2017-01-30 16:05:59','2017-01-30 16:05:59','','Package 644','','publish','closed','closed','','package-644','','','2017-01-30 16:05:59','2017-01-30 16:05:59','',0,'http://houzez01.favethemes.com/user_packages/package-644/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5041,1,'2017-01-30 22:33:17','2017-01-30 22:33:17','','Package 646','','publish','closed','closed','','package-646','','','2017-01-30 22:33:17','2017-01-30 22:33:17','',0,'http://houzez01.favethemes.com/user_packages/package-646/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5048,1,'2017-01-31 01:01:57','2017-01-31 01:01:57','','Package 647','','publish','closed','closed','','package-647','','','2017-01-31 01:01:57','2017-01-31 01:01:57','',0,'http://houzez01.favethemes.com/user_packages/package-647/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5054,1,'2017-01-31 02:52:40','2017-01-31 02:52:40','','Package 648','','publish','closed','closed','','package-648','','','2017-01-31 02:52:40','2017-01-31 02:52:40','',0,'http://houzez01.favethemes.com/user_packages/package-648/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5078,1,'2017-02-01 12:10:52','2017-02-01 12:10:52','','Package 655','','publish','closed','closed','','package-655','','','2017-02-01 12:10:52','2017-02-01 12:10:52','',0,'http://houzez01.favethemes.com/user_packages/package-655/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5088,1,'2017-02-01 15:11:25','2017-02-01 15:11:25','','Package 656','','publish','closed','closed','','package-656','','','2017-02-01 15:11:25','2017-02-01 15:11:25','',0,'http://houzez01.favethemes.com/user_packages/package-656/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5099,1,'2017-02-02 05:42:38','2017-02-02 05:42:38','','Package 659','','publish','closed','closed','','package-659','','','2017-02-02 05:42:38','2017-02-02 05:42:38','',0,'http://houzez01.favethemes.com/user_packages/package-659/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5105,1,'2017-02-02 11:22:30','2017-02-02 11:22:30','','Package 661','','publish','closed','closed','','package-661','','','2017-02-02 11:22:30','2017-02-02 11:22:30','',0,'http://houzez01.favethemes.com/user_packages/package-661/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5110,1,'2017-02-02 13:54:24','2017-02-02 13:54:24','','Package 663','','publish','closed','closed','','package-663','','','2017-02-02 13:54:24','2017-02-02 13:54:24','',0,'http://houzez01.favethemes.com/user_packages/package-663/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5117,1,'2017-02-02 20:17:01','2017-02-02 20:17:01','','Package 666','','publish','closed','closed','','package-666','','','2017-02-02 20:17:01','2017-02-02 20:17:01','',0,'http://houzez01.favethemes.com/user_packages/package-666/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5125,1,'2017-02-02 21:02:28','2017-02-02 21:02:28','','Package 667','','publish','closed','closed','','package-667','','','2017-02-02 21:02:28','2017-02-02 21:02:28','',0,'http://houzez01.favethemes.com/user_packages/package-667/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5128,1,'2017-02-03 07:11:39','2017-02-03 07:11:39','','Package 669','','publish','closed','closed','','package-669','','','2017-02-03 07:11:39','2017-02-03 07:11:39','',0,'http://houzez01.favethemes.com/user_packages/package-669/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5130,1,'2017-02-03 08:23:48','2017-02-03 08:23:48','','Package 670','','publish','closed','closed','','package-670','','','2017-02-03 08:23:48','2017-02-03 08:23:48','',0,'http://houzez01.favethemes.com/user_packages/package-670/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5139,1,'2017-02-04 02:06:16','2017-02-04 02:06:16','','Package 674','','publish','closed','closed','','package-674','','','2017-02-04 02:06:16','2017-02-04 02:06:16','',0,'http://houzez01.favethemes.com/user_packages/package-674/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5155,1,'2017-02-05 11:21:10','2017-02-05 11:21:10','','Package 677','','publish','closed','closed','','package-677','','','2017-02-05 11:21:10','2017-02-05 11:21:10','',0,'http://houzez01.favethemes.com/user_packages/package-677/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5167,1,'2017-02-06 16:38:11','2017-02-06 16:38:11','','Package 684','','publish','closed','closed','','package-684','','','2017-02-06 16:38:11','2017-02-06 16:38:11','',0,'http://houzez01.favethemes.com/user_packages/package-684/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5179,1,'2017-02-06 23:16:00','2017-02-06 23:16:00','','Package 686','','publish','closed','closed','','package-686','','','2017-02-06 23:16:00','2017-02-06 23:16:00','',0,'http://houzez01.favethemes.com/user_packages/package-686/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5193,1,'2017-02-07 02:36:47','2017-02-07 02:36:47','','Package 689','','publish','closed','closed','','package-689','','','2017-02-07 02:36:47','2017-02-07 02:36:47','',0,'http://houzez01.favethemes.com/user_packages/package-689/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5197,1,'2017-02-07 12:15:19','2017-02-07 12:15:19','','Package 691','','publish','closed','closed','','package-691','','','2017-02-07 12:15:19','2017-02-07 12:15:19','',0,'http://houzez01.favethemes.com/user_packages/package-691/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5204,1,'2017-02-07 13:02:16','2017-02-07 13:02:16','','Package 692','','publish','closed','closed','','package-692','','','2017-02-07 13:02:16','2017-02-07 13:02:16','',0,'http://houzez01.favethemes.com/user_packages/package-692/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5257,1,'2017-02-07 17:33:44','2017-02-07 17:33:44','','Package 696','','publish','closed','closed','','package-696','','','2017-02-07 17:33:44','2017-02-07 17:33:44','',0,'http://houzez01.favethemes.com/user_packages/package-696/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5270,1,'2017-02-08 12:11:59','2017-02-08 12:11:59','','Package 698','','publish','closed','closed','','package-698','','','2017-02-08 12:11:59','2017-02-08 12:11:59','',0,'http://houzez01.favethemes.com/user_packages/package-698/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5274,1,'2017-02-08 12:24:21','2017-02-08 12:24:21','','Package 699','','publish','closed','closed','','package-699','','','2017-02-08 12:24:21','2017-02-08 12:24:21','',0,'http://houzez01.favethemes.com/user_packages/package-699/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5286,1,'2017-02-08 13:32:58','2017-02-08 13:32:58','','Package 700','','publish','closed','closed','','package-700','','','2017-02-08 13:32:58','2017-02-08 13:32:58','',0,'http://houzez01.favethemes.com/user_packages/package-700/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5301,1,'2017-02-09 07:10:33','2017-02-09 07:10:33','','Package 703','','publish','closed','closed','','package-703','','','2017-02-09 07:10:33','2017-02-09 07:10:33','',0,'http://houzez01.favethemes.com/user_packages/package-703/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5314,1,'2017-02-09 08:30:24','2017-02-09 08:30:24','','Package 705','','publish','closed','closed','','package-705','','','2017-02-09 08:30:24','2017-02-09 08:30:24','',0,'http://houzez01.favethemes.com/user_packages/package-705/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5328,1,'2017-02-09 19:52:23','2017-02-09 19:52:23','','Package 707','','publish','closed','closed','','package-707','','','2017-02-09 19:52:23','2017-02-09 19:52:23','',0,'http://houzez01.favethemes.com/user_packages/package-707/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5345,1,'2017-02-10 13:55:12','2017-02-10 13:55:12','','Package 708','','publish','closed','closed','','package-708','','','2017-02-10 13:55:12','2017-02-10 13:55:12','',0,'http://houzez01.favethemes.com/user_packages/package-708/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5372,1,'2017-02-11 04:43:46','2017-02-11 04:43:46','','Package 710','','publish','closed','closed','','package-710','','','2017-02-11 04:43:46','2017-02-11 04:43:46','',0,'http://houzez01.favethemes.com/user_packages/package-710/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5382,1,'2017-02-11 12:09:54','2017-02-11 12:09:54','','Package 711','','publish','closed','closed','','package-711','','','2017-02-11 12:09:54','2017-02-11 12:09:54','',0,'http://houzez01.favethemes.com/user_packages/package-711/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5388,1,'2017-02-11 17:55:33','2017-02-11 17:55:33','','Package 712','','publish','closed','closed','','package-712','','','2017-02-11 17:55:33','2017-02-11 17:55:33','',0,'http://houzez01.favethemes.com/user_packages/package-712/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5409,1,'2017-02-12 10:16:01','2017-02-12 10:16:01','','Package 713','','publish','closed','closed','','package-713','','','2017-02-12 10:16:01','2017-02-12 10:16:01','',0,'http://houzez01.favethemes.com/user_packages/package-713/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5419,1,'2017-02-13 10:01:00','2017-02-13 10:01:00','','Package 718','','publish','closed','closed','','package-718','','','2017-02-13 10:01:00','2017-02-13 10:01:00','',0,'http://houzez01.favethemes.com/user_packages/package-718/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5429,1,'2017-02-13 18:44:28','2017-02-13 18:44:28','','Package 720','','publish','closed','closed','','package-720','','','2017-02-13 18:44:28','2017-02-13 18:44:28','',0,'http://houzez01.favethemes.com/user_packages/package-720/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5433,1,'2017-02-13 22:28:51','2017-02-13 22:28:51','','Package 719','','publish','closed','closed','','package-719','','','2017-02-13 22:28:51','2017-02-13 22:28:51','',0,'http://houzez01.favethemes.com/user_packages/package-719/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5444,1,'2017-02-14 09:30:48','2017-02-14 09:30:48','','Package 722','','publish','closed','closed','','package-722','','','2017-02-14 09:30:48','2017-02-14 09:30:48','',0,'http://houzez01.favethemes.com/user_packages/package-722/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5449,1,'2017-02-14 14:20:24','2017-02-14 14:20:24','','Package 724','','publish','closed','closed','','package-724','','','2017-02-14 14:20:24','2017-02-14 14:20:24','',0,'http://houzez01.favethemes.com/user_packages/package-724/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5455,1,'2017-02-14 23:21:12','2017-02-14 23:21:12','','Package 726','','publish','closed','closed','','package-726','','','2017-02-14 23:21:12','2017-02-14 23:21:12','',0,'http://houzez01.favethemes.com/user_packages/package-726/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5463,1,'2017-02-15 06:15:43','2017-02-15 06:15:43','','Package 728','','publish','closed','closed','','package-728','','','2017-02-15 06:15:43','2017-02-15 06:15:43','',0,'http://houzez01.favethemes.com/user_packages/package-728/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5467,1,'2017-02-15 10:19:01','2017-02-15 10:19:01','','Package 730','','publish','closed','closed','','package-730','','','2017-02-15 10:19:01','2017-02-15 10:19:01','',0,'http://houzez01.favethemes.com/user_packages/package-730/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5473,1,'2017-02-15 13:03:09','2017-02-15 13:03:09','','Package 731','','publish','closed','closed','','package-731','','','2017-02-15 13:03:09','2017-02-15 13:03:09','',0,'http://houzez01.favethemes.com/user_packages/package-731/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5478,1,'2017-02-16 18:29:57','2017-02-16 18:29:57','','Package 733','','publish','closed','closed','','package-733','','','2017-02-16 18:29:57','2017-02-16 18:29:57','',0,'http://houzez01.favethemes.com/user_packages/package-733/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5488,1,'2017-02-19 20:16:24','2017-02-19 20:16:24','','Package 739','','publish','closed','closed','','package-739','','','2017-02-19 20:16:24','2017-02-19 20:16:24','',0,'http://houzez01.favethemes.com/user_packages/package-739/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5492,1,'2017-02-19 22:50:42','2017-02-19 22:50:42','','Package 727','','publish','closed','closed','','package-727','','','2017-02-19 22:50:42','2017-02-19 22:50:42','',0,'http://houzez01.favethemes.com/user_packages/package-727/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5495,1,'2017-02-20 19:28:37','2017-02-20 19:28:37','','Package 741','','publish','closed','closed','','package-741','','','2017-02-20 19:28:37','2017-02-20 19:28:37','',0,'http://houzez01.favethemes.com/user_packages/package-741/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5500,1,'2017-02-21 12:48:47','2017-02-21 12:48:47','','Package 743','','publish','closed','closed','','package-743','','','2017-02-21 12:48:47','2017-02-21 12:48:47','',0,'http://houzez01.favethemes.com/user_packages/package-743/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5505,1,'2017-02-21 23:20:07','2017-02-21 23:20:07','','Package 742','','publish','closed','closed','','package-742','','','2017-02-21 23:20:07','2017-02-21 23:20:07','',0,'http://houzez01.favethemes.com/user_packages/package-742/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5509,1,'2017-02-21 23:38:35','2017-02-21 23:38:35','','Package 745','','publish','closed','closed','','package-745','','','2017-02-21 23:38:35','2017-02-21 23:38:35','',0,'http://houzez01.favethemes.com/user_packages/package-745/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5514,1,'2017-02-23 05:30:13','2017-02-23 05:30:13','','Package 746','','publish','closed','closed','','package-746','','','2017-02-23 05:30:13','2017-02-23 05:30:13','',0,'http://houzez01.favethemes.com/user_packages/package-746/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5517,1,'2017-02-23 11:40:46','2017-02-23 11:40:46','','Package 747','','publish','closed','closed','','package-747','','','2017-02-23 11:40:46','2017-02-23 11:40:46','',0,'http://houzez01.favethemes.com/user_packages/package-747/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5572,1,'2017-03-01 09:54:50','2017-03-01 09:54:50','','Package 753','','publish','closed','closed','','package-753','','','2017-03-01 09:54:50','2017-03-01 09:54:50','',0,'http://houzez01.favethemes.com/user_packages/package-753/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5577,1,'2017-03-01 21:21:56','2017-03-01 21:21:56','','Package 755','','publish','closed','closed','','package-755','','','2017-03-01 21:21:56','2017-03-01 21:21:56','',0,'http://houzez01.favethemes.com/user_packages/package-755/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5587,1,'2017-03-02 20:02:34','2017-03-02 20:02:34','','Package 756','','publish','closed','closed','','package-756','','','2017-03-02 20:02:34','2017-03-02 20:02:34','',0,'http://houzez01.favethemes.com/user_packages/package-756/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5599,1,'2017-03-05 16:25:33','2017-03-05 16:25:33','','Package 759','','publish','closed','closed','','package-759','','','2017-03-05 16:25:33','2017-03-05 16:25:33','',0,'http://houzez01.favethemes.com/user_packages/package-759/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5608,1,'2017-03-07 01:34:49','2017-03-07 01:34:49','','Package 761','','publish','closed','closed','','package-761','','','2017-03-07 01:34:49','2017-03-07 01:34:49','',0,'http://houzez01.favethemes.com/user_packages/package-761/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5613,1,'2017-03-08 08:09:30','2017-03-08 08:09:30','','Package 766','','publish','closed','closed','','package-766','','','2017-03-08 08:09:30','2017-03-08 08:09:30','',0,'http://houzez01.favethemes.com/user_packages/package-766/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5616,1,'2017-03-08 08:10:29','2017-03-08 08:10:29','','Package 765','','publish','closed','closed','','package-765','','','2017-03-08 08:10:29','2017-03-08 08:10:29','',0,'http://houzez01.favethemes.com/user_packages/package-765/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5627,1,'2017-03-10 20:49:10','2017-03-10 20:49:10','','Package 769','','publish','closed','closed','','package-769','','','2017-03-10 20:49:10','2017-03-10 20:49:10','',0,'http://houzez01.favethemes.com/user_packages/package-769/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5634,1,'2017-03-13 07:12:40','2017-03-13 07:12:40','','Package 770','','publish','closed','closed','','package-770','','','2017-03-13 07:12:40','2017-03-13 07:12:40','',0,'http://houzez01.favethemes.com/user_packages/package-770/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5644,1,'2017-03-14 14:15:56','2017-03-14 14:15:56','','Package 773','','publish','closed','closed','','package-773','','','2017-03-14 14:15:56','2017-03-14 14:15:56','',0,'http://houzez01.favethemes.com/user_packages/package-773/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5651,1,'2017-03-15 14:03:54','2017-03-15 14:03:54','','Package 774','','publish','closed','closed','','package-774','','','2017-03-15 14:03:54','2017-03-15 14:03:54','',0,'http://houzez01.favethemes.com/user_packages/package-774/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5664,1,'2017-03-16 06:50:52','2017-03-16 06:50:52','','Package 778','','publish','closed','closed','','package-778','','','2017-03-16 06:50:52','2017-03-16 06:50:52','',0,'http://houzez01.favethemes.com/user_packages/package-778/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5667,1,'2017-03-16 07:01:09','2017-03-16 07:01:09','','Package 779','','publish','closed','closed','','package-779','','','2017-03-16 07:01:09','2017-03-16 07:01:09','',0,'http://houzez01.favethemes.com/user_packages/package-779/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5671,1,'2017-03-17 05:17:24','2017-03-17 05:17:24','','Package 781','','publish','closed','closed','','package-781','','','2017-03-17 05:17:24','2017-03-17 05:17:24','',0,'http://houzez01.favethemes.com/user_packages/package-781/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5675,1,'2017-03-17 09:50:39','2017-03-17 09:50:39','','Package 783','','publish','closed','closed','','package-783','','','2017-03-17 09:50:39','2017-03-17 09:50:39','',0,'http://houzez01.favethemes.com/user_packages/package-783/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5682,1,'2017-03-17 12:28:22','2017-03-17 12:28:22','','Package 784','','publish','closed','closed','','package-784','','','2017-03-17 12:28:22','2017-03-17 12:28:22','',0,'http://houzez01.favethemes.com/user_packages/package-784/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5686,1,'2017-03-18 05:09:43','2017-03-18 05:09:43','','Package 785','','publish','closed','closed','','package-785','','','2017-03-18 05:09:43','2017-03-18 05:09:43','',0,'http://houzez01.favethemes.com/user_packages/package-785/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5689,1,'2017-03-18 06:58:46','2017-03-18 06:58:46','','Package 786','','publish','closed','closed','','package-786','','','2017-03-18 06:58:46','2017-03-18 06:58:46','',0,'http://houzez01.favethemes.com/user_packages/package-786/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5698,1,'2017-03-18 11:07:55','2017-03-18 11:07:55','','Package 787','','publish','closed','closed','','package-787','','','2017-03-18 11:07:55','2017-03-18 11:07:55','',0,'http://houzez01.favethemes.com/user_packages/package-787/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5712,1,'2017-03-18 14:22:49','2017-03-18 14:22:49','','Package 789','','publish','closed','closed','','package-789','','','2017-03-18 14:22:49','2017-03-18 14:22:49','',0,'http://houzez01.favethemes.com/user_packages/package-789/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5722,1,'2017-03-18 17:37:09','2017-03-18 17:37:09','','Package 791','','publish','closed','closed','','package-791','','','2017-03-18 17:37:09','2017-03-18 17:37:09','',0,'http://houzez01.favethemes.com/user_packages/package-791/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5729,1,'2017-03-19 01:06:39','2017-03-19 01:06:39','','Package 792','','publish','closed','closed','','package-792','','','2017-03-19 01:06:39','2017-03-19 01:06:39','',0,'http://houzez01.favethemes.com/user_packages/package-792/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5735,1,'2017-03-19 15:31:40','2017-03-19 15:31:40','','Package 794','','publish','closed','closed','','package-794','','','2017-03-19 15:31:40','2017-03-19 15:31:40','',0,'http://houzez01.favethemes.com/user_packages/package-794/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5741,1,'2017-03-19 16:33:57','2017-03-19 16:33:57','','Package 508','','publish','closed','closed','','package-508','','','2017-03-19 16:33:57','2017-03-19 16:33:57','',0,'http://houzez01.favethemes.com/user_packages/package-508/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5747,1,'2017-03-19 18:45:49','2017-03-19 18:45:49','','Package 795','','publish','closed','closed','','package-795','','','2017-03-19 18:45:49','2017-03-19 18:45:49','',0,'http://houzez01.favethemes.com/user_packages/package-795/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5755,1,'2017-03-20 04:13:50','2017-03-20 04:13:50','','Package 796','','publish','closed','closed','','package-796','','','2017-03-20 04:13:50','2017-03-20 04:13:50','',0,'http://houzez01.favethemes.com/user_packages/package-796/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5759,1,'2017-03-20 05:40:47','2017-03-20 05:40:47','','Package 797','','publish','closed','closed','','package-797','','','2017-03-20 05:40:47','2017-03-20 05:40:47','',0,'http://houzez01.favethemes.com/user_packages/package-797/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5763,1,'2017-03-20 08:22:59','2017-03-20 08:22:59','','Package 798','','publish','closed','closed','','package-798','','','2017-03-20 08:22:59','2017-03-20 08:22:59','',0,'http://houzez01.favethemes.com/user_packages/package-798/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5791,1,'2017-03-20 12:23:07','2017-03-20 12:23:07','','Package 801','','publish','closed','closed','','package-801','','','2017-03-20 12:23:07','2017-03-20 12:23:07','',0,'http://houzez01.favethemes.com/user_packages/package-801/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5799,1,'2017-03-20 19:24:16','2017-03-20 19:24:16','','Package 802','','publish','closed','closed','','package-802','','','2017-03-20 19:24:16','2017-03-20 19:24:16','',0,'http://houzez01.favethemes.com/user_packages/package-802/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5804,1,'2017-03-21 01:42:50','2017-03-21 01:42:50','','Package 803','','publish','closed','closed','','package-803','','','2017-03-21 01:42:50','2017-03-21 01:42:50','',0,'http://houzez01.favethemes.com/user_packages/package-803/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5809,1,'2017-03-21 04:12:35','2017-03-21 04:12:35','','Package 804','','publish','closed','closed','','package-804','','','2017-03-21 04:12:35','2017-03-21 04:12:35','',0,'http://houzez01.favethemes.com/user_packages/package-804/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5815,1,'2017-03-21 19:19:29','2017-03-21 19:19:29','','Package 805','','publish','closed','closed','','package-805','','','2017-03-21 19:19:29','2017-03-21 19:19:29','',0,'http://houzez01.favethemes.com/user_packages/package-805/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5826,1,'2017-03-22 03:20:14','2017-03-22 03:20:14','','Package 806','','publish','closed','closed','','package-806','','','2017-03-22 03:20:14','2017-03-22 03:20:14','',0,'http://houzez01.favethemes.com/user_packages/package-806/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5835,1,'2017-03-22 22:01:28','2017-03-22 22:01:28','','Package 811','','publish','closed','closed','','package-811','','','2017-03-22 22:01:28','2017-03-22 22:01:28','',0,'http://houzez01.favethemes.com/user_packages/package-811/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5843,1,'2017-03-23 16:51:46','2017-03-23 16:51:46','','Package 816','','publish','closed','closed','','package-816','','','2017-03-23 16:51:46','2017-03-23 16:51:46','',0,'http://houzez01.favethemes.com/user_packages/package-816/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5846,1,'2017-03-23 18:59:24','2017-03-23 18:59:24','','Package 817','','publish','closed','closed','','package-817','','','2017-03-23 18:59:24','2017-03-23 18:59:24','',0,'http://houzez01.favethemes.com/user_packages/package-817/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5850,1,'2017-03-23 21:50:50','2017-03-23 21:50:50','','Package 819','','publish','closed','closed','','package-819','','','2017-03-23 21:50:50','2017-03-23 21:50:50','',0,'http://houzez01.favethemes.com/user_packages/package-819/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5855,1,'2017-03-24 06:51:04','2017-03-24 06:51:04','','Package 814','','publish','closed','closed','','package-814','','','2017-03-24 06:51:04','2017-03-24 06:51:04','',0,'http://houzez01.favethemes.com/user_packages/package-814/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5860,1,'2017-03-24 11:12:58','2017-03-24 11:12:58','','Package 823','','publish','closed','closed','','package-823','','','2017-03-24 11:12:58','2017-03-24 11:12:58','',0,'http://houzez01.favethemes.com/user_packages/package-823/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5865,1,'2017-03-25 07:50:56','2017-03-25 07:50:56','','Package 825','','publish','closed','closed','','package-825','','','2017-03-25 07:50:56','2017-03-25 07:50:56','',0,'http://houzez01.favethemes.com/user_packages/package-825/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5867,1,'2017-03-25 10:18:40','2017-03-25 10:18:40','','Package 826','','publish','closed','closed','','package-826','','','2017-03-25 10:18:40','2017-03-25 10:18:40','',0,'http://houzez01.favethemes.com/user_packages/package-826/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5876,1,'2017-03-25 22:24:48','2017-03-25 22:24:48','','Package 828','','publish','closed','closed','','package-828','','','2017-03-25 22:24:48','2017-03-25 22:24:48','',0,'http://houzez01.favethemes.com/user_packages/package-828/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5883,1,'2017-03-25 22:30:38','2017-03-25 22:30:38','','Package 829','','publish','closed','closed','','package-829','','','2017-03-25 22:30:38','2017-03-25 22:30:38','',0,'http://houzez01.favethemes.com/user_packages/package-829/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5887,1,'2017-03-26 01:52:05','2017-03-26 01:52:05','','Package 830','','publish','closed','closed','','package-830','','','2017-03-26 01:52:05','2017-03-26 01:52:05','',0,'http://houzez01.favethemes.com/user_packages/package-830/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5892,1,'2017-03-26 10:43:33','2017-03-26 10:43:33','','Package 831','','publish','closed','closed','','package-831','','','2017-03-26 10:43:33','2017-03-26 10:43:33','',0,'http://houzez01.favethemes.com/user_packages/package-831/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5905,1,'2017-03-26 23:30:12','2017-03-26 23:30:12','','Package 832','','publish','closed','closed','','package-832','','','2017-03-26 23:30:12','2017-03-26 23:30:12','',0,'http://houzez01.favethemes.com/user_packages/package-832/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5919,1,'2017-03-27 06:30:00','2017-03-27 06:30:00','','Package 833','','publish','closed','closed','','package-833','','','2017-03-27 06:30:00','2017-03-27 06:30:00','',0,'http://houzez01.favethemes.com/user_packages/package-833/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5923,1,'2017-03-27 07:26:11','2017-03-27 07:26:11','','Package 834','','publish','closed','closed','','package-834','','','2017-03-27 07:26:11','2017-03-27 07:26:11','',0,'http://houzez01.favethemes.com/user_packages/package-834/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5933,1,'2017-03-27 21:37:28','2017-03-27 21:37:28','','Package 838','','publish','closed','closed','','package-838','','','2017-03-27 21:37:28','2017-03-27 21:37:28','',0,'http://houzez01.favethemes.com/user_packages/package-838/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5936,1,'2017-03-28 13:42:16','2017-03-28 13:42:16','','Package 839','','publish','closed','closed','','package-839','','','2017-03-28 13:42:16','2017-03-28 13:42:16','',0,'http://houzez01.favethemes.com/user_packages/package-839/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5941,1,'2017-03-28 18:44:35','2017-03-28 18:44:35','','Package 841','','publish','closed','closed','','package-841','','','2017-03-28 18:44:35','2017-03-28 18:44:35','',0,'http://houzez01.favethemes.com/user_packages/package-841/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5954,1,'2017-03-28 23:13:34','2017-03-28 23:13:34','','Package 844','','publish','closed','closed','','package-844','','','2017-03-28 23:13:34','2017-03-28 23:13:34','',0,'http://houzez01.favethemes.com/user_packages/package-844/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5968,1,'2017-03-29 18:42:52','2017-03-29 18:42:52','','Package 848','','publish','closed','closed','','package-848','','','2017-03-29 18:42:52','2017-03-29 18:42:52','',0,'http://houzez01.favethemes.com/user_packages/package-848/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5973,1,'2017-03-30 13:20:22','2017-03-30 13:20:22','','Package 851','','publish','closed','closed','','package-851','','','2017-03-30 13:20:22','2017-03-30 13:20:22','',0,'http://houzez01.favethemes.com/user_packages/package-851/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5979,1,'2017-03-30 19:29:05','2017-03-30 19:29:05','','Package 853','','publish','closed','closed','','package-853','','','2017-03-30 19:29:05','2017-03-30 19:29:05','',0,'http://houzez01.favethemes.com/user_packages/package-853/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5986,1,'2017-03-31 05:13:33','2017-03-31 05:13:33','','Package 854','','publish','closed','closed','','package-854','','','2017-03-31 05:13:33','2017-03-31 05:13:33','',0,'http://houzez01.favethemes.com/user_packages/package-854/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5989,1,'2017-03-31 05:44:24','2017-03-31 05:44:24','','Package 856','','publish','closed','closed','','package-856','','','2017-03-31 05:44:24','2017-03-31 05:44:24','',0,'http://houzez01.favethemes.com/user_packages/package-856/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5996,1,'2017-03-31 12:35:07','2017-03-31 12:35:07','','Package 857','','publish','closed','closed','','package-857','','','2017-03-31 12:35:07','2017-03-31 12:35:07','',0,'http://houzez01.favethemes.com/user_packages/package-857/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6018,1,'2017-04-01 17:18:51','2017-04-01 17:18:51','','Package 862','','publish','closed','closed','','package-862','','','2017-04-01 17:18:51','2017-04-01 17:18:51','',0,'http://houzez01.favethemes.com/user_packages/package-862/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6022,1,'2017-04-02 00:05:26','2017-04-02 00:05:26','','Package 863','','publish','closed','closed','','package-863','','','2017-04-02 00:05:26','2017-04-02 00:05:26','',0,'http://houzez01.favethemes.com/user_packages/package-863/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6027,1,'2017-04-02 01:41:36','2017-04-02 01:41:36','','Package 864','','publish','closed','closed','','package-864','','','2017-04-02 01:41:36','2017-04-02 01:41:36','',0,'http://houzez01.favethemes.com/user_packages/package-864/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6041,1,'2017-04-03 15:27:08','2017-04-03 15:27:08','','Package 872','','publish','closed','closed','','package-872','','','2017-04-03 15:27:08','2017-04-03 15:27:08','',0,'http://houzez01.favethemes.com/user_packages/package-872/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6051,1,'2017-04-04 16:40:32','2017-04-04 16:40:32','','Package 878','','publish','closed','closed','','package-878','','','2017-04-04 16:40:32','2017-04-04 16:40:32','',0,'http://houzez01.favethemes.com/user_packages/package-878/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6066,1,'2017-04-05 14:37:46','2017-04-05 14:37:46','','Package 882','','publish','closed','closed','','package-882','','','2017-04-05 14:37:46','2017-04-05 14:37:46','',0,'http://houzez01.favethemes.com/user_packages/package-882/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6078,1,'2017-04-06 07:22:38','2017-04-06 07:22:38','','Package 886','','publish','closed','closed','','package-886','','','2017-04-06 07:22:38','2017-04-06 07:22:38','',0,'http://houzez01.favethemes.com/user_packages/package-886/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6083,1,'2017-04-06 09:49:27','2017-04-06 09:49:27','','Package 887','','publish','closed','closed','','package-887','','','2017-04-06 09:49:27','2017-04-06 09:49:27','',0,'http://houzez01.favethemes.com/user_packages/package-887/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6089,1,'2017-04-06 11:53:57','2017-04-06 11:53:57','','Package 888','','publish','closed','closed','','package-888','','','2017-04-06 11:53:57','2017-04-06 11:53:57','',0,'http://houzez01.favethemes.com/user_packages/package-888/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6129,1,'2017-04-08 04:59:29','2017-04-08 04:59:29','','Package 893','','publish','closed','closed','','package-893','','','2017-04-08 04:59:29','2017-04-08 04:59:29','',0,'http://houzez01.favethemes.com/user_packages/package-893/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6147,1,'2017-04-09 14:36:57','2017-04-09 14:36:57','','Package 897','','publish','closed','closed','','package-897','','','2017-04-09 14:36:57','2017-04-09 14:36:57','',0,'http://houzez01.favethemes.com/user_packages/package-897/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6150,1,'2017-04-09 22:43:55','2017-04-09 22:43:55','','Package 898','','publish','closed','closed','','package-898','','','2017-04-09 22:43:55','2017-04-09 22:43:55','',0,'http://houzez01.favethemes.com/user_packages/package-898/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6157,1,'2017-04-10 08:54:38','2017-04-10 08:54:38','','Package 900','','publish','closed','closed','','package-900','','','2017-04-10 08:54:38','2017-04-10 08:54:38','',0,'http://houzez01.favethemes.com/user_packages/package-900/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6162,1,'2017-04-10 17:06:41','2017-04-10 17:06:41','','Package 901','','publish','closed','closed','','package-901','','','2017-04-10 17:06:41','2017-04-10 17:06:41','',0,'http://houzez01.favethemes.com/user_packages/package-901/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6166,1,'2017-04-10 19:15:30','2017-04-10 19:15:30','','Package 416','','publish','closed','closed','','package-416','','','2017-04-10 19:15:30','2017-04-10 19:15:30','',0,'http://houzez01.favethemes.com/user_packages/package-416/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6171,1,'2017-04-11 01:53:32','2017-04-11 01:53:32','','Package 902','','publish','closed','closed','','package-902','','','2017-04-11 01:53:32','2017-04-11 01:53:32','',0,'http://houzez01.favethemes.com/user_packages/package-902/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6176,1,'2017-04-11 09:02:48','2017-04-11 09:02:48','','Package 903','','publish','closed','closed','','package-903','','','2017-04-11 09:02:48','2017-04-11 09:02:48','',0,'http://houzez01.favethemes.com/user_packages/package-903/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6180,1,'2017-04-11 12:14:17','2017-04-11 12:14:17','','Package 904','','publish','closed','closed','','package-904','','','2017-04-11 12:14:17','2017-04-11 12:14:17','',0,'http://houzez01.favethemes.com/user_packages/package-904/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6185,1,'2017-04-11 14:28:07','2017-04-11 14:28:07','','Package 905','','publish','closed','closed','','package-905','','','2017-04-11 14:28:07','2017-04-11 14:28:07','',0,'http://houzez01.favethemes.com/user_packages/package-905/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6193,1,'2017-04-11 18:24:48','2017-04-11 18:24:48','','Package 907','','publish','closed','closed','','package-907','','','2017-04-11 18:24:48','2017-04-11 18:24:48','',0,'http://houzez01.favethemes.com/user_packages/package-907/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6198,1,'2017-04-12 03:34:27','2017-04-12 03:34:27','','Package 889','','publish','closed','closed','','package-889','','','2017-04-12 03:34:27','2017-04-12 03:34:27','',0,'http://houzez01.favethemes.com/user_packages/package-889/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6201,1,'2017-04-12 14:15:23','2017-04-12 14:15:23','','Package 911','','publish','closed','closed','','package-911','','','2017-04-12 14:15:23','2017-04-12 14:15:23','',0,'http://houzez01.favethemes.com/user_packages/package-911/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6207,1,'2017-04-12 18:00:29','2017-04-12 18:00:29','','Package 913','','publish','closed','closed','','package-913','','','2017-04-12 18:00:29','2017-04-12 18:00:29','',0,'http://houzez01.favethemes.com/user_packages/package-913/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6209,1,'2017-04-12 19:11:53','2017-04-12 19:11:53','','Package 914','','publish','closed','closed','','package-914','','','2017-04-12 19:11:53','2017-04-12 19:11:53','',0,'http://houzez01.favethemes.com/user_packages/package-914/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6212,1,'2017-04-12 19:48:13','2017-04-12 19:48:13','','Package 915','','publish','closed','closed','','package-915','','','2017-04-12 19:48:13','2017-04-12 19:48:13','',0,'http://houzez01.favethemes.com/user_packages/package-915/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6219,1,'2017-04-13 00:34:33','2017-04-13 00:34:33','','Package 906','','publish','closed','closed','','package-906','','','2017-04-13 00:34:33','2017-04-13 00:34:33','',0,'http://houzez01.favethemes.com/user_packages/package-906/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6233,1,'2017-04-13 02:23:53','2017-04-13 02:23:53','','Package 918','','publish','closed','closed','','package-918','','','2017-04-13 02:23:53','2017-04-13 02:23:53','',0,'http://houzez01.favethemes.com/user_packages/package-918/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6237,1,'2017-04-13 07:14:46','2017-04-13 07:14:46','','Package 919','','publish','closed','closed','','package-919','','','2017-04-13 07:14:46','2017-04-13 07:14:46','',0,'http://houzez01.favethemes.com/user_packages/package-919/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6241,1,'2017-04-13 10:37:41','2017-04-13 10:37:41','','Package 920','','publish','closed','closed','','package-920','','','2017-04-13 10:37:41','2017-04-13 10:37:41','',0,'http://houzez01.favethemes.com/user_packages/package-920/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6244,1,'2017-04-13 15:38:40','2017-04-13 15:38:40','','Package 922','','publish','closed','closed','','package-922','','','2017-04-13 15:38:40','2017-04-13 15:38:40','',0,'http://houzez01.favethemes.com/user_packages/package-922/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6255,1,'2017-04-14 06:30:57','2017-04-14 06:30:57','','Package 926','','publish','closed','closed','','package-926','','','2017-04-14 06:30:57','2017-04-14 06:30:57','',0,'http://houzez01.favethemes.com/user_packages/package-926/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6268,1,'2017-04-16 01:14:36','2017-04-16 01:14:36','','Package 930','','publish','closed','closed','','package-930','','','2017-04-16 01:14:36','2017-04-16 01:14:36','',0,'http://houzez01.favethemes.com/user_packages/package-930/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6273,1,'2017-04-16 04:00:15','2017-04-16 04:00:15','','Package 931','','publish','closed','closed','','package-931','','','2017-04-16 04:00:15','2017-04-16 04:00:15','',0,'http://houzez01.favethemes.com/user_packages/package-931/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6277,1,'2017-04-16 18:45:51','2017-04-16 18:45:51','','Package 933','','publish','closed','closed','','package-933','','','2017-04-16 18:45:51','2017-04-16 18:45:51','',0,'http://houzez01.favethemes.com/user_packages/package-933/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6285,1,'2017-04-17 14:26:34','2017-04-17 14:26:34','','Package 936','','publish','closed','closed','','package-936','','','2017-04-17 14:26:34','2017-04-17 14:26:34','',0,'http://houzez01.favethemes.com/user_packages/package-936/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6309,1,'2017-04-19 12:25:33','2017-04-19 12:25:33','','Package 949','','publish','closed','closed','','package-949','','','2017-04-19 12:25:33','2017-04-19 12:25:33','',0,'http://houzez01.favethemes.com/user_packages/package-949/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6312,1,'2017-04-19 13:19:37','2017-04-19 13:19:37','','Package 950','','publish','closed','closed','','package-950','','','2017-04-19 13:19:37','2017-04-19 13:19:37','',0,'http://houzez01.favethemes.com/user_packages/package-950/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6315,1,'2017-04-19 13:44:44','2017-04-19 13:44:44','','Package 940','','publish','closed','closed','','package-940','','','2017-04-19 13:44:44','2017-04-19 13:44:44','',0,'http://houzez01.favethemes.com/user_packages/package-940/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6318,1,'2017-04-19 13:45:25','2017-04-19 13:45:25','','Package 951','','publish','closed','closed','','package-951','','','2017-04-19 13:45:25','2017-04-19 13:45:25','',0,'http://houzez01.favethemes.com/user_packages/package-951/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6328,1,'2017-04-20 09:53:55','2017-04-20 09:53:55','','Package 957','','publish','closed','closed','','package-957','','','2017-04-20 09:53:55','2017-04-20 09:53:55','',0,'http://houzez01.favethemes.com/user_packages/package-957/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6345,1,'2017-04-21 06:29:04','2017-04-21 06:29:04','','Package 960','','publish','closed','closed','','package-960','','','2017-04-21 06:29:04','2017-04-21 06:29:04','',0,'http://houzez01.favethemes.com/user_packages/package-960/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6350,1,'2017-04-21 10:51:49','2017-04-21 10:51:49','','Package 961','','publish','closed','closed','','package-961','','','2017-04-21 10:51:49','2017-04-21 10:51:49','',0,'http://houzez01.favethemes.com/user_packages/package-961/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6354,1,'2017-04-21 14:56:24','2017-04-21 14:56:24','','Package 962','','publish','closed','closed','','package-962','','','2017-04-21 14:56:24','2017-04-21 14:56:24','',0,'http://houzez01.favethemes.com/user_packages/package-962/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6359,1,'2017-04-21 17:13:14','2017-04-21 17:13:14','','Package 964','','publish','closed','closed','','package-964','','','2017-04-21 17:13:14','2017-04-21 17:13:14','',0,'http://houzez01.favethemes.com/user_packages/package-964/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6374,1,'2017-04-23 15:16:08','2017-04-23 15:16:08','','Package 967','','publish','closed','closed','','package-967','','','2017-04-23 15:16:08','2017-04-23 15:16:08','',0,'http://houzez01.favethemes.com/user_packages/package-967/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6378,1,'2017-04-24 05:01:28','2017-04-24 05:01:28','','Package 970','','publish','closed','closed','','package-970','','','2017-04-24 05:01:28','2017-04-24 05:01:28','',0,'http://houzez01.favethemes.com/user_packages/package-970/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6458,1,'2017-04-25 01:29:11','2017-04-25 01:29:11','','Package 972','','publish','closed','closed','','package-972','','','2017-04-25 01:29:11','2017-04-25 01:29:11','',0,'http://houzez01.favethemes.com/user_packages/package-972/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6469,1,'2017-04-25 10:27:57','2017-04-25 10:27:57','','Package 974','','publish','closed','closed','','package-974','','','2017-04-25 10:27:57','2017-04-25 10:27:57','',0,'http://houzez01.favethemes.com/user_packages/package-974/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6473,1,'2017-04-25 21:17:01','2017-04-25 21:17:01','','Package 975','','publish','closed','closed','','package-975','','','2017-04-25 21:17:01','2017-04-25 21:17:01','',0,'http://houzez01.favethemes.com/user_packages/package-975/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6476,1,'2017-04-26 01:08:47','2017-04-26 01:08:47','','Package 977','','publish','closed','closed','','package-977','','','2017-04-26 01:08:47','2017-04-26 01:08:47','',0,'http://houzez01.favethemes.com/user_packages/package-977/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6478,1,'2017-04-26 08:01:35','2017-04-26 08:01:35','','Package 978','','publish','closed','closed','','package-978','','','2017-04-26 08:01:35','2017-04-26 08:01:35','',0,'http://houzez01.favethemes.com/user_packages/package-978/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6480,1,'2017-04-26 08:44:00','2017-04-26 08:44:00','','Package 979','','publish','closed','closed','','package-979','','','2017-04-26 08:44:00','2017-04-26 08:44:00','',0,'http://houzez01.favethemes.com/user_packages/package-979/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6484,1,'2017-04-26 12:34:39','2017-04-26 12:34:39','','Package 976','','publish','closed','closed','','package-976','','','2017-04-26 12:34:39','2017-04-26 12:34:39','',0,'http://houzez01.favethemes.com/user_packages/package-976/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6515,1,'2017-04-28 08:27:59','2017-04-28 08:27:59','','Package 983','','publish','closed','closed','','package-983','','','2017-04-28 08:27:59','2017-04-28 08:27:59','',0,'http://houzez01.favethemes.com/user_packages/package-983/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6517,1,'2017-04-28 08:49:58','2017-04-28 08:49:58','','Package 984','','publish','closed','closed','','package-984','','','2017-04-28 08:49:58','2017-04-28 08:49:58','',0,'http://houzez01.favethemes.com/user_packages/package-984/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6519,1,'2017-04-28 10:17:08','2017-04-28 10:17:08','','Package 982','','publish','closed','closed','','package-982','','','2017-04-28 10:17:08','2017-04-28 10:17:08','',0,'http://houzez01.favethemes.com/user_packages/package-982/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6531,1,'2017-04-28 19:17:01','2017-04-28 19:17:01','','Package 988','','publish','closed','closed','','package-988','','','2017-04-28 19:17:01','2017-04-28 19:17:01','',0,'http://houzez01.favethemes.com/user_packages/package-988/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6538,1,'2017-04-28 22:43:15','2017-04-28 22:43:15','','Package 989','','publish','closed','closed','','package-989','','','2017-04-28 22:43:15','2017-04-28 22:43:15','',0,'http://houzez01.favethemes.com/user_packages/package-989/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6543,1,'2017-04-29 05:11:31','2017-04-29 05:11:31','','Package 990','','publish','closed','closed','','package-990','','','2017-04-29 05:11:31','2017-04-29 05:11:31','',0,'http://houzez01.favethemes.com/user_packages/package-990/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6549,1,'2017-04-29 10:48:22','2017-04-29 10:48:22','','Package 991','','publish','closed','closed','','package-991','','','2017-04-29 10:48:22','2017-04-29 10:48:22','',0,'http://houzez01.favethemes.com/user_packages/package-991/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6552,1,'2017-04-29 11:36:11','2017-04-29 11:36:11','','Package 992','','publish','closed','closed','','package-992','','','2017-04-29 11:36:11','2017-04-29 11:36:11','',0,'http://houzez01.favethemes.com/user_packages/package-992/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6562,1,'2017-04-30 10:55:08','2017-04-30 10:55:08','','Package 994','','publish','closed','closed','','package-994','','','2017-04-30 10:55:08','2017-04-30 10:55:08','',0,'http://houzez01.favethemes.com/user_packages/package-994/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6569,1,'2017-05-01 06:19:49','2017-05-01 06:19:49','','Package 996','','publish','closed','closed','','package-996','','','2017-05-01 06:19:49','2017-05-01 06:19:49','',0,'http://houzez01.favethemes.com/user_packages/package-996/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6571,1,'2017-05-01 07:20:20','2017-05-01 07:20:20','','Package 997','','publish','closed','closed','','package-997','','','2017-05-01 07:20:20','2017-05-01 07:20:20','',0,'http://houzez01.favethemes.com/user_packages/package-997/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6575,1,'2017-05-01 07:27:29','2017-05-01 07:27:29','','Package 998','','publish','closed','closed','','package-998','','','2017-05-01 07:27:29','2017-05-01 07:27:29','',0,'http://houzez01.favethemes.com/user_packages/package-998/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6581,1,'2017-05-01 18:37:06','2017-05-01 18:37:06','','Package 1000','','publish','closed','closed','','package-1000','','','2017-05-01 18:37:06','2017-05-01 18:37:06','',0,'http://houzez01.favethemes.com/user_packages/package-1000/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6589,1,'2017-05-03 15:09:19','2017-05-03 15:09:19','','Package 1003','','publish','closed','closed','','package-1003','','','2017-05-03 15:09:19','2017-05-03 15:09:19','',0,'http://houzez01.favethemes.com/user_packages/package-1003/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6594,1,'2017-05-03 15:38:42','2017-05-03 15:38:42','','Package 1005','','publish','closed','closed','','package-1005','','','2017-05-03 15:38:42','2017-05-03 15:38:42','',0,'http://houzez01.favethemes.com/user_packages/package-1005/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6598,1,'2017-05-03 20:20:43','2017-05-03 20:20:43','','Package 1008','','publish','closed','closed','','package-1008','','','2017-05-03 20:20:43','2017-05-03 20:20:43','',0,'http://houzez01.favethemes.com/user_packages/package-1008/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6602,1,'2017-05-03 21:52:14','2017-05-03 21:52:14','','Package 1009','','publish','closed','closed','','package-1009','','','2017-05-03 21:52:14','2017-05-03 21:52:14','',0,'http://houzez01.favethemes.com/user_packages/package-1009/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6609,1,'2017-05-04 04:40:01','2017-05-04 04:40:01','','Package 1010','','publish','closed','closed','','package-1010','','','2017-05-04 04:40:01','2017-05-04 04:40:01','',0,'http://houzez01.favethemes.com/user_packages/package-1010/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6615,1,'2017-05-04 14:56:12','2017-05-04 14:56:12','','Package 1012','','publish','closed','closed','','package-1012','','','2017-05-04 14:56:12','2017-05-04 14:56:12','',0,'http://houzez01.favethemes.com/user_packages/package-1012/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6622,1,'2017-05-05 03:47:10','2017-05-05 03:47:10','','Package 1015','','publish','closed','closed','','package-1015','','','2017-05-05 03:47:10','2017-05-05 03:47:10','',0,'http://houzez01.favethemes.com/user_packages/package-1015/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6629,1,'2017-05-06 19:53:03','2017-05-06 19:53:03','','Package 1019','','publish','closed','closed','','package-1019','','','2017-05-06 19:53:03','2017-05-06 19:53:03','',0,'http://houzez01.favethemes.com/user_packages/package-1019/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6638,1,'2017-05-07 20:02:16','2017-05-07 20:02:16','','Package 1022','','publish','closed','closed','','package-1022','','','2017-05-07 20:02:16','2017-05-07 20:02:16','',0,'http://houzez01.favethemes.com/user_packages/package-1022/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6642,1,'2017-05-08 01:41:32','2017-05-08 01:41:32','','Package 1023','','publish','closed','closed','','package-1023','','','2017-05-08 01:41:32','2017-05-08 01:41:32','',0,'http://houzez01.favethemes.com/user_packages/package-1023/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6649,1,'2017-05-08 14:15:38','2017-05-08 14:15:38','','Package 1026','','publish','closed','closed','','package-1026','','','2017-05-08 14:15:38','2017-05-08 14:15:38','',0,'http://houzez01.favethemes.com/user_packages/package-1026/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6669,1,'2017-05-08 17:32:02','2017-05-08 17:32:02','','Package 1027','','publish','closed','closed','','package-1027','','','2017-05-08 17:32:02','2017-05-08 17:32:02','',0,'http://houzez01.favethemes.com/user_packages/package-1027/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6674,1,'2017-05-08 18:02:09','2017-05-08 18:02:09','','Package 1028','','publish','closed','closed','','package-1028','','','2017-05-08 18:02:09','2017-05-08 18:02:09','',0,'http://houzez01.favethemes.com/user_packages/package-1028/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6679,1,'2017-05-09 09:03:57','2017-05-09 09:03:57','','Package 1030','','publish','closed','closed','','package-1030','','','2017-05-09 09:03:57','2017-05-09 09:03:57','',0,'http://houzez01.favethemes.com/user_packages/package-1030/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6690,1,'2017-05-09 13:33:32','2017-05-09 13:33:32','','Package 1032','','publish','closed','closed','','package-1032','','','2017-05-09 13:33:32','2017-05-09 13:33:32','',0,'http://houzez01.favethemes.com/user_packages/package-1032/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6739,1,'2017-05-10 03:26:22','2017-05-10 03:26:22','','Package 1033','','publish','closed','closed','','package-1033','','','2017-05-10 03:26:22','2017-05-10 03:26:22','',0,'http://houzez01.favethemes.com/user_packages/package-1033/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6750,1,'2017-05-11 11:01:18','2017-05-11 11:01:18','','Package 1039','','publish','closed','closed','','package-1039','','','2017-05-11 11:01:18','2017-05-11 11:01:18','',0,'http://houzez01.favethemes.com/user_packages/package-1039/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6762,1,'2017-05-12 03:35:46','2017-05-12 03:35:46','','Package 1042','','publish','closed','closed','','package-1042','','','2017-05-12 03:35:46','2017-05-12 03:35:46','',0,'http://houzez01.favethemes.com/user_packages/package-1042/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6770,1,'2017-05-12 18:55:43','2017-05-12 18:55:43','','Package 1044','','publish','closed','closed','','package-1044','','','2017-05-12 18:55:43','2017-05-12 18:55:43','',0,'http://houzez01.favethemes.com/user_packages/package-1044/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6777,1,'2017-05-13 12:38:56','2017-05-13 12:38:56','','Package 1050','','publish','closed','closed','','package-1050','','','2017-05-13 12:38:56','2017-05-13 12:38:56','',0,'http://houzez01.favethemes.com/user_packages/package-1050/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6787,1,'2017-05-14 08:02:24','2017-05-14 08:02:24','','Package 1056','','publish','closed','closed','','package-1056','','','2017-05-14 08:02:24','2017-05-14 08:02:24','',0,'http://houzez01.favethemes.com/user_packages/package-1056/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6793,1,'2017-05-14 23:46:23','2017-05-14 23:46:23','','Package 1057','','publish','closed','closed','','package-1057','','','2017-05-14 23:46:23','2017-05-14 23:46:23','',0,'http://houzez01.favethemes.com/user_packages/package-1057/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6799,1,'2017-05-15 16:28:36','2017-05-15 16:28:36','','Package 1059','','publish','closed','closed','','package-1059','','','2017-05-15 16:28:36','2017-05-15 16:28:36','',0,'http://houzez01.favethemes.com/user_packages/package-1059/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6810,1,'2017-05-16 04:58:31','2017-05-16 04:58:31','','Package 1063','','publish','closed','closed','','package-1063','','','2017-05-16 04:58:31','2017-05-16 04:58:31','',0,'http://houzez01.favethemes.com/user_packages/package-1063/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6834,1,'2017-05-18 08:08:25','2017-05-18 08:08:25','','Package 1068','','publish','closed','closed','','package-1068','','','2017-05-18 08:08:25','2017-05-18 08:08:25','',0,'http://houzez01.favethemes.com/user_packages/package-1068/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6842,1,'2017-05-18 11:33:45','2017-05-18 11:33:45','','Package 1069','','publish','closed','closed','','package-1069','','','2017-05-18 11:33:45','2017-05-18 11:33:45','',0,'http://houzez01.favethemes.com/user_packages/package-1069/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6852,1,'2017-05-18 14:16:58','2017-05-18 14:16:58','','Package 1070','','publish','closed','closed','','package-1070','','','2017-05-18 14:16:58','2017-05-18 14:16:58','',0,'http://houzez01.favethemes.com/user_packages/package-1070/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6858,1,'2017-05-18 22:04:02','2017-05-18 22:04:02','','Package 1072','','publish','closed','closed','','package-1072','','','2017-05-18 22:04:02','2017-05-18 22:04:02','',0,'http://houzez01.favethemes.com/user_packages/package-1072/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6862,1,'2017-05-19 01:31:29','2017-05-19 01:31:29','','Package 1073','','publish','closed','closed','','package-1073','','','2017-05-19 01:31:29','2017-05-19 01:31:29','',0,'http://houzez01.favethemes.com/user_packages/package-1073/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6866,1,'2017-05-19 11:46:52','2017-05-19 11:46:52','','Package 1075','','publish','closed','closed','','package-1075','','','2017-05-19 11:46:52','2017-05-19 11:46:52','',0,'http://houzez01.favethemes.com/user_packages/package-1075/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6870,1,'2017-05-20 06:40:39','2017-05-20 06:40:39','','Package 1077','','publish','closed','closed','','package-1077','','','2017-05-20 06:40:39','2017-05-20 06:40:39','',0,'http://houzez01.favethemes.com/user_packages/package-1077/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6879,1,'2017-05-20 12:17:42','2017-05-20 12:17:42','','Package 1079','','publish','closed','closed','','package-1079','','','2017-05-20 12:17:42','2017-05-20 12:17:42','',0,'http://houzez01.favethemes.com/user_packages/package-1079/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6885,1,'2017-05-20 13:38:06','2017-05-20 13:38:06','','Package 1080','','publish','closed','closed','','package-1080','','','2017-05-20 13:38:06','2017-05-20 13:38:06','',0,'http://houzez01.favethemes.com/user_packages/package-1080/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6891,1,'2017-05-20 15:39:46','2017-05-20 15:39:46','','Package 1081','','publish','closed','closed','','package-1081','','','2017-05-20 15:39:46','2017-05-20 15:39:46','',0,'http://houzez01.favethemes.com/user_packages/package-1081/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6902,1,'2017-05-20 17:13:54','2017-05-20 17:13:54','','Package 1083','','publish','closed','closed','','package-1083','','','2017-05-20 17:13:54','2017-05-20 17:13:54','',0,'http://houzez01.favethemes.com/user_packages/package-1083/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6903,1,'2017-05-20 17:13:54','2017-05-20 17:13:54','','Package 1082','','publish','closed','closed','','package-1082','','','2017-05-20 17:13:54','2017-05-20 17:13:54','',0,'http://houzez01.favethemes.com/user_packages/package-1082/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6925,1,'2017-05-22 17:53:23','2017-05-22 17:53:23','','Package 1091','','publish','closed','closed','','package-1091','','','2017-05-22 17:53:23','2017-05-22 17:53:23','',0,'http://houzez01.favethemes.com/user_packages/package-1091/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6932,1,'2017-05-23 02:30:01','2017-05-23 02:30:01','','Package 1094','','publish','closed','closed','','package-1094','','','2017-05-23 02:30:01','2017-05-23 02:30:01','',0,'http://houzez01.favethemes.com/user_packages/package-1094/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6959,1,'2017-05-23 19:04:36','2017-05-23 19:04:36','','Package 1100','','publish','closed','closed','','package-1100','','','2017-05-23 19:04:36','2017-05-23 19:04:36','',0,'http://houzez01.favethemes.com/user_packages/package-1100/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6960,1,'2017-05-23 19:04:36','2017-05-23 19:04:36','','Package 1101','','publish','closed','closed','','package-1101','','','2017-05-23 19:04:36','2017-05-23 19:04:36','',0,'http://houzez01.favethemes.com/user_packages/package-1101/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6970,1,'2017-05-24 09:56:14','2017-05-24 09:56:14','','Package 1106','','publish','closed','closed','','package-1106','','','2017-05-24 09:56:14','2017-05-24 09:56:14','',0,'http://houzez01.favethemes.com/user_packages/package-1106/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6975,1,'2017-05-24 17:05:54','2017-05-24 17:05:54','','Package 1107','','publish','closed','closed','','package-1107','','','2017-05-24 17:05:54','2017-05-24 17:05:54','',0,'http://houzez01.favethemes.com/user_packages/package-1107/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6983,1,'2017-05-25 10:25:18','2017-05-25 10:25:18','','Package 1109','','publish','closed','closed','','package-1109','','','2017-05-25 10:25:18','2017-05-25 10:25:18','',0,'http://houzez01.favethemes.com/user_packages/package-1109/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6989,1,'2017-05-26 11:37:51','2017-05-26 11:37:51','','Package 1112','','publish','closed','closed','','package-1112','','','2017-05-26 11:37:51','2017-05-26 11:37:51','',0,'http://houzez01.favethemes.com/user_packages/package-1112/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (6996,1,'2017-05-26 13:42:49','2017-05-26 13:42:49','','Package 1115','','publish','closed','closed','','package-1115','','','2017-05-26 13:42:49','2017-05-26 13:42:49','',0,'http://houzez01.favethemes.com/user_packages/package-1115/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (7004,1,'2017-05-26 20:34:23','2017-05-26 20:34:23','','Package 1122','','publish','closed','closed','','package-1122','','','2017-05-26 20:34:23','2017-05-26 20:34:23','',0,'http://houzez01.favethemes.com/user_packages/package-1122/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (7010,1,'2017-05-26 22:19:02','2017-05-26 22:19:02','','Package 1123','','publish','closed','closed','','package-1123','','','2017-05-26 22:19:02','2017-05-26 22:19:02','',0,'http://houzez01.favethemes.com/user_packages/package-1123/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (7013,1,'2017-05-27 15:16:37','2017-05-27 15:16:37','','Package 1127','','publish','closed','closed','','package-1127','','','2017-05-27 15:16:37','2017-05-27 15:16:37','',0,'http://houzez01.favethemes.com/user_packages/package-1127/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (7021,1,'2017-05-28 06:50:58','2017-05-28 06:50:58','','Package 1129','','publish','closed','closed','','package-1129','','','2017-05-28 06:50:58','2017-05-28 06:50:58','',0,'http://houzez01.favethemes.com/user_packages/package-1129/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (7026,1,'2017-05-28 07:08:44','2017-05-28 07:08:44','','Package 1130','','publish','closed','closed','','package-1130','','','2017-05-28 07:08:44','2017-05-28 07:08:44','',0,'http://houzez01.favethemes.com/user_packages/package-1130/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (7030,1,'2017-05-28 12:03:12','2017-05-28 12:03:12','','Package 1131','','publish','closed','closed','','package-1131','','','2017-05-28 12:03:12','2017-05-28 12:03:12','',0,'http://houzez01.favethemes.com/user_packages/package-1131/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (7038,1,'2017-05-28 12:52:27','2017-05-28 12:52:27','','Package 1133','','publish','closed','closed','','package-1133','','','2017-05-28 12:52:27','2017-05-28 12:52:27','',0,'http://houzez01.favethemes.com/user_packages/package-1133/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (7043,1,'2017-05-28 14:56:15','2017-05-28 14:56:15','','Package 1134','','publish','closed','closed','','package-1134','','','2017-05-28 14:56:15','2017-05-28 14:56:15','',0,'http://houzez01.favethemes.com/user_packages/package-1134/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (7047,1,'2017-05-28 20:33:39','2017-05-28 20:33:39','','Package 1136','','publish','closed','closed','','package-1136','','','2017-05-28 20:33:39','2017-05-28 20:33:39','',0,'http://houzez01.favethemes.com/user_packages/package-1136/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (7051,1,'2017-05-29 02:28:30','2017-05-29 02:28:30','','Package 1137','','publish','closed','closed','','package-1137','','','2017-05-29 02:28:30','2017-05-29 02:28:30','',0,'http://houzez01.favethemes.com/user_packages/package-1137/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (7053,1,'2017-05-29 07:11:39','2017-05-29 07:11:39','','Package 1138','','publish','closed','closed','','package-1138','','','2017-05-29 07:11:39','2017-05-29 07:11:39','',0,'http://houzez01.favethemes.com/user_packages/package-1138/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (7057,1,'2017-05-29 10:07:12','2017-05-29 10:07:12','','Package 1139','','publish','closed','closed','','package-1139','','','2017-05-29 10:07:12','2017-05-29 10:07:12','',0,'http://houzez01.favethemes.com/user_packages/package-1139/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (7061,1,'2017-05-29 12:47:01','2017-05-29 12:47:01','','Package 1140','','publish','closed','closed','','package-1140','','','2017-05-29 12:47:01','2017-05-29 12:47:01','',0,'http://houzez01.favethemes.com/user_packages/package-1140/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (7073,1,'2017-05-30 04:26:23','2017-05-30 04:26:23','','Package 1142','','publish','closed','closed','','package-1142','','','2017-05-30 04:26:23','2017-05-30 04:26:23','',0,'http://houzez01.favethemes.com/user_packages/package-1142/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (7080,1,'2017-05-30 04:41:47','2017-05-30 04:41:47','','Package 1143','','publish','closed','closed','','package-1143','','','2017-05-30 04:41:47','2017-05-30 04:41:47','',0,'http://houzez01.favethemes.com/user_packages/package-1143/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (7086,1,'2017-05-31 07:13:03','2017-05-31 07:13:03','','Package 1146','','publish','closed','closed','','package-1146','','','2017-05-31 07:13:03','2017-05-31 07:13:03','',0,'http://houzez01.favethemes.com/user_packages/package-1146/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (7090,1,'2017-05-31 09:00:47','2017-05-31 09:00:47','','Package 1147','','publish','closed','closed','','package-1147','','','2017-05-31 09:00:47','2017-05-31 09:00:47','',0,'http://houzez01.favethemes.com/user_packages/package-1147/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (7097,1,'2017-06-01 04:44:04','2017-06-01 04:44:04','','Package 1151','','publish','closed','closed','','package-1151','','','2017-06-01 04:44:04','2017-06-01 04:44:04','',0,'http://houzez01.favethemes.com/user_packages/package-1151/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (7109,1,'2017-06-01 22:07:00','2017-06-01 22:07:00','','Package 1153','','publish','closed','closed','','package-1153','','','2017-06-01 22:07:00','2017-06-01 22:07:00','',0,'http://houzez01.favethemes.com/user_packages/package-1153/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (7112,1,'2017-06-02 17:42:45','2017-06-02 17:42:45','','Package 1155','','publish','closed','closed','','package-1155','','','2017-06-02 17:42:45','2017-06-02 17:42:45','',0,'http://houzez01.favethemes.com/user_packages/package-1155/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (7118,1,'2017-06-03 16:11:22','2017-06-03 16:11:22','','Package 1158','','publish','closed','closed','','package-1158','','','2017-06-03 16:11:22','2017-06-03 16:11:22','',0,'http://houzez01.favethemes.com/user_packages/package-1158/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (7125,1,'2017-06-04 15:03:17','2017-06-04 15:03:17','','Package 1160','','publish','closed','closed','','package-1160','','','2017-06-04 15:03:17','2017-06-04 15:03:17','',0,'http://houzez01.favethemes.com/user_packages/package-1160/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (7133,1,'2017-06-05 20:57:31','2017-06-05 20:57:31','','Package 1164','','publish','closed','closed','','package-1164','','','2017-06-05 20:57:31','2017-06-05 20:57:31','',0,'http://houzez01.favethemes.com/user_packages/package-1164/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (7143,1,'2017-06-06 12:11:01','2017-06-06 12:11:01','','Package 1166','','publish','closed','closed','','package-1166','','','2017-06-06 12:11:01','2017-06-06 12:11:01','',0,'http://houzez01.favethemes.com/user_packages/package-1166/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (7154,1,'2017-06-06 17:57:01','2017-06-06 17:57:01','','Package 1168','','publish','closed','closed','','package-1168','','','2017-06-06 17:57:01','2017-06-06 17:57:01','',0,'http://houzez01.favethemes.com/user_packages/package-1168/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (7163,1,'2017-06-08 07:39:59','2017-06-08 07:39:59','','Package 1172','','publish','closed','closed','','package-1172','','','2017-06-08 07:39:59','2017-06-08 07:39:59','',0,'http://houzez01.favethemes.com/user_packages/package-1172/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (7177,1,'2017-06-10 10:46:58','2017-06-10 10:46:58','','Package 1183','','publish','closed','closed','','package-1183','','','2017-06-10 10:46:58','2017-06-10 10:46:58','',0,'http://houzez01.favethemes.com/user_packages/package-1183/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (7184,1,'2017-06-11 14:41:44','2017-06-11 14:41:44','','Package 1189','','publish','closed','closed','','package-1189','','','2017-06-11 14:41:44','2017-06-11 14:41:44','',0,'http://houzez01.favethemes.com/user_packages/package-1189/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (7191,1,'2017-06-11 21:07:29','2017-06-11 21:07:29','','Package 1192','','publish','closed','closed','','package-1192','','','2017-06-11 21:07:29','2017-06-11 21:07:29','',0,'http://houzez01.favethemes.com/user_packages/package-1192/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (7205,1,'2017-06-12 13:08:43','2017-06-12 13:08:43','','Package 1197','','publish','closed','closed','','package-1197','','','2017-06-12 13:08:43','2017-06-12 13:08:43','',0,'http://houzez01.favethemes.com/user_packages/package-1197/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (7210,1,'2017-06-12 20:17:17','2017-06-12 20:17:17','','Package 1199','','publish','closed','closed','','package-1199','','','2017-06-12 20:17:17','2017-06-12 20:17:17','',0,'http://houzez01.favethemes.com/user_packages/package-1199/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (7221,1,'2017-06-12 21:22:10','2017-06-12 21:22:10','','Package 1202','','publish','closed','closed','','package-1202','','','2017-06-12 21:22:10','2017-06-12 21:22:10','',0,'http://houzez01.favethemes.com/user_packages/package-1202/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (7236,1,'2017-06-14 09:19:30','2017-06-14 09:19:30','','Package 1206','','publish','closed','closed','','package-1206','','','2017-06-14 09:19:30','2017-06-14 09:19:30','',0,'http://houzez01.favethemes.com/user_packages/package-1206/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (7242,1,'2017-06-14 11:59:04','2017-06-14 11:59:04','','Package 1207','','publish','closed','closed','','package-1207','','','2017-06-14 11:59:04','2017-06-14 11:59:04','',0,'http://houzez01.favethemes.com/user_packages/package-1207/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (1823,1,'2016-06-30 22:09:04','0000-00-00 00:00:00','<p>выа</p>','ыва','','pending','closed','closed','','','','','2016-06-30 22:09:04','0000-00-00 00:00:00','',0,'http://houzez01.favethemes.com/?post_type=vc_grid_item&p=1823',0,'vc_grid_item','',0); INSERT INTO `wpg3_posts` VALUES (7247,1,'2017-06-14 13:39:47','2017-06-14 13:39:47','','Package 1208','','publish','closed','closed','','package-1208','','','2017-06-14 13:39:47','2017-06-14 13:39:47','',0,'http://houzez01.favethemes.com/user_packages/package-1208/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (7252,1,'2017-06-14 16:22:27','2017-06-14 16:22:27','','Package 1209','','publish','closed','closed','','package-1209','','','2017-06-14 16:22:27','2017-06-14 16:22:27','',0,'http://houzez01.favethemes.com/user_packages/package-1209/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (7260,1,'2017-06-15 11:07:16','2017-06-15 11:07:16','','Package 1212','','publish','closed','closed','','package-1212','','','2017-06-15 11:07:16','2017-06-15 11:07:16','',0,'http://houzez01.favethemes.com/user_packages/package-1212/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (7266,1,'2017-06-15 15:43:43','2017-06-15 15:43:43','','Package 1213','','publish','closed','closed','','package-1213','','','2017-06-15 15:43:43','2017-06-15 15:43:43','',0,'http://houzez01.favethemes.com/user_packages/package-1213/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (7271,1,'2017-06-15 16:16:02','2017-06-15 16:16:02','','Package 1215','','publish','closed','closed','','package-1215','','','2017-06-15 16:16:02','2017-06-15 16:16:02','',0,'http://houzez01.favethemes.com/user_packages/package-1215/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (7276,1,'2017-06-15 16:35:23','2017-06-15 16:35:23','','Package 1216','','publish','closed','closed','','package-1216','','','2017-06-15 16:35:23','2017-06-15 16:35:23','',0,'http://houzez01.favethemes.com/user_packages/package-1216/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (7284,1,'2017-06-16 00:30:13','2017-06-16 00:30:13','','Package 1220','','publish','closed','closed','','package-1220','','','2017-06-16 00:30:13','2017-06-16 00:30:13','',0,'http://houzez01.favethemes.com/user_packages/package-1220/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (7304,1,'2017-06-18 09:05:31','2017-06-18 09:05:31','','Package 1224','','publish','closed','closed','','package-1224','','','2017-06-18 09:05:31','2017-06-18 09:05:31','',0,'http://houzez01.favethemes.com/user_packages/package-1224/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (7312,1,'2017-06-18 16:57:55','2017-06-18 16:57:55','','Package 1225','','publish','closed','closed','','package-1225','','','2017-06-18 16:57:55','2017-06-18 16:57:55','',0,'http://houzez01.favethemes.com/user_packages/package-1225/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (7329,1,'2017-06-19 11:22:59','2017-06-19 11:22:59','','Package 1230','','publish','closed','closed','','package-1230','','','2017-06-19 11:22:59','2017-06-19 11:22:59','',0,'http://houzez01.favethemes.com/user_packages/package-1230/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (7342,1,'2017-06-21 08:23:15','2017-06-21 08:23:15','','Package 1237','','publish','closed','closed','','package-1237','','','2017-06-21 08:23:15','2017-06-21 08:23:15','',0,'http://houzez01.favethemes.com/user_packages/package-1237/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (7348,1,'2017-06-21 15:27:02','2017-06-21 15:27:02','','Package 1239','','publish','closed','closed','','package-1239','','','2017-06-21 15:27:02','2017-06-21 15:27:02','',0,'http://houzez01.favethemes.com/user_packages/package-1239/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (7354,1,'2017-06-22 17:58:03','2017-06-22 17:58:03','','Package 1245','','publish','closed','closed','','package-1245','','','2017-06-22 17:58:03','2017-06-22 17:58:03','',0,'http://houzez01.favethemes.com/user_packages/package-1245/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (7361,1,'2017-06-22 20:25:40','2017-06-22 20:25:40','','Package 1246','','publish','closed','closed','','package-1246','','','2017-06-22 20:25:40','2017-06-22 20:25:40','',0,'http://houzez01.favethemes.com/user_packages/package-1246/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (7367,1,'2017-06-24 06:44:07','2017-06-24 06:44:07','','Package 1249','','publish','closed','closed','','package-1249','','','2017-06-24 06:44:07','2017-06-24 06:44:07','',0,'http://houzez01.favethemes.com/user_packages/package-1249/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (7378,1,'2017-06-25 10:55:04','2017-06-25 10:55:04','','Package 1250','','publish','closed','closed','','package-1250','','','2017-06-25 10:55:04','2017-06-25 10:55:04','',0,'http://houzez01.favethemes.com/user_packages/package-1250/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (7381,1,'2017-06-26 02:08:58','2017-06-26 02:08:58','','Package 1253','','publish','closed','closed','','package-1253','','','2017-06-26 02:08:58','2017-06-26 02:08:58','',0,'http://houzez01.favethemes.com/user_packages/package-1253/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (7389,1,'2017-06-26 10:26:13','2017-06-26 10:26:13','','Package 1255','','publish','closed','closed','','package-1255','','','2017-06-26 10:26:13','2017-06-26 10:26:13','',0,'http://houzez01.favethemes.com/user_packages/package-1255/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (7392,1,'2017-06-26 13:42:10','2017-06-26 13:42:10','','Package 1256','','publish','closed','closed','','package-1256','','','2017-06-26 13:42:10','2017-06-26 13:42:10','',0,'http://houzez01.favethemes.com/user_packages/package-1256/',0,'user_packages','',0); INSERT INTO `wpg3_posts` VALUES (5,1,'2016-01-11 16:42:28','2016-01-11 16:42:28','<div class=\"form-group\">\n <label class=\"required\" for=\"yourName\">Your Name</label>\n [text* your-name class:form-control] </p>\n</div>\n\n<div class=\"form-group\">\n <label class=\"required\" for=\"yourEmail\">Your Email</label>\n [email* your-email class:form-control] </p>\n</div>\n\n<div class=\"form-group\">\n <label class=\"required\" for=\"yourPhone\">Your Phone </label>\n [tel* tel-179 class:form-control]\n</div>\n\n<div class=\"form-group\">\n <label class=\"required\" for=\"yourSubject\">Subject </label>\n [text* your-subject class:form-control]\n</div>\n\n<div class=\"form-group\">\n <label class=\"required\" for=\"yourMessage\">Your Message </label>\n [textarea* your-message class:form-control]\n</div>\n\n<div class=\"form-group\">\n [submit class:btn class:btn-primary class:btn-lg \"Send\"]\n</div>\n[your-subject]\n[your-name] <wordpress@sandbox.favethemes.com>\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on My Site (http://sandbox.favethemes.com/houzez)\nyou@example.com\nReply-To: [your-email]\n\n\n\n\n[your-subject]\nMy Site <wordpress@sandbox.favethemes.com>\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on My Site (http://sandbox.favethemes.com/houzez)\n[your-email]\nReply-To: you@example.com\n\n\n\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nPlease fill in the required field.\nThis input is too long.\nThis input is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Contact form 1','','publish','closed','closed','','contact-form-1-2','','','2016-01-11 16:42:28','2016-01-11 16:42:28','',0,'http://sandbox.favethemes.com/houzez/?post_type=wpcf7_contact_form&p=5',0,'wpcf7_contact_form','',0); INSERT INTO `wpg3_posts` VALUES (7680,1,'2019-01-26 17:13:39','2019-01-26 17:13:39','','Home','','publish','closed','closed','','7680','','','2019-01-27 17:22:06','2019-01-27 17:22:06','',0,'http://demo.landfarmhome.com/?p=7680',1,'nav_menu_item','',0); INSERT INTO `wpg3_posts` VALUES (7681,1,'2019-01-26 17:13:39','2019-01-26 17:13:39','','About Us','','publish','closed','closed','','7681','','','2019-01-27 17:22:07','2019-01-27 17:22:07','',0,'http://demo.landfarmhome.com/?p=7681',2,'nav_menu_item','',0); INSERT INTO `wpg3_posts` VALUES (7683,1,'2019-01-26 17:13:39','2019-01-26 17:13:39',' ','','','publish','closed','closed','','7683','','','2019-01-27 17:22:07','2019-01-27 17:22:07','',0,'http://demo.landfarmhome.com/?p=7683',4,'nav_menu_item','',0); INSERT INTO `wpg3_posts` VALUES (7687,1,'2019-01-26 18:21:09','2019-01-26 18:21:09','','WhatsApp Image 2019-01-26 at 11.04.15 PM','','inherit','open','closed','','whatsapp-image-2019-01-26-at-11-04-15-pm','','','2019-01-26 18:21:09','2019-01-26 18:21:09','',0,'http://demo.landfarmhome.com/wp-content/uploads/2019/01/WhatsApp-Image-2019-01-26-at-11.04.15-PM.jpeg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7685,1,'2019-01-26 17:13:39','2019-01-26 17:13:39',' ','','','publish','closed','closed','','7685','','','2019-01-27 17:22:07','2019-01-27 17:22:07','',0,'http://demo.landfarmhome.com/?p=7685',5,'nav_menu_item','',0); INSERT INTO `wpg3_posts` VALUES (7686,1,'2019-01-26 17:19:36','2019-01-26 17:19:36','','Land For Sale','','publish','closed','closed','','find-your-home','','','2019-01-27 17:22:07','2019-01-27 17:22:07','',0,'http://demo.landfarmhome.com/?p=7686',3,'nav_menu_item','',0); INSERT INTO `wpg3_posts` VALUES (7688,1,'2019-01-26 18:24:28','2019-01-26 18:24:28','','WhatsApp Image 2019-01-26 at 11.04.14 PM (1)','','inherit','open','closed','','whatsapp-image-2019-01-26-at-11-04-14-pm-1','','','2019-01-26 18:24:28','2019-01-26 18:24:28','',0,'http://demo.landfarmhome.com/wp-content/uploads/2019/01/WhatsApp-Image-2019-01-26-at-11.04.14-PM-1.jpeg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7689,1,'2019-01-26 18:25:57','2019-01-26 18:25:57','','WhatsApp Image 2019-01-26 at 11.04.14 PM','','inherit','open','closed','','whatsapp-image-2019-01-26-at-11-04-14-pm','','','2019-01-26 18:25:57','2019-01-26 18:25:57','',0,'http://demo.landfarmhome.com/wp-content/uploads/2019/01/WhatsApp-Image-2019-01-26-at-11.04.14-PM.jpeg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7690,1,'2019-01-26 18:28:13','2019-01-26 18:28:13','','WhatsApp Image 2019-01-26 at 11.04.12 PM','','inherit','open','closed','','whatsapp-image-2019-01-26-at-11-04-12-pm','','','2019-01-26 18:28:13','2019-01-26 18:28:13','',0,'http://demo.landfarmhome.com/wp-content/uploads/2019/01/WhatsApp-Image-2019-01-26-at-11.04.12-PM.jpeg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7691,1,'2019-01-26 18:33:29','2019-01-26 18:33:29','','WhatsApp Image 2019-01-26 at 11.04.08 PM','','inherit','open','closed','','whatsapp-image-2019-01-26-at-11-04-08-pm','','','2019-01-26 18:33:29','2019-01-26 18:33:29','',0,'http://demo.landfarmhome.com/wp-content/uploads/2019/01/WhatsApp-Image-2019-01-26-at-11.04.08-PM.jpeg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7705,1,'2019-01-27 17:08:48','2019-01-27 17:08:48','','WhatsApp Image 2019-01-27 at 7.10.47 PM(1)','','inherit','open','closed','','whatsapp-image-2019-01-27-at-7-10-47-pm1','','','2019-01-27 17:08:48','2019-01-27 17:08:48','',0,'http://demo.landfarmhome.com/wp-content/uploads/2019/01/WhatsApp-Image-2019-01-27-at-7.10.47-PM1.jpeg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7706,1,'2019-01-27 17:08:52','2019-01-27 17:08:52','','WhatsApp Image 2019-01-27 at 7.10.47 PM','','inherit','open','closed','','whatsapp-image-2019-01-27-at-7-10-47-pm','','','2019-01-27 17:08:52','2019-01-27 17:08:52','',0,'http://demo.landfarmhome.com/wp-content/uploads/2019/01/WhatsApp-Image-2019-01-27-at-7.10.47-PM.jpeg',0,'attachment','image/jpeg',0); INSERT INTO `wpg3_posts` VALUES (7709,1,'2019-01-27 17:28:35','2019-01-27 17:28:35','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"50px\"][vc_column_text]\r\n<p class=\"p1\"><strong>Houzez is a premium WordPress theme for real estate agents where modern aesthetics are combined with tasteful simplicity and where the ease of use is achieved without compromise in your ability to customise the design. </strong></p>\r\n<p class=\"p1\">Whether you are a real estate agent looking to build a website for your company or a web developer seeking a perfect WordPress theme for your next project, you are certain to appreciate the numerous features and benefits that our theme provides.</p>\r\n<p class=\"p1\">This is not a theme that only takes care of the <i>front </i>of a real estate business. This is also a WordPress-based property management system which allows you to own and maintain a real estate marketplace, coordinate your agents, accept submissions and offer membership packages.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_separator][vc_column_text]\r\n<h3 class=\"p1\"><span class=\"s1\">Your Vision. Unrestricted.</span></h3>\r\n<p class=\"p2\"><span class=\"s1\">Unlike many other real estate themes which confine you to a handful of predefined layouts, <strong>Houzez offers a limitless array of possibilities to structure and style your content.</strong> There is no more need to write custom code or hire a developer to realise your vision: all of the customisation options are logically organised in your WordPress admin panel and thoroughly explained in the provided documentation.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_separator][vc_column_text]\r\n<h3>Meet our team</h3>\r\n[/vc_column_text][vc_row_inner][vc_column_inner][vc_column_text]<img class=\"aligncenter wp-image-153 size-medium\" src=\"http://demo.landfarmhome.com/wp-content/uploads/2019/01/WhatsApp-Image-2019-01-27-at-7.10.47-PM1.jpeg\" alt=\"agent-3\" width=\"300\" height=\"300\" />\r\n<p style=\"text-align: center;\"><strong>Sidney Stidham</strong>\r\nFloridaland1@live.com</p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space][vc_column_text]\r\n<h1 class=\"p1\" style=\"margin-bottom: 5px; text-align: center;\">Houzez was built with <b>your success</b> in mind</h1>\r\n<p style=\"text-align: center;\">Get more calls, schedule more viewings and earn more commissions</p>\r\n[/vc_column_text][vc_empty_space][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css=\".vc_custom_1511817036667{padding-right: 30px !important;padding-left: 30px !important;}\"]\r\n<p class=\"p1\" style=\"text-align: left;\"><b>Easy to Get Started </b></p>\r\n<p class=\"p1\" style=\"text-align: left;\">Do you like the demo? Import the provided sample content in a few clicks and start editing it right away</p>\r\n<p class=\"p1\" style=\"text-align: left;\"><b>Built-in Monetisation System </b></p>\r\n<p class=\"p1\" style=\"text-align: left;\">No need to install additional plugins to handle money. Send and receive payments straight out of the box</p>\r\n<p class=\"p1\" style=\"text-align: left;\"><b>Visual Composer </b></p>\r\n<p class=\"p1\" style=\"text-align: left;\">Not experienced in building websites? Get instant visual feedback by dragging and dropping elements to build pages</p>\r\n<p class=\"p1\" style=\"text-align: left;\"><b>Multilingual Support</b></p>\r\n<p class=\"p1\" style=\"text-align: left;\">Our theme fully supports the WPML plugin in case you want to display your content in multiple languages</p>\r\n<p class=\"p1\" style=\"text-align: left;\"><b>Membership System</b></p>\r\n<p class=\"p1\" style=\"text-align: left;\">Offer your agents custom subscription levels by varying the number of featured and regular listings</p>\r\n<p class=\"p1\" style=\"text-align: left;\"><b>Paid or Free Submissions/Memberships</b></p>\r\n<p class=\"p1\" style=\"text-align: left;\">Charge per listing submission, offer monthly packages or don’t charge anything at all - the choice is yours</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css=\".vc_custom_1511817047196{padding-right: 30px !important;padding-left: 30px !important;}\"]\r\n<p class=\"p1\"><b>Various Header Options</b></p>\r\n<p class=\"p1\">Grab your visitors’ attention with an attractive header. Choose between a slider, video, image or Google maps</p>\r\n<p class=\"p1\"><b>Unlimited Layouts</b></p>\r\n<p class=\"p1\">Nothing is set in stone: you can structure your pages exactly how you want without having to write any code</p>\r\n<p class=\"p1\"><b>Choice of Listing Templates</b></p>\r\n<p class=\"p1\">Choose from 8 different listing templates and lay them out as lists or grids, full-width or boxed, with a video or an image</p>\r\n<p class=\"p1\"><b>Visual Composer Modules</b></p>\r\n<p class=\"p1\">Choose from a number of pre-designed Visual Composer modules and lay out your pages in mere minutes</p>\r\n<p class=\"p1\"><b>Revolution Slider</b></p>\r\n<p class=\"p1\">We included this slider plugin as to allow you to build advanced layered sliders with a myriad of options for style and effects</p>\r\n<p class=\"p1\"><b>Advanced Search</b></p>\r\n<p class=\"p1\">Help your visitors find the right property by letting them set various search criteria such as size and price range</p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space][vc_column_text]\r\n<h4 class=\"p1\" style=\"text-align: center;\">...and many other cool features...</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','About Houzez','','inherit','closed','closed','','692-revision-v1','','','2019-01-27 17:28:35','2019-01-27 17:28:35','',692,'http://demo.landfarmhome.com/2019/01/27/692-revision-v1/',0,'revision','',0); INSERT INTO `wpg3_posts` VALUES (7707,1,'2019-01-27 17:24:53','2019-01-27 17:24:53','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"50px\"][vc_column_text]\r\n<p class=\"p1\"><strong>Houzez is a premium WordPress theme for real estate agents where modern aesthetics are combined with tasteful simplicity and where the ease of use is achieved without compromise in your ability to customise the design. </strong></p>\r\n<p class=\"p1\">Whether you are a real estate agent looking to build a website for your company or a web developer seeking a perfect WordPress theme for your next project, you are certain to appreciate the numerous features and benefits that our theme provides.</p>\r\n<p class=\"p1\">This is not a theme that only takes care of the <i>front </i>of a real estate business. This is also a WordPress-based property management system which allows you to own and maintain a real estate marketplace, coordinate your agents, accept submissions and offer membership packages.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_separator][vc_column_text]\r\n<h3 class=\"p1\"><span class=\"s1\">Your Vision. Unrestricted.</span></h3>\r\n<p class=\"p2\"><span class=\"s1\">Unlike many other real estate themes which confine you to a handful of predefined layouts, <strong>Houzez offers a limitless array of possibilities to structure and style your content.</strong> There is no more need to write custom code or hire a developer to realise your vision: all of the customisation options are logically organised in your WordPress admin panel and thoroughly explained in the provided documentation.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_separator][vc_column_text]\r\n<h3>Meet our team</h3>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/4\"][vc_column_text]<img class=\"aligncenter wp-image-153 size-medium\" src=\"http://houzez01.favethemes.com/wp-content/uploads/2016/02/agent-3-300x300.jpg\" alt=\"agent-3\" width=\"300\" height=\"300\" />\r\n<p style=\"text-align: center;\"><strong>Martin Moore</strong>\r\nExecutive Director</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-large wp-image-308\" src=\"http://houzez01.favethemes.com/wp-content/uploads/2016/03/Debra-Rose_avatar_1434742307.jpg\" alt=\"Debra-Rose_avatar_1434742307\" width=\"300\" height=\"300\" />\r\n<p style=\"text-align: center;\"><strong>Emily Austin</strong>\r\nMarketing Director</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_column_text]<img class=\"aligncenter wp-image-152 size-medium\" src=\"http://houzez01.favethemes.com/wp-content/uploads/2016/02/agent-2-300x300.jpg\" alt=\"agent-2\" width=\"300\" height=\"300\" />\r\n<p style=\"text-align: center;\"><strong>Donna Reed</strong>\r\nCustomer Care</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><img class=\"aligncenter wp-image-154 size-medium\" src=\"http://houzez01.favethemes.com/wp-content/uploads/2016/02/agent-4-300x300.jpg\" alt=\"agent-4\" width=\"300\" height=\"300\" /></strong></p>\r\n<p style=\"text-align: center;\"><strong>Russell Price</strong>\r\nCreative Director</p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space][vc_column_text]\r\n<h1 class=\"p1\" style=\"margin-bottom: 5px; text-align: center;\">Houzez was built with <b>your success</b> in mind</h1>\r\n<p style=\"text-align: center;\">Get more calls, schedule more viewings and earn more commissions</p>\r\n[/vc_column_text][vc_empty_space][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css=\".vc_custom_1511817036667{padding-right: 30px !important;padding-left: 30px !important;}\"]\r\n<p class=\"p1\" style=\"text-align: left;\"><b>Easy to Get Started </b></p>\r\n<p class=\"p1\" style=\"text-align: left;\">Do you like the demo? Import the provided sample content in a few clicks and start editing it right away</p>\r\n<p class=\"p1\" style=\"text-align: left;\"><b>Built-in Monetisation System </b></p>\r\n<p class=\"p1\" style=\"text-align: left;\">No need to install additional plugins to handle money. Send and receive payments straight out of the box</p>\r\n<p class=\"p1\" style=\"text-align: left;\"><b>Visual Composer </b></p>\r\n<p class=\"p1\" style=\"text-align: left;\">Not experienced in building websites? Get instant visual feedback by dragging and dropping elements to build pages</p>\r\n<p class=\"p1\" style=\"text-align: left;\"><b>Multilingual Support</b></p>\r\n<p class=\"p1\" style=\"text-align: left;\">Our theme fully supports the WPML plugin in case you want to display your content in multiple languages</p>\r\n<p class=\"p1\" style=\"text-align: left;\"><b>Membership System</b></p>\r\n<p class=\"p1\" style=\"text-align: left;\">Offer your agents custom subscription levels by varying the number of featured and regular listings</p>\r\n<p class=\"p1\" style=\"text-align: left;\"><b>Paid or Free Submissions/Memberships</b></p>\r\n<p class=\"p1\" style=\"text-align: left;\">Charge per listing submission, offer monthly packages or don’t charge anything at all - the choice is yours</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css=\".vc_custom_1511817047196{padding-right: 30px !important;padding-left: 30px !important;}\"]\r\n<p class=\"p1\"><b>Various Header Options</b></p>\r\n<p class=\"p1\">Grab your visitors’ attention with an attractive header. Choose between a slider, video, image or Google maps</p>\r\n<p class=\"p1\"><b>Unlimited Layouts</b></p>\r\n<p class=\"p1\">Nothing is set in stone: you can structure your pages exactly how you want without having to write any code</p>\r\n<p class=\"p1\"><b>Choice of Listing Templates</b></p>\r\n<p class=\"p1\">Choose from 8 different listing templates and lay them out as lists or grids, full-width or boxed, with a video or an image</p>\r\n<p class=\"p1\"><b>Visual Composer Modules</b></p>\r\n<p class=\"p1\">Choose from a number of pre-designed Visual Composer modules and lay out your pages in mere minutes</p>\r\n<p class=\"p1\"><b>Revolution Slider</b></p>\r\n<p class=\"p1\">We included this slider plugin as to allow you to build advanced layered sliders with a myriad of options for style and effects</p>\r\n<p class=\"p1\"><b>Advanced Search</b></p>\r\n<p class=\"p1\">Help your visitors find the right property by letting them set various search criteria such as size and price range</p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space][vc_column_text]\r\n<h4 class=\"p1\" style=\"text-align: center;\">...and many other cool features...</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','About Houzez','','inherit','closed','closed','','692-revision-v1','','','2019-01-27 17:24:53','2019-01-27 17:24:53','',692,'http://demo.landfarmhome.com/2019/01/27/692-revision-v1/',0,'revision','',0); INSERT INTO `wpg3_posts` VALUES (7708,1,'2019-01-27 17:28:12','2019-01-27 17:28:12','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"50px\"][vc_column_text]\r\n<p class=\"p1\"><strong>Houzez is a premium WordPress theme for real estate agents where modern aesthetics are combined with tasteful simplicity and where the ease of use is achieved without compromise in your ability to customise the design. </strong></p>\r\n<p class=\"p1\">Whether you are a real estate agent looking to build a website for your company or a web developer seeking a perfect WordPress theme for your next project, you are certain to appreciate the numerous features and benefits that our theme provides.</p>\r\n<p class=\"p1\">This is not a theme that only takes care of the <i>front </i>of a real estate business. This is also a WordPress-based property management system which allows you to own and maintain a real estate marketplace, coordinate your agents, accept submissions and offer membership packages.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_separator][vc_column_text]\r\n<h3 class=\"p1\"><span class=\"s1\">Your Vision. Unrestricted.</span></h3>\r\n<p class=\"p2\"><span class=\"s1\">Unlike many other real estate themes which confine you to a handful of predefined layouts, <strong>Houzez offers a limitless array of possibilities to structure and style your content.</strong> There is no more need to write custom code or hire a developer to realise your vision: all of the customisation options are logically organised in your WordPress admin panel and thoroughly explained in the provided documentation.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_separator][vc_column_text]\r\n<h3>Meet our team</h3>\r\n[/vc_column_text][vc_row_inner][vc_column_inner][vc_column_text]<img class=\"aligncenter wp-image-153 size-medium\" src=\"http://demo.landfarmhome.com/wp-content/uploads/2019/01/WhatsApp-Image-2019-01-27-at-7.10.47-PM1.jpeg\" alt=\"agent-3\" width=\"300\" height=\"300\" />\r\n<p style=\"text-align: center;\"><strong>Sidney Stidham</strong>\r\nFloridaland1@live.com</p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space][vc_column_text]\r\n<h1 class=\"p1\" style=\"margin-bottom: 5px; text-align: center;\">Houzez was built with <b>your success</b> in mind</h1>\r\n<p style=\"text-align: center;\">Get more calls, schedule more viewings and earn more commissions</p>\r\n[/vc_column_text][vc_empty_space][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css=\".vc_custom_1511817036667{padding-right: 30px !important;padding-left: 30px !important;}\"]\r\n<p class=\"p1\" style=\"text-align: left;\"><b>Easy to Get Started </b></p>\r\n<p class=\"p1\" style=\"text-align: left;\">Do you like the demo? Import the provided sample content in a few clicks and start editing it right away</p>\r\n<p class=\"p1\" style=\"text-align: left;\"><b>Built-in Monetisation System </b></p>\r\n<p class=\"p1\" style=\"text-align: left;\">No need to install additional plugins to handle money. Send and receive payments straight out of the box</p>\r\n<p class=\"p1\" style=\"text-align: left;\"><b>Visual Composer </b></p>\r\n<p class=\"p1\" style=\"text-align: left;\">Not experienced in building websites? Get instant visual feedback by dragging and dropping elements to build pages</p>\r\n<p class=\"p1\" style=\"text-align: left;\"><b>Multilingual Support</b></p>\r\n<p class=\"p1\" style=\"text-align: left;\">Our theme fully supports the WPML plugin in case you want to display your content in multiple languages</p>\r\n<p class=\"p1\" style=\"text-align: left;\"><b>Membership System</b></p>\r\n<p class=\"p1\" style=\"text-align: left;\">Offer your agents custom subscription levels by varying the number of featured and regular listings</p>\r\n<p class=\"p1\" style=\"text-align: left;\"><b>Paid or Free Submissions/Memberships</b></p>\r\n<p class=\"p1\" style=\"text-align: left;\">Charge per listing submission, offer monthly packages or don’t charge anything at all - the choice is yours</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css=\".vc_custom_1511817047196{padding-right: 30px !important;padding-left: 30px !important;}\"]\r\n<p class=\"p1\"><b>Various Header Options</b></p>\r\n<p class=\"p1\">Grab your visitors’ attention with an attractive header. Choose between a slider, video, image or Google maps</p>\r\n<p class=\"p1\"><b>Unlimited Layouts</b></p>\r\n<p class=\"p1\">Nothing is set in stone: you can structure your pages exactly how you want without having to write any code</p>\r\n<p class=\"p1\"><b>Choice of Listing Templates</b></p>\r\n<p class=\"p1\">Choose from 8 different listing templates and lay them out as lists or grids, full-width or boxed, with a video or an image</p>\r\n<p class=\"p1\"><b>Visual Composer Modules</b></p>\r\n<p class=\"p1\">Choose from a number of pre-designed Visual Composer modules and lay out your pages in mere minutes</p>\r\n<p class=\"p1\"><b>Revolution Slider</b></p>\r\n<p class=\"p1\">We included this slider plugin as to allow you to build advanced layered sliders with a myriad of options for style and effects</p>\r\n<p class=\"p1\"><b>Advanced Search</b></p>\r\n<p class=\"p1\">Help your visitors find the right property by letting them set various search criteria such as size and price range</p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space][vc_column_text]\r\n<h4 class=\"p1\" style=\"text-align: center;\">...and many other cool features...</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','About Houzez','','inherit','closed','closed','','692-autosave-v1','','','2019-01-27 17:28:12','2019-01-27 17:28:12','',692,'http://demo.landfarmhome.com/2019/01/27/692-autosave-v1/',0,'revision','',0); /*!40000 ALTER TABLE `wpg3_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpg3_revslider_css` -- DROP TABLE IF EXISTS `wpg3_revslider_css`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpg3_revslider_css` ( `id` int(9) NOT NULL AUTO_INCREMENT, `handle` text COLLATE utf8mb4_unicode_ci NOT NULL, `settings` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL, `hover` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL, `advanced` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL, `params` longtext COLLATE utf8mb4_unicode_ci NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=110 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpg3_revslider_css` -- LOCK TABLES `wpg3_revslider_css` WRITE; /*!40000 ALTER TABLE `wpg3_revslider_css` DISABLE KEYS */; INSERT INTO `wpg3_revslider_css` VALUES (1,'.tp-caption.medium_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"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\"}'); INSERT INTO `wpg3_revslider_css` VALUES (2,'.tp-caption.small_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'); INSERT INTO `wpg3_revslider_css` VALUES (3,'.tp-caption.medium_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'); INSERT INTO `wpg3_revslider_css` VALUES (4,'.tp-caption.large_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'); INSERT INTO `wpg3_revslider_css` VALUES (5,'.tp-caption.very_large_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'); INSERT INTO `wpg3_revslider_css` VALUES (6,'.tp-caption.very_big_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#000\"}'); INSERT INTO `wpg3_revslider_css` VALUES (7,'.tp-caption.very_big_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#000\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#fff\"}'); INSERT INTO `wpg3_revslider_css` VALUES (8,'.tp-caption.modern_medium_fat','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#000\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'); INSERT INTO `wpg3_revslider_css` VALUES (9,'.tp-caption.modern_medium_fat_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'); INSERT INTO `wpg3_revslider_css` VALUES (10,'.tp-caption.modern_medium_light','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'); INSERT INTO `wpg3_revslider_css` VALUES (11,'.tp-caption.modern_big_bluebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"letter-spacing\":\"0\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"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\"}'); INSERT INTO `wpg3_revslider_css` VALUES (12,'.tp-caption.modern_big_redbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"padding-top\":\"1px\",\"letter-spacing\":\"0\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"300\",\"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\":\"#de543e\"}'); INSERT INTO `wpg3_revslider_css` VALUES (13,'.tp-caption.modern_small_text_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#555\",\"font-size\":\"14px\",\"line-height\":\"22px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'); INSERT INTO `wpg3_revslider_css` VALUES (14,'.tp-caption.boxshadow','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"-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)\"},\"hover\":\"\"}','[]'); INSERT INTO `wpg3_revslider_css` VALUES (15,'.tp-caption.black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#000\"}'); INSERT INTO `wpg3_revslider_css` VALUES (16,'.tp-caption.noshadow','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','[]'); INSERT INTO `wpg3_revslider_css` VALUES (17,'.tp-caption.thinheadline_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'); INSERT INTO `wpg3_revslider_css` VALUES (18,'.tp-caption.thintext_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'); INSERT INTO `wpg3_revslider_css` VALUES (19,'.tp-caption.largeblackbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#000\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'); INSERT INTO `wpg3_revslider_css` VALUES (20,'.tp-caption.largepinkbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#db4360\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'); INSERT INTO `wpg3_revslider_css` VALUES (21,'.tp-caption.largewhitebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}','{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#fff\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'); INSERT INTO `wpg3_revslider_css` VALUES (22,'.tp-caption.largegreenbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#67ae73\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'); INSERT INTO `wpg3_revslider_css` VALUES (23,'.tp-caption.excerpt','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"-1.5px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\"},\"hover\":\"\"}','{\"font-size\":\"36px\",\"line-height\":\"36px\",\"font-weight\":\"700\",\"font-family\":\"Arial\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 1)\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px 4px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}'); INSERT INTO `wpg3_revslider_css` VALUES (24,'.tp-caption.large_bold_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'); INSERT INTO `wpg3_revslider_css` VALUES (25,'.tp-caption.medium_thin_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"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\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'); INSERT INTO `wpg3_revslider_css` VALUES (26,'.tp-caption.small_thin_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"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\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'); INSERT INTO `wpg3_revslider_css` VALUES (27,'.tp-caption.lightgrey_divider','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\"},\"hover\":\"\"}','{\"text-decoration\":\"none\",\"background-color\":\"rgba(235, 235, 235, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'); INSERT INTO `wpg3_revslider_css` VALUES (28,'.tp-caption.large_bold_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"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\"}'); INSERT INTO `wpg3_revslider_css` VALUES (29,'.tp-caption.medium_bg_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"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\"}'); INSERT INTO `wpg3_revslider_css` VALUES (30,'.tp-caption.medium_bold_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"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\"}'); INSERT INTO `wpg3_revslider_css` VALUES (31,'.tp-caption.medium_light_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"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\"}'); INSERT INTO `wpg3_revslider_css` VALUES (32,'.tp-caption.medium_bg_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"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\"}'); INSERT INTO `wpg3_revslider_css` VALUES (33,'.tp-caption.medium_bold_orange','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"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\"}'); INSERT INTO `wpg3_revslider_css` VALUES (34,'.tp-caption.medium_bg_orange','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"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\"}'); INSERT INTO `wpg3_revslider_css` VALUES (35,'.tp-caption.grassfloor','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"width\":\"4000px\",\"height\":\"150px\"},\"hover\":\"\"}','{\"text-decoration\":\"none\",\"background-color\":\"rgba(160, 179, 151, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'); INSERT INTO `wpg3_revslider_css` VALUES (36,'.tp-caption.large_bold_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"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\"}'); INSERT INTO `wpg3_revslider_css` VALUES (37,'.tp-caption.medium_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"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\"}'); INSERT INTO `wpg3_revslider_css` VALUES (38,'.tp-caption.mediumlarge_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"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\"}'); INSERT INTO `wpg3_revslider_css` VALUES (39,'.tp-caption.mediumlarge_light_white_center','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"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\"}'); INSERT INTO `wpg3_revslider_css` VALUES (40,'.tp-caption.medium_bg_asbestos','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"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\"}'); INSERT INTO `wpg3_revslider_css` VALUES (41,'.tp-caption.medium_light_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"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\"}'); INSERT INTO `wpg3_revslider_css` VALUES (42,'.tp-caption.large_bold_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"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\"}'); INSERT INTO `wpg3_revslider_css` VALUES (43,'.tp-caption.mediumlarge_light_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"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\"}'); INSERT INTO `wpg3_revslider_css` VALUES (44,'.tp-caption.small_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"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\"}'); INSERT INTO `wpg3_revslider_css` VALUES (45,'.tp-caption.roundedimage','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'); INSERT INTO `wpg3_revslider_css` VALUES (46,'.tp-caption.large_bg_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"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\"}'); INSERT INTO `wpg3_revslider_css` VALUES (47,'.tp-caption.mediumwhitebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"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\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}'); INSERT INTO `wpg3_revslider_css` VALUES (48,'.tp-caption.MarkerDisplay','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ff0000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"font-style\":\"normal\",\"font-family\":\"Permanent Marker\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'); INSERT INTO `wpg3_revslider_css` VALUES (49,'.tp-caption.Restaurant-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"120px\",\"line-height\":\"120px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'); INSERT INTO `wpg3_revslider_css` VALUES (50,'.tp-caption.Restaurant-Cursive','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Nothing you could do\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'); INSERT INTO `wpg3_revslider_css` VALUES (51,'.tp-caption.Restaurant-ScrollDownText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'); INSERT INTO `wpg3_revslider_css` VALUES (52,'.tp-caption.Restaurant-Description','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'); INSERT INTO `wpg3_revslider_css` VALUES (53,'.tp-caption.Restaurant-Price','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'); INSERT INTO `wpg3_revslider_css` VALUES (54,'.tp-caption.Restaurant-Menuitem','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Power2.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'); INSERT INTO `wpg3_revslider_css` VALUES (55,'.tp-caption.Furniture-LogoText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"160px\",\"line-height\":\"150px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'); INSERT INTO `wpg3_revslider_css` VALUES (56,'.tp-caption.Furniture-Plus','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0.5\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"text-shadow\":\"none\",\"box-shadow\":\"rgba(0,0,0,0.1) 0 1px 3px\"},\"hover\":\"\"}','{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"6px\",\"7px\",\"4px\",\"7px\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'); INSERT INTO `wpg3_revslider_css` VALUES (57,'.tp-caption.Furniture-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'); INSERT INTO `wpg3_revslider_css` VALUES (58,'.tp-caption.Furniture-Subtitle','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'); INSERT INTO `wpg3_revslider_css` VALUES (59,'.tp-caption.Gym-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'); INSERT INTO `wpg3_revslider_css` VALUES (60,'.tp-caption.Gym-Subline','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'); INSERT INTO `wpg3_revslider_css` VALUES (61,'.tp-caption.Gym-SmallText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"22\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'); INSERT INTO `wpg3_revslider_css` VALUES (62,'.tp-caption.Fashion-SmallText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"20px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'); INSERT INTO `wpg3_revslider_css` VALUES (63,'.tp-caption.Fashion-BigDisplay','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'); INSERT INTO `wpg3_revslider_css` VALUES (64,'.tp-caption.Fashion-TextBlock','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"40px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'); INSERT INTO `wpg3_revslider_css` VALUES (65,'.tp-caption.Sports-Display','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"13px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'); INSERT INTO `wpg3_revslider_css` VALUES (66,'.tp-caption.Sports-DisplayFat','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":[\"\"],\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'); INSERT INTO `wpg3_revslider_css` VALUES (67,'.tp-caption.Sports-Subline','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"4px\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"32px\",\"line-height\":\"32px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'); INSERT INTO `wpg3_revslider_css` VALUES (68,'.tp-caption.Instagram-Caption','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'); INSERT INTO `wpg3_revslider_css` VALUES (69,'.tp-caption.News-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"60px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'); INSERT INTO `wpg3_revslider_css` VALUES (70,'.tp-caption.News-Subtitle','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0px\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"300\",\"easing\":\"Power3.easeInOut\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"24px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'); INSERT INTO `wpg3_revslider_css` VALUES (71,'.tp-caption.Photography-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'); INSERT INTO `wpg3_revslider_css` VALUES (72,'.tp-caption.Photography-Subline','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#777777\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'); INSERT INTO `wpg3_revslider_css` VALUES (73,'.tp-caption.Photography-ImageHover','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"1000\",\"easing\":\"Power3.easeInOut\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'); INSERT INTO `wpg3_revslider_css` VALUES (74,'.tp-caption.Photography-Menuitem','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#00ffde\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'); INSERT INTO `wpg3_revslider_css` VALUES (75,'.tp-caption.Photography-Textblock','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'); INSERT INTO `wpg3_revslider_css` VALUES (76,'.tp-caption.Photography-Subline-2','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'); INSERT INTO `wpg3_revslider_css` VALUES (77,'.tp-caption.Photography-ImageHover2','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Back.easeOut\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Arial\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'); INSERT INTO `wpg3_revslider_css` VALUES (78,'.tp-caption.WebProduct-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#333333\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'); INSERT INTO `wpg3_revslider_css` VALUES (79,'.tp-caption.WebProduct-SubTitle','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'); INSERT INTO `wpg3_revslider_css` VALUES (80,'.tp-caption.WebProduct-Content','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'); INSERT INTO `wpg3_revslider_css` VALUES (81,'.tp-caption.WebProduct-Menuitem','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'); INSERT INTO `wpg3_revslider_css` VALUES (82,'.tp-caption.WebProduct-Title-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'); INSERT INTO `wpg3_revslider_css` VALUES (83,'.tp-caption.WebProduct-SubTitle-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}'); INSERT INTO `wpg3_revslider_css` VALUES (84,'.tp-caption.WebProduct-Content-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}'); INSERT INTO `wpg3_revslider_css` VALUES (85,'.tp-caption.FatRounded','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"20px\",\"22px\",\"20px\",\"25px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.5\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'); INSERT INTO `wpg3_revslider_css` VALUES (86,'.tp-caption.NotGeneric-Title','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"[object Object]\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-weight\":\"800\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 0px 10px 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'); INSERT INTO `wpg3_revslider_css` VALUES (87,'.tp-caption.NotGeneric-SubTitle','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"4px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'); INSERT INTO `wpg3_revslider_css` VALUES (88,'.tp-caption.NotGeneric-CallToAction','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 30px 10px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'); INSERT INTO `wpg3_revslider_css` VALUES (89,'.tp-caption.NotGeneric-Icon','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"default\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'); INSERT INTO `wpg3_revslider_css` VALUES (90,'.tp-caption.NotGeneric-Menuitem','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"27px 30px 27px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'); INSERT INTO `wpg3_revslider_css` VALUES (91,'.tp-caption.MarkerStyle','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"text-align\":\"left\",\"0\":\"\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Permanent Marker\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'); INSERT INTO `wpg3_revslider_css` VALUES (92,'.tp-caption.Gym-Menuitem','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'); INSERT INTO `wpg3_revslider_css` VALUES (93,'.tp-caption.Newspaper-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#FFFFFF\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"17px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'); INSERT INTO `wpg3_revslider_css` VALUES (94,'.tp-caption.Newspaper-Subtitle','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#a8d8ee\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'); INSERT INTO `wpg3_revslider_css` VALUES (95,'.tp-caption.Newspaper-Title','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'); INSERT INTO `wpg3_revslider_css` VALUES (96,'.tp-caption.Newspaper-Title-Centered','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"center\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'); INSERT INTO `wpg3_revslider_css` VALUES (97,'.tp-caption.Hero-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'); INSERT INTO `wpg3_revslider_css` VALUES (98,'.tp-caption.Video-Title','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'); INSERT INTO `wpg3_revslider_css` VALUES (99,'.tp-caption.Video-SubTitle','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"12px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.35\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'); INSERT INTO `wpg3_revslider_css` VALUES (100,'.tp-caption.NotGeneric-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'); INSERT INTO `wpg3_revslider_css` VALUES (101,'.tp-caption.NotGeneric-BigButton','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"27px\",\"30px\",\"27px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'); INSERT INTO `wpg3_revslider_css` VALUES (102,'.tp-caption.WebProduct-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#333333\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"48px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0px\",\"40px\",\"0px\",\"40px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'); INSERT INTO `wpg3_revslider_css` VALUES (103,'.tp-caption.Restaurant-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffe081\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#0a0a0a\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'); INSERT INTO `wpg3_revslider_css` VALUES (104,'.tp-caption.Gym-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#8bc027\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'); INSERT INTO `wpg3_revslider_css` VALUES (105,'.tp-caption.Gym-Button-Light','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"0\",\"border-color\":\"#8bc027\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power2.easeInOut\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'); INSERT INTO `wpg3_revslider_css` VALUES (106,'.tp-caption.Sports-Button-Light','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'); INSERT INTO `wpg3_revslider_css` VALUES (107,'.tp-caption.Sports-Button-Red','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#db1c22\",\"background-transparency\":\"1\",\"border-color\":\"#db1c22\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'); INSERT INTO `wpg3_revslider_css` VALUES (108,'.tp-caption.Photography-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'); INSERT INTO `wpg3_revslider_css` VALUES (109,'.tp-caption.Newspaper-Button-2','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'); /*!40000 ALTER TABLE `wpg3_revslider_css` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpg3_revslider_layer_animations` -- DROP TABLE IF EXISTS `wpg3_revslider_layer_animations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpg3_revslider_layer_animations` ( `id` int(9) NOT NULL AUTO_INCREMENT, `handle` text COLLATE utf8mb4_unicode_ci NOT NULL, `params` text COLLATE utf8mb4_unicode_ci NOT NULL, `settings` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpg3_revslider_layer_animations` -- LOCK TABLES `wpg3_revslider_layer_animations` WRITE; /*!40000 ALTER TABLE `wpg3_revslider_layer_animations` DISABLE KEYS */; /*!40000 ALTER TABLE `wpg3_revslider_layer_animations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpg3_revslider_navigations` -- DROP TABLE IF EXISTS `wpg3_revslider_navigations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpg3_revslider_navigations` ( `id` int(9) NOT NULL AUTO_INCREMENT, `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `handle` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `css` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `markup` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `settings` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpg3_revslider_navigations` -- LOCK TABLES `wpg3_revslider_navigations` WRITE; /*!40000 ALTER TABLE `wpg3_revslider_navigations` DISABLE KEYS */; /*!40000 ALTER TABLE `wpg3_revslider_navigations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpg3_revslider_sliders` -- DROP TABLE IF EXISTS `wpg3_revslider_sliders`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpg3_revslider_sliders` ( `id` int(9) NOT NULL AUTO_INCREMENT, `title` tinytext COLLATE utf8mb4_unicode_ci NOT NULL, `alias` tinytext COLLATE utf8mb4_unicode_ci DEFAULT NULL, `params` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `settings` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpg3_revslider_sliders` -- LOCK TABLES `wpg3_revslider_sliders` WRITE; /*!40000 ALTER TABLE `wpg3_revslider_sliders` DISABLE KEYS */; INSERT INTO `wpg3_revslider_sliders` VALUES (1,'Homepage','homepage','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-transient\":\"1200\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"instagram-hash-tag\":\"\",\"flickr-count\":\"\",\"flickr-transient\":\"1200\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-transient\":\"1200\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-transient\":\"1200\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"Homepage\",\"alias\":\"homepage\",\"shortcode\":\"[rev_slider alias=\\\\\\\"homepage\\\\\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"fullwidth\",\"width\":\"1240\",\"height\":\"640\",\"width_notebook\":\"1024\",\"height_notebook\":\"640\",\"enable_custom_size_notebook\":\"on\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"off\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"off\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"on\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"slider_id\":\"\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_blur_start\":\"0\",\"def-kb_blur_end\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"blank\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"label_presetheight\":\"off\",\"waitforinit\":\"off\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progressbar_color\":\"rgba(0,0,0,0.15)\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"http:\\/\\/demo.landfarmhome.com\\/wp-content\\/\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"rtl_arrows\":\"off\",\"navigation_arrow_style\":\"round\",\"navigation_arrows_preset\":\"default\",\"ph-round-arrows-hover-bg-color-color-rgba-def\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-arrows-arrow-size-custom-def\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-arrow-color-color-def\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-bg-size-custom-def\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-bg-color-custom-def\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"leftarrow_position\":\"slider\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"rightarrow_position\":\"slider\",\"enable_bullets\":\"off\",\"rtl_bullets\":\"off\",\"navigation_bullets_style\":\"round\",\"navigation_bullets_preset\":\"default\",\"ph-round-bullets-hover-bullet-bg-color-def\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-bullets-border-size-custom-def\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-border-color-color-def\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-bullet-bg-bottom-color-def\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-bullet-bg-top-color-def\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-size-custom-def\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"bullets_position\":\"slider\",\"enable_thumbnails\":\"off\",\"rtl_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_style\":\"round\",\"navigation_thumbs_preset\":\"default\",\"ph-round-thumbs-title-font-size-custom-def\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"ph-round-thumbs-title-color-color-rgba-def\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-bg-color-rgba-def\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"thumbnails_position\":\"slider\",\"enable_tabs\":\"off\",\"rtl_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_style\":\"round\",\"navigation_tabs_preset\":\"default\",\"ph-round-tabs-param2-size-custom-def\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-tabs-param2-color-color-rgba-def\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-contentcolor-color-rgba-def\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-bgcolor-color-rgba-def\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-hover-bg-color-color-rgba-def\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-param1-size-custom-def\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-param1-color-color-rgba-def\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-image-size-custom-def\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-border-size-custom-def\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-border-color-color-rgba-def\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-font-family-font_family-def\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"tabs_position\":\"slider\",\"touchenabled\":\"off\",\"touchenabled_desktop\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"1\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"mousescroll_navigation_reverse\":\"default\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"showalllayers_carousel\":\"off\",\"carousel_easing\":\"Power3.easeInOut\",\"carousel_speed\":\"800\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_bg_speed\":\"0\",\"parallax_ls_speed\":\"0\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"46\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"fade_scrolleffect\":\"off\",\"blur_scrolleffect\":\"off\",\"grayscale_scrolleffect\":\"off\",\"scrolleffect_maxblur\":\"10\",\"scrolleffect_bg\":\"off\",\"scrolleffect_layers\":\"off\",\"scrolleffect_parallax_layers\":\"off\",\"scrolleffect_static_layers\":\"off\",\"scrolleffect_static_parallax_layers\":\"off\",\"scrolleffect_direction\":\"both\",\"scrolleffect_tilt\":\"30\",\"scrolleffect_multiplicator\":\"1.3\",\"scrolleffect_multiplicator_layers\":\"1.3\",\"scrolleffect_off_mobile\":\"on\",\"lazy_load_type\":\"none\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"allow_android_html5_autoplay\":\"on\",\"show_alternate_image\":\"\",\"ignore_height_changes\":\"off\",\"ignore_height_changes_px\":\"0\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"\",\"custom_javascript\":\"\",\"version\":\"\"}','{\"version\":\"5.0.7\"}',''); /*!40000 ALTER TABLE `wpg3_revslider_sliders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpg3_revslider_slides` -- DROP TABLE IF EXISTS `wpg3_revslider_slides`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpg3_revslider_slides` ( `id` int(9) NOT NULL AUTO_INCREMENT, `slider_id` int(9) NOT NULL, `slide_order` int(11) NOT NULL, `params` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `layers` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `settings` text COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpg3_revslider_slides` -- LOCK TABLES `wpg3_revslider_slides` WRITE; /*!40000 ALTER TABLE `wpg3_revslider_slides` DISABLE KEYS */; INSERT INTO `wpg3_revslider_slides` VALUES (1,1,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"100\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"title\":\"Slide\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"http:\\/\\/demo.landfarmhome.com\\/wp-content\\/\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"parallaxtobottom\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/demo.landfarmhome.com\\/wp-content\\/uploads\\/2019\\/01\\/WhatsApp-Image-2019-01-26-at-11.04.15-PM.jpeg\",\"image_id\":\"7687\",\"0\":\"Remove\"}','[{\"static_styles\":{\"font-size\":{\"desktop\":\"\"},\"line-height\":{\"desktop\":\"\"},\"font-weight\":{\"desktop\":\"300\"},\"color\":{\"desktop\":\"\"},\"letter-spacing\":{\"desktop\":\"\"}},\"deformation\":{\"background-color\":\"rgba(0,0,0,0.5)\",\"border-color\":\"rgba(0,0,0,0.5)\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-style\":\"solid\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"font-family\":\"\",\"parallax\":\"-\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"text\":\" \",\"alias\":\"Shape\",\"type\":\"shape\",\"style\":\"\",\"internal_class\":\"tp-shape tp-shapewrapper\",\"autolinebreak\":false,\"max_width\":{\"desktop\":\"3000px\"},\"cover_mode\":\"custom\",\"max_height\":{\"desktop\":\"965\"},\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":10,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":10,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"\",\"easing\":\"Power3.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":8690,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":5,\"left\":{\"desktop\":0},\"top\":{\"desktop\":0},\"isDemo\":false,\"hover\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"min_height\":\"40px\",\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":1588,\"height\":736,\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"displaymode\":true,\"scaleProportional\":true,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":5,\"addedToStage\":true,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\"},{\"text\":\"Experience Beautiful Places\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":320,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":500,\"animation\":\"sft\",\"easing\":\"Cubic.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":320,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"fadeout\",\"easing\":\"Cubic.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":8180,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0,\"notebook\":0},\"top\":{\"desktop\":-60,\"notebook\":-30},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Experience Beautiful...\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\",\"notebook\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"auto\",\"notebook\":\"auto\"},\"video_width\":{\"desktop\":\"480px\",\"notebook\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"notebook\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\",\"notebook\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"notebook\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":616,\"height\":60,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"44\",\"notebook\":\"52px\"},\"line-height\":{\"desktop\":\"60px\",\"notebook\":\"60px\"},\"font-weight\":{\"desktop\":\"400\",\"notebook\":\"300\"},\"color\":{\"desktop\":\"#ffffff\",\"notebook\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"0\",\"notebook\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\",\"notebook\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"-50px\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Lato\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":6,\"addedToStage\":true,\"positionLeftReset\":98,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\"},{\"text\":\"Help your visitors find the right property with advanced search criteria\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":630,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":500,\"animation\":\"sfb\",\"easing\":\"Cubic.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":630,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"fadeout\",\"easing\":\"Power3.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":7870,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":0,\"notebook\":0},\"top\":{\"desktop\":-13,\"notebook\":27},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Experience Beautiful...\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\",\"notebook\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"auto\",\"notebook\":\"auto\"},\"video_width\":{\"desktop\":\"480px\",\"notebook\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"notebook\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\",\"notebook\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"notebook\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":725,\"height\":32,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"24px\",\"notebook\":\"28px\"},\"line-height\":{\"desktop\":\"32px\",\"notebook\":\"32px\"},\"font-weight\":{\"desktop\":\"300\",\"notebook\":\"300\"},\"color\":{\"desktop\":\"#ffffff\",\"notebook\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"0\",\"notebook\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\",\"notebook\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"50px\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Lato\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":7,\"addedToStage\":true,\"positionLeftReset\":193,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\"}]','\"\"'); INSERT INTO `wpg3_revslider_slides` VALUES (2,1,2,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"100\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"title\":\"Slide\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"http:\\/\\/demo.landfarmhome.com\\/wp-content\\/\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"parallaxtobottom\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/demo.landfarmhome.com\\/wp-content\\/uploads\\/2019\\/01\\/WhatsApp-Image-2019-01-26-at-11.04.14-PM-1.jpeg\",\"image_id\":\"7688\",\"0\":\"Remove\"}','[{\"static_styles\":{\"font-size\":{\"desktop\":\"\"},\"line-height\":{\"desktop\":\"\"},\"font-weight\":{\"desktop\":\"300\"},\"color\":{\"desktop\":\"\"},\"letter-spacing\":{\"desktop\":\"\"}},\"deformation\":{\"background-color\":\"rgba(0,0,0,0.5)\",\"border-color\":\"rgba(0,0,0,0.5)\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-style\":\"solid\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"font-family\":\"\",\"parallax\":\"-\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"text\":\" \",\"alias\":\"Shape\",\"type\":\"shape\",\"style\":\"\",\"internal_class\":\"tp-shape tp-shapewrapper\",\"autolinebreak\":false,\"max_width\":{\"desktop\":\"3000px\"},\"cover_mode\":\"custom\",\"max_height\":{\"desktop\":\"781px\"},\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":10,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":10,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"\",\"easing\":\"Power3.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":8690,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":5,\"left\":{\"desktop\":0},\"top\":{\"desktop\":1},\"isDemo\":false,\"hover\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"min_height\":\"40px\",\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":1679,\"height\":781,\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"displaymode\":true,\"scaleProportional\":true,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":5,\"addedToStage\":true,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\"},{\"text\":\"Equipped With The Tools You Need\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":320,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":500,\"animation\":\"sft\",\"easing\":\"Cubic.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":320,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"fadeout\",\"easing\":\"Cubic.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":8180,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0,\"notebook\":0},\"top\":{\"desktop\":-60,\"notebook\":-30},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Experience Beautiful...\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\",\"notebook\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"auto\",\"notebook\":\"auto\"},\"video_width\":{\"desktop\":\"480px\",\"notebook\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"notebook\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\",\"notebook\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"notebook\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":616,\"height\":60,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"44\",\"notebook\":\"52px\"},\"line-height\":{\"desktop\":\"60px\",\"notebook\":\"60px\"},\"font-weight\":{\"desktop\":\"400\",\"notebook\":\"300\"},\"color\":{\"desktop\":\"#ffffff\",\"notebook\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"0\",\"notebook\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\",\"notebook\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"-50px\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Lato\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":6,\"addedToStage\":true,\"positionLeftReset\":98,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"Choose from different theme options to build a finished site real estate web site.\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":630,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":500,\"animation\":\"sfb\",\"easing\":\"Cubic.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":630,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"fadeout\",\"easing\":\"Power3.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":7870,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":0,\"notebook\":0},\"top\":{\"desktop\":-13,\"notebook\":27},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Experience Beautiful...\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\",\"notebook\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"auto\",\"notebook\":\"auto\"},\"video_width\":{\"desktop\":\"480px\",\"notebook\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"notebook\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\",\"notebook\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"notebook\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":725,\"height\":32,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"24px\",\"notebook\":\"28px\"},\"line-height\":{\"desktop\":\"32px\",\"notebook\":\"32px\"},\"font-weight\":{\"desktop\":\"300\",\"notebook\":\"300\"},\"color\":{\"desktop\":\"#ffffff\",\"notebook\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"0\",\"notebook\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\",\"notebook\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"50px\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Lato\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":7,\"addedToStage\":true,\"positionLeftReset\":193,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\"}]','\"\"'); INSERT INTO `wpg3_revslider_slides` VALUES (3,1,3,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"100\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"title\":\"Slide\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"http:\\/\\/demo.landfarmhome.com\\/wp-content\\/\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"parallaxtobottom\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/demo.landfarmhome.com\\/wp-content\\/uploads\\/2019\\/01\\/WhatsApp-Image-2019-01-26-at-11.04.14-PM.jpeg\",\"image_id\":\"7689\",\"0\":\"Remove\"}','[{\"static_styles\":{\"font-size\":{\"desktop\":\"\"},\"line-height\":{\"desktop\":\"\"},\"font-weight\":{\"desktop\":\"300\"},\"color\":{\"desktop\":\"\"},\"letter-spacing\":{\"desktop\":\"\"}},\"deformation\":{\"background-color\":\"rgba(0,0,0,0.5)\",\"border-color\":\"rgba(0,0,0,0.5)\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-style\":\"solid\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"font-family\":\"\",\"parallax\":\"-\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"text\":\" \",\"alias\":\"Shape\",\"type\":\"shape\",\"style\":\"\",\"internal_class\":\"tp-shape tp-shapewrapper\",\"autolinebreak\":false,\"max_width\":{\"desktop\":\"3000px\"},\"cover_mode\":\"custom\",\"max_height\":{\"desktop\":\"781px\"},\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":10,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":10,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"\",\"easing\":\"Power3.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":8690,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":5,\"left\":{\"desktop\":0},\"top\":{\"desktop\":0},\"isDemo\":false,\"hover\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"min_height\":\"40px\",\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":1588,\"height\":736,\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"displaymode\":true,\"scaleProportional\":true,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":5,\"addedToStage\":true,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\"},{\"text\":\"Unlimited possibilities to layout your content\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":320,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":500,\"animation\":\"sft\",\"easing\":\"Cubic.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":320,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"fadeout\",\"easing\":\"Cubic.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":8180,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0,\"notebook\":0},\"top\":{\"desktop\":-60,\"notebook\":-30},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Experience Beautiful...\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\",\"notebook\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"auto\",\"notebook\":\"auto\"},\"video_width\":{\"desktop\":\"480px\",\"notebook\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"notebook\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\",\"notebook\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"notebook\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":616,\"height\":60,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"44\",\"notebook\":\"52px\"},\"line-height\":{\"desktop\":\"60px\",\"notebook\":\"60px\"},\"font-weight\":{\"desktop\":\"400\",\"notebook\":\"300\"},\"color\":{\"desktop\":\"#ffffff\",\"notebook\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"0\",\"notebook\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\",\"notebook\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"-50px\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Lato\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":6,\"addedToStage\":true,\"positionLeftReset\":98,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\"},{\"text\":\"Design and create unique web sites without compromising your business model\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":630,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":500,\"animation\":\"sfb\",\"easing\":\"Cubic.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":630,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"fadeout\",\"easing\":\"Power3.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":7870,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":0,\"notebook\":0},\"top\":{\"desktop\":-13,\"notebook\":27},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Experience Beautiful...\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\",\"notebook\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"auto\",\"notebook\":\"auto\"},\"video_width\":{\"desktop\":\"480px\",\"notebook\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"notebook\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\",\"notebook\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"notebook\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":725,\"height\":32,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"24px\",\"notebook\":\"28px\"},\"line-height\":{\"desktop\":\"32px\",\"notebook\":\"32px\"},\"font-weight\":{\"desktop\":\"300\",\"notebook\":\"300\"},\"color\":{\"desktop\":\"#ffffff\",\"notebook\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"0\",\"notebook\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\",\"notebook\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"50px\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Lato\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":7,\"addedToStage\":true,\"positionLeftReset\":193,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\"}]','\"\"'); INSERT INTO `wpg3_revslider_slides` VALUES (4,1,4,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"100\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"7690\",\"title\":\"Slide\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/demo.landfarmhome.com\\/wp-content\\/uploads\\/2019\\/01\\/WhatsApp-Image-2019-01-26-at-11.04.12-PM.jpeg\"}','[]','\"\"'); INSERT INTO `wpg3_revslider_slides` VALUES (5,1,5,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"100\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"7691\",\"title\":\"Slide\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/demo.landfarmhome.com\\/wp-content\\/uploads\\/2019\\/01\\/WhatsApp-Image-2019-01-26-at-11.04.08-PM.jpeg\"}','[]','\"\"'); /*!40000 ALTER TABLE `wpg3_revslider_slides` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpg3_revslider_static_slides` -- DROP TABLE IF EXISTS `wpg3_revslider_static_slides`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpg3_revslider_static_slides` ( `id` int(9) NOT NULL AUTO_INCREMENT, `slider_id` int(9) NOT NULL, `params` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `layers` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `settings` text COLLATE utf8mb4_unicode_ci NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpg3_revslider_static_slides` -- LOCK TABLES `wpg3_revslider_static_slides` WRITE; /*!40000 ALTER TABLE `wpg3_revslider_static_slides` DISABLE KEYS */; /*!40000 ALTER TABLE `wpg3_revslider_static_slides` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpg3_term_relationships` -- DROP TABLE IF EXISTS `wpg3_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpg3_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT 0, `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT 0, `term_order` int(11) NOT NULL DEFAULT 0, PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpg3_term_relationships` -- LOCK TABLES `wpg3_term_relationships` WRITE; /*!40000 ALTER TABLE `wpg3_term_relationships` DISABLE KEYS */; INSERT INTO `wpg3_term_relationships` VALUES (1,1,0); INSERT INTO `wpg3_term_relationships` VALUES (419,2,0); INSERT INTO `wpg3_term_relationships` VALUES (419,3,0); INSERT INTO `wpg3_term_relationships` VALUES (419,4,0); INSERT INTO `wpg3_term_relationships` VALUES (419,8,0); INSERT INTO `wpg3_term_relationships` VALUES (419,9,0); INSERT INTO `wpg3_term_relationships` VALUES (419,10,0); INSERT INTO `wpg3_term_relationships` VALUES (419,12,0); INSERT INTO `wpg3_term_relationships` VALUES (419,13,0); INSERT INTO `wpg3_term_relationships` VALUES (419,14,0); INSERT INTO `wpg3_term_relationships` VALUES (419,15,0); INSERT INTO `wpg3_term_relationships` VALUES (419,16,0); INSERT INTO `wpg3_term_relationships` VALUES (419,17,0); INSERT INTO `wpg3_term_relationships` VALUES (419,18,0); INSERT INTO `wpg3_term_relationships` VALUES (419,19,0); INSERT INTO `wpg3_term_relationships` VALUES (419,20,0); INSERT INTO `wpg3_term_relationships` VALUES (419,5,0); INSERT INTO `wpg3_term_relationships` VALUES (419,6,0); INSERT INTO `wpg3_term_relationships` VALUES (419,7,0); INSERT INTO `wpg3_term_relationships` VALUES (419,11,0); INSERT INTO `wpg3_term_relationships` VALUES (422,2,0); INSERT INTO `wpg3_term_relationships` VALUES (422,4,0); INSERT INTO `wpg3_term_relationships` VALUES (422,9,0); INSERT INTO `wpg3_term_relationships` VALUES (422,10,0); INSERT INTO `wpg3_term_relationships` VALUES (422,12,0); INSERT INTO `wpg3_term_relationships` VALUES (422,13,0); INSERT INTO `wpg3_term_relationships` VALUES (422,15,0); INSERT INTO `wpg3_term_relationships` VALUES (422,18,0); INSERT INTO `wpg3_term_relationships` VALUES (422,19,0); INSERT INTO `wpg3_term_relationships` VALUES (422,5,0); INSERT INTO `wpg3_term_relationships` VALUES (422,21,0); INSERT INTO `wpg3_term_relationships` VALUES (422,7,0); INSERT INTO `wpg3_term_relationships` VALUES (422,11,0); INSERT INTO `wpg3_term_relationships` VALUES (425,2,0); INSERT INTO `wpg3_term_relationships` VALUES (425,3,0); INSERT INTO `wpg3_term_relationships` VALUES (425,4,0); INSERT INTO `wpg3_term_relationships` VALUES (425,8,0); INSERT INTO `wpg3_term_relationships` VALUES (425,9,0); INSERT INTO `wpg3_term_relationships` VALUES (425,10,0); INSERT INTO `wpg3_term_relationships` VALUES (425,12,0); INSERT INTO `wpg3_term_relationships` VALUES (425,13,0); INSERT INTO `wpg3_term_relationships` VALUES (425,14,0); INSERT INTO `wpg3_term_relationships` VALUES (425,15,0); INSERT INTO `wpg3_term_relationships` VALUES (425,16,0); INSERT INTO `wpg3_term_relationships` VALUES (425,17,0); INSERT INTO `wpg3_term_relationships` VALUES (425,18,0); INSERT INTO `wpg3_term_relationships` VALUES (425,19,0); INSERT INTO `wpg3_term_relationships` VALUES (425,20,0); INSERT INTO `wpg3_term_relationships` VALUES (425,5,0); INSERT INTO `wpg3_term_relationships` VALUES (425,6,0); INSERT INTO `wpg3_term_relationships` VALUES (425,7,0); INSERT INTO `wpg3_term_relationships` VALUES (425,22,0); INSERT INTO `wpg3_term_relationships` VALUES (429,2,0); INSERT INTO `wpg3_term_relationships` VALUES (429,3,0); INSERT INTO `wpg3_term_relationships` VALUES (429,4,0); INSERT INTO `wpg3_term_relationships` VALUES (429,8,0); INSERT INTO `wpg3_term_relationships` VALUES (429,9,0); INSERT INTO `wpg3_term_relationships` VALUES (429,10,0); INSERT INTO `wpg3_term_relationships` VALUES (429,12,0); INSERT INTO `wpg3_term_relationships` VALUES (429,13,0); INSERT INTO `wpg3_term_relationships` VALUES (429,14,0); INSERT INTO `wpg3_term_relationships` VALUES (429,15,0); INSERT INTO `wpg3_term_relationships` VALUES (429,16,0); INSERT INTO `wpg3_term_relationships` VALUES (429,17,0); INSERT INTO `wpg3_term_relationships` VALUES (429,18,0); INSERT INTO `wpg3_term_relationships` VALUES (429,19,0); INSERT INTO `wpg3_term_relationships` VALUES (429,20,0); INSERT INTO `wpg3_term_relationships` VALUES (429,5,0); INSERT INTO `wpg3_term_relationships` VALUES (429,6,0); INSERT INTO `wpg3_term_relationships` VALUES (429,23,0); INSERT INTO `wpg3_term_relationships` VALUES (429,22,0); INSERT INTO `wpg3_term_relationships` VALUES (432,2,0); INSERT INTO `wpg3_term_relationships` VALUES (432,3,0); INSERT INTO `wpg3_term_relationships` VALUES (432,4,0); INSERT INTO `wpg3_term_relationships` VALUES (432,8,0); INSERT INTO `wpg3_term_relationships` VALUES (432,9,0); INSERT INTO `wpg3_term_relationships` VALUES (432,10,0); INSERT INTO `wpg3_term_relationships` VALUES (432,12,0); INSERT INTO `wpg3_term_relationships` VALUES (432,13,0); INSERT INTO `wpg3_term_relationships` VALUES (432,14,0); INSERT INTO `wpg3_term_relationships` VALUES (432,15,0); INSERT INTO `wpg3_term_relationships` VALUES (432,16,0); INSERT INTO `wpg3_term_relationships` VALUES (432,17,0); INSERT INTO `wpg3_term_relationships` VALUES (432,18,0); INSERT INTO `wpg3_term_relationships` VALUES (432,19,0); INSERT INTO `wpg3_term_relationships` VALUES (432,20,0); INSERT INTO `wpg3_term_relationships` VALUES (432,5,0); INSERT INTO `wpg3_term_relationships` VALUES (432,21,0); INSERT INTO `wpg3_term_relationships` VALUES (432,7,0); INSERT INTO `wpg3_term_relationships` VALUES (432,22,0); INSERT INTO `wpg3_term_relationships` VALUES (1673,1,0); INSERT INTO `wpg3_term_relationships` VALUES (616,24,0); INSERT INTO `wpg3_term_relationships` VALUES (616,25,0); INSERT INTO `wpg3_term_relationships` VALUES (616,27,0); INSERT INTO `wpg3_term_relationships` VALUES (616,28,0); INSERT INTO `wpg3_term_relationships` VALUES (616,29,0); INSERT INTO `wpg3_term_relationships` VALUES (616,30,0); INSERT INTO `wpg3_term_relationships` VALUES (616,26,0); INSERT INTO `wpg3_term_relationships` VALUES (618,24,0); INSERT INTO `wpg3_term_relationships` VALUES (618,25,0); INSERT INTO `wpg3_term_relationships` VALUES (618,27,0); INSERT INTO `wpg3_term_relationships` VALUES (618,28,0); INSERT INTO `wpg3_term_relationships` VALUES (618,29,0); INSERT INTO `wpg3_term_relationships` VALUES (618,30,0); INSERT INTO `wpg3_term_relationships` VALUES (618,31,0); INSERT INTO `wpg3_term_relationships` VALUES (623,24,0); INSERT INTO `wpg3_term_relationships` VALUES (623,25,0); INSERT INTO `wpg3_term_relationships` VALUES (623,27,0); INSERT INTO `wpg3_term_relationships` VALUES (623,28,0); INSERT INTO `wpg3_term_relationships` VALUES (623,29,0); INSERT INTO `wpg3_term_relationships` VALUES (623,30,0); INSERT INTO `wpg3_term_relationships` VALUES (623,32,0); INSERT INTO `wpg3_term_relationships` VALUES (625,24,0); INSERT INTO `wpg3_term_relationships` VALUES (625,25,0); INSERT INTO `wpg3_term_relationships` VALUES (625,27,0); INSERT INTO `wpg3_term_relationships` VALUES (625,28,0); INSERT INTO `wpg3_term_relationships` VALUES (625,29,0); INSERT INTO `wpg3_term_relationships` VALUES (625,30,0); INSERT INTO `wpg3_term_relationships` VALUES (625,32,0); INSERT INTO `wpg3_term_relationships` VALUES (627,24,0); INSERT INTO `wpg3_term_relationships` VALUES (627,25,0); INSERT INTO `wpg3_term_relationships` VALUES (627,27,0); INSERT INTO `wpg3_term_relationships` VALUES (627,28,0); INSERT INTO `wpg3_term_relationships` VALUES (627,29,0); INSERT INTO `wpg3_term_relationships` VALUES (627,30,0); INSERT INTO `wpg3_term_relationships` VALUES (627,26,0); INSERT INTO `wpg3_term_relationships` VALUES (629,24,0); INSERT INTO `wpg3_term_relationships` VALUES (629,25,0); INSERT INTO `wpg3_term_relationships` VALUES (629,27,0); INSERT INTO `wpg3_term_relationships` VALUES (629,28,0); INSERT INTO `wpg3_term_relationships` VALUES (629,29,0); INSERT INTO `wpg3_term_relationships` VALUES (629,30,0); INSERT INTO `wpg3_term_relationships` VALUES (629,31,0); INSERT INTO `wpg3_term_relationships` VALUES (631,24,0); INSERT INTO `wpg3_term_relationships` VALUES (631,25,0); INSERT INTO `wpg3_term_relationships` VALUES (631,27,0); INSERT INTO `wpg3_term_relationships` VALUES (631,28,0); INSERT INTO `wpg3_term_relationships` VALUES (631,29,0); INSERT INTO `wpg3_term_relationships` VALUES (631,30,0); INSERT INTO `wpg3_term_relationships` VALUES (631,32,0); INSERT INTO `wpg3_term_relationships` VALUES (633,24,0); INSERT INTO `wpg3_term_relationships` VALUES (633,25,0); INSERT INTO `wpg3_term_relationships` VALUES (633,27,0); INSERT INTO `wpg3_term_relationships` VALUES (633,28,0); INSERT INTO `wpg3_term_relationships` VALUES (633,29,0); INSERT INTO `wpg3_term_relationships` VALUES (633,30,0); INSERT INTO `wpg3_term_relationships` VALUES (633,32,0); INSERT INTO `wpg3_term_relationships` VALUES (635,24,0); INSERT INTO `wpg3_term_relationships` VALUES (635,25,0); INSERT INTO `wpg3_term_relationships` VALUES (635,27,0); INSERT INTO `wpg3_term_relationships` VALUES (635,28,0); INSERT INTO `wpg3_term_relationships` VALUES (635,29,0); INSERT INTO `wpg3_term_relationships` VALUES (635,30,0); INSERT INTO `wpg3_term_relationships` VALUES (635,26,0); INSERT INTO `wpg3_term_relationships` VALUES (637,24,0); INSERT INTO `wpg3_term_relationships` VALUES (637,25,0); INSERT INTO `wpg3_term_relationships` VALUES (637,27,0); INSERT INTO `wpg3_term_relationships` VALUES (637,28,0); INSERT INTO `wpg3_term_relationships` VALUES (637,29,0); INSERT INTO `wpg3_term_relationships` VALUES (637,30,0); INSERT INTO `wpg3_term_relationships` VALUES (637,31,0); INSERT INTO `wpg3_term_relationships` VALUES (1221,24,0); INSERT INTO `wpg3_term_relationships` VALUES (1221,25,0); INSERT INTO `wpg3_term_relationships` VALUES (1221,27,0); INSERT INTO `wpg3_term_relationships` VALUES (1221,28,0); INSERT INTO `wpg3_term_relationships` VALUES (1221,29,0); INSERT INTO `wpg3_term_relationships` VALUES (1221,30,0); INSERT INTO `wpg3_term_relationships` VALUES (1221,26,0); INSERT INTO `wpg3_term_relationships` VALUES (1222,24,0); INSERT INTO `wpg3_term_relationships` VALUES (1222,25,0); INSERT INTO `wpg3_term_relationships` VALUES (1222,27,0); INSERT INTO `wpg3_term_relationships` VALUES (1222,28,0); INSERT INTO `wpg3_term_relationships` VALUES (1222,29,0); INSERT INTO `wpg3_term_relationships` VALUES (1222,30,0); INSERT INTO `wpg3_term_relationships` VALUES (1222,31,0); INSERT INTO `wpg3_term_relationships` VALUES (31,2,0); INSERT INTO `wpg3_term_relationships` VALUES (31,3,0); INSERT INTO `wpg3_term_relationships` VALUES (31,4,0); INSERT INTO `wpg3_term_relationships` VALUES (31,8,0); INSERT INTO `wpg3_term_relationships` VALUES (31,9,0); INSERT INTO `wpg3_term_relationships` VALUES (31,10,0); INSERT INTO `wpg3_term_relationships` VALUES (31,12,0); INSERT INTO `wpg3_term_relationships` VALUES (31,13,0); INSERT INTO `wpg3_term_relationships` VALUES (31,14,0); INSERT INTO `wpg3_term_relationships` VALUES (31,15,0); INSERT INTO `wpg3_term_relationships` VALUES (31,16,0); INSERT INTO `wpg3_term_relationships` VALUES (31,17,0); INSERT INTO `wpg3_term_relationships` VALUES (31,18,0); INSERT INTO `wpg3_term_relationships` VALUES (31,19,0); INSERT INTO `wpg3_term_relationships` VALUES (31,20,0); INSERT INTO `wpg3_term_relationships` VALUES (31,5,0); INSERT INTO `wpg3_term_relationships` VALUES (31,6,0); INSERT INTO `wpg3_term_relationships` VALUES (31,33,0); INSERT INTO `wpg3_term_relationships` VALUES (31,22,0); INSERT INTO `wpg3_term_relationships` VALUES (100,2,0); INSERT INTO `wpg3_term_relationships` VALUES (100,3,0); INSERT INTO `wpg3_term_relationships` VALUES (100,4,0); INSERT INTO `wpg3_term_relationships` VALUES (100,8,0); INSERT INTO `wpg3_term_relationships` VALUES (100,9,0); INSERT INTO `wpg3_term_relationships` VALUES (100,10,0); INSERT INTO `wpg3_term_relationships` VALUES (100,12,0); INSERT INTO `wpg3_term_relationships` VALUES (100,13,0); INSERT INTO `wpg3_term_relationships` VALUES (100,14,0); INSERT INTO `wpg3_term_relationships` VALUES (100,15,0); INSERT INTO `wpg3_term_relationships` VALUES (100,16,0); INSERT INTO `wpg3_term_relationships` VALUES (100,17,0); INSERT INTO `wpg3_term_relationships` VALUES (100,18,0); INSERT INTO `wpg3_term_relationships` VALUES (100,19,0); INSERT INTO `wpg3_term_relationships` VALUES (100,20,0); INSERT INTO `wpg3_term_relationships` VALUES (100,5,0); INSERT INTO `wpg3_term_relationships` VALUES (100,6,0); INSERT INTO `wpg3_term_relationships` VALUES (100,33,0); INSERT INTO `wpg3_term_relationships` VALUES (100,22,0); INSERT INTO `wpg3_term_relationships` VALUES (103,2,0); INSERT INTO `wpg3_term_relationships` VALUES (103,3,0); INSERT INTO `wpg3_term_relationships` VALUES (103,4,0); INSERT INTO `wpg3_term_relationships` VALUES (103,8,0); INSERT INTO `wpg3_term_relationships` VALUES (103,9,0); INSERT INTO `wpg3_term_relationships` VALUES (103,10,0); INSERT INTO `wpg3_term_relationships` VALUES (103,12,0); INSERT INTO `wpg3_term_relationships` VALUES (103,13,0); INSERT INTO `wpg3_term_relationships` VALUES (103,14,0); INSERT INTO `wpg3_term_relationships` VALUES (103,15,0); INSERT INTO `wpg3_term_relationships` VALUES (103,16,0); INSERT INTO `wpg3_term_relationships` VALUES (103,17,0); INSERT INTO `wpg3_term_relationships` VALUES (103,18,0); INSERT INTO `wpg3_term_relationships` VALUES (103,19,0); INSERT INTO `wpg3_term_relationships` VALUES (103,20,0); INSERT INTO `wpg3_term_relationships` VALUES (103,5,0); INSERT INTO `wpg3_term_relationships` VALUES (103,6,0); INSERT INTO `wpg3_term_relationships` VALUES (103,33,0); INSERT INTO `wpg3_term_relationships` VALUES (103,22,0); INSERT INTO `wpg3_term_relationships` VALUES (106,2,0); INSERT INTO `wpg3_term_relationships` VALUES (106,3,0); INSERT INTO `wpg3_term_relationships` VALUES (106,4,0); INSERT INTO `wpg3_term_relationships` VALUES (106,8,0); INSERT INTO `wpg3_term_relationships` VALUES (106,9,0); INSERT INTO `wpg3_term_relationships` VALUES (106,10,0); INSERT INTO `wpg3_term_relationships` VALUES (106,12,0); INSERT INTO `wpg3_term_relationships` VALUES (106,13,0); INSERT INTO `wpg3_term_relationships` VALUES (106,14,0); INSERT INTO `wpg3_term_relationships` VALUES (106,15,0); INSERT INTO `wpg3_term_relationships` VALUES (106,16,0); INSERT INTO `wpg3_term_relationships` VALUES (106,17,0); INSERT INTO `wpg3_term_relationships` VALUES (106,18,0); INSERT INTO `wpg3_term_relationships` VALUES (106,19,0); INSERT INTO `wpg3_term_relationships` VALUES (106,20,0); INSERT INTO `wpg3_term_relationships` VALUES (106,5,0); INSERT INTO `wpg3_term_relationships` VALUES (106,6,0); INSERT INTO `wpg3_term_relationships` VALUES (106,33,0); INSERT INTO `wpg3_term_relationships` VALUES (106,22,0); INSERT INTO `wpg3_term_relationships` VALUES (109,2,0); INSERT INTO `wpg3_term_relationships` VALUES (109,3,0); INSERT INTO `wpg3_term_relationships` VALUES (109,4,0); INSERT INTO `wpg3_term_relationships` VALUES (109,8,0); INSERT INTO `wpg3_term_relationships` VALUES (109,9,0); INSERT INTO `wpg3_term_relationships` VALUES (109,10,0); INSERT INTO `wpg3_term_relationships` VALUES (109,12,0); INSERT INTO `wpg3_term_relationships` VALUES (109,13,0); INSERT INTO `wpg3_term_relationships` VALUES (109,14,0); INSERT INTO `wpg3_term_relationships` VALUES (109,15,0); INSERT INTO `wpg3_term_relationships` VALUES (109,16,0); INSERT INTO `wpg3_term_relationships` VALUES (109,17,0); INSERT INTO `wpg3_term_relationships` VALUES (109,18,0); INSERT INTO `wpg3_term_relationships` VALUES (109,19,0); INSERT INTO `wpg3_term_relationships` VALUES (109,20,0); INSERT INTO `wpg3_term_relationships` VALUES (109,5,0); INSERT INTO `wpg3_term_relationships` VALUES (109,6,0); INSERT INTO `wpg3_term_relationships` VALUES (109,33,0); INSERT INTO `wpg3_term_relationships` VALUES (109,22,0); INSERT INTO `wpg3_term_relationships` VALUES (112,2,0); INSERT INTO `wpg3_term_relationships` VALUES (112,3,0); INSERT INTO `wpg3_term_relationships` VALUES (112,4,0); INSERT INTO `wpg3_term_relationships` VALUES (112,8,0); INSERT INTO `wpg3_term_relationships` VALUES (112,9,0); INSERT INTO `wpg3_term_relationships` VALUES (112,10,0); INSERT INTO `wpg3_term_relationships` VALUES (112,12,0); INSERT INTO `wpg3_term_relationships` VALUES (112,13,0); INSERT INTO `wpg3_term_relationships` VALUES (112,14,0); INSERT INTO `wpg3_term_relationships` VALUES (112,15,0); INSERT INTO `wpg3_term_relationships` VALUES (112,16,0); INSERT INTO `wpg3_term_relationships` VALUES (112,17,0); INSERT INTO `wpg3_term_relationships` VALUES (112,18,0); INSERT INTO `wpg3_term_relationships` VALUES (112,19,0); INSERT INTO `wpg3_term_relationships` VALUES (112,20,0); INSERT INTO `wpg3_term_relationships` VALUES (112,34,0); INSERT INTO `wpg3_term_relationships` VALUES (112,5,0); INSERT INTO `wpg3_term_relationships` VALUES (112,21,0); INSERT INTO `wpg3_term_relationships` VALUES (112,33,0); INSERT INTO `wpg3_term_relationships` VALUES (115,2,0); INSERT INTO `wpg3_term_relationships` VALUES (115,3,0); INSERT INTO `wpg3_term_relationships` VALUES (115,4,0); INSERT INTO `wpg3_term_relationships` VALUES (115,8,0); INSERT INTO `wpg3_term_relationships` VALUES (115,9,0); INSERT INTO `wpg3_term_relationships` VALUES (115,10,0); INSERT INTO `wpg3_term_relationships` VALUES (115,12,0); INSERT INTO `wpg3_term_relationships` VALUES (115,13,0); INSERT INTO `wpg3_term_relationships` VALUES (115,14,0); INSERT INTO `wpg3_term_relationships` VALUES (115,15,0); INSERT INTO `wpg3_term_relationships` VALUES (115,16,0); INSERT INTO `wpg3_term_relationships` VALUES (115,17,0); INSERT INTO `wpg3_term_relationships` VALUES (115,18,0); INSERT INTO `wpg3_term_relationships` VALUES (115,19,0); INSERT INTO `wpg3_term_relationships` VALUES (115,20,0); INSERT INTO `wpg3_term_relationships` VALUES (115,34,0); INSERT INTO `wpg3_term_relationships` VALUES (115,5,0); INSERT INTO `wpg3_term_relationships` VALUES (115,21,0); INSERT INTO `wpg3_term_relationships` VALUES (115,33,0); INSERT INTO `wpg3_term_relationships` VALUES (123,2,0); INSERT INTO `wpg3_term_relationships` VALUES (123,3,0); INSERT INTO `wpg3_term_relationships` VALUES (123,4,0); INSERT INTO `wpg3_term_relationships` VALUES (123,8,0); INSERT INTO `wpg3_term_relationships` VALUES (123,9,0); INSERT INTO `wpg3_term_relationships` VALUES (123,10,0); INSERT INTO `wpg3_term_relationships` VALUES (123,12,0); INSERT INTO `wpg3_term_relationships` VALUES (123,13,0); INSERT INTO `wpg3_term_relationships` VALUES (123,14,0); INSERT INTO `wpg3_term_relationships` VALUES (123,15,0); INSERT INTO `wpg3_term_relationships` VALUES (123,16,0); INSERT INTO `wpg3_term_relationships` VALUES (123,17,0); INSERT INTO `wpg3_term_relationships` VALUES (123,18,0); INSERT INTO `wpg3_term_relationships` VALUES (123,19,0); INSERT INTO `wpg3_term_relationships` VALUES (123,20,0); INSERT INTO `wpg3_term_relationships` VALUES (123,34,0); INSERT INTO `wpg3_term_relationships` VALUES (123,5,0); INSERT INTO `wpg3_term_relationships` VALUES (123,21,0); INSERT INTO `wpg3_term_relationships` VALUES (123,33,0); INSERT INTO `wpg3_term_relationships` VALUES (125,2,0); INSERT INTO `wpg3_term_relationships` VALUES (125,3,0); INSERT INTO `wpg3_term_relationships` VALUES (125,4,0); INSERT INTO `wpg3_term_relationships` VALUES (125,8,0); INSERT INTO `wpg3_term_relationships` VALUES (125,9,0); INSERT INTO `wpg3_term_relationships` VALUES (125,10,0); INSERT INTO `wpg3_term_relationships` VALUES (125,12,0); INSERT INTO `wpg3_term_relationships` VALUES (125,13,0); INSERT INTO `wpg3_term_relationships` VALUES (125,14,0); INSERT INTO `wpg3_term_relationships` VALUES (125,15,0); INSERT INTO `wpg3_term_relationships` VALUES (125,16,0); INSERT INTO `wpg3_term_relationships` VALUES (125,17,0); INSERT INTO `wpg3_term_relationships` VALUES (125,18,0); INSERT INTO `wpg3_term_relationships` VALUES (125,19,0); INSERT INTO `wpg3_term_relationships` VALUES (125,20,0); INSERT INTO `wpg3_term_relationships` VALUES (125,34,0); INSERT INTO `wpg3_term_relationships` VALUES (125,5,0); INSERT INTO `wpg3_term_relationships` VALUES (125,21,0); INSERT INTO `wpg3_term_relationships` VALUES (125,33,0); INSERT INTO `wpg3_term_relationships` VALUES (127,2,0); INSERT INTO `wpg3_term_relationships` VALUES (127,3,0); INSERT INTO `wpg3_term_relationships` VALUES (127,4,0); INSERT INTO `wpg3_term_relationships` VALUES (127,8,0); INSERT INTO `wpg3_term_relationships` VALUES (127,9,0); INSERT INTO `wpg3_term_relationships` VALUES (127,10,0); INSERT INTO `wpg3_term_relationships` VALUES (127,12,0); INSERT INTO `wpg3_term_relationships` VALUES (127,13,0); INSERT INTO `wpg3_term_relationships` VALUES (127,14,0); INSERT INTO `wpg3_term_relationships` VALUES (127,15,0); INSERT INTO `wpg3_term_relationships` VALUES (127,16,0); INSERT INTO `wpg3_term_relationships` VALUES (127,17,0); INSERT INTO `wpg3_term_relationships` VALUES (127,18,0); INSERT INTO `wpg3_term_relationships` VALUES (127,19,0); INSERT INTO `wpg3_term_relationships` VALUES (127,20,0); INSERT INTO `wpg3_term_relationships` VALUES (127,34,0); INSERT INTO `wpg3_term_relationships` VALUES (127,5,0); INSERT INTO `wpg3_term_relationships` VALUES (127,21,0); INSERT INTO `wpg3_term_relationships` VALUES (127,33,0); INSERT INTO `wpg3_term_relationships` VALUES (135,2,0); INSERT INTO `wpg3_term_relationships` VALUES (135,3,0); INSERT INTO `wpg3_term_relationships` VALUES (135,4,0); INSERT INTO `wpg3_term_relationships` VALUES (135,8,0); INSERT INTO `wpg3_term_relationships` VALUES (135,9,0); INSERT INTO `wpg3_term_relationships` VALUES (135,10,0); INSERT INTO `wpg3_term_relationships` VALUES (135,12,0); INSERT INTO `wpg3_term_relationships` VALUES (135,13,0); INSERT INTO `wpg3_term_relationships` VALUES (135,14,0); INSERT INTO `wpg3_term_relationships` VALUES (135,15,0); INSERT INTO `wpg3_term_relationships` VALUES (135,16,0); INSERT INTO `wpg3_term_relationships` VALUES (135,17,0); INSERT INTO `wpg3_term_relationships` VALUES (135,18,0); INSERT INTO `wpg3_term_relationships` VALUES (135,19,0); INSERT INTO `wpg3_term_relationships` VALUES (135,20,0); INSERT INTO `wpg3_term_relationships` VALUES (135,35,0); INSERT INTO `wpg3_term_relationships` VALUES (135,5,0); INSERT INTO `wpg3_term_relationships` VALUES (135,6,0); INSERT INTO `wpg3_term_relationships` VALUES (135,33,0); INSERT INTO `wpg3_term_relationships` VALUES (137,2,0); INSERT INTO `wpg3_term_relationships` VALUES (137,3,0); INSERT INTO `wpg3_term_relationships` VALUES (137,4,0); INSERT INTO `wpg3_term_relationships` VALUES (137,8,0); INSERT INTO `wpg3_term_relationships` VALUES (137,9,0); INSERT INTO `wpg3_term_relationships` VALUES (137,10,0); INSERT INTO `wpg3_term_relationships` VALUES (137,12,0); INSERT INTO `wpg3_term_relationships` VALUES (137,13,0); INSERT INTO `wpg3_term_relationships` VALUES (137,14,0); INSERT INTO `wpg3_term_relationships` VALUES (137,15,0); INSERT INTO `wpg3_term_relationships` VALUES (137,16,0); INSERT INTO `wpg3_term_relationships` VALUES (137,17,0); INSERT INTO `wpg3_term_relationships` VALUES (137,18,0); INSERT INTO `wpg3_term_relationships` VALUES (137,19,0); INSERT INTO `wpg3_term_relationships` VALUES (137,20,0); INSERT INTO `wpg3_term_relationships` VALUES (137,35,0); INSERT INTO `wpg3_term_relationships` VALUES (137,5,0); INSERT INTO `wpg3_term_relationships` VALUES (137,6,0); INSERT INTO `wpg3_term_relationships` VALUES (137,33,0); INSERT INTO `wpg3_term_relationships` VALUES (144,2,0); INSERT INTO `wpg3_term_relationships` VALUES (144,3,0); INSERT INTO `wpg3_term_relationships` VALUES (144,4,0); INSERT INTO `wpg3_term_relationships` VALUES (144,8,0); INSERT INTO `wpg3_term_relationships` VALUES (144,9,0); INSERT INTO `wpg3_term_relationships` VALUES (144,10,0); INSERT INTO `wpg3_term_relationships` VALUES (144,12,0); INSERT INTO `wpg3_term_relationships` VALUES (144,13,0); INSERT INTO `wpg3_term_relationships` VALUES (144,14,0); INSERT INTO `wpg3_term_relationships` VALUES (144,15,0); INSERT INTO `wpg3_term_relationships` VALUES (144,16,0); INSERT INTO `wpg3_term_relationships` VALUES (144,17,0); INSERT INTO `wpg3_term_relationships` VALUES (144,18,0); INSERT INTO `wpg3_term_relationships` VALUES (144,19,0); INSERT INTO `wpg3_term_relationships` VALUES (144,20,0); INSERT INTO `wpg3_term_relationships` VALUES (144,35,0); INSERT INTO `wpg3_term_relationships` VALUES (144,5,0); INSERT INTO `wpg3_term_relationships` VALUES (144,6,0); INSERT INTO `wpg3_term_relationships` VALUES (144,33,0); INSERT INTO `wpg3_term_relationships` VALUES (146,2,0); INSERT INTO `wpg3_term_relationships` VALUES (146,3,0); INSERT INTO `wpg3_term_relationships` VALUES (146,4,0); INSERT INTO `wpg3_term_relationships` VALUES (146,8,0); INSERT INTO `wpg3_term_relationships` VALUES (146,9,0); INSERT INTO `wpg3_term_relationships` VALUES (146,10,0); INSERT INTO `wpg3_term_relationships` VALUES (146,12,0); INSERT INTO `wpg3_term_relationships` VALUES (146,13,0); INSERT INTO `wpg3_term_relationships` VALUES (146,14,0); INSERT INTO `wpg3_term_relationships` VALUES (146,15,0); INSERT INTO `wpg3_term_relationships` VALUES (146,16,0); INSERT INTO `wpg3_term_relationships` VALUES (146,17,0); INSERT INTO `wpg3_term_relationships` VALUES (146,18,0); INSERT INTO `wpg3_term_relationships` VALUES (146,19,0); INSERT INTO `wpg3_term_relationships` VALUES (146,20,0); INSERT INTO `wpg3_term_relationships` VALUES (146,35,0); INSERT INTO `wpg3_term_relationships` VALUES (146,5,0); INSERT INTO `wpg3_term_relationships` VALUES (146,6,0); INSERT INTO `wpg3_term_relationships` VALUES (146,36,0); INSERT INTO `wpg3_term_relationships` VALUES (146,33,0); INSERT INTO `wpg3_term_relationships` VALUES (148,2,0); INSERT INTO `wpg3_term_relationships` VALUES (148,3,0); INSERT INTO `wpg3_term_relationships` VALUES (148,4,0); INSERT INTO `wpg3_term_relationships` VALUES (148,8,0); INSERT INTO `wpg3_term_relationships` VALUES (148,9,0); INSERT INTO `wpg3_term_relationships` VALUES (148,10,0); INSERT INTO `wpg3_term_relationships` VALUES (148,12,0); INSERT INTO `wpg3_term_relationships` VALUES (148,13,0); INSERT INTO `wpg3_term_relationships` VALUES (148,14,0); INSERT INTO `wpg3_term_relationships` VALUES (148,15,0); INSERT INTO `wpg3_term_relationships` VALUES (148,16,0); INSERT INTO `wpg3_term_relationships` VALUES (148,17,0); INSERT INTO `wpg3_term_relationships` VALUES (148,18,0); INSERT INTO `wpg3_term_relationships` VALUES (148,19,0); INSERT INTO `wpg3_term_relationships` VALUES (148,20,0); INSERT INTO `wpg3_term_relationships` VALUES (148,35,0); INSERT INTO `wpg3_term_relationships` VALUES (148,5,0); INSERT INTO `wpg3_term_relationships` VALUES (148,6,0); INSERT INTO `wpg3_term_relationships` VALUES (148,33,0); INSERT INTO `wpg3_term_relationships` VALUES (361,2,0); INSERT INTO `wpg3_term_relationships` VALUES (361,3,0); INSERT INTO `wpg3_term_relationships` VALUES (361,4,0); INSERT INTO `wpg3_term_relationships` VALUES (361,8,0); INSERT INTO `wpg3_term_relationships` VALUES (361,9,0); INSERT INTO `wpg3_term_relationships` VALUES (361,10,0); INSERT INTO `wpg3_term_relationships` VALUES (361,12,0); INSERT INTO `wpg3_term_relationships` VALUES (361,13,0); INSERT INTO `wpg3_term_relationships` VALUES (361,14,0); INSERT INTO `wpg3_term_relationships` VALUES (361,15,0); INSERT INTO `wpg3_term_relationships` VALUES (361,16,0); INSERT INTO `wpg3_term_relationships` VALUES (361,17,0); INSERT INTO `wpg3_term_relationships` VALUES (361,18,0); INSERT INTO `wpg3_term_relationships` VALUES (361,19,0); INSERT INTO `wpg3_term_relationships` VALUES (361,20,0); INSERT INTO `wpg3_term_relationships` VALUES (361,35,0); INSERT INTO `wpg3_term_relationships` VALUES (361,5,0); INSERT INTO `wpg3_term_relationships` VALUES (361,6,0); INSERT INTO `wpg3_term_relationships` VALUES (361,37,0); INSERT INTO `wpg3_term_relationships` VALUES (361,38,0); INSERT INTO `wpg3_term_relationships` VALUES (437,2,0); INSERT INTO `wpg3_term_relationships` VALUES (437,3,0); INSERT INTO `wpg3_term_relationships` VALUES (437,4,0); INSERT INTO `wpg3_term_relationships` VALUES (437,8,0); INSERT INTO `wpg3_term_relationships` VALUES (437,9,0); INSERT INTO `wpg3_term_relationships` VALUES (437,10,0); INSERT INTO `wpg3_term_relationships` VALUES (437,12,0); INSERT INTO `wpg3_term_relationships` VALUES (437,13,0); INSERT INTO `wpg3_term_relationships` VALUES (437,14,0); INSERT INTO `wpg3_term_relationships` VALUES (437,15,0); INSERT INTO `wpg3_term_relationships` VALUES (437,16,0); INSERT INTO `wpg3_term_relationships` VALUES (437,17,0); INSERT INTO `wpg3_term_relationships` VALUES (437,18,0); INSERT INTO `wpg3_term_relationships` VALUES (437,19,0); INSERT INTO `wpg3_term_relationships` VALUES (437,20,0); INSERT INTO `wpg3_term_relationships` VALUES (437,34,0); INSERT INTO `wpg3_term_relationships` VALUES (437,5,0); INSERT INTO `wpg3_term_relationships` VALUES (437,21,0); INSERT INTO `wpg3_term_relationships` VALUES (437,7,0); INSERT INTO `wpg3_term_relationships` VALUES (445,3,0); INSERT INTO `wpg3_term_relationships` VALUES (445,8,0); INSERT INTO `wpg3_term_relationships` VALUES (445,9,0); INSERT INTO `wpg3_term_relationships` VALUES (445,10,0); INSERT INTO `wpg3_term_relationships` VALUES (445,12,0); INSERT INTO `wpg3_term_relationships` VALUES (445,13,0); INSERT INTO `wpg3_term_relationships` VALUES (445,15,0); INSERT INTO `wpg3_term_relationships` VALUES (445,17,0); INSERT INTO `wpg3_term_relationships` VALUES (445,20,0); INSERT INTO `wpg3_term_relationships` VALUES (445,5,0); INSERT INTO `wpg3_term_relationships` VALUES (445,6,0); INSERT INTO `wpg3_term_relationships` VALUES (445,7,0); INSERT INTO `wpg3_term_relationships` VALUES (445,11,0); INSERT INTO `wpg3_term_relationships` VALUES (448,2,0); INSERT INTO `wpg3_term_relationships` VALUES (448,3,0); INSERT INTO `wpg3_term_relationships` VALUES (448,4,0); INSERT INTO `wpg3_term_relationships` VALUES (448,8,0); INSERT INTO `wpg3_term_relationships` VALUES (448,9,0); INSERT INTO `wpg3_term_relationships` VALUES (448,10,0); INSERT INTO `wpg3_term_relationships` VALUES (448,12,0); INSERT INTO `wpg3_term_relationships` VALUES (448,13,0); INSERT INTO `wpg3_term_relationships` VALUES (448,14,0); INSERT INTO `wpg3_term_relationships` VALUES (448,15,0); INSERT INTO `wpg3_term_relationships` VALUES (448,16,0); INSERT INTO `wpg3_term_relationships` VALUES (448,17,0); INSERT INTO `wpg3_term_relationships` VALUES (448,18,0); INSERT INTO `wpg3_term_relationships` VALUES (448,19,0); INSERT INTO `wpg3_term_relationships` VALUES (448,20,0); INSERT INTO `wpg3_term_relationships` VALUES (448,34,0); INSERT INTO `wpg3_term_relationships` VALUES (448,5,0); INSERT INTO `wpg3_term_relationships` VALUES (448,21,0); INSERT INTO `wpg3_term_relationships` VALUES (448,7,0); INSERT INTO `wpg3_term_relationships` VALUES (451,2,0); INSERT INTO `wpg3_term_relationships` VALUES (451,4,0); INSERT INTO `wpg3_term_relationships` VALUES (451,9,0); INSERT INTO `wpg3_term_relationships` VALUES (451,10,0); INSERT INTO `wpg3_term_relationships` VALUES (451,12,0); INSERT INTO `wpg3_term_relationships` VALUES (451,14,0); INSERT INTO `wpg3_term_relationships` VALUES (451,16,0); INSERT INTO `wpg3_term_relationships` VALUES (451,17,0); INSERT INTO `wpg3_term_relationships` VALUES (451,18,0); INSERT INTO `wpg3_term_relationships` VALUES (451,19,0); INSERT INTO `wpg3_term_relationships` VALUES (451,20,0); INSERT INTO `wpg3_term_relationships` VALUES (451,5,0); INSERT INTO `wpg3_term_relationships` VALUES (451,21,0); INSERT INTO `wpg3_term_relationships` VALUES (451,7,0); INSERT INTO `wpg3_term_relationships` VALUES (451,36,0); INSERT INTO `wpg3_term_relationships` VALUES (451,11,0); INSERT INTO `wpg3_term_relationships` VALUES (271,2,0); INSERT INTO `wpg3_term_relationships` VALUES (271,3,0); INSERT INTO `wpg3_term_relationships` VALUES (271,4,0); INSERT INTO `wpg3_term_relationships` VALUES (271,8,0); INSERT INTO `wpg3_term_relationships` VALUES (271,9,0); INSERT INTO `wpg3_term_relationships` VALUES (271,10,0); INSERT INTO `wpg3_term_relationships` VALUES (271,12,0); INSERT INTO `wpg3_term_relationships` VALUES (271,13,0); INSERT INTO `wpg3_term_relationships` VALUES (271,14,0); INSERT INTO `wpg3_term_relationships` VALUES (271,15,0); INSERT INTO `wpg3_term_relationships` VALUES (271,16,0); INSERT INTO `wpg3_term_relationships` VALUES (271,17,0); INSERT INTO `wpg3_term_relationships` VALUES (271,18,0); INSERT INTO `wpg3_term_relationships` VALUES (271,19,0); INSERT INTO `wpg3_term_relationships` VALUES (271,20,0); INSERT INTO `wpg3_term_relationships` VALUES (271,34,0); INSERT INTO `wpg3_term_relationships` VALUES (271,5,0); INSERT INTO `wpg3_term_relationships` VALUES (271,6,0); INSERT INTO `wpg3_term_relationships` VALUES (271,23,0); INSERT INTO `wpg3_term_relationships` VALUES (276,2,0); INSERT INTO `wpg3_term_relationships` VALUES (276,3,0); INSERT INTO `wpg3_term_relationships` VALUES (276,4,0); INSERT INTO `wpg3_term_relationships` VALUES (276,8,0); INSERT INTO `wpg3_term_relationships` VALUES (276,9,0); INSERT INTO `wpg3_term_relationships` VALUES (276,10,0); INSERT INTO `wpg3_term_relationships` VALUES (276,12,0); INSERT INTO `wpg3_term_relationships` VALUES (276,13,0); INSERT INTO `wpg3_term_relationships` VALUES (276,14,0); INSERT INTO `wpg3_term_relationships` VALUES (276,15,0); INSERT INTO `wpg3_term_relationships` VALUES (276,16,0); INSERT INTO `wpg3_term_relationships` VALUES (276,17,0); INSERT INTO `wpg3_term_relationships` VALUES (276,18,0); INSERT INTO `wpg3_term_relationships` VALUES (276,19,0); INSERT INTO `wpg3_term_relationships` VALUES (276,20,0); INSERT INTO `wpg3_term_relationships` VALUES (276,34,0); INSERT INTO `wpg3_term_relationships` VALUES (276,5,0); INSERT INTO `wpg3_term_relationships` VALUES (276,21,0); INSERT INTO `wpg3_term_relationships` VALUES (276,23,0); INSERT INTO `wpg3_term_relationships` VALUES (279,2,0); INSERT INTO `wpg3_term_relationships` VALUES (279,3,0); INSERT INTO `wpg3_term_relationships` VALUES (279,4,0); INSERT INTO `wpg3_term_relationships` VALUES (279,8,0); INSERT INTO `wpg3_term_relationships` VALUES (279,9,0); INSERT INTO `wpg3_term_relationships` VALUES (279,10,0); INSERT INTO `wpg3_term_relationships` VALUES (279,12,0); INSERT INTO `wpg3_term_relationships` VALUES (279,13,0); INSERT INTO `wpg3_term_relationships` VALUES (279,14,0); INSERT INTO `wpg3_term_relationships` VALUES (279,15,0); INSERT INTO `wpg3_term_relationships` VALUES (279,16,0); INSERT INTO `wpg3_term_relationships` VALUES (279,17,0); INSERT INTO `wpg3_term_relationships` VALUES (279,18,0); INSERT INTO `wpg3_term_relationships` VALUES (279,19,0); INSERT INTO `wpg3_term_relationships` VALUES (279,20,0); INSERT INTO `wpg3_term_relationships` VALUES (279,34,0); INSERT INTO `wpg3_term_relationships` VALUES (279,5,0); INSERT INTO `wpg3_term_relationships` VALUES (279,21,0); INSERT INTO `wpg3_term_relationships` VALUES (279,23,0); INSERT INTO `wpg3_term_relationships` VALUES (282,2,0); INSERT INTO `wpg3_term_relationships` VALUES (282,3,0); INSERT INTO `wpg3_term_relationships` VALUES (282,4,0); INSERT INTO `wpg3_term_relationships` VALUES (282,8,0); INSERT INTO `wpg3_term_relationships` VALUES (282,9,0); INSERT INTO `wpg3_term_relationships` VALUES (282,10,0); INSERT INTO `wpg3_term_relationships` VALUES (282,12,0); INSERT INTO `wpg3_term_relationships` VALUES (282,13,0); INSERT INTO `wpg3_term_relationships` VALUES (282,14,0); INSERT INTO `wpg3_term_relationships` VALUES (282,15,0); INSERT INTO `wpg3_term_relationships` VALUES (282,16,0); INSERT INTO `wpg3_term_relationships` VALUES (282,17,0); INSERT INTO `wpg3_term_relationships` VALUES (282,18,0); INSERT INTO `wpg3_term_relationships` VALUES (282,19,0); INSERT INTO `wpg3_term_relationships` VALUES (282,20,0); INSERT INTO `wpg3_term_relationships` VALUES (282,34,0); INSERT INTO `wpg3_term_relationships` VALUES (282,5,0); INSERT INTO `wpg3_term_relationships` VALUES (282,6,0); INSERT INTO `wpg3_term_relationships` VALUES (282,23,0); INSERT INTO `wpg3_term_relationships` VALUES (285,2,0); INSERT INTO `wpg3_term_relationships` VALUES (285,3,0); INSERT INTO `wpg3_term_relationships` VALUES (285,4,0); INSERT INTO `wpg3_term_relationships` VALUES (285,8,0); INSERT INTO `wpg3_term_relationships` VALUES (285,9,0); INSERT INTO `wpg3_term_relationships` VALUES (285,10,0); INSERT INTO `wpg3_term_relationships` VALUES (285,12,0); INSERT INTO `wpg3_term_relationships` VALUES (285,13,0); INSERT INTO `wpg3_term_relationships` VALUES (285,14,0); INSERT INTO `wpg3_term_relationships` VALUES (285,15,0); INSERT INTO `wpg3_term_relationships` VALUES (285,16,0); INSERT INTO `wpg3_term_relationships` VALUES (285,17,0); INSERT INTO `wpg3_term_relationships` VALUES (285,18,0); INSERT INTO `wpg3_term_relationships` VALUES (285,19,0); INSERT INTO `wpg3_term_relationships` VALUES (285,20,0); INSERT INTO `wpg3_term_relationships` VALUES (285,34,0); INSERT INTO `wpg3_term_relationships` VALUES (285,5,0); INSERT INTO `wpg3_term_relationships` VALUES (285,21,0); INSERT INTO `wpg3_term_relationships` VALUES (285,23,0); INSERT INTO `wpg3_term_relationships` VALUES (288,2,0); INSERT INTO `wpg3_term_relationships` VALUES (288,3,0); INSERT INTO `wpg3_term_relationships` VALUES (288,4,0); INSERT INTO `wpg3_term_relationships` VALUES (288,8,0); INSERT INTO `wpg3_term_relationships` VALUES (288,9,0); INSERT INTO `wpg3_term_relationships` VALUES (288,10,0); INSERT INTO `wpg3_term_relationships` VALUES (288,12,0); INSERT INTO `wpg3_term_relationships` VALUES (288,13,0); INSERT INTO `wpg3_term_relationships` VALUES (288,14,0); INSERT INTO `wpg3_term_relationships` VALUES (288,15,0); INSERT INTO `wpg3_term_relationships` VALUES (288,16,0); INSERT INTO `wpg3_term_relationships` VALUES (288,17,0); INSERT INTO `wpg3_term_relationships` VALUES (288,18,0); INSERT INTO `wpg3_term_relationships` VALUES (288,19,0); INSERT INTO `wpg3_term_relationships` VALUES (288,20,0); INSERT INTO `wpg3_term_relationships` VALUES (288,34,0); INSERT INTO `wpg3_term_relationships` VALUES (288,5,0); INSERT INTO `wpg3_term_relationships` VALUES (288,6,0); INSERT INTO `wpg3_term_relationships` VALUES (288,23,0); INSERT INTO `wpg3_term_relationships` VALUES (291,2,0); INSERT INTO `wpg3_term_relationships` VALUES (291,3,0); INSERT INTO `wpg3_term_relationships` VALUES (291,4,0); INSERT INTO `wpg3_term_relationships` VALUES (291,8,0); INSERT INTO `wpg3_term_relationships` VALUES (291,9,0); INSERT INTO `wpg3_term_relationships` VALUES (291,10,0); INSERT INTO `wpg3_term_relationships` VALUES (291,12,0); INSERT INTO `wpg3_term_relationships` VALUES (291,13,0); INSERT INTO `wpg3_term_relationships` VALUES (291,14,0); INSERT INTO `wpg3_term_relationships` VALUES (291,15,0); INSERT INTO `wpg3_term_relationships` VALUES (291,5,0); INSERT INTO `wpg3_term_relationships` VALUES (291,21,0); INSERT INTO `wpg3_term_relationships` VALUES (291,23,0); INSERT INTO `wpg3_term_relationships` VALUES (291,11,0); INSERT INTO `wpg3_term_relationships` VALUES (294,2,0); INSERT INTO `wpg3_term_relationships` VALUES (294,3,0); INSERT INTO `wpg3_term_relationships` VALUES (294,4,0); INSERT INTO `wpg3_term_relationships` VALUES (294,8,0); INSERT INTO `wpg3_term_relationships` VALUES (294,9,0); INSERT INTO `wpg3_term_relationships` VALUES (294,10,0); INSERT INTO `wpg3_term_relationships` VALUES (294,12,0); INSERT INTO `wpg3_term_relationships` VALUES (294,13,0); INSERT INTO `wpg3_term_relationships` VALUES (294,14,0); INSERT INTO `wpg3_term_relationships` VALUES (294,15,0); INSERT INTO `wpg3_term_relationships` VALUES (294,16,0); INSERT INTO `wpg3_term_relationships` VALUES (294,17,0); INSERT INTO `wpg3_term_relationships` VALUES (294,18,0); INSERT INTO `wpg3_term_relationships` VALUES (294,19,0); INSERT INTO `wpg3_term_relationships` VALUES (294,20,0); INSERT INTO `wpg3_term_relationships` VALUES (294,34,0); INSERT INTO `wpg3_term_relationships` VALUES (294,5,0); INSERT INTO `wpg3_term_relationships` VALUES (294,6,0); INSERT INTO `wpg3_term_relationships` VALUES (294,23,0); INSERT INTO `wpg3_term_relationships` VALUES (297,5,0); INSERT INTO `wpg3_term_relationships` VALUES (297,21,0); INSERT INTO `wpg3_term_relationships` VALUES (297,23,0); INSERT INTO `wpg3_term_relationships` VALUES (297,9,0); INSERT INTO `wpg3_term_relationships` VALUES (297,10,0); INSERT INTO `wpg3_term_relationships` VALUES (297,12,0); INSERT INTO `wpg3_term_relationships` VALUES (297,13,0); INSERT INTO `wpg3_term_relationships` VALUES (297,14,0); INSERT INTO `wpg3_term_relationships` VALUES (297,15,0); INSERT INTO `wpg3_term_relationships` VALUES (297,16,0); INSERT INTO `wpg3_term_relationships` VALUES (297,17,0); INSERT INTO `wpg3_term_relationships` VALUES (297,18,0); INSERT INTO `wpg3_term_relationships` VALUES (297,19,0); INSERT INTO `wpg3_term_relationships` VALUES (297,20,0); INSERT INTO `wpg3_term_relationships` VALUES (297,11,0); INSERT INTO `wpg3_term_relationships` VALUES (300,2,0); INSERT INTO `wpg3_term_relationships` VALUES (300,3,0); INSERT INTO `wpg3_term_relationships` VALUES (300,4,0); INSERT INTO `wpg3_term_relationships` VALUES (300,8,0); INSERT INTO `wpg3_term_relationships` VALUES (300,9,0); INSERT INTO `wpg3_term_relationships` VALUES (300,10,0); INSERT INTO `wpg3_term_relationships` VALUES (300,12,0); INSERT INTO `wpg3_term_relationships` VALUES (300,13,0); INSERT INTO `wpg3_term_relationships` VALUES (300,14,0); INSERT INTO `wpg3_term_relationships` VALUES (300,15,0); INSERT INTO `wpg3_term_relationships` VALUES (300,16,0); INSERT INTO `wpg3_term_relationships` VALUES (300,17,0); INSERT INTO `wpg3_term_relationships` VALUES (300,18,0); INSERT INTO `wpg3_term_relationships` VALUES (300,19,0); INSERT INTO `wpg3_term_relationships` VALUES (300,20,0); INSERT INTO `wpg3_term_relationships` VALUES (300,34,0); INSERT INTO `wpg3_term_relationships` VALUES (300,5,0); INSERT INTO `wpg3_term_relationships` VALUES (300,6,0); INSERT INTO `wpg3_term_relationships` VALUES (300,23,0); INSERT INTO `wpg3_term_relationships` VALUES (341,2,0); INSERT INTO `wpg3_term_relationships` VALUES (341,3,0); INSERT INTO `wpg3_term_relationships` VALUES (341,4,0); INSERT INTO `wpg3_term_relationships` VALUES (341,8,0); INSERT INTO `wpg3_term_relationships` VALUES (341,9,0); INSERT INTO `wpg3_term_relationships` VALUES (341,10,0); INSERT INTO `wpg3_term_relationships` VALUES (341,12,0); INSERT INTO `wpg3_term_relationships` VALUES (341,13,0); INSERT INTO `wpg3_term_relationships` VALUES (341,14,0); INSERT INTO `wpg3_term_relationships` VALUES (341,15,0); INSERT INTO `wpg3_term_relationships` VALUES (341,16,0); INSERT INTO `wpg3_term_relationships` VALUES (341,17,0); INSERT INTO `wpg3_term_relationships` VALUES (341,18,0); INSERT INTO `wpg3_term_relationships` VALUES (341,19,0); INSERT INTO `wpg3_term_relationships` VALUES (341,20,0); INSERT INTO `wpg3_term_relationships` VALUES (341,34,0); INSERT INTO `wpg3_term_relationships` VALUES (341,5,0); INSERT INTO `wpg3_term_relationships` VALUES (341,6,0); INSERT INTO `wpg3_term_relationships` VALUES (341,38,0); INSERT INTO `wpg3_term_relationships` VALUES (344,2,0); INSERT INTO `wpg3_term_relationships` VALUES (344,3,0); INSERT INTO `wpg3_term_relationships` VALUES (344,4,0); INSERT INTO `wpg3_term_relationships` VALUES (344,8,0); INSERT INTO `wpg3_term_relationships` VALUES (344,9,0); INSERT INTO `wpg3_term_relationships` VALUES (344,10,0); INSERT INTO `wpg3_term_relationships` VALUES (344,12,0); INSERT INTO `wpg3_term_relationships` VALUES (344,13,0); INSERT INTO `wpg3_term_relationships` VALUES (344,14,0); INSERT INTO `wpg3_term_relationships` VALUES (344,15,0); INSERT INTO `wpg3_term_relationships` VALUES (344,16,0); INSERT INTO `wpg3_term_relationships` VALUES (344,17,0); INSERT INTO `wpg3_term_relationships` VALUES (344,18,0); INSERT INTO `wpg3_term_relationships` VALUES (344,19,0); INSERT INTO `wpg3_term_relationships` VALUES (344,20,0); INSERT INTO `wpg3_term_relationships` VALUES (344,34,0); INSERT INTO `wpg3_term_relationships` VALUES (344,5,0); INSERT INTO `wpg3_term_relationships` VALUES (344,21,0); INSERT INTO `wpg3_term_relationships` VALUES (344,38,0); INSERT INTO `wpg3_term_relationships` VALUES (350,2,0); INSERT INTO `wpg3_term_relationships` VALUES (350,3,0); INSERT INTO `wpg3_term_relationships` VALUES (350,4,0); INSERT INTO `wpg3_term_relationships` VALUES (350,8,0); INSERT INTO `wpg3_term_relationships` VALUES (350,9,0); INSERT INTO `wpg3_term_relationships` VALUES (350,10,0); INSERT INTO `wpg3_term_relationships` VALUES (350,12,0); INSERT INTO `wpg3_term_relationships` VALUES (350,13,0); INSERT INTO `wpg3_term_relationships` VALUES (350,14,0); INSERT INTO `wpg3_term_relationships` VALUES (350,15,0); INSERT INTO `wpg3_term_relationships` VALUES (350,16,0); INSERT INTO `wpg3_term_relationships` VALUES (350,17,0); INSERT INTO `wpg3_term_relationships` VALUES (350,18,0); INSERT INTO `wpg3_term_relationships` VALUES (350,19,0); INSERT INTO `wpg3_term_relationships` VALUES (350,20,0); INSERT INTO `wpg3_term_relationships` VALUES (350,35,0); INSERT INTO `wpg3_term_relationships` VALUES (350,5,0); INSERT INTO `wpg3_term_relationships` VALUES (350,6,0); INSERT INTO `wpg3_term_relationships` VALUES (350,38,0); INSERT INTO `wpg3_term_relationships` VALUES (354,2,0); INSERT INTO `wpg3_term_relationships` VALUES (354,3,0); INSERT INTO `wpg3_term_relationships` VALUES (354,4,0); INSERT INTO `wpg3_term_relationships` VALUES (354,8,0); INSERT INTO `wpg3_term_relationships` VALUES (354,9,0); INSERT INTO `wpg3_term_relationships` VALUES (354,10,0); INSERT INTO `wpg3_term_relationships` VALUES (354,12,0); INSERT INTO `wpg3_term_relationships` VALUES (354,13,0); INSERT INTO `wpg3_term_relationships` VALUES (354,14,0); INSERT INTO `wpg3_term_relationships` VALUES (354,15,0); INSERT INTO `wpg3_term_relationships` VALUES (354,16,0); INSERT INTO `wpg3_term_relationships` VALUES (354,17,0); INSERT INTO `wpg3_term_relationships` VALUES (354,18,0); INSERT INTO `wpg3_term_relationships` VALUES (354,19,0); INSERT INTO `wpg3_term_relationships` VALUES (354,20,0); INSERT INTO `wpg3_term_relationships` VALUES (354,34,0); INSERT INTO `wpg3_term_relationships` VALUES (354,5,0); INSERT INTO `wpg3_term_relationships` VALUES (354,21,0); INSERT INTO `wpg3_term_relationships` VALUES (354,38,0); INSERT INTO `wpg3_term_relationships` VALUES (357,2,0); INSERT INTO `wpg3_term_relationships` VALUES (357,3,0); INSERT INTO `wpg3_term_relationships` VALUES (357,4,0); INSERT INTO `wpg3_term_relationships` VALUES (357,8,0); INSERT INTO `wpg3_term_relationships` VALUES (357,9,0); INSERT INTO `wpg3_term_relationships` VALUES (357,10,0); INSERT INTO `wpg3_term_relationships` VALUES (357,12,0); INSERT INTO `wpg3_term_relationships` VALUES (357,13,0); INSERT INTO `wpg3_term_relationships` VALUES (357,14,0); INSERT INTO `wpg3_term_relationships` VALUES (357,15,0); INSERT INTO `wpg3_term_relationships` VALUES (357,16,0); INSERT INTO `wpg3_term_relationships` VALUES (357,17,0); INSERT INTO `wpg3_term_relationships` VALUES (357,18,0); INSERT INTO `wpg3_term_relationships` VALUES (357,19,0); INSERT INTO `wpg3_term_relationships` VALUES (357,20,0); INSERT INTO `wpg3_term_relationships` VALUES (357,35,0); INSERT INTO `wpg3_term_relationships` VALUES (357,5,0); INSERT INTO `wpg3_term_relationships` VALUES (357,6,0); INSERT INTO `wpg3_term_relationships` VALUES (357,38,0); INSERT INTO `wpg3_term_relationships` VALUES (365,2,0); INSERT INTO `wpg3_term_relationships` VALUES (365,3,0); INSERT INTO `wpg3_term_relationships` VALUES (365,4,0); INSERT INTO `wpg3_term_relationships` VALUES (365,8,0); INSERT INTO `wpg3_term_relationships` VALUES (365,9,0); INSERT INTO `wpg3_term_relationships` VALUES (365,10,0); INSERT INTO `wpg3_term_relationships` VALUES (365,12,0); INSERT INTO `wpg3_term_relationships` VALUES (365,13,0); INSERT INTO `wpg3_term_relationships` VALUES (365,14,0); INSERT INTO `wpg3_term_relationships` VALUES (365,15,0); INSERT INTO `wpg3_term_relationships` VALUES (365,16,0); INSERT INTO `wpg3_term_relationships` VALUES (365,17,0); INSERT INTO `wpg3_term_relationships` VALUES (365,18,0); INSERT INTO `wpg3_term_relationships` VALUES (365,19,0); INSERT INTO `wpg3_term_relationships` VALUES (365,20,0); INSERT INTO `wpg3_term_relationships` VALUES (365,35,0); INSERT INTO `wpg3_term_relationships` VALUES (365,5,0); INSERT INTO `wpg3_term_relationships` VALUES (365,6,0); INSERT INTO `wpg3_term_relationships` VALUES (365,38,0); INSERT INTO `wpg3_term_relationships` VALUES (368,2,0); INSERT INTO `wpg3_term_relationships` VALUES (368,3,0); INSERT INTO `wpg3_term_relationships` VALUES (368,4,0); INSERT INTO `wpg3_term_relationships` VALUES (368,8,0); INSERT INTO `wpg3_term_relationships` VALUES (368,9,0); INSERT INTO `wpg3_term_relationships` VALUES (368,10,0); INSERT INTO `wpg3_term_relationships` VALUES (368,12,0); INSERT INTO `wpg3_term_relationships` VALUES (368,13,0); INSERT INTO `wpg3_term_relationships` VALUES (368,14,0); INSERT INTO `wpg3_term_relationships` VALUES (368,15,0); INSERT INTO `wpg3_term_relationships` VALUES (368,16,0); INSERT INTO `wpg3_term_relationships` VALUES (368,17,0); INSERT INTO `wpg3_term_relationships` VALUES (368,18,0); INSERT INTO `wpg3_term_relationships` VALUES (368,19,0); INSERT INTO `wpg3_term_relationships` VALUES (368,20,0); INSERT INTO `wpg3_term_relationships` VALUES (368,5,0); INSERT INTO `wpg3_term_relationships` VALUES (368,21,0); INSERT INTO `wpg3_term_relationships` VALUES (368,38,0); INSERT INTO `wpg3_term_relationships` VALUES (368,22,0); INSERT INTO `wpg3_term_relationships` VALUES (373,2,0); INSERT INTO `wpg3_term_relationships` VALUES (373,3,0); INSERT INTO `wpg3_term_relationships` VALUES (373,4,0); INSERT INTO `wpg3_term_relationships` VALUES (373,8,0); INSERT INTO `wpg3_term_relationships` VALUES (373,9,0); INSERT INTO `wpg3_term_relationships` VALUES (373,10,0); INSERT INTO `wpg3_term_relationships` VALUES (373,12,0); INSERT INTO `wpg3_term_relationships` VALUES (373,13,0); INSERT INTO `wpg3_term_relationships` VALUES (373,14,0); INSERT INTO `wpg3_term_relationships` VALUES (373,15,0); INSERT INTO `wpg3_term_relationships` VALUES (373,16,0); INSERT INTO `wpg3_term_relationships` VALUES (373,17,0); INSERT INTO `wpg3_term_relationships` VALUES (373,18,0); INSERT INTO `wpg3_term_relationships` VALUES (373,19,0); INSERT INTO `wpg3_term_relationships` VALUES (373,20,0); INSERT INTO `wpg3_term_relationships` VALUES (373,5,0); INSERT INTO `wpg3_term_relationships` VALUES (373,6,0); INSERT INTO `wpg3_term_relationships` VALUES (373,38,0); INSERT INTO `wpg3_term_relationships` VALUES (373,22,0); INSERT INTO `wpg3_term_relationships` VALUES (376,2,0); INSERT INTO `wpg3_term_relationships` VALUES (376,4,0); INSERT INTO `wpg3_term_relationships` VALUES (376,9,0); INSERT INTO `wpg3_term_relationships` VALUES (376,12,0); INSERT INTO `wpg3_term_relationships` VALUES (376,14,0); INSERT INTO `wpg3_term_relationships` VALUES (376,16,0); INSERT INTO `wpg3_term_relationships` VALUES (376,18,0); INSERT INTO `wpg3_term_relationships` VALUES (376,19,0); INSERT INTO `wpg3_term_relationships` VALUES (376,20,0); INSERT INTO `wpg3_term_relationships` VALUES (376,5,0); INSERT INTO `wpg3_term_relationships` VALUES (376,21,0); INSERT INTO `wpg3_term_relationships` VALUES (376,11,0); INSERT INTO `wpg3_term_relationships` VALUES (376,38,0); INSERT INTO `wpg3_term_relationships` VALUES (379,2,0); INSERT INTO `wpg3_term_relationships` VALUES (379,3,0); INSERT INTO `wpg3_term_relationships` VALUES (379,4,0); INSERT INTO `wpg3_term_relationships` VALUES (379,8,0); INSERT INTO `wpg3_term_relationships` VALUES (379,9,0); INSERT INTO `wpg3_term_relationships` VALUES (379,10,0); INSERT INTO `wpg3_term_relationships` VALUES (379,12,0); INSERT INTO `wpg3_term_relationships` VALUES (379,13,0); INSERT INTO `wpg3_term_relationships` VALUES (379,14,0); INSERT INTO `wpg3_term_relationships` VALUES (379,15,0); INSERT INTO `wpg3_term_relationships` VALUES (379,16,0); INSERT INTO `wpg3_term_relationships` VALUES (379,17,0); INSERT INTO `wpg3_term_relationships` VALUES (379,18,0); INSERT INTO `wpg3_term_relationships` VALUES (379,19,0); INSERT INTO `wpg3_term_relationships` VALUES (379,20,0); INSERT INTO `wpg3_term_relationships` VALUES (379,34,0); INSERT INTO `wpg3_term_relationships` VALUES (379,5,0); INSERT INTO `wpg3_term_relationships` VALUES (379,6,0); INSERT INTO `wpg3_term_relationships` VALUES (379,38,0); INSERT INTO `wpg3_term_relationships` VALUES (383,2,0); INSERT INTO `wpg3_term_relationships` VALUES (383,3,0); INSERT INTO `wpg3_term_relationships` VALUES (383,4,0); INSERT INTO `wpg3_term_relationships` VALUES (383,8,0); INSERT INTO `wpg3_term_relationships` VALUES (383,9,0); INSERT INTO `wpg3_term_relationships` VALUES (383,10,0); INSERT INTO `wpg3_term_relationships` VALUES (383,12,0); INSERT INTO `wpg3_term_relationships` VALUES (383,13,0); INSERT INTO `wpg3_term_relationships` VALUES (383,14,0); INSERT INTO `wpg3_term_relationships` VALUES (383,15,0); INSERT INTO `wpg3_term_relationships` VALUES (383,16,0); INSERT INTO `wpg3_term_relationships` VALUES (383,17,0); INSERT INTO `wpg3_term_relationships` VALUES (383,18,0); INSERT INTO `wpg3_term_relationships` VALUES (383,19,0); INSERT INTO `wpg3_term_relationships` VALUES (383,20,0); INSERT INTO `wpg3_term_relationships` VALUES (383,35,0); INSERT INTO `wpg3_term_relationships` VALUES (383,5,0); INSERT INTO `wpg3_term_relationships` VALUES (383,21,0); INSERT INTO `wpg3_term_relationships` VALUES (383,38,0); INSERT INTO `wpg3_term_relationships` VALUES (390,2,0); INSERT INTO `wpg3_term_relationships` VALUES (390,3,0); INSERT INTO `wpg3_term_relationships` VALUES (390,4,0); INSERT INTO `wpg3_term_relationships` VALUES (390,8,0); INSERT INTO `wpg3_term_relationships` VALUES (390,9,0); INSERT INTO `wpg3_term_relationships` VALUES (390,10,0); INSERT INTO `wpg3_term_relationships` VALUES (390,12,0); INSERT INTO `wpg3_term_relationships` VALUES (390,13,0); INSERT INTO `wpg3_term_relationships` VALUES (390,14,0); INSERT INTO `wpg3_term_relationships` VALUES (390,15,0); INSERT INTO `wpg3_term_relationships` VALUES (390,16,0); INSERT INTO `wpg3_term_relationships` VALUES (390,17,0); INSERT INTO `wpg3_term_relationships` VALUES (390,18,0); INSERT INTO `wpg3_term_relationships` VALUES (390,19,0); INSERT INTO `wpg3_term_relationships` VALUES (390,20,0); INSERT INTO `wpg3_term_relationships` VALUES (390,34,0); INSERT INTO `wpg3_term_relationships` VALUES (390,5,0); INSERT INTO `wpg3_term_relationships` VALUES (390,6,0); INSERT INTO `wpg3_term_relationships` VALUES (390,38,0); INSERT INTO `wpg3_term_relationships` VALUES (395,4,0); INSERT INTO `wpg3_term_relationships` VALUES (395,10,0); INSERT INTO `wpg3_term_relationships` VALUES (395,12,0); INSERT INTO `wpg3_term_relationships` VALUES (395,13,0); INSERT INTO `wpg3_term_relationships` VALUES (395,14,0); INSERT INTO `wpg3_term_relationships` VALUES (395,17,0); INSERT INTO `wpg3_term_relationships` VALUES (395,18,0); INSERT INTO `wpg3_term_relationships` VALUES (395,19,0); INSERT INTO `wpg3_term_relationships` VALUES (395,20,0); INSERT INTO `wpg3_term_relationships` VALUES (395,5,0); INSERT INTO `wpg3_term_relationships` VALUES (395,21,0); INSERT INTO `wpg3_term_relationships` VALUES (395,7,0); INSERT INTO `wpg3_term_relationships` VALUES (395,36,0); INSERT INTO `wpg3_term_relationships` VALUES (395,11,0); INSERT INTO `wpg3_term_relationships` VALUES (400,2,0); INSERT INTO `wpg3_term_relationships` VALUES (400,3,0); INSERT INTO `wpg3_term_relationships` VALUES (400,4,0); INSERT INTO `wpg3_term_relationships` VALUES (400,8,0); INSERT INTO `wpg3_term_relationships` VALUES (400,9,0); INSERT INTO `wpg3_term_relationships` VALUES (400,10,0); INSERT INTO `wpg3_term_relationships` VALUES (400,12,0); INSERT INTO `wpg3_term_relationships` VALUES (400,13,0); INSERT INTO `wpg3_term_relationships` VALUES (400,14,0); INSERT INTO `wpg3_term_relationships` VALUES (400,15,0); INSERT INTO `wpg3_term_relationships` VALUES (400,16,0); INSERT INTO `wpg3_term_relationships` VALUES (400,17,0); INSERT INTO `wpg3_term_relationships` VALUES (400,18,0); INSERT INTO `wpg3_term_relationships` VALUES (400,19,0); INSERT INTO `wpg3_term_relationships` VALUES (400,20,0); INSERT INTO `wpg3_term_relationships` VALUES (400,35,0); INSERT INTO `wpg3_term_relationships` VALUES (400,5,0); INSERT INTO `wpg3_term_relationships` VALUES (400,6,0); INSERT INTO `wpg3_term_relationships` VALUES (400,7,0); INSERT INTO `wpg3_term_relationships` VALUES (405,2,0); INSERT INTO `wpg3_term_relationships` VALUES (405,3,0); INSERT INTO `wpg3_term_relationships` VALUES (405,4,0); INSERT INTO `wpg3_term_relationships` VALUES (405,8,0); INSERT INTO `wpg3_term_relationships` VALUES (405,14,0); INSERT INTO `wpg3_term_relationships` VALUES (405,15,0); INSERT INTO `wpg3_term_relationships` VALUES (405,16,0); INSERT INTO `wpg3_term_relationships` VALUES (405,17,0); INSERT INTO `wpg3_term_relationships` VALUES (405,18,0); INSERT INTO `wpg3_term_relationships` VALUES (405,19,0); INSERT INTO `wpg3_term_relationships` VALUES (405,20,0); INSERT INTO `wpg3_term_relationships` VALUES (405,5,0); INSERT INTO `wpg3_term_relationships` VALUES (405,6,0); INSERT INTO `wpg3_term_relationships` VALUES (405,7,0); INSERT INTO `wpg3_term_relationships` VALUES (405,22,0); INSERT INTO `wpg3_term_relationships` VALUES (412,2,0); INSERT INTO `wpg3_term_relationships` VALUES (412,3,0); INSERT INTO `wpg3_term_relationships` VALUES (412,4,0); INSERT INTO `wpg3_term_relationships` VALUES (412,8,0); INSERT INTO `wpg3_term_relationships` VALUES (412,9,0); INSERT INTO `wpg3_term_relationships` VALUES (412,10,0); INSERT INTO `wpg3_term_relationships` VALUES (412,12,0); INSERT INTO `wpg3_term_relationships` VALUES (412,13,0); INSERT INTO `wpg3_term_relationships` VALUES (412,14,0); INSERT INTO `wpg3_term_relationships` VALUES (412,15,0); INSERT INTO `wpg3_term_relationships` VALUES (412,16,0); INSERT INTO `wpg3_term_relationships` VALUES (412,17,0); INSERT INTO `wpg3_term_relationships` VALUES (412,18,0); INSERT INTO `wpg3_term_relationships` VALUES (412,19,0); INSERT INTO `wpg3_term_relationships` VALUES (412,20,0); INSERT INTO `wpg3_term_relationships` VALUES (412,5,0); INSERT INTO `wpg3_term_relationships` VALUES (412,6,0); INSERT INTO `wpg3_term_relationships` VALUES (412,7,0); INSERT INTO `wpg3_term_relationships` VALUES (412,36,0); INSERT INTO `wpg3_term_relationships` VALUES (412,22,0); INSERT INTO `wpg3_term_relationships` VALUES (416,2,0); INSERT INTO `wpg3_term_relationships` VALUES (416,3,0); INSERT INTO `wpg3_term_relationships` VALUES (416,4,0); INSERT INTO `wpg3_term_relationships` VALUES (416,8,0); INSERT INTO `wpg3_term_relationships` VALUES (416,9,0); INSERT INTO `wpg3_term_relationships` VALUES (416,10,0); INSERT INTO `wpg3_term_relationships` VALUES (416,12,0); INSERT INTO `wpg3_term_relationships` VALUES (416,13,0); INSERT INTO `wpg3_term_relationships` VALUES (416,14,0); INSERT INTO `wpg3_term_relationships` VALUES (416,15,0); INSERT INTO `wpg3_term_relationships` VALUES (416,16,0); INSERT INTO `wpg3_term_relationships` VALUES (416,17,0); INSERT INTO `wpg3_term_relationships` VALUES (416,18,0); INSERT INTO `wpg3_term_relationships` VALUES (416,19,0); INSERT INTO `wpg3_term_relationships` VALUES (416,20,0); INSERT INTO `wpg3_term_relationships` VALUES (416,34,0); INSERT INTO `wpg3_term_relationships` VALUES (416,5,0); INSERT INTO `wpg3_term_relationships` VALUES (416,21,0); INSERT INTO `wpg3_term_relationships` VALUES (416,7,0); INSERT INTO `wpg3_term_relationships` VALUES (7680,39,0); INSERT INTO `wpg3_term_relationships` VALUES (7681,39,0); INSERT INTO `wpg3_term_relationships` VALUES (7686,39,0); INSERT INTO `wpg3_term_relationships` VALUES (7683,39,0); INSERT INTO `wpg3_term_relationships` VALUES (7685,39,0); /*!40000 ALTER TABLE `wpg3_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpg3_term_taxonomy` -- DROP TABLE IF EXISTS `wpg3_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpg3_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=50 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpg3_term_taxonomy` -- LOCK TABLES `wpg3_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wpg3_term_taxonomy` DISABLE KEYS */; INSERT INTO `wpg3_term_taxonomy` VALUES (1,1,'category','',0,1); INSERT INTO `wpg3_term_taxonomy` VALUES (2,2,'property_feature','',0,40); INSERT INTO `wpg3_term_taxonomy` VALUES (3,3,'property_feature','',0,39); INSERT INTO `wpg3_term_taxonomy` VALUES (4,4,'property_feature','',0,41); INSERT INTO `wpg3_term_taxonomy` VALUES (5,5,'property_state','',0,42); INSERT INTO `wpg3_term_taxonomy` VALUES (6,6,'property_status','',0,25); INSERT INTO `wpg3_term_taxonomy` VALUES (7,7,'property_city','',0,5); INSERT INTO `wpg3_term_taxonomy` VALUES (8,8,'property_feature','',0,39); INSERT INTO `wpg3_term_taxonomy` VALUES (9,9,'property_feature','',0,40); INSERT INTO `wpg3_term_taxonomy` VALUES (10,10,'property_feature','',0,40); INSERT INTO `wpg3_term_taxonomy` VALUES (11,11,'property_type','',0,4); INSERT INTO `wpg3_term_taxonomy` VALUES (12,12,'property_feature','',0,41); INSERT INTO `wpg3_term_taxonomy` VALUES (13,13,'property_feature','',0,40); INSERT INTO `wpg3_term_taxonomy` VALUES (14,14,'property_feature','',0,42); INSERT INTO `wpg3_term_taxonomy` VALUES (15,15,'property_feature','',0,40); INSERT INTO `wpg3_term_taxonomy` VALUES (16,16,'property_feature','',0,40); INSERT INTO `wpg3_term_taxonomy` VALUES (17,17,'property_feature','',0,40); INSERT INTO `wpg3_term_taxonomy` VALUES (18,18,'property_feature','',0,41); INSERT INTO `wpg3_term_taxonomy` VALUES (19,19,'property_feature','',0,41); INSERT INTO `wpg3_term_taxonomy` VALUES (20,20,'property_feature','',0,41); INSERT INTO `wpg3_term_taxonomy` VALUES (21,21,'property_status','',0,17); INSERT INTO `wpg3_term_taxonomy` VALUES (22,22,'property_type','',0,9); INSERT INTO `wpg3_term_taxonomy` VALUES (23,23,'property_city','',0,10); INSERT INTO `wpg3_term_taxonomy` VALUES (24,24,'post_tag','',0,12); INSERT INTO `wpg3_term_taxonomy` VALUES (25,25,'post_tag','',0,12); INSERT INTO `wpg3_term_taxonomy` VALUES (26,26,'category','',0,4); INSERT INTO `wpg3_term_taxonomy` VALUES (27,27,'post_tag','',0,12); INSERT INTO `wpg3_term_taxonomy` VALUES (28,28,'post_tag','',0,12); INSERT INTO `wpg3_term_taxonomy` VALUES (29,29,'post_tag','',0,12); INSERT INTO `wpg3_term_taxonomy` VALUES (30,30,'post_tag','',0,12); INSERT INTO `wpg3_term_taxonomy` VALUES (31,31,'category','',0,4); INSERT INTO `wpg3_term_taxonomy` VALUES (32,32,'category','',0,4); INSERT INTO `wpg3_term_taxonomy` VALUES (33,33,'property_city','',0,15); INSERT INTO `wpg3_term_taxonomy` VALUES (34,34,'property_type','',0,19); INSERT INTO `wpg3_term_taxonomy` VALUES (35,35,'property_type','',0,10); INSERT INTO `wpg3_term_taxonomy` VALUES (36,36,'property_label','',0,3); INSERT INTO `wpg3_term_taxonomy` VALUES (37,37,'property_label','',0,0); INSERT INTO `wpg3_term_taxonomy` VALUES (38,38,'property_city','',0,12); INSERT INTO `wpg3_term_taxonomy` VALUES (39,39,'nav_menu','',0,5); INSERT INTO `wpg3_term_taxonomy` VALUES (40,40,'property_status','',0,0); INSERT INTO `wpg3_term_taxonomy` VALUES (41,41,'property_status','',0,0); INSERT INTO `wpg3_term_taxonomy` VALUES (42,42,'property_area','',0,0); INSERT INTO `wpg3_term_taxonomy` VALUES (43,43,'property_area','',0,0); INSERT INTO `wpg3_term_taxonomy` VALUES (44,44,'property_area','',0,0); INSERT INTO `wpg3_term_taxonomy` VALUES (45,45,'property_area','',0,0); INSERT INTO `wpg3_term_taxonomy` VALUES (46,46,'property_area','',0,0); INSERT INTO `wpg3_term_taxonomy` VALUES (47,47,'property_area','',0,0); INSERT INTO `wpg3_term_taxonomy` VALUES (48,48,'property_area','',0,0); INSERT INTO `wpg3_term_taxonomy` VALUES (49,49,'property_area','',0,0); /*!40000 ALTER TABLE `wpg3_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpg3_termmeta` -- DROP TABLE IF EXISTS `wpg3_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpg3_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpg3_termmeta` -- LOCK TABLES `wpg3_termmeta` WRITE; /*!40000 ALTER TABLE `wpg3_termmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wpg3_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpg3_terms` -- DROP TABLE IF EXISTS `wpg3_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpg3_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=50 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpg3_terms` -- LOCK TABLES `wpg3_terms` WRITE; /*!40000 ALTER TABLE `wpg3_terms` DISABLE KEYS */; INSERT INTO `wpg3_terms` VALUES (1,'Uncategorized','uncategorized',0); INSERT INTO `wpg3_terms` VALUES (2,'Air Conditioning','air-conditioning',0); INSERT INTO `wpg3_terms` VALUES (3,'Barbeque','barbeque',0); INSERT INTO `wpg3_terms` VALUES (4,'Dryer','dryer',0); INSERT INTO `wpg3_terms` VALUES (5,'Florida','flordia',0); INSERT INTO `wpg3_terms` VALUES (6,'For Sale','for-sale',0); INSERT INTO `wpg3_terms` VALUES (7,'Fort Lauderdale','fort-lauderdale',0); INSERT INTO `wpg3_terms` VALUES (8,'Gym','gym',0); INSERT INTO `wpg3_terms` VALUES (9,'Laundry','laundry',0); INSERT INTO `wpg3_terms` VALUES (10,'Lawn','lawn',0); INSERT INTO `wpg3_terms` VALUES (11,'Loft','loft',0); INSERT INTO `wpg3_terms` VALUES (12,'Microwave','microwave',0); INSERT INTO `wpg3_terms` VALUES (13,'Outdoor Shower','outdoor-shower',0); INSERT INTO `wpg3_terms` VALUES (14,'Refrigerator','refrigerator',0); INSERT INTO `wpg3_terms` VALUES (15,'Sauna','sauna',0); INSERT INTO `wpg3_terms` VALUES (16,'Swimming Pool','swimming-pool',0); INSERT INTO `wpg3_terms` VALUES (17,'TV Cable','tv-cable',0); INSERT INTO `wpg3_terms` VALUES (18,'Washer','washer',0); INSERT INTO `wpg3_terms` VALUES (19,'WiFi','wifi',0); INSERT INTO `wpg3_terms` VALUES (20,'Window Coverings','window-coverings',0); INSERT INTO `wpg3_terms` VALUES (21,'For Lease','for-lease',0); INSERT INTO `wpg3_terms` VALUES (22,'Home','home',0); INSERT INTO `wpg3_terms` VALUES (23,'Fort Myers','fort-myers',0); INSERT INTO `wpg3_terms` VALUES (24,'Apartment','apartment',0); INSERT INTO `wpg3_terms` VALUES (25,'Business Development','business-development',0); INSERT INTO `wpg3_terms` VALUES (26,'Construction','construction',0); INSERT INTO `wpg3_terms` VALUES (27,'House for families','house-for-families',0); INSERT INTO `wpg3_terms` VALUES (28,'Houzez','houzez',0); INSERT INTO `wpg3_terms` VALUES (29,'Luxury','luxury',0); INSERT INTO `wpg3_terms` VALUES (30,'Real Estate','real-estate',0); INSERT INTO `wpg3_terms` VALUES (31,'Business','business',0); INSERT INTO `wpg3_terms` VALUES (32,'Real Estate','real-estate',0); INSERT INTO `wpg3_terms` VALUES (33,'Miami','miami',0); INSERT INTO `wpg3_terms` VALUES (34,'Land','land',0); INSERT INTO `wpg3_terms` VALUES (35,'Farms','farms',0); INSERT INTO `wpg3_terms` VALUES (36,'Hot Offer','hot-offer',0); INSERT INTO `wpg3_terms` VALUES (37,'Open House','open-house',0); INSERT INTO `wpg3_terms` VALUES (38,'Tampa','tampa',0); INSERT INTO `wpg3_terms` VALUES (39,'Primary Menu','primary-menu',0); INSERT INTO `wpg3_terms` VALUES (40,'Pending','pending',0); INSERT INTO `wpg3_terms` VALUES (41,'Sold','sold',0); INSERT INTO `wpg3_terms` VALUES (42,'Alachua County','alachua',0); INSERT INTO `wpg3_terms` VALUES (43,'Bradford County','bradford-county',0); INSERT INTO `wpg3_terms` VALUES (44,'Columbia County','columbia-county',0); INSERT INTO `wpg3_terms` VALUES (45,'Dixie County','dixie-county',0); INSERT INTO `wpg3_terms` VALUES (46,'Ghilchrist County','ghilchrist-county',0); INSERT INTO `wpg3_terms` VALUES (47,'Marion County','marion-county',0); INSERT INTO `wpg3_terms` VALUES (48,'Putnam County','putnam-county',0); INSERT INTO `wpg3_terms` VALUES (49,'Union County','union-county',0); /*!40000 ALTER TABLE `wpg3_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpg3_usermeta` -- DROP TABLE IF EXISTS `wpg3_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpg3_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpg3_usermeta` -- LOCK TABLES `wpg3_usermeta` WRITE; /*!40000 ALTER TABLE `wpg3_usermeta` DISABLE KEYS */; INSERT INTO `wpg3_usermeta` VALUES (1,1,'nickname','admin123'); INSERT INTO `wpg3_usermeta` VALUES (2,1,'first_name',''); INSERT INTO `wpg3_usermeta` VALUES (3,1,'last_name',''); INSERT INTO `wpg3_usermeta` VALUES (4,1,'description',''); INSERT INTO `wpg3_usermeta` VALUES (5,1,'rich_editing','true'); INSERT INTO `wpg3_usermeta` VALUES (6,1,'syntax_highlighting','true'); INSERT INTO `wpg3_usermeta` VALUES (7,1,'comment_shortcuts','false'); INSERT INTO `wpg3_usermeta` VALUES (8,1,'admin_color','fresh'); INSERT INTO `wpg3_usermeta` VALUES (9,1,'use_ssl','0'); INSERT INTO `wpg3_usermeta` VALUES (10,1,'show_admin_bar_front','true'); INSERT INTO `wpg3_usermeta` VALUES (11,1,'locale',''); INSERT INTO `wpg3_usermeta` VALUES (12,1,'wpg3_capabilities','a:1:{s:13:\"administrator\";b:1;}'); INSERT INTO `wpg3_usermeta` VALUES (13,1,'wpg3_user_level','10'); INSERT INTO `wpg3_usermeta` VALUES (14,1,'dismissed_wp_pointers','wp496_privacy'); INSERT INTO `wpg3_usermeta` VALUES (15,1,'show_welcome_panel','0'); INSERT INTO `wpg3_usermeta` VALUES (16,1,'session_tokens','a:1:{s:64:\"b43380afc66d4ae5544e3104026cc47a68001b6334d57fa69df521f9d11e39cb\";a:4:{s:10:\"expiration\";i:1591579225;s:2:\"ip\";s:14:\"52.158.249.163\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36\";s:5:\"login\";i:1591406425;}}'); INSERT INTO `wpg3_usermeta` VALUES (17,1,'wpg3_dashboard_quick_press_last_post_id','4'); INSERT INTO `wpg3_usermeta` VALUES (18,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"52.158.249.0\";}'); INSERT INTO `wpg3_usermeta` VALUES (19,1,'wpg3_r_tru_u_x','a:2:{s:2:\"id\";i:0;s:7:\"expires\";i:1548607914;}'); INSERT INTO `wpg3_usermeta` VALUES (20,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\";}'); INSERT INTO `wpg3_usermeta` VALUES (21,1,'metaboxhidden_nav-menus','a:19:{i:0;s:22:\"add-post-type-property\";i:1;s:27:\"add-post-type-houzez_agency\";i:2;s:26:\"add-post-type-houzez_agent\";i:3;s:33:\"add-post-type-houzez_testimonials\";i:4;s:28:\"add-post-type-houzez_partner\";i:5;s:28:\"add-post-type-houzez_invoice\";i:6;s:29:\"add-post-type-houzez_packages\";i:7;s:27:\"add-post-type-user_packages\";i:8;s:12:\"add-post_tag\";i:9;s:15:\"add-post_format\";i:10;s:17:\"add-property_type\";i:11;s:19:\"add-property_status\";i:12;s:20:\"add-property_feature\";i:13;s:18:\"add-property_label\";i:14;s:17:\"add-property_city\";i:15;s:17:\"add-property_area\";i:16;s:18:\"add-property_state\";i:17;s:18:\"add-agent_category\";i:18;s:14:\"add-agent_city\";}'); INSERT INTO `wpg3_usermeta` VALUES (22,1,'nav_menu_recently_edited','39'); INSERT INTO `wpg3_usermeta` VALUES (23,1,'wpg3_user-settings','libraryContent=browse&editor=tinymce&advImgDetails=hide'); INSERT INTO `wpg3_usermeta` VALUES (24,1,'wpg3_user-settings-time','1548609960'); /*!40000 ALTER TABLE `wpg3_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpg3_users` -- DROP TABLE IF EXISTS `wpg3_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpg3_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT 0, `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`), KEY `user_email` (`user_email`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpg3_users` -- LOCK TABLES `wpg3_users` WRITE; /*!40000 ALTER TABLE `wpg3_users` DISABLE KEYS */; INSERT INTO `wpg3_users` VALUES (1,'admin123','$P$B0L2bkBHARaazCahbpSMz9PTpKwfnb/','admin123','admin@demo.landfarmhome.com','','2019-01-26 15:18:41','',0,'admin123'); /*!40000 ALTER TABLE `wpg3_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpg3_wpforms_lite` -- DROP TABLE IF EXISTS `wpg3_wpforms_lite`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpg3_wpforms_lite` ( `rid` int(10) NOT NULL AUTO_INCREMENT, `start` bigint(20) NOT NULL, `end` bigint(20) NOT NULL, `status` tinyint(2) NOT NULL DEFAULT 1, `date` int(10) NOT NULL, PRIMARY KEY (`rid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpg3_wpforms_lite` -- LOCK TABLES `wpg3_wpforms_lite` WRITE; /*!40000 ALTER TABLE `wpg3_wpforms_lite` DISABLE KEYS */; /*!40000 ALTER TABLE `wpg3_wpforms_lite` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2022-03-18 17:46:03
Upload File
Create Folder